:root {
  --white-2: white;
  --pinebridge: #025e4c;
  --color: #ebc33a;
  --sea-green: #28866c;
  --medium-sea-green: #52b172;
  --alice-blue: #dbe4f1;
  --light-cyan: #d2f8ff;
  --black-2: black;
  --goldenrod: #eeb211;
  --black: #007979;
  --light-sea-green: #24a09a;
  --white: #c3e426;
  --black-3: #ff0009;
  --beige: #f3f1db;
  --pale-goldenrod: #eae5b3;
  --ctbs: var(--black);
  --lighting-eye: #82fdfc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-block {
  background-color: var(--white-2);
  box-shadow: 0 0 20px 1px #0000001a;
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  margin-left: auto;
  display: flex;
}

.brand {
  justify-content: flex-start;
  width: 210px;
  height: 70px;
  padding-left: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.brand.w--current {
  background-image: none;
}

.body {
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.container.kv {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  position: relative;
}

.container.power {
  height: 1800px;
  display: block;
}

.kv-text-block {
  z-index: 99;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 440px;
  display: flex;
}

.green {
  color: #c3e426;
}

.fund-section {
  z-index: 6;
  background-image: url('../images/240614-bg-5-fund.png');
  background-position: 50% 3%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -200px;
  position: relative;
}

.fund-info-block {
  text-align: center;
  background-color: #036a51;
  background-image: url('../images/240614-bg-5-fund-info.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 1100px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.buy-link-block {
  color: #fff;
  background-image: url('../images/240619-fund-button.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.buy-link-text {
  text-shadow: 0 1px 6px #07715d;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.br {
  display: inline;
}

.br.pc {
  display: block;
}

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

.buy-item-title {
  color: var(--color);
  font-size: 1.5em;
  font-weight: 700;
}

.buy-item-title.white {
  color: #f0faf9;
}

.buy-itm-btn {
  box-shadow: 0 1px 3px 0 var(--pinebridge);
  text-shadow: 0 1px 6px #966d00;
  cursor: pointer;
  background-image: linear-gradient(#ffdc00, #fece0a 29%, #eda300);
  border: 1px solid #ffd052;
  border-radius: 30px;
  min-width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 25px;
  font-size: 1.1em;
  font-weight: 700;
  transition: all .2s;
}

.buy-itm-btn:hover {
  background-color: #eeb211;
}

.buy-itm-btn.green {
  color: #007e65;
  text-shadow: 0 1px 6px #fff;
  background-image: linear-gradient(#f4f7f7, #cde4e3);
  border-color: #01684d;
  font-weight: 400;
}

.buy-itm-btn.green:hover {
  background-color: #16856e;
}

.buy-itm-btn.green.ctbc.utm-passer-href, .buy-itm-btn.green.other {
  color: var(--pinebridge);
  background-image: linear-gradient(#f4f7f7, #a4b8b7 30%, #cde4e3);
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
}

.buy-itm-btn.open.utm-passer-href {
  background-image: linear-gradient(#fcefa2, #da9d2e 29%, #efcb3d);
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
}

.buy-itm-btn.buy.utm-passer-href {
  background-image: linear-gradient(#fcefa2, #d79a2c 29%, #efcb3d);
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
}

.buy-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ffd052;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-weight: 700;
  display: flex;
}

.section-buy {
  display: block;
}

.heading-01 {
  color: #00583e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}

.buy-block-content {
  justify-content: space-between;
  min-height: 270px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.buy-bg {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--pinebridge), #004331 81%, #00281d);
  opacity: 1;
  height: 370px;
  margin-top: 2em;
  position: relative;
}

.buy-block-item {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.footer-text {
  text-align: justify;
  width: 65vw;
  font-size: 14px;
  font-weight: 700;
}

.footer-add-title {
  text-align: left;
  margin-top: 1em;
  font-size: 18px;
  font-weight: 700;
}

.footer-add-text {
  text-align: left;
  margin-top: .5em;
  font-size: 12px;
  font-weight: 400;
}

.footer-company {
  color: #004a28;
  text-align: left;
  margin-top: 25px;
  font-weight: 700;
}

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

.logo-w {
  width: 160px;
  height: 48px;
}

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

.fixed-btn-block {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 35% 0% auto auto;
}

.fixed-link-block {
  margin-right: 1em;
  position: relative;
}

.fixed-link {
  border: 2px solid var(--sea-green);
  color: #00694f;
  background-image: linear-gradient(#dde9e2, #fff);
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.fixed-link._02.utm-passer-href {
  border-color: var(--pinebridge);
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--white-2));
  border-top-style: none;
  border-radius: 0 0 20px 20px;
}

.fixed-link._01.utm-passer-href {
  border-color: var(--pinebridge);
  background-image: linear-gradient(to bottom, var(--white-2), var(--alice-blue));
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}

.fixed-img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

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

.td.bg-g {
  color: #fff;
  background-color: #0f826b;
}

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

.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;
  display: flex;
}

.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);
}

.cover-bank-head {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.cover-block-content {
  background-color: #f0faf9;
  border: 1px solid #eeb211;
  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;
}

.bank-cover-block {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #025e4cf2;
  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%;
}

.cover-note {
  font-size: .8em;
}

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

.bowknot {
  z-index: 9;
  width: 304px;
  height: 230px;
  position: absolute;
  inset: -165px 0% auto auto;
}

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

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

.bonus-icon {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 10% 10% auto auto;
}

.bonus-icon._02 {
  background-image: none;
}

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

.heading-01-2.bonus {
  color: #e08433;
  font-weight: 700;
}

.bonus-content {
  color: #5a5a5a;
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.bonus-item {
  border: 1px solid #eeb211;
  width: 290px;
  height: 220px;
  padding: 25px;
  position: relative;
}

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

.text-span-92 {
  display: block;
}

.next-link {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  text-decoration: none;
  display: flex;
}

.next-link.guide {
  width: 200px;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.yt-tabs {
  width: 1100px;
}

.yt-tab-pane {
  height: 620px;
}

.yt-tab-menu {
  margin-bottom: 10px;
  display: none;
}

.team-block {
  border: 2px solid var(--pinebridge);
  border-radius: 15px;
  justify-content: space-around;
  align-items: stretch;
  width: 1100px;
  margin-bottom: 40px;
  display: block;
}

.col {
  text-align: center;
  width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-img {
  margin-bottom: 20px;
}

.team-leader-info1 {
  border-left: 10px solid var(--pinebridge);
  text-align: left;
  border-radius: 0;
  margin-top: 20px;
  padding-left: 10px;
  font-weight: 700;
  line-height: 1.7;
}

.team-cols {
  padding-top: 20px;
  display: flex;
}

.team-col {
  flex: 0 auto;
}

.team-col._02 {
  flex: 1;
  margin-left: 40px;
}

.team-goal-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 1em;
  display: flex;
}

.team-goal-text-item {
  text-align: left;
  background-image: url('../images/icon-22x_1icon-2@2x.png');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 26px;
  font-size: 16px;
  display: inline-block;
}

.award-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

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

.awards-img {
  border-radius: 15px;
  box-shadow: 0 2px 5px 5px #99999940;
}

.buy-link-group {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.footer-info-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 13px;
  display: flex;
}

.fund-warning-font-1 {
  color: var(--light-cyan);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 13px;
  display: block;
}

.fundname-1st {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}

.teams-block-note {
  padding: 20px 10px 10px;
  font-size: 13px;
}

.div-block {
  justify-content: center;
  display: flex;
}

.team-title-1 {
  color: var(--pinebridge);
  text-align: center;
  font-size: 36px;
}

.team-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.awards-img-title {
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.team-leader-info2 {
  border-left: 10px none var(--pinebridge);
  text-align: left;
  border-radius: 0;
  margin-top: 20px;
  padding-left: 20px;
  line-height: 1.7;
}

.team-goal-text-highlight {
  color: var(--pinebridge);
}

.section-title {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.section-title-bg2 {
  color: #fff;
  text-align: center;
  background-image: url('../images/section-title-bg-12x.png');
  background-position: 0 0;
  background-size: 250px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.heading-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  display: block;
}

.strategy-section {
  z-index: 5;
  background-image: url('../images/240614-bg-4-strategy.jpg');
  background-position: 50% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 240px;
  position: relative;
}

.block-1 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-bg1 {
  color: #fff;
  text-align: center;
  background-image: url('../images/section-title-bg-12x.png');
  background-position: 0 0;
  background-size: 250px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-size: 16px;
  display: flex;
}

.warning-note {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 400;
}

.block-1-bg {
  background-image: url('../images/240619-chart-1-bg2x.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 329px;
  height: 250px;
  padding-top: 40px;
}

.block-2-bg {
  background-image: url('../images/240619-chart-2-bg2x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 329px;
  height: 250px;
  padding-top: 40px;
}

.block-content-text {
  font-size: 16px;
}

.chart-block-1, .chart-block-2 {
  margin-top: 0;
}

.section-title-center {
  margin: 60px auto;
}

.risk-section {
  z-index: 4;
  background-image: url('../images/240614-bg-3-risk.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}

.block-3-bg {
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading2 {
  color: var(--pinebridge);
  background-image: url('../images/icon-12x_1icon-1@2x.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 10px;
  padding-left: 35px;
  font-size: 24px;
}

.blank-40px {
  height: 50px;
}

.chart-block-3, .chart-block-4 {
  margin-top: -40px;
}

.technology-section {
  z-index: 3;
  background-image: url('../images/240614-bg-2-tech-2.jpg');
  background-position: 50% 169px;
  background-repeat: no-repeat;
  margin-top: -200px;
  position: relative;
}

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

._3power-warning-note {
  text-align: left;
  width: 1100px;
}

._3power-description {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

._3pwoer-title {
  padding-top: 60px;
}

._3power-image {
  margin-top: 200px;
}

._3power-block {
  background-image: url('../images/240619-3power-chip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  width: 768px;
  height: 380px;
  position: relative;
}

._3power-robot-3-img {
  width: 297px;
  position: absolute;
  bottom: 140px;
  left: 280px;
}

._3power-robot-2-img {
  width: 240px;
  position: absolute;
  bottom: 260px;
  right: 175px;
}

._3power-robot-1-img {
  width: 240px;
  position: absolute;
  bottom: 250px;
  left: 140px;
}

._3power-link-description {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

._3power-link-1 {
  color: #fff;
  text-align: left;
  background-image: url('../images/3pwoer-robot-1-linkv2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 293px;
  width: 293px;
  height: 106px;
  padding-top: 47px;
  padding-left: 55px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  left: -100px;
}

._3power-link-2 {
  color: #fff;
  text-align: left;
  background-image: url('../images/3pwoer-robot-2-linkv2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 317px;
  width: 317px;
  height: 106px;
  padding-top: 47px;
  padding-left: 165px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: -90px;
  right: -80px;
}

._3power-link-3 {
  color: #fff;
  text-align: left;
  background-image: url('../images/3pwoer-robot-3-linkv2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 353px;
  width: 353px;
  height: 106px;
  padding-top: 47px;
  padding-left: 200px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: 60px;
  right: -80px;
}

.intro-section {
  z-index: 2;
  background-image: url('../images/240614-bg-1-intro-2.jpg');
  background-position: 50% 170px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1280px;
  margin-top: -150px;
  padding-bottom: 250px;
  position: relative;
}

.intro-image {
  text-align: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.intro-warning-note {
  text-align: left;
  width: 1100px;
}

.intro-info {
  background-image: url('../images/icon-32x_1icon-3@2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 0;
  padding-left: 24px;
  font-size: 15px;
}

.intro-title-img {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-5icon {
  height: 530px;
  position: relative;
}

.intro-icon-1 {
  width: 210px;
  position: absolute;
  left: 260px;
}

.intro-icon-2 {
  width: 240px;
  position: absolute;
  top: 140px;
  right: 100px;
}

.intro-icon-3 {
  width: 175px;
  position: absolute;
  bottom: 100px;
  left: 100px;
}

.intro-icon-4 {
  width: 165px;
  position: absolute;
  top: 90px;
  right: 380px;
}

.intro-icon-5 {
  width: 190px;
  position: absolute;
  bottom: 30px;
  left: 380px;
}

._3power-tabs {
  width: 1100px;
}

.tabs-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -130px;
}

.tab-prev {
  z-index: 2;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
}

.tab-prev.video {
  border: 4px solid var(--pinebridge);
  background-color: var(--white-2);
  border-radius: 50%;
  padding: 15px;
  top: 310px;
  left: -3%;
}

.tab-next {
  z-index: 2;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
}

.tab-next.video {
  border: 4px solid var(--pinebridge);
  background-color: var(--white-2);
  border-radius: 50%;
  padding: 15px;
  top: 310px;
  right: -3%;
}

.power-tab-block {
  height: auto;
  position: relative;
}

.tab-content {
  padding-top: 70px;
}

.tab-pane {
  height: 680px;
}

.powers-tab-2 {
  color: #666;
  background-image: linear-gradient(270deg, #005353, #005353 10%, #0d7d60);
  border-bottom: 1px solid #016950;
  border-left: 1px solid #016950;
  border-right: 2px solid #016950;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.powers-tab-2.w--current {
  color: #fff;
  background-color: #318bcb;
  background-image: linear-gradient(to right, #ceaa5d, #b1833d 20%, #f9e29b 70%, #cfb580 90%, #cf9d5a);
  border-bottom: 1px solid #b18541;
  border-radius: 0;
  width: 25%;
  font-size: 16px;
}

.text-block-11, .text-block-12 {
  color: #fffc;
  text-align: center;
  text-shadow: 0 1px 1px #0006;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13 {
  text-align: center;
  text-shadow: 0 1px 1px #0006;
  font-size: 16px;
  font-weight: 400;
}

.powers-tab-1 {
  color: #fffc;
  background-image: linear-gradient(270deg, #0d7d60, #005353);
  border-top: 0 #000;
  border-bottom: 1px solid #016950;
  border-left: 1px solid #016950;
  border-right: 1px #000;
  border-bottom-left-radius: 10px;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.powers-tab-1.w--current {
  background-color: var(--pinebridge);
  color: #fff;
  background-image: linear-gradient(to right, #d7b665, #b68945 20%, #f7eaaf 75%, #f1cf75 90%, #bf9c60);
  border-bottom-width: 1px;
  border-bottom-color: #b88946;
  border-left-color: #b18541;
  border-right: 2px solid #b88946;
  border-bottom-left-radius: 10px;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.powers-tab-3 {
  color: #666;
  background-image: linear-gradient(to right, #005353, #005042 10%, #0d7d60);
  border-bottom: 1px solid #016950;
  border-right: 1px solid #016950;
  border-bottom-right-radius: 10px;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.powers-tab-3.w--current {
  color: #fff;
  background-color: #ec5634;
  background-image: linear-gradient(to right, #d7b665, #af813c 20%, #fadc88 75%, #cdb07a 90%, #c79553);
  border-bottom-color: #b98a47;
  border-right-color: #c89654;
  border-radius: 0 0 10px;
  width: 25%;
  font-size: 16px;
}

.warning-note-power {
  text-align: left;
  padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 400;
}

.power-chart-3 {
  max-width: 100%;
}

.intro-title-img-m {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

._3pwoer-title-m {
  padding-top: 4em;
  display: none;
}

.power-chart-1-m, .power-chart-2-m {
  display: none;
}

.power-chart-3-m {
  max-width: 100%;
  display: none;
}

.rds-m, .rds-chart-1-m {
  display: none;
}

.next-2 {
  background-image: url('../images/240614-bg-2-tech-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 170px;
}

.next-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/240614-bg-1-intro-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 170px;
  display: block;
}

.next-3 {
  height: 170px;
}

.next-4 {
  height: 170px;
  margin-top: 40px;
}

.next-5 {
  height: 170px;
}

.strategy-chart-1-m, .strategy-chart-2-m, .fund-info-img-m {
  display: none;
}

.strategy-container {
  max-width: 1300px;
  height: 2040px;
}

.fund-container {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.fund-container.fund {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 2660px;
  display: flex;
}

.risk-container {
  max-width: 1300px;
  height: 1810px;
}

._3power-warning-tips {
  text-align: center;
}

.here {
  width: 20px;
  height: 20px;
}

.navbar-pb {
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.navbar-pb.header {
  z-index: 999;
  background-color: #0000;
  height: 70px;
  margin-top: -70px;
  padding: 0;
  display: block;
  position: fixed;
  top: 70px;
}

.nav-item-for-pb {
  color: var(--black-2);
  align-items: center;
  min-height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 1em;
  font-size: 1em;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-item-for-pb:hover {
  color: #fff;
  background-color: #fec601;
}

.nav-item-for-pb.w--current {
  background-color: var(--goldenrod);
  color: #fff;
}

.nav-item-for-pb.utm-passer-href, .nav-item-for-pb.utm-passer-href.w--current {
  display: flex;
}

.footer-pb {
  display: block;
}

.footer-01-for-pb {
  background-color: #e2e2e2;
  border: 0 solid #000;
  border-top: 1px solid #ffd052;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.footer-02-for-pb {
  background-color: var(--pinebridge);
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.footer-02-text-2 {
  color: #fff;
  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-note-highlight {
  color: var(--pinebridge);
}

.lighthing {
  border: 5px solid #ffc002;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  top: -65px;
  left: 123px;
}

.fund-video {
  border: 2px none var(--pinebridge);
  border-radius: 15px;
  margin-bottom: 60px;
}

.lighthing-2 {
  border: 5px solid #ffc002;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  top: -63px;
  left: 121px;
}

.lighthing-3 {
  border: 5px solid #ffc002;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  top: -63px;
  left: 123px;
}

.subscription-block {
  padding-top: 60px;
  display: block;
}

.yt-tab-tag-2 {
  color: #fff;
  background-color: #0000;
  font-weight: 700;
  line-height: 1;
}

.yt-tab-tag-2.w--current {
  color: #007979;
  background-color: #fff;
  border-radius: 99px;
}

.yt-embed-2 {
  border: 1px solid #28866c;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yt-block-2 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  display: flex;
}

.buy-block-note {
  color: var(--color);
  padding-top: 20px;
  font-size: 16px;
}

.fundname-2nd {
  color: var(--light-cyan);
}

.heading1 {
  color: var(--pinebridge);
}

.kv-section-block {
  z-index: 1;
  background-image: linear-gradient(#031813, #033126 15%, #0d5e4a 47%, #043d2f 67%, #031813);
  margin-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.bank-cover-block-jp {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #025e4cf2;
  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%;
}

.cover-bank-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.cover-bank-head-jp {
  margin-top: 20px;
  font-size: 1.2em;
}

.kv-img-bg-block {
  opacity: 1;
  mix-blend-mode: screen;
  background-image: url('../images/240617-kv-img-bg-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 760px;
  height: 670px;
  display: block;
}

.kv-img-name-block, .kv-img-robot-block {
  width: 760px;
  height: 670px;
  display: block;
  position: absolute;
  left: 0;
}

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

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

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

  .section-title-bg2 {
    margin-top: 4em;
  }

  .intro-section {
    background-position: 50% 169px;
  }

  .next-1 {
    background-size: auto;
  }
}

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

  .nav-block {
    border-bottom-style: none;
  }

  .nav-menu {
    background-color: var(--pinebridge);
    background-image: linear-gradient(to bottom, var(--pinebridge), #012709);
    width: 50vw;
    margin-top: 70px;
    padding: 5vh 0 0;
    position: absolute;
  }

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

  .nav-btn.w--open {
    background-color: var(--pinebridge);
  }

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

  .brand {
    flex: 1;
    order: 0;
  }

  .container.kv {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.power {
    height: 1600px;
  }

  .kv-text-block {
    width: 45%;
    padding-top: 60px;
  }

  .fund-info-block {
    width: 96%;
  }

  .container-type2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buy-itm-btn {
    min-width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
  }

  .buy-itm-btn.green.ctbc.utm-passer-href, .buy-itm-btn.green.other {
    min-width: 140px;
    padding: 10px;
    font-size: .8em;
  }

  .buy-itm-btn.open.utm-passer-href, .buy-itm-btn.buy.utm-passer-href {
    min-width: 120px;
    padding: 10px;
    font-size: .8em;
  }

  .buy-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .buy-block-item {
    align-items: center;
  }

  .fixed-btn-block {
    inset: auto 0% 0%;
  }

  .fixed-link-block {
    flex: 1;
    margin-right: 0;
    display: flex;
    box-shadow: 0 0 20px 1px #00000026;
  }

  .fixed-link {
    border-width: 0;
    border-radius: 0;
    flex-direction: row;
    width: 50%;
    height: 70px;
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1;
  }

  .fixed-link._02 {
    border-left-width: 1px;
    border-left-color: var(--medium-sea-green);
  }

  .fixed-link._02.utm-passer-href {
    border-top-style: none;
    border-top-width: 1px;
    border-left-color: var(--white-2);
    background-image: linear-gradient(180deg, var(--white-2), var(--alice-blue));
    border-radius: 0;
  }

  .fixed-link._01.utm-passer-href {
    border-style: none solid none none;
    border-width: 1px;
    border-right-color: var(--alice-blue);
    background-image: linear-gradient(180deg, var(--white-2), var(--alice-blue));
    border-radius: 0;
  }

  .fixed-link._01.utm-passer-href.w--current {
    border-top-style: none;
  }

  .fixed-img {
    width: 2em;
    height: 2em;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .fixed-link-text {
    color: var(--pinebridge);
  }

  .bonus-title {
    font-size: 22px;
  }

  .bowknot {
    top: -175px;
  }

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

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

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

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

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

  .next-link {
    margin-top: 30px;
  }

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

  .yt-tab-pane {
    height: auto;
  }

  .yt-tab-menu {
    align-self: flex-start;
  }

  .team-block {
    justify-content: space-between;
    width: 96%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col {
    width: 45vw;
    padding-left: 0;
    padding-right: 0;
  }

  .team-img {
    width: 40vw;
  }

  .team-leader-info1 {
    font-size: .9em;
  }

  .team-col._02 {
    margin-left: 10px;
  }

  .team-goal-text {
    padding-right: 10px;
  }

  .team-goal-text-item {
    font-size: 15px;
  }

  .yt-tab-content {
    justify-content: center;
    align-items: center;
  }

  .teams-block-note {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-leader-info2 {
    font-size: .9em;
  }

  .section-title {
    width: 96%;
    padding-top: 40px;
  }

  .strategy-section {
    background-position: 50% -13%;
  }

  .block-1 {
    width: 96%;
  }

  .block-1-bg {
    background-position: 100% 100%;
    background-size: 200px;
  }

  .block-2-bg {
    background-position: 100%;
    background-size: 200px;
  }

  .technology-section {
    background-position: 50% 169px;
    margin-top: -125px;
  }

  ._3power {
    width: 100%;
    padding-top: 10px;
  }

  ._3power-warning-note {
    width: 96%;
  }

  ._3power-description {
    padding-top: 20px;
    font-size: 15px;
  }

  ._3pwoer-title {
    max-width: 96%;
  }

  ._3power-image {
    margin-top: 160px;
  }

  ._3power-robot-3-img {
    left: 250px;
  }

  ._3power-link-1 {
    background-position: 0 0;
    background-size: cover;
    top: 0;
    left: 0;
  }

  ._3power-link-2 {
    position: absolute;
    top: -60px;
    right: 0;
  }

  ._3power-link-3 {
    top: 75px;
    right: 0;
  }

  .intro-section {
    height: 1230px;
    margin-top: -150px;
    padding-bottom: 220px;
  }

  .intro-image {
    width: 96%;
  }

  .intro-warning-note {
    width: 100%;
  }

  .intro-5icon {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-icon-1 {
    top: -30px;
    left: 120px;
  }

  .intro-icon-2 {
    right: 40px;
  }

  .intro-icon-3 {
    bottom: 140px;
    left: 40px;
  }

  .intro-icon-4 {
    top: 20px;
    right: 225px;
  }

  .intro-icon-5 {
    bottom: 50px;
    left: 240px;
  }

  ._3power-tabs {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    text-align: center;
    justify-content: center;
    width: 737px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -131px;
  }

  .tab-prev.video {
    width: 50px;
    padding: 5px;
    top: 38%;
    left: 0%;
  }

  .tab-next.video {
    text-align: left;
    justify-content: flex-end;
    width: 50px;
    height: 50px;
    padding: 5px;
    top: 38%;
    right: 0%;
  }

  .power-tab-block {
    width: 768px;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .tab-content {
    padding-top: 0;
  }

  .tab-pane {
    height: auto;
  }

  .warning-note-power {
    padding-top: 40px;
  }

  ._3pwoer-title-m {
    max-width: 96%;
  }

  .next-2 {
    margin-top: -70px;
    top: 0;
  }

  .strategy-container {
    height: auto;
    min-height: 1710px;
  }

  .fund-container.fund {
    height: auto;
    min-height: 2180px;
  }

  .risk-container {
    height: auto;
    min-height: 1600px;
  }

  .navbar-pb.header {
    width: 100vw;
    height: 70px;
  }

  .nav-item-for-pb {
    color: #f5f3ef;
    text-align: center;
    border-bottom: 1px solid #ffffff40;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.2em;
    display: block;
  }

  .nav-item-for-pb:hover {
    color: #f5f3ef;
    border-bottom-width: 1px;
  }

  .nav-item-for-pb.w--current {
    color: #fff;
  }

  .nav-item-for-pb.utm-passer-href {
    justify-content: center;
  }

  .footer-pb {
    padding-bottom: 70px;
  }

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

  .footer-02-for-pb {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .fund-video {
    width: 96%;
  }

  .yt-tab-tag-2 {
    font-size: .8em;
  }

  .yt-embed-2 {
    border-radius: 20px;
    width: 738px;
    height: 432px;
  }

  .yt-block-2 {
    background-image: none;
    width: 100%;
    height: 100%;
  }

  .kv-section-block {
    padding-bottom: 140px;
  }

  .kv-img-bg-block {
    width: 520px;
    height: 390px;
  }

  .kv-img-name-block, .kv-img-robot-block {
    width: 470px;
    height: auto;
  }

  .container-bonus {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tab-next.video {
    top: 38%;
  }
}

@media screen and (max-width: 479px) {
  .ham-close-icon {
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    background-image: none;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .nav-btn {
    background-color: var(--pinebridge);
    padding: 21px;
  }

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

  .container {
    overflow: visible;
  }

  .container.kv {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container.power {
    height: auto;
    min-height: 2000px;
    display: block;
  }

  .kv-text-block {
    z-index: 99;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .kv-section {
    background-color: #bce1ec;
    margin-top: 70px;
  }

  .fund-section {
    margin-top: -120px;
  }

  .fund-info-block {
    background-color: var(--pinebridge);
    background-image: none;
    width: 96%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
  }

  .buy-link-block {
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    width: 75%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .buy-link-text {
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .br, .br.pc {
    display: inline;
  }

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

  .buy-item-title, .buy-item-title.white {
    font-size: 1.4em;
  }

  .buy-itm-btn {
    letter-spacing: -1px;
    width: 50%;
    margin-bottom: 15px;
    margin-left: .5em;
    margin-right: .5em;
    padding-left: .25em;
    padding-right: .25em;
    font-size: 1em;
  }

  .buy-itm-btn.green.ctbc.utm-passer-href, .buy-itm-btn.green.other {
    min-width: 240px;
  }

  .buy-itm-btn.open.utm-passer-href, .buy-itm-btn.buy.utm-passer-href {
    width: auto;
    min-width: 240px;
  }

  .buy-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin-top: .5em;
    display: flex;
  }

  .heading-01 {
    font-size: 30px;
    font-weight: 700;
    display: block;
  }

  .buy-block-content {
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: hidden;
  }

  .buy-bg {
    height: auto;
    margin-top: 1em;
  }

  .buy-block-item {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

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

  .fixed-btn-block {
    z-index: 100;
  }

  .fixed-link {
    align-items: center;
    height: 60px;
    font-size: 1em;
  }

  .fixed-link._02.utm-passer-href, .fixed-link._01.utm-passer-href {
    background-image: linear-gradient(180deg, #fff, var(--alice-blue));
  }

  .fixed-img {
    margin-right: 5px;
  }

  .fixed-link-text {
    color: var(--pinebridge);
  }

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

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

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

  .bowknot {
    width: 40vw;
    height: 30vw;
    top: -102px;
  }

  .section-bonus {
    padding-bottom: 40px;
  }

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

  .bonus-icon {
    width: 50px;
  }

  .heading-01-2.bonus {
    font-size: 30px;
    font-weight: 700;
  }

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

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

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

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

  .next-btn-ball {
    z-index: 5;
    position: relative;
  }

  .yt-tab-menu {
    margin-bottom: 10px;
    display: none;
  }

  .team-block {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .col {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }

  .team-img {
    width: 100%;
    margin-bottom: 10px;
  }

  .team-leader-info1 {
    font-size: 1em;
  }

  .team-cols {
    margin-top: 10px;
  }

  .team-col._02 {
    margin-left: 10px;
  }

  .team-goal-text {
    width: 100%;
    margin-top: 1em;
    padding-right: 0;
  }

  .team-goal-text-item {
    background-position: 0 1.5vw;
    background-size: 20px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-left: 5vw;
    font-size: .8em;
    line-height: 1.6;
  }

  .buy-link-group {
    background-color: var(--white-2);
    padding-top: 0;
    padding-bottom: 4em;
    display: flex;
    overflow: hidden;
  }

  .fund-warning-font-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fundname-1st {
    font-size: 22px;
    line-height: 30px;
  }

  .teams-block-note {
    overflow: hidden;
  }

  .div-block {
    flex-wrap: wrap;
    overflow: hidden;
  }

  .team-title-1 {
    font-size: 30px;
  }

  .team-leader-info2 {
    margin-top: 10px;
    font-size: 1em;
  }

  .section-title {
    padding-top: 20px;
  }

  .strategy-section {
    background-position: 50% 80px;
    margin-top: 0;
    padding-bottom: 150px;
  }

  .block-1 {
    overflow: hidden;
  }

  .section-title-bg1 {
    margin-left: auto;
    margin-right: auto;
  }

  .block-1-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 230px;
    padding-top: 20px;
    overflow: hidden;
  }

  .block-2-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 200px;
    padding-top: 0;
    overflow: hidden;
  }

  .section-title-center {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .risk-section {
    padding-bottom: 0;
  }

  .block-3-bg {
    padding-top: 20px;
  }

  .blank-40px {
    height: 20px;
  }

  .chart-block-3, .chart-block-4 {
    margin-top: 0;
  }

  .technology-section {
    margin-top: -150px;
  }

  ._3power {
    display: flex;
  }

  ._3power-warning-note {
    overflow: hidden;
  }

  ._3power-description {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  ._3pwoer-title {
    display: none;
  }

  ._3power-image {
    width: 360px;
    height: 500px;
    margin-top: auto;
    position: relative;
  }

  ._3power-block {
    background-image: url('../images/240619-3power-chip-mb.png');
    background-position: 50% 100%;
    background-size: 360px;
    width: 360px;
    height: 470px;
    position: relative;
  }

  ._3power-robot-3-img {
    width: 240px;
    bottom: 50px;
    left: 90px;
  }

  ._3power-robot-2-img {
    width: 190px;
    bottom: 140px;
    right: 20px;
  }

  ._3power-robot-1-img {
    width: 195px;
    bottom: 130px;
    left: 0;
  }

  ._3power-link-1 {
    background-image: url('../images/3pwoer-robot-1-link-mv2.png');
    background-size: 177px;
    width: 178px;
    height: 121px;
    padding-top: 21px;
    padding-left: 19px;
    top: 6px;
    left: 10px;
  }

  ._3power-link-2 {
    background-image: url('../images/3pwoer-robot-2-link-mv2.png');
    background-size: 177px;
    width: 178px;
    height: 121px;
    padding-top: 20px;
    padding-left: 22px;
    top: 6px;
  }

  ._3power-link-3 {
    background-image: url('../images/3pwoer-robot-3-link-mv2.png');
    background-position: 0 0;
    background-size: 177px;
    width: 178px;
    height: 108px;
    padding-top: 50px;
    padding-left: 20px;
    top: 366px;
    right: 170px;
  }

  .intro-section {
    background-position: 50% 167px;
    height: auto;
    min-height: 1200px;
    padding-bottom: 220px;
    overflow: hidden;
  }

  .intro-image {
    padding-top: 20px;
  }

  .intro-title-img {
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
  }

  .intro-5icon {
    width: 350px;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-icon-1 {
    width: 145px;
    top: -40px;
    left: 20px;
  }

  .intro-icon-2 {
    width: 160px;
    top: 150px;
    right: 0;
  }

  .intro-icon-3 {
    width: 135px;
    bottom: 185px;
    left: 0;
  }

  .intro-icon-4 {
    width: 130px;
    top: 20px;
    right: 50px;
  }

  .intro-icon-5 {
    width: 145px;
    bottom: 35px;
    left: 50px;
  }

  ._3power-tabs {
    overflow: hidden;
  }

  .tabs-menu {
    width: 320px;
    display: none;
    position: relative;
    top: auto;
    bottom: 173px;
  }

  .tab-prev.video, .tab-next.video {
    border-width: 3px;
    width: 40px;
    height: 40px;
    display: flex;
    top: 400px;
  }

  .power-tab-block {
    object-fit: fill;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .tab-content {
    padding-top: 0;
  }

  .tab-pane {
    height: auto;
    margin-bottom: 20px;
  }

  .powers-tab-2 {
    width: 28%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .powers-tab-2.w--current {
    width: 28%;
  }

  .text-block-11, .text-block-12, .text-block-13 {
    font-size: 15px;
  }

  .powers-tab-1 {
    float: none;
    clear: none;
    width: 27%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .powers-tab-1.w--current {
    width: 28%;
  }

  .powers-tab-3, .powers-tab-3.w--current {
    width: 27%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .warning-note-power {
    padding-top: 10px;
  }

  .power-chart-3 {
    display: none;
  }

  .intro-title-img-m {
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  ._3pwoer-title-m {
    padding-top: 20px;
    display: block;
    position: relative;
  }

  .power-chart-1-m {
    display: block;
  }

  .power-chart-1, .power-chart-2 {
    display: none;
  }

  .power-chart-2-m, .power-chart-3-m {
    display: block;
  }

  .rds {
    display: none;
  }

  .rds-m {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .rds-chart-1 {
    display: none;
  }

  .rds-chart-1-m {
    display: block;
  }

  .next-3 {
    position: static;
  }

  .next-4 {
    margin-top: 0;
  }

  .strategy-chart-1 {
    display: none;
  }

  .strategy-chart-1-m {
    display: block;
  }

  .strategy-chart-2 {
    display: none;
  }

  .strategy-chart-2-m {
    display: block;
  }

  .fund-info-img {
    display: none;
  }

  .fund-info-img-m {
    display: block;
  }

  .strategy-container {
    height: auto;
    min-height: 2460px;
    margin-top: auto;
  }

  .fund-container {
    overflow: visible;
  }

  .fund-container.fund {
    background-color: var(--white-2);
    min-height: 3080px;
    overflow: hidden;
  }

  .risk-container {
    height: auto;
    min-height: 2222px;
    top: -20px;
  }

  .navbar-pb.header {
    height: 70px;
  }

  .nav-item-for-pb {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .nav-item-for-pb.w--current {
    color: #fff;
  }

  .footer-pb {
    padding-bottom: 60px;
  }

  .footer-01-for-pb, .footer-02-for-pb {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .lighthing {
    top: -64px;
    left: 129px;
  }

  .fund-video {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .lighthing-2 {
    top: -63px;
    left: 127px;
  }

  .lighthing-3 {
    top: -64px;
    left: 127px;
  }

  .subscription-block {
    padding-top: 20px;
  }

  .yt-tab-tag-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .6em;
    line-height: .5;
  }

  .yt-embed-2 {
    border-radius: 10px;
    width: 360px;
    height: 202px;
    margin-left: auto;
    margin-right: auto;
  }

  .yt-block-2 {
    background-image: none;
  }

  .kv-section-block {
    margin-top: 70px;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .kv-img-bg-block {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 360px;
    min-width: auto;
    max-width: 428px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kv-img-name-block {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 428px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kv-img-robot-block {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 428px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
  }

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


