:root {
  --teal: #006a51;
  --dark-slate-grey: #00503d;
  --orange-red: #f26521;
  --goldenrod: #eeb211;
  --white: white;
  --gold: #ffd052;
  --sea-green: #358269;
  --dark-slate-grey-3: #165e46;
  --royal-blue-2: #316ebd;
  --orange: #f49c00;
  --e08433: #e08433;
  --dark-slate-grey-2: #00583e;
  --khaki-2: #ffee95;
  --khaki: #ffe978;
  --light-grey: #d1d1d1;
  --dim-grey: #5a5a5a;
  --black: #333;
  --crimson: #c9383c;
  --dark-slate-blue: #00367c;
  --royal-blue: #316ebd;
  --lime-green: #51b848;
  --alice-blue: #eff4fe;
  --teal-2: #008374;
  --saddle-brown: #965900;
}

.section-kv {
  text-align: center;
  background-color: #f4f4f4;
  justify-content: center;
  margin-top: 78px;
  position: relative;
  top: 0;
}

.body {
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.nav-menu.gtm-nav-buy {
  display: flex;
}

.nav-item {
  border-bottom: 0px solid var(--orange-red);
  color: #3c3c3c;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 2.4rem;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.nav-item:hover, .nav-item.w--current {
  background-color: var(--goldenrod);
  color: var(--white);
}

.brand {
  float: left;
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 208px;
  height: 78px;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  width: 100%;
  position: fixed;
}

.navbar.header {
  z-index: 999;
  border-bottom-color: #c9dad8;
  height: 78px;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
}

.container {
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.note {
  color: #5a5a5a;
  text-align: justify;
  max-width: 1110px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 140%;
}

.note.left {
  text-align: left;
}

.note.left.note-980 {
  max-width: 980px;
  font-weight: 700;
}

.note.left.note-980.pd-1vw.otherlink {
  text-align: justify;
}

.note.plan {
  text-align: justify;
  margin-top: 60px;
  font-size: 13px;
}

.sub-title {
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.sub-title-text {
  color: #404040;
  text-align: left;
  max-width: 900px;
  margin-top: 10px;
  margin-right: auto;
  padding-left: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-01 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--gold) black black;
  background-color: var(--teal);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.footer-text {
  color: var(--white);
  text-align: justify;
  width: 65vw;
  font-size: 14px;
  font-weight: 700;
}

.section-tab {
  text-align: center;
  position: relative;
}

.section-fund {
  padding-top: 60px;
  padding-bottom: 100px;
}

.fund-info-btns {
  text-align: center;
  justify-content: space-around;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fund-info-btn-item {
  background-color: var(--sea-green);
  color: var(--white);
  border-radius: 10px;
  min-width: 170px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
  top: 0;
}

.fund-info-btn-item:hover {
  background-color: var(--dark-slate-grey-3);
}

.fixed-link-block {
  z-index: 9998;
  opacity: 1;
  height: 280px;
  position: fixed;
  inset: 14% 0% 0% auto;
}

.fixed-link-item {
  background-color: var(--teal);
  color: var(--white);
  border: 1px solid #ffe79030;
  border-radius: 10px 0 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.fixed-link-item._03 {
  display: none;
}

.icon-img {
  background-image: url('../images/alert-w.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}

.icon-img._01 {
  background-image: url('../images/fixed-icon-buy2x_1fixed-icon-buy@2x.png');
  background-position: 50%;
  background-size: contain;
}

.icon-img._02 {
  background-image: url('../images/fixed-icon-contact2x_1fixed-icon-contact@2x.png');
  background-size: contain;
}

.icon-img._03 {
  background-image: url('../images/fixed-icon-video2x_1fixed-icon-video@2x.png');
  background-size: contain;
}

.icon-text {
  color: #f8f6f2;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.tab-tag-block {
  z-index: 2;
  background-color: #f4f4f4;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 76px;
}

.tab-content-block {
  justify-content: center;
  align-items: stretch;
  width: 1110px;
  height: 528px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.tab-link-item {
  cursor: pointer;
  flex: none;
  width: 108px;
  height: 88px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
}

.tab-link-item:hover {
  color: var(--teal);
}

.tab-img-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 125px;
  width: 1110px;
  height: 503px;
  position: absolute;
}

.tab-img-item._01 {
  background-image: url('../images/240612-img-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 510px;
  inset: 0%;
}

.tab-img-item._02 {
  background-image: none;
  height: 510px;
  inset: 0%;
}

.tab-img-item._03 {
  background-image: url('../images/240612-img-3.png');
  background-position: 50% 0;
  background-size: cover;
  height: 510px;
  inset: 0%;
}

.tab-item-block {
  width: 1110px;
  height: 528px;
  position: absolute;
}

.tab-item-block._01 {
  height: 528px;
  display: block;
}

.tab-item-block._02 {
  display: none;
  position: absolute;
}

.tab-item-block._03 {
  display: none;
}

.kv-img-block {
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}

.kv-bg {
  background-image: url('../images/kv-012x.png'), linear-gradient(90deg, var(--dark-slate-grey-3), #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 700px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.loading-cover-block {
  z-index: 99999;
  background-color: var(--dark-slate-grey-3);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-text {
  background-color: var(--goldenrod);
  color: var(--white);
  border-radius: 5px;
  margin-top: -3px;
  padding: 5px 20px;
  font-weight: 700;
  position: relative;
  transform: skew(-22deg);
}

.kv-fund-name {
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 500px;
  height: 124px;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  bottom: 58px;
  right: 100px;
}

.kv-content {
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.fund-name {
  margin-left: auto;
  margin-right: auto;
}

.fund-img {
  background-image: url('../images/fund-profile-pc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 980px;
  width: 980px;
  height: 277px;
  margin: 40px auto;
}

.youtube-side-fixed-block {
  border-radius: 15px;
  width: 384px;
  padding: 15px 15px 10px;
  display: none;
  position: absolute;
  inset: auto 0% 10% auto;
}

.youtube-content {
  border-radius: 5px;
  overflow: hidden;
}

.youtube-text {
  color: #7eba9c;
  text-align: right;
  margin-top: 9px;
  font-size: 13px;
  position: relative;
}

.close {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-tips {
  background-color: #f4f4f4;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 120px;
}

.footer-02 {
  background-color: var(--dark-slate-grey);
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.footer-02-text {
  color: var(--white);
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
}

.container-footer {
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.footer-info {
  width: 25vw;
  margin-right: 20px;
}

.logo-w {
  background-image: url('../images/logo-w.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 160px;
  height: 48px;
}

.footer-company {
  color: var(--white);
  text-align: left;
  margin-top: 25px;
  font-weight: 700;
}

.footer-company._02 {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.footer-add-text {
  color: #b7d3cd;
  text-align: left;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
}

.footer-add-title {
  color: #b7d3cd;
  text-align: left;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.heading-01 {
  color: #00583e;
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-01.bonus {
  color: var(--e08433);
}

.section-plan {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.plan-tab-link-item {
  border: 1px solid var(--sea-green);
  color: var(--dark-slate-grey-3);
  cursor: pointer;
  background-color: #efefef;
  border-radius: 10px;
  flex: none;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 30px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.plan-tab-link-item:hover {
  color: var(--dark-slate-grey-3);
  background-image: linear-gradient(#f2db84, #fade8c 33%, #eeca63 68%, #e7be43);
}

.plan-tab-link-item.w--current {
  background-image: linear-gradient(#f2db84, #fade8c 29%, #eeca63 68%, #e7be43);
}

.plan-tab-tag-block {
  z-index: 5;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  max-width: 610px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 78px;
}

.plan-section-tab {
  text-align: center;
  position: relative;
}

.plan-tab-content-block {
  justify-content: center;
  align-items: stretch;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -44px;
  overflow: hidden;
}

.plan-tab-item-block {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.plan-tab-item-block._01 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
  inset: 0%;
}

.plan-tab-item-block._02 {
  position: relative;
}

.plan-tab-item-block._03 {
  margin-top: 60px;
  position: relative;
}

.plan-head {
  margin-top: 60px;
  display: flex;
}

.plan-head._02, .plan-head._03 {
  position: relative;
}

.trophy-pic {
  background-image: url('../images/trophy2x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 292px;
  height: 244px;
  position: absolute;
  inset: auto auto 0% 20%;
}

.section-buy {
  margin-top: 0;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.buy-bg {
  z-index: 0;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png'), radial-gradient(circle farthest-corner at 50% 0%, #1d7c66, #00654c 32%, var(--dark-slate-grey-2) 67%, #003c2a);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  height: 300px;
  margin-top: 60px;
  position: relative;
}

.buy-block-content {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  min-height: 270px;
  padding-top: 15px;
  display: flex;
}

.buy-item {
  float: left;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--gold);
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.buy-itm-btn-2 {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: var(--dark-slate-grey);
  cursor: pointer;
  border-radius: 10px;
  min-width: 170px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 25px;
  transition: all .2s;
}

.buy-itm-btn-2:hover {
  color: var(--gold);
  background-color: #0000;
}

.buy-itm-btn-2.utm-passer-href {
  border-width: 0;
  min-width: 150px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}

.buy-itm-btn-2.utm-passer-href:hover {
  background-color: #fff9d7;
  background-image: radial-gradient(circle farthest-corner at 50% 25%, #f7efc3, var(--khaki-2));
  color: var(--dark-slate-grey);
  -webkit-text-stroke-color: var(--gold);
  border-width: 0;
  transform: translate(0, -5px);
  box-shadow: 0 10px 50px #002a20bf;
}

.buy-itm-btn-2.buy-hover {
  border-width: 0;
  min-width: 150px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}

.buy-itm-btn-2.buy-hover:hover {
  background-color: #fff9d7;
  background-image: radial-gradient(circle farthest-corner at 50% 25%, #f7efc3, var(--khaki-2));
  color: var(--dark-slate-grey);
  -webkit-text-stroke-color: var(--gold);
  border-width: 0;
  transform: translate(0, -5px);
  box-shadow: 0 10px 50px #002a20bf;
}

.buy-item-title {
  color: var(--gold);
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 700;
}

.buy-block-item {
  align-self: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-bonus {
  z-index: 0;
  clear: none;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bonus-block-content {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.bonus-item {
  border: 1px solid var(--goldenrod);
  width: 290px;
  height: 220px;
  padding: 25px;
  position: relative;
}

.bonus-list-item {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}

.bonus-list-block {
  max-width: 920px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bowknot {
  z-index: 9;
  background-image: url('../images/Bowknot2x2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 304px;
  width: 304px;
  height: 230px;
  position: absolute;
  inset: -25% 0% auto auto;
}

.tab-link-icon {
  background-image: url('../images/Polygon-8.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 12px;
  position: absolute;
  inset: auto 0% -10% 45%;
}

.tab-link-block {
  flex: 0 auto;
  position: relative;
  bottom: 13px;
}

.section-more {
  position: relative;
}

.heading {
  color: #f2d68a;
  text-align: left;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.popup-block-plan-a {
  z-index: 99;
  text-align: center;
  background-color: #006a51f2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-title {
  color: #f2d68a;
  text-align: left;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.4;
}

.close-popup-content {
  background-color: #f9c74f;
  background-image: url('../images/Cancel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 145px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-content {
  width: 1110px;
  height: 80vh;
  margin-top: 5%;
  position: relative;
  overflow: auto;
}

.fund-name-title {
  color: var(--teal);
  margin-top: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.stage {
  background-image: url('../images/stage.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 710px;
  height: 511px;
  position: absolute;
  top: 23%;
  right: 3%;
}

.bird {
  background-image: url('../images/bird2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 690px;
  height: 285px;
  position: absolute;
  inset: 15% 30% auto auto;
}

.subtitle {
  background-image: url('../images/240621-kv-title-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 640px;
  height: 120px;
  padding-bottom: 0;
  position: absolute;
  top: 18%;
  right: 6%;
}

.kv-section-tips-btn-block {
  background-color: var(--sea-green);
  width: 100%;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.btn-goto-tips, .btn-goto-more {
  width: 50%;
  position: relative;
}

.text-tips {
  font-weight: 700;
}

.text-tips._02 {
  font-weight: 400;
}

.link-tips {
  background-color: var(--dark-slate-grey-3);
  opacity: 1;
  color: var(--khaki);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-right: 20%;
  font-size: 31px;
  line-height: 31px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-tips:hover {
  color: var(--khaki-2);
  background-color: #104e39;
}

.link-tips._02 {
  background-color: var(--sea-green);
  opacity: .5;
}

.link-tips._02:hover {
  opacity: 1;
}

.link-more {
  opacity: .5;
  color: var(--khaki);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-left: 20%;
  font-size: 31px;
  line-height: 31px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-more:hover {
  opacity: 1;
  color: var(--khaki-2);
}

.link-more._02 {
  background-color: var(--dark-slate-grey-3);
  opacity: 1;
}

.link-more._02:hover {
  background-color: #104e39;
}

.text-more._02 {
  font-weight: 700;
}

.link-down-arrow {
  background-image: url('../images/Polygon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.link-down-arrow.up {
  transform: rotate(180deg);
}

.link-tag-tips {
  background-image: url('../images/Group-1335.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 287px;
  height: 70px;
  position: absolute;
  top: -40px;
  right: 240px;
}

.tip-1-1 {
  background-image: url('../images/tip-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tip-1-2 {
  background-image: url('../images/tip-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tip-2-1 {
  background-image: url('../images/tip-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tip-2-2 {
  background-image: url('../images/tip-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tip-3-1 {
  background-image: url('../images/tip-3.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tip-3-2 {
  background-image: url('../images/tip-3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tip-hr {
  background-color: var(--sea-green);
  transform-origin: 0%;
  width: 10vw;
  height: 1px;
}

.link-tag-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-more-btn-block {
  background-color: var(--sea-green);
  width: 100%;
  height: 120px;
  display: flex;
  position: relative;
}

.link-tag-more {
  background-image: url('../images/Group-1336.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 287px;
  height: 70px;
  position: absolute;
  top: -40px;
  left: 220px;
}

.section-more-tab {
  text-align: center;
  background-color: #f7f7f7;
  position: relative;
}

.tab-more-block {
  z-index: 2;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 76px;
}

.tab-link-more-block {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.tab-link-more-item {
  color: #165e46;
  cursor: pointer;
  flex: none;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: relative;
}

.tab-link-more-item:hover {
  color: var(--teal);
}

.more-hr {
  background-color: var(--sea-green);
  transform-origin: 0%;
  width: 3vw;
  height: 1px;
}

.more-tab-content-block {
  justify-content: center;
  align-items: stretch;
  width: 1110px;
  height: 670px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.more-tab-item-block {
  width: 1110px;
  height: 528px;
  position: absolute;
}

.more-tab-item-block._01 {
  height: 660px;
  display: block;
}

.more-tab-item-block._02 {
  display: none;
  position: absolute;
}

.more-tab-item-block._03 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.more-tab-item-block._04 {
  align-items: flex-start;
  margin-top: 40px;
  display: none;
}

.more-tab-img-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 125px;
  width: 1110px;
  height: 503px;
  position: absolute;
}

.more-tab-img-item._01 {
  text-align: left;
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.more-tab-img-item._02 {
  background-image: none;
  height: auto;
  position: relative;
  inset: 0%;
}

.tab-title {
  color: var(--dark-slate-grey-3);
  text-align: left;
  font-size: 31px;
  line-height: 31px;
}

.tab-text {
  text-align: left;
  margin-top: 10px;
  line-height: 1.5;
  display: block;
}

.tab-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.tab-block.dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 13% 7%;
}

.more-tab-video-bg {
  border: 1px solid var(--sea-green);
  background-color: var(--white);
  width: 77%;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -6%;
}

.more-tab-video-item {
  border: 1px solid var(--light-grey);
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.more-tab-btn-block {
  margin-top: 20px;
  display: none;
  position: relative;
}

.more-video-btn {
  color: var(--white);
  background-color: #0f826b;
  border-radius: 5px;
  margin: 20px 31px;
  padding: 15px 35px;
  font-weight: 700;
  text-decoration: none;
}

.more-tab-dl-block {
  border: 1px solid var(--sea-green);
  background-color: var(--white);
  text-align: left;
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

.more-dl-btn {
  color: var(--white);
  background-color: #0f826b;
  border-radius: 5px;
  margin-top: 40px;
  margin-right: 15px;
  padding: 15px 35px;
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  background-image: url('../images/more-tab-04-img2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 570px;
  height: 352px;
  position: absolute;
  inset: 6% 0% auto auto;
}

.bg-01 {
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png'), linear-gradient(#0f826b, #02614f 50%, #004a3c 79%, #00382d);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  height: 830px;
  position: absolute;
  inset: auto 0% -70%;
}

.plan-title {
  background-image: url('../images/Group-8642x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 862px;
  width: 862px;
  height: 230px;
  position: relative;
}

.bg-02 {
  background-color: #f7f7f7;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 0 0;
  background-size: auto;
  width: 95vw;
  height: 2100px;
  position: absolute;
  inset: 331px 0% auto;
}

.plan-icon {
  background-image: url('../images/icon-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 25px;
  margin-right: 5px;
}

.plan-icon._02 {
  background-image: url('../images/icon-02.svg');
}

.plan-icon._03 {
  background-image: url('../images/icon-03.svg');
}

.plan-h-icon {
  width: 80px;
  height: 60px;
}

.plan-h-icon._01 {
  background-image: url('../images/icon-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plan-h-icon._02 {
  background-image: url('../images/icon-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plan-h-icon._03 {
  background-image: url('../images/icon-03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block {
  color: var(--dark-slate-grey-3);
  background-image: url('../images/Path-1096.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  font-size: 41px;
  font-weight: 800;
  line-height: 41px;
  display: flex;
}

.plan-text-block {
  width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.plan-text-title {
  color: var(--dark-slate-grey-3);
  text-align: left;
  width: 700px;
  margin-right: 60px;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.4;
}

.plan-text-content {
  text-align: justify;
  width: 720px;
  padding-top: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.plan-chart-block {
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.plan-bg-01 {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.chart-bird {
  background-image: url('../images/Group-13332x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1000px;
  height: 150px;
  position: absolute;
  inset: -68% 10% auto auto;
}

.chart-arrow {
  justify-content: flex-start;
  width: 1034px;
  height: 152px;
  margin-left: 30px;
  display: flex;
}

.plan-trophy-block {
  width: 540px;
  height: 345px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trophy-pic-bg {
  background-image: url('../images/Mask-Group-12x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 540px;
  height: 345px;
  position: relative;
  inset: 0% 0% auto auto;
}

.plan-trophy-content {
  margin-top: 60px;
}

.trophy-col-title {
  background-image: url('../images/trophy-col-01.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 467px;
  width: 467px;
  height: 51px;
}

.trophy-col-title._02 {
  background-image: url('../images/trophy-col-02.svg');
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.trophy-p {
  text-align: justify;
  max-width: 410px;
  margin-top: 20px;
  line-height: 1.5;
}

.plan-fit-block {
  width: 540px;
  height: 345px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fit-img {
  transform-origin: 50% 100%;
  background-image: url('../images/fit2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 553px;
  width: 614px;
  height: 316px;
  position: relative;
  inset: 0% 0% auto auto;
}

.bg-03 {
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png'), linear-gradient(#0f826b, #02614f 50%, #004a3c 79%, #00382d);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: 99%;
  height: 250px;
  position: absolute;
  inset: auto 0% 305px auto;
}

.plan-core-block {
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.core-item-block {
  position: relative;
}

.core-icon-title {
  color: #f1f1f1;
  text-align: left;
  font-family: Roboto;
  font-size: 51px;
  font-weight: 300;
  line-height: 51px;
}

.init-core-block {
  border: 1px solid var(--sea-green);
  background-color: var(--white);
  width: 350px;
  min-height: 210px;
  padding: 30px 20px;
  position: relative;
}

.init-title {
  color: #0f826b;
  text-align: left;
  font-size: 27px;
  font-weight: 700;
  line-height: 33px;
}

.init-text {
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.init-btn {
  background-color: var(--sea-green);
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  max-width: 200px;
  padding: 15px 30px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 6% -13% auto;
}

.init-btn:hover {
  background-color: var(--dark-slate-grey-3);
}

.arrow-right {
  background-image: url('../images/Path-10.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 10px;
}

.popup-text {
  color: var(--white);
  text-align: left;
  max-width: 90%;
  line-height: 25px;
}

.popup-tag {
  background-color: var(--white);
  color: var(--sea-green);
  text-align: center;
  max-width: 180px;
  padding: 10px 23px;
  font-size: 14px;
  line-height: 16px;
}

.popup-img {
  width: 1110px;
  height: 519px;
  margin-top: 40px;
  display: block;
}

.popup-img._02 {
  background-image: none;
}

.popup-header-block {
  justify-content: space-between;
  display: flex;
}

.popup-block-plan-b, .popup-block-plan-c {
  z-index: 99;
  text-align: center;
  background-color: #006a51f2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bonus-icon {
  background-image: url('../images/percent0.svg');
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 10% 10% auto auto;
}

.bonus-icon._02 {
  background-image: url('../images/Group-167.svg');
}

.bonus-icon._03 {
  background-image: url('../images/Group-80.svg');
}

.bonus-title {
  color: #e08433;
  text-align: left;
  margin-top: 30%;
  font-size: 25px;
  line-height: 1.5;
}

.bonus-content {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.chart-arrow-block {
  z-index: 2;
  background-image: url('../images/Path-1650.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 150px;
  display: flex;
  position: absolute;
}

.chart-arrow-block._02 {
  z-index: 1;
  left: 361px;
}

.chart-arrow-block._03 {
  z-index: 0;
  left: 695px;
}

.chart-arrow-text {
  color: var(--dark-slate-grey-3);
  font-size: 27px;
  font-weight: 700;
  line-height: 31px;
}

.plan-title-block {
  align-self: center;
  position: relative;
  left: -15%;
}

.newsubtitle {
  text-align: left;
  width: 360px;
  position: absolute;
  top: 55%;
  left: 10%;
  right: auto;
}

.bold-text-4 {
  clear: none;
  font-size: 16px;
  font-weight: 300;
}

.buy-item-note-2 {
  color: var(--gold);
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.buy-item-2 {
  float: left;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--gold);
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.bold-text-5 {
  color: #222;
}

.bold-text-5:hover {
  color: var(--black);
}

.text-span-101 {
  font-size: 20px;
}

.note0907 {
  border: 1px solid var(--sea-green);
  color: var(--khaki-2);
  text-align: left;
  background-color: #16735f;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  display: block;
  position: sticky;
  box-shadow: 0 2px 10px #00503d80;
}

.subtitle-mb {
  background-image: url('../images/subtitle.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 639px;
  height: 142px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: 15%;
  right: 6%;
}

.footer-note-blod {
  color: var(--orange);
}

.footer-note-link {
  color: var(--white);
  text-decoration: none;
}

.footer-note-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-note-link:active, .bold-text-8 {
  color: var(--white);
  text-decoration: none;
}

.more-youtube-embed {
  border: 1px solid var(--sea-green);
  height: 440px;
  position: relative;
}

.note-highlight {
  color: var(--sea-green);
}

.image {
  display: inline-block;
}

.cover-bank-head {
  color: var(--teal);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.close-btn {
  cursor: pointer;
  background-image: url('../images/Group-1435.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 46px;
  height: 46px;
  position: absolute;
  inset: -15px -15px auto auto;
}

.close-btn.bank {
  transition: transform .2s;
  top: -50px;
  right: 0;
}

.close-btn.bank:hover {
  transform: rotate(90deg);
}

.bank-cover-block {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #015242f7;
  background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.table {
  background-color: #0f826b;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 90%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 1px;
  font-size: 17px;
  display: flex;
}

.cover-block-content {
  background-color: #f0faf9;
  border: 2px solid #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding-top: 1em;
  padding-bottom: 2em;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px 5px #0003;
}

.td {
  color: #0f826b;
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  text-decoration: none;
}

.td.bg-g {
  background-color: var(--teal);
  color: #fff;
}

.cover-note {
  color: #4d4d4d;
  font-size: .9em;
}

.tr {
  justify-content: space-between;
  padding-top: 1px;
  padding-left: 1px;
  display: flex;
  overflow: hidden;
}

.text-block-2 {
  font-size: 1em;
}

.text-block-3 {
  color: var(--khaki-2);
  text-align: center;
  font-size: 36px;
}

.text-span-103 {
  color: var(--light-grey);
}

.text-span-104 {
  color: var(--dim-grey);
}

.text-span-105 {
  color: var(--orange);
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  color: var(--gold);
}

.newsubtitle-font-1 {
  color: var(--khaki);
  text-align: justify;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.newsubtitle-font-2 {
  color: var(--white);
  text-align: justify;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: .72em;
  font-weight: 400;
  line-height: 1.3em;
}

.text-span-106 {
  color: var(--gold);
}

.chart-img-pc {
  width: 100%;
  display: inline;
}

.chart-img-mb {
  display: none;
}

.text-span-107 {
  display: inline-block;
}

@media screen and (min-width: 1920px) {
  .section-tips, .section-plan, .section-buy, .section-bonus {
    margin-top: 0;
  }

  .bonus-block-content {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .kv-section-tips-btn-block {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .section-kv {
    margin-top: 78px;
    overflow: visible;
  }

  .ham-icon {
    opacity: 1;
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .ham-close-icon {
    opacity: 0;
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-menu {
    background-color: #00367ce6;
    width: 50vw;
    margin-top: 79px;
    padding: 5vh 0 0;
    position: absolute;
  }

  .nav-menu.gtm-nav-buy {
    background-color: #00503df2;
  }

  .nav-btn {
    background-color: var(--teal);
    width: 78px;
    height: 78px;
    overflow: hidden;
  }

  .nav-btn.w--open {
    background-color: var(--dark-slate-grey);
  }

  .nav-item {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ffffff40;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.2rem;
    display: block;
  }

  .nav-item:hover {
    color: #fff;
  }

  .brand {
    background-position: 5%;
    flex: 1;
    order: 0;
  }

  .navbar.header {
    width: 100vw;
    height: 78px;
  }

  .container {
    width: 100vw;
    max-width: 96vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav-container {
    justify-content: space-between;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .note {
    max-width: 87vw;
    line-height: 18px;
  }

  .sub-title {
    align-items: center;
  }

  .sub-title-text {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-tab {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .section-fund.bg-light-bl {
    z-index: 7;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .fund-info-btn-item {
    margin-left: 30px;
    margin-right: 30px;
  }

  .fixed-link-block {
    display: none;
  }

  .tab-tag-block {
    background-size: auto;
    justify-content: center;
    display: flex;
  }

  .tab-content-block {
    width: 100%;
    height: 43vw;
    position: relative;
  }

  .tab-link-item {
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 10px;
    font-size: 15px;
  }

  .tab-link-item:focus {
    background-color: var(--royal-blue-2);
    color: var(--white);
  }

  .tab-img-item {
    background-image: none;
    width: 100%;
    height: 43vw;
    position: absolute;
  }

  .tab-img-item._01, .tab-img-item._02, .tab-img-item._03 {
    background-size: contain;
  }

  .tab-item-block {
    width: 100%;
    height: 450px;
  }

  .tab-item-block._01 {
    height: 43vw;
  }

  .kv-img-block {
    align-self: flex-end;
    width: 768px;
    height: 600px;
    margin-top: 0;
    top: 0%;
    bottom: 0%;
    left: auto;
  }

  .kv-bg {
    z-index: 1;
    background-size: auto, auto;
    overflow: visible;
  }

  .kv-fund-name {
    justify-content: center;
    align-items: center;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: flex;
    position: absolute;
    inset: 170px auto auto 7%;
  }

  .kv-content {
    z-index: 2;
    flex-direction: column-reverse;
    max-width: 768px;
    height: 600px;
  }

  .fund-name {
    margin-left: auto;
    margin-right: auto;
  }

  .fund-img {
    background-size: contain;
    width: 100%;
    height: 26vw;
  }

  .section-tips {
    z-index: 4;
    background-image: url('../images/noisy-texture-100x100_1noisy-texture-100x100.png');
    background-size: auto;
    padding-bottom: 60px;
    position: relative;
  }

  .footer-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-footer {
    width: 94vw;
    max-width: 94vw;
  }

  .section-plan {
    z-index: 6;
    width: 100%;
    padding-bottom: 0;
  }

  .plan-tab-link-item {
    background-color: var(--white);
    border-radius: 99px;
    padding: 9px 30px;
  }

  .plan-tab-link-item:focus {
    background-color: var(--royal-blue-2);
    color: var(--white);
  }

  .plan-tab-content-block {
    width: 100%;
  }

  .plan-tab-item-block {
    width: 100%;
    height: 450px;
  }

  .plan-tab-item-block._01 {
    width: 100%;
    height: auto;
  }

  .plan-tab-item-block._02 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .plan-tab-item-block._03 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .plan-head {
    background-image: none;
  }

  .trophy-pic {
    inset: auto 4% 0% auto;
  }

  .section-buy {
    padding-top: 40px;
  }

  .buy-block-content {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .buy-item {
    float: left;
    clear: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 15px auto 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .buy-itm-btn-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .buy-itm-btn-2.utm-passer-href, .buy-itm-btn-2.buy-hover {
    float: none;
    width: 20vw;
    min-width: 0;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .buy-item-title {
    width: 44vw;
    margin-bottom: 15px;
  }

  .buy-block-item {
    width: 46vw;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .bonus-block-content {
    justify-content: space-around;
  }

  .bonus-item {
    width: 28vw;
    height: 25vw;
  }

  .bowknot {
    background-position: 50%;
    background-size: contain;
    background-attachment: scroll;
    width: 300px;
    height: 210px;
    top: -30%;
  }

  .section-more {
    z-index: 5;
  }

  .popup-content {
    width: 700px;
  }

  .fund-name-title {
    font-size: 36px;
  }

  .stage {
    width: 60%;
    top: 25%;
    right: 0%;
  }

  .bird {
    top: 10%;
    right: 10%;
  }

  .subtitle {
    width: 550px;
    height: 100px;
    top: 19%;
    right: 0%;
  }

  .kv-section-tips-btn-block {
    z-index: 3;
  }

  .link-tips {
    padding-right: 14%;
  }

  .link-more {
    padding-left: 14%;
  }

  .link-tag-tips {
    width: 30vw;
    height: 8vw;
    top: -24px;
    right: 35%;
  }

  .link-tag-more {
    width: 30vw;
    height: 8vw;
    top: -24px;
    left: 140px;
  }

  .section-more-tab {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .tab-more-block {
    background-size: auto;
    justify-content: center;
    display: flex;
  }

  .tab-link-more-item {
    font-size: 1.6rem;
  }

  .tab-link-more-item:focus {
    background-color: var(--royal-blue-2);
    color: var(--white);
  }

  .more-tab-content-block {
    width: 100%;
    height: 590px;
    position: relative;
  }

  .more-tab-item-block {
    width: 100%;
    height: auto;
  }

  .more-tab-item-block._01 {
    height: 570px;
  }

  .more-tab-img-item {
    background-image: none;
    width: 100%;
    height: 43vw;
    position: absolute;
  }

  .more-tab-img-item._01 {
    background-size: contain;
    height: 40vw;
  }

  .more-tab-img-item._02 {
    height: 40vw;
  }

  .tab-text {
    width: 83%;
  }

  .tab-block.dl {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .more-tab-video-bg {
    width: 100%;
  }

  .more-tab-video-item {
    width: 80vw;
  }

  .div-block {
    width: 53vw;
    height: 34vw;
    top: 35%;
  }

  .bg-01 {
    bottom: -80%;
  }

  .plan-title {
    background-position: 100%;
    background-size: contain;
    width: 55em;
    height: 187px;
  }

  .plan-text-block {
    max-width: 87vw;
  }

  .plan-text-title {
    width: auto;
    margin-right: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .plan-text-content {
    width: 100%;
    padding-top: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .plan-bg-01 {
    width: 100%;
  }

  .chart-bird {
    height: 150px;
    top: -33%;
    right: 43%;
  }

  .chart-arrow {
    width: 100%;
    height: 14vw;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-trophy-block {
    position: absolute;
  }

  .trophy-col-title {
    background-image: url('../images/trophy-col-01.svg');
    background-size: contain;
    width: 100%;
  }

  .trophy-col-title._02 {
    background-image: url('../images/trophy-col-02.svg');
  }

  .trophy-p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    line-height: 1.4;
  }

  .plan-fit-block {
    width: auto;
    height: auto;
  }

  .fit-img {
    background-size: contain;
    width: 60vw;
    height: 32vw;
  }

  .bg-03 {
    display: none;
    bottom: 0;
  }

  .plan-core-block {
    justify-content: space-around;
    margin-top: 0;
  }

  .core-icon-title {
    color: var(--sea-green);
    position: relative;
  }

  .init-core-block {
    width: 30vw;
    min-height: 282px;
  }

  .init-btn {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -12%;
  }

  .popup-img {
    background-size: contain;
    width: 100%;
    height: 43vw;
  }

  .text-span-79, .text-span-80, .text-span-81 {
    display: block;
  }

  .bonus-content {
    font-size: .9rem;
  }

  .chart-arrow-block {
    width: 35vw;
  }

  .chart-arrow-block._02 {
    left: 213px;
  }

  .chart-arrow-block._03 {
    left: 444px;
  }

  .chart-arrow-text {
    font-size: 19px;
  }

  .newsubtitle {
    width: 40%;
    inset: 45% auto auto 2%;
  }

  .buy-item-note-2 {
    width: 44vw;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .buy-item-2 {
    float: left;
    clear: none;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 15px auto 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .bold-text-5 {
    font-size: 17px;
  }

  .note0907 {
    display: block;
  }

  .subtitle-mb {
    width: 585px;
    height: 130px;
    top: 17%;
    right: 0%;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .newsubtitle-font-1 {
    font-size: 1.7rem;
  }

  .newsubtitle-font-2 {
    font-size: .8em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .section-kv {
    padding-bottom: 0;
  }

  .ham-icon {
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .ham-close-icon {
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    width: 100vw;
  }

  .nav-btn {
    padding: 21px;
  }

  .brand {
    background-position: 20%;
    background-size: 150px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .note.left {
    font-size: 11px;
    line-height: 17px;
  }

  .note.left.note-980 {
    font-size: 12px;
  }

  .note.left.note-980.pd-1vw {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .note.plan {
    max-width: 96%;
    margin-top: 20px;
  }

  .sub-title {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .sub-title-text {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 21px;
  }

  .footer-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-text {
    width: 100%;
    margin-top: 40px;
  }

  .section-tab {
    padding: 20px 0;
  }

  .section-fund.bg-light-bl {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .fund-info-btns {
    justify-content: space-between;
    margin-top: 10px;
  }

  .fund-info-btn-item {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 15px;
    line-height: 1.2;
  }

  .fixed-link-block {
    opacity: 1;
    width: 100vw;
    height: 40px;
    display: flex;
    inset: auto 0% 0%;
  }

  .fixed-link-item {
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: 50vw;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .icon-text {
    margin-top: 0;
    margin-left: 5px;
  }

  .tab-tag-block {
    z-index: 5;
    background-position: 50%;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 10px;
    position: sticky;
    top: 78px;
  }

  .tab-content-block {
    z-index: 1;
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .tab-link-item {
    width: 28vw;
    height: 74px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 17px;
  }

  .tab-link-item.w--current {
    background-image: none;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 19px;
  }

  .tab-img-item._01 {
    background-image: url('../images/240612-img-1-mb.png');
    background-position: 50% 0;
    background-size: cover;
    height: 222vw;
    position: relative;
  }

  .tab-img-item._02 {
    background-image: none;
    height: 222vw;
    position: relative;
  }

  .tab-img-item._03 {
    background-image: url('../images/240612-img-3-mb.png');
    background-size: cover;
    height: 222vw;
    position: relative;
  }

  .tab-item-block {
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .tab-item-block._01 {
    height: 222vw;
    display: block;
  }

  .tab-item-block._02 {
    display: none;
    position: relative;
    inset: 0%;
  }

  .tab-item-block._03 {
    height: auto;
    display: none;
    inset: 0%;
  }

  .kv-img-block {
    width: 100vw;
    height: 130vw;
    margin-top: 0;
    inset: 10px auto auto;
    overflow: hidden;
  }

  .kv-bg {
    background-color: #43453c;
    background-image: url('../images/kv-012x.png');
    background-position: 50% 0;
    background-repeat: repeat;
    height: 140vw;
  }

  .kv-fund-name {
    background-position: 50%;
    width: 90%;
    height: 20vw;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 8%;
  }

  .kv-content {
    background-image: url('../images/kv-012x.png');
    background-position: 50% 0;
    background-size: auto;
    flex-direction: column;
    height: 155vw;
  }

  .fund-name {
    min-height: auto;
    margin-bottom: 20px;
  }

  .fund-img {
    background-image: url('../images/fund-profile-mb.png');
    background-size: contain;
    width: 94vw;
    height: 154vw;
    margin-top: 10px;
  }

  .youtube-side-fixed-block {
    display: none;
  }

  .section-tips {
    background-position: 50%;
    background-size: auto;
    padding-top: 20px;
  }

  .footer-02 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .container-footer {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .footer-info {
    background-image: none;
    width: 100%;
    margin-right: 0;
  }

  .section-plan {
    padding-top: 10px;
  }

  .plan-tab-link-item {
    border-color: var(--teal);
    justify-content: center;
    align-self: stretch;
    width: 31vw;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1.4;
    position: static;
  }

  .plan-tab-link-item.w--current {
    color: var(--dark-slate-grey-3);
  }

  .plan-tab-tag-block {
    z-index: 5;
    border-radius: 0;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 78px;
  }

  .plan-section-tab {
    padding-left: 0;
    padding-right: 0;
    top: -2px;
  }

  .plan-tab-content-block {
    z-index: 1;
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .plan-tab-item-block {
    flex-direction: column;
    width: 100%;
    height: 170vw;
    display: flex;
    position: relative;
  }

  .plan-tab-item-block._01 {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .plan-tab-item-block._02 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: 0%;
  }

  .plan-tab-item-block._03 {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .trophy-pic {
    background-position: 0 9%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .section-buy {
    padding-top: 0;
  }

  .buy-bg {
    height: auto;
    padding-bottom: 30px;
  }

  .buy-block-content {
    flex-direction: column;
  }

  .buy-item {
    clear: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: block;
    position: static;
  }

  .buy-itm-btn-2 {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .buy-itm-btn-2.utm-passer-href, .buy-itm-btn-2.buy-hover {
    align-self: flex-start;
    width: 85vw;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .buy-item-title {
    width: auto;
  }

  .buy-block-item {
    clear: none;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 90vw;
    padding-left: 0;
    display: block;
    position: static;
  }

  .bonus-block-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bonus-item {
    width: 90%;
    height: 54vw;
    margin-bottom: 30px;
  }

  .bonus-list-block {
    padding-right: 10px;
  }

  .bowknot {
    background-size: contain;
    width: 40vw;
    height: 30vw;
    top: -103px;
  }

  .text-span-66 {
    display: inline-block;
  }

  .tab-link-icon {
    top: 99%;
    left: 39%;
  }

  .tab-link-block {
    align-self: flex-end;
  }

  .heading {
    max-width: 80%;
  }

  .popup-block-plan-a {
    display: none;
  }

  .popup-title {
    font-size: 27px;
  }

  .close-popup-content {
    height: 135px;
  }

  .popup-content {
    border-radius: 0;
    width: 94vw;
    height: 80vh;
    margin-top: 79px;
    padding-bottom: 25px;
    position: relative;
    overflow: auto;
  }

  .fund-name-title {
    font-size: 1.8rem;
  }

  .stage {
    background-position: 50% 0;
    background-size: 110%;
    width: 100vw;
    height: 76vw;
    inset: 60px 0% auto auto;
  }

  .bird {
    width: 120vw;
    height: 45vw;
    inset: 0% auto auto 2%;
  }

  .subtitle {
    width: 100vw;
    height: 23vw;
    display: none;
    inset: auto 0% 61%;
  }

  .kv-section-tips-btn-block {
    height: 90px;
  }

  .link-tips {
    align-items: center;
    padding-right: 0%;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .link-more {
    align-items: center;
    padding-left: 0%;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .link-more.w--current {
    align-items: center;
    padding-left: 0%;
  }

  .link-down-arrow {
    width: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .link-tag-tips {
    width: 50vw;
    height: 12vw;
    display: none;
    top: -32px;
    right: 0%;
  }

  .tip-1-1, .tip-1-2, .tip-2-1, .tip-2-2, .tip-3-1, .tip-3-2 {
    background-size: 90px;
  }

  .link-tag-block {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .section-more-btn-block {
    height: 90px;
  }

  .link-tag-more {
    width: 50vw;
    height: 12vw;
    top: -32px;
    left: 0;
  }

  .section-more-tab {
    padding: 0;
  }

  .tab-more-block {
    z-index: 5;
    background-image: linear-gradient(to bottom, null, null);
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: sticky;
    top: 78px;
  }

  .tab-link-more-block {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .tab-link-more-item {
    width: 16vw;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2vw 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .more-tab-content-block {
    z-index: 1;
    height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .more-tab-item-block {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .more-tab-item-block._01 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .more-tab-item-block._02 {
    height: auto;
    display: none;
    position: relative;
    inset: 0%;
  }

  .more-tab-item-block._03 {
    height: auto;
    display: none;
    inset: 0%;
  }

  .more-tab-item-block._04 {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: none;
    inset: 0%;
  }

  .more-tab-img-item._01 {
    text-align: center;
    height: auto;
    position: relative;
  }

  .more-tab-img-item._02 {
    height: auto;
    position: relative;
  }

  .tab-title {
    font-size: 1.5em;
    line-height: 1.4;
  }

  .tab-text {
    width: 100%;
    line-height: 22px;
  }

  .tab-block {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tab-block.dl {
    padding: 10% 5%;
  }

  .more-tab-video-item {
    width: 90vw;
  }

  .more-tab-btn-block {
    justify-content: space-around;
    width: 100%;
    display: none;
  }

  .more-video-btn {
    width: 40vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .more-tab-dl-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    width: 100%;
    height: 59vw;
    position: relative;
    top: 0%;
  }

  .bg-01 {
    height: 40%;
    bottom: -40vw;
  }

  .plan-title {
    background-position: 100%;
    background-size: contain;
    width: 21em;
    height: 30vw;
    position: relative;
    left: -18px;
  }

  .bg-02 {
    width: 97vw;
    height: 770vw;
    top: 155px;
  }

  .plan-icon {
    width: 22px;
    height: 20px;
    margin-right: 2px;
  }

  .text-block {
    background-position: 0 85%;
    font-size: 33px;
    line-height: 1.4;
  }

  .plan-text-block {
    flex-direction: column;
    margin-top: 40px;
  }

  .plan-text-title {
    margin-right: 0;
    font-size: 1.5em;
    display: block;
  }

  .plan-text-content {
    margin-top: 20px;
  }

  .plan-bg-01 {
    background-image: none;
    width: 96%;
    height: auto;
    position: relative;
  }

  .chart-bird {
    background-image: url('../images/Group-13332x.png');
    height: 100px;
    top: -16%;
    right: 6%;
  }

  .chart-arrow {
    width: 90%;
    height: 100px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .plan-trophy-block {
    width: 100%;
    height: 290px;
    position: relative;
  }

  .trophy-pic-bg {
    background-position: 0 9%;
    width: 100%;
    height: 290px;
  }

  .plan-trophy-content {
    margin-top: 20px;
  }

  .trophy-p {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .plan-fit-block {
    align-items: flex-end;
    width: 60vw;
    height: 38vw;
    display: flex;
    top: 9%;
    right: -4%;
    overflow: hidden;
  }

  .fit-img {
    width: 60vw;
    height: 31vw;
    bottom: 0;
    right: -9%;
  }

  .plan-core-block {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .init-core-block {
    width: 100%;
    min-height: 220px;
    margin-bottom: 60px;
  }

  .popup-img {
    height: 208vw;
  }

  .popup-img._03 {
    height: 231vw;
  }

  .popup-block-plan-b, .popup-block-plan-c {
    display: none;
  }

  .text-span-79, .text-span-80, .text-span-81 {
    display: inline;
  }

  .text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-91 {
    display: block;
  }

  .bonus-icon {
    width: 46px;
  }

  .bonus-title {
    margin-top: 13%;
  }

  .bonus-content {
    font-size: 1rem;
  }

  .chart-arrow-block {
    background-image: url('../images/Path-1650_1.svg');
    width: 36vw;
    height: 26vw;
  }

  .chart-arrow-block._02 {
    left: 27vw;
  }

  .chart-arrow-block._03 {
    left: 55.3vw;
  }

  .chart-arrow-text {
    font-size: .9em;
    line-height: 1.3;
  }

  .text-span-95, .text-span-96, .text-span-97 {
    display: block;
  }

  .plan-title-block {
    width: 100vw;
    left: 0%;
    overflow: hidden;
  }

  .newsubtitle {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 96vw;
    display: flex;
    inset: auto auto 20px 2%;
  }

  .buy-item-note-2 {
    flex: 0 auto;
    width: auto;
    margin-top: 0;
  }

  .buy-item-2 {
    float: none;
    clear: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: block;
    position: static;
  }

  .bold-text-5 {
    font-size: 20px;
  }

  .note0907 {
    text-align: justify;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .subtitle-mb {
    background-image: url('../images/240621-kv-title-img-mb.png');
    background-position: 50%;
    width: 60vw;
    height: 25vw;
    display: block;
    inset: 2% 4% auto auto;
  }

  .image {
    max-width: 80%;
  }

  .cover-block-content {
    width: 95%;
  }

  .td {
    width: 100%;
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .newsubtitle-font-1 {
    display: none;
  }

  .newsubtitle-font-2 {
    padding-top: 0;
    font-size: 3.1vw;
    line-height: 4vw;
  }

  .chart-img-pc {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .chart-img-mb {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .text-span-107 {
    display: inline;
  }
}


