@media screen and (min-width: 769px) {
  .md-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .md-hide {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

#wrap {
  max-width: none;
  padding: 0 0 40px;
}
#wrap .row {
  max-width: none;
  padding: 0;
}

h1,
h2,
h3,
p {
  font-size: inherit;
  font-weight: unset;
  font-family: inherit !important;
  margin-bottom: 0;
  line-height: inherit;
}

#top_banner_area .large-12.columns img {
  width: 100%;
  display: block;
}

#main_content_area {
  padding: 0;
  overflow: hidden;
}
#main_content_area .row {
  padding: 0;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
.container .row {
  padding: 0;
}

.simply-marquee {
  --marquee-duration: 30s;
  --marquee-gap: 100px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to top right, #a6ce39 0%, #39b54a 75%, #39b54a 100%);
  padding: 14px 0;
}
.simply-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: simply-marquee-scroll var(--marquee-duration) linear infinite;
}
.simply-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: var(--marquee-gap);
  padding-right: var(--marquee-gap);
}
.simply-marquee__item {
  display: flex;
  align-items: center;
  gap: 90px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .simply-marquee__item {
    gap: 32px;
  }
}
.simply-marquee__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.simply-marquee__icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.simply-marquee__label {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.simply-marquee:hover .simply-marquee__track {
  animation-play-state: paused;
}

@keyframes simply-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .simply-marquee {
    --marquee-gap: 32px;
    padding: 8px 0;
  }
  .simply-marquee__icon {
    width: 32px;
    height: 32px;
  }
  .simply-marquee__label {
    font-size: 24px;
  }
}
.bg {
  background-color: #fcfff6;
}

.c-green {
  color: #0d6c28;
}

.c-orange {
  color: #f68b1f;
}

.c-yellow {
  color: #ffdd2f;
}

.section-header {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  text-align: center;
}

.section-title {
  display: inline;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 12px;
  padding: 0.05em 0.35em;
  background-image: linear-gradient(to top, #e9f1c6 0%, #e9f1c6 40%, transparent 40%, transparent 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.section-subtitle {
  font-size: 23px;
  line-height: 1.6;
  color: #0d6c28;
  margin: 0;
}

.intro {
  background-color: #fcfff6;
  padding: 40px 0 50px;
  text-align: center;
  color: #0d6c28;
}
.intro__disclaimer {
  margin: 0 auto 36px;
  padding: 18px 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #888;
  text-align: left;
}
.intro__title {
  font-size: 49px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}
.intro__desc {
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.9;
  font-weight: 500;
}
.intro__desc p {
  margin: 0 0 4px;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 28px 0 36px;
  }
  .intro__disclaimer {
    padding: 14px 16px;
    margin-bottom: 28px;
    font-size: 12px;
    border-radius: 10px;
  }
  .intro__title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .intro__desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .section-header {
    margin-bottom: 24px;
  }
  .section-title {
    font-size: 28px;
    padding: 0.05em 0.25em;
  }
  .section-subtitle {
    font-size: 16px;
    padding: 0 8px;
  }
}
.stock-section {
  position: relative;
  padding: 20px 0 60px;
  text-align: center;
  overflow: visible;
}
.stock-section > .container {
  overflow: visible;
}
.stock-section__cards {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 70px;
  z-index: 1;
  overflow: visible;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .stock-section__cards {
    gap: 20px;
  }
}
.stock-section__ball {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  max-width: none;
}
.stock-section__ball--l {
  left: -300px;
  top: 20%;
  transform: translateY(-50%);
  width: 684px;
}
.stock-section__ball--r {
  right: -300px;
  top: 70%;
  transform: translateY(-50%);
  width: 520px;
}

.stock-card {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 28px 32px 32px;
  border: 1px solid #39b54a;
  border-radius: 24px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #f3ffe4 100%);
  box-sizing: border-box;
  overflow: visible;
  transition: border-color 0.3s ease;
}
.stock-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: url("../images/0_icon_bg.png") no-repeat top center/100% auto, linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #f3ffe4 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.stock-card:hover {
  border-color: #a6ce39;
}
.stock-card:hover::before {
  opacity: 1;
}
.stock-card__visual {
  position: absolute;
  top: -40px;
  right: 10px;
  width: auto;
  margin: 0;
  z-index: 2;
  pointer-events: none;
}
.stock-card__visual img {
  display: block;
  max-width: 290px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.stock-card__title {
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 200px 0 14px;
}
.stock-card__desc {
  position: relative;
  z-index: 1;
  font-size: 23px;
  line-height: 1.7;
  color: #0d6c28;
  margin: 0 0 14px;
}
.stock-card__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
}
.stock-card__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 4px;
  font-size: 23px;
  line-height: 1.6;
  color: #0d6c28;
}
.stock-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.stock-card__list li strong {
  font-weight: 700;
}
.stock-card__list--orange li {
  color: #f68b1f;
  font-weight: 700;
}
.stock-card__list--orange li::before {
  background: #f68b1f;
}
.stock-card__list--green li::before {
  background: #0d6c28;
}
.stock-card__list--green li strong {
  color: #0d6c28;
}
.stock-card__note {
  position: relative;
  z-index: 1;
  font-size: 23px;
  line-height: 1.6;
  color: #0d6c28;
  margin: 0 0 22px;
}
.stock-card__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 28px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  background: #39b54a;
  transition: background 0.25s ease;
}
.stock-card__btn:hover {
  background: #f68b1f;
  opacity: 1;
}

.smaller-btn {
  min-width: 0;
  font-size: 18px;
  padding: 4px 16px;
}

.card-more {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .stock-section__ball--l, .stock-section__ball--r {
    width: 280px;
  }
  .stock-card {
    padding: 24px;
  }
  .stock-card__visual {
    top: -30px;
    right: 6px;
  }
  .stock-card__visual img {
    max-width: 160px;
    max-height: 130px;
  }
  .stock-card__title {
    font-size: 22px;
    margin-top: 80px;
    padding-right: 110px;
  }
}
@media screen and (max-width: 767px) {
  .stock-section {
    padding: 10px 0 40px;
  }
  .stock-section__cards {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .stock-section__ball--l {
    left: -120px;
    width: 220px;
    top: 20%;
  }
  .stock-section__ball--r {
    right: -120px;
    width: 200px;
    top: 70%;
  }
  .stock-card {
    max-width: none;
    border-radius: 18px;
    padding: 20px;
  }
  .stock-card__visual {
    top: -28px;
    right: 4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .stock-card__visual {
    top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .stock-card__visual img {
    max-width: 140px;
  }
  .stock-card__title {
    font-size: 20px;
    margin-top: 60px;
    padding-right: 90px;
  }
  .stock-card__desc, .stock-card__list li, .stock-card__note {
    font-size: 16px;
  }
  .stock-card__btn {
    font-size: 16px;
    width: 100%;
  }
}
.fund-section {
  position: relative;
  padding: 40px 0 60px;
  overflow: hidden;
  background-color: #fcfff6;
  background-image: url("../images/big_chart_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 110% auto;
}
.fund-section__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.fund-section__talent {
  flex: 0 1 420px;
  max-width: 420px;
  text-align: center;
}
.fund-section__talent img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.fund-card {
  position: relative;
  flex: 1;
  padding: 36px 40px 40px;
  border: 1px solid #39b54a;
  border-radius: 24px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
}
.fund-card__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 22px;
}
.fund-card__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.fund-card__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 4px;
  font-size: 23px;
  line-height: 1.7;
  color: #0d6c28;
  font-weight: 500;
}
.fund-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0d6c28;
}
.fund-card__list li.is-orange-bullet::before {
  background: #f68b1f;
}
.fund-card__visual {
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 160px;
  pointer-events: none;
  z-index: 2;
}
.fund-card__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.fund-card .stock-card__btn {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .fund-card .stock-card__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .fund-section__body {
    gap: 24px;
  }
  .fund-section__talent {
    flex-basis: 320px;
    max-width: 320px;
  }
  .fund-card {
    padding: 28px;
  }
  .fund-card__title {
    font-size: 22px;
  }
  .fund-card__list li {
    font-size: 16px;
  }
  .fund-card__visual {
    width: 120px;
    right: -10px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .fund-section {
    padding: 28px 0 40px;
    background-size: 180% auto;
    background-position: center 14%;
  }
  .fund-section__body {
    flex-direction: column;
    gap: 16px;
  }
  .fund-section__talent {
    flex-basis: auto;
    max-width: 280px;
  }
  .fund-card {
    max-width: none;
    width: 100%;
    border-radius: 18px;
    padding: 24px 20px 90px;
  }
  .fund-card__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .fund-card__list {
    margin-bottom: 22px;
  }
  .fund-card__list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fund-card__visual {
    width: 100px;
    right: 0;
    bottom: -16px;
  }
}
.reward-section {
  position: relative;
  padding: 50px 0 130px;
  background: transparent;
  text-align: center;
}
.reward-section::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: calc(100% - 40px);
  background: linear-gradient(to bottom, #3ab54a 0%, #3ab54a 30%, #9cdaa5 100%);
  transform: skewY(-5deg);
  transform-origin: center;
  z-index: 0;
  pointer-events: none;
}
.reward-section > .container {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.reward-section .section-title {
  color: #fff;
  background-image: linear-gradient(to top, #055541 0%, #055541 40%, transparent 40%, transparent 100%);
}
.reward-section__intro {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 80px;
}

.reward-panel-wrap {
  position: relative;
  max-width: 1260px;
  margin: 48px auto 0;
  z-index: 1;
}
.reward-panel-wrap__deco {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  max-width: none;
}
.reward-panel-wrap__deco--l {
  left: -180px;
  bottom: 40px;
  width: 230px;
}
.reward-panel-wrap__deco--r {
  right: -130px;
  top: 50px;
  width: 160px;
}

.reward-panel {
  position: relative;
  z-index: 4;
  padding: 48px 40px 36px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.reward-panel__badge {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 10px 28px;
  border-radius: 999px;
  border: 4px solid #f4ffe6;
  background: linear-gradient(to top, #39b54a, #a6ce39);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 2;
}
.reward-panel__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0 8px;
  text-align: center;
}
.reward-panel__period {
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 24px;
}
.reward-panel__tnc-title {
  margin: 22px 0 10px;
  font-size: 18px;
  color: #000;
}
.reward-panel__tnc-link {
  color: inherit;
  text-decoration: underline;
}
.reward-panel {
  text-align: left;
}
.reward-panel__tnc {
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
.reward-panel__tnc p {
  margin: 0;
}

.reward-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  table-layout: fixed;
}
.reward-table th,
.reward-table td {
  border: 1px solid #39b54a;
  padding: 16px 18px;
  vertical-align: middle;
}
.reward-table th + td,
.reward-table td + td {
  border-left: none;
}
.reward-table tr + tr th,
.reward-table tr + tr td {
  border-top: none;
}
.reward-table th {
  width: 25%;
  background: #f5ffe7;
  color: #0d6c28;
  font-size: 39px;
  font-weight: 700;
  text-align: center;
  padding: 30px;
}
.reward-table th.is-grand {
  background: linear-gradient(to top, #39b54a 0%, #39b54a 15%, #70c242 70%, #a6ce39 100%);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  border-top-left-radius: 20px;
}
.reward-table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.reward-table tr:last-child th:first-child {
  border-bottom-left-radius: 20px;
}
.reward-table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.reward-table td {
  text-align: center;
  background: #fff;
  font-size: 26px;
}
.reward-table__name {
  display: block;
  font-weight: 700;
  color: #0d6c28;
  line-height: 1.5;
}
.reward-table__meta {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  color: #f68b1f;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .reward-panel-wrap {
    max-width: 720px;
  }
  .reward-panel-wrap__deco--l {
    left: -70px;
    width: 160px;
  }
  .reward-panel-wrap__deco--r {
    right: -60px;
    width: 130px;
  }
  .reward-panel {
    padding: 44px 28px 28px;
  }
  .reward-panel__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .reward-section {
    padding: 36px 0 100px;
  }
  .reward-section__intro {
    font-size: 16px;
    padding: 0 8px;
  }
  .reward-panel-wrap {
    margin-top: 36px;
  }
  .reward-panel-wrap__deco--l {
    left: -40px;
    top: -30px;
    width: 110px;
  }
  .reward-panel-wrap__deco--r {
    right: -36px;
    top: 20px;
    width: 90px;
  }
  .reward-panel {
    padding: 40px 16px 24px;
    border-radius: 20px;
  }
  .reward-panel__badge {
    font-size: 16px;
    padding: 8px 20px;
    top: -18px;
  }
  .reward-panel__title {
    font-size: 22px;
  }
  .reward-panel__period {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .reward-panel__tnc-title {
    font-size: 14px;
  }
  .reward-panel__tnc {
    font-size: 12px;
  }
  .reward-table th,
  .reward-table td {
    padding: 12px 8px;
  }
  .reward-table th {
    width: 28%;
    font-size: 16px;
  }
  .reward-table__name {
    font-size: 16px;
  }
  .reward-table__meta {
    font-size: 16px;
  }
}
.teach-section {
  position: relative;
  padding: 50px 0 40px;
}
.teach-section > .container {
  position: relative;
  z-index: 1;
}
.teach-section__body {
  position: relative;
  margin: 0 auto;
}
.teach-section__deco {
  position: absolute;
  right: -280px;
  top: -180px;
  width: 270px;
  pointer-events: none;
  z-index: 0;
}
.teach-section__more {
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}

.teach-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.teach-card {
  text-align: left;
}
.teach-card__thumb {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
}
.teach-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.teach-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 40px;
  border-radius: 10px;
  background: #e53935;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.teach-card__play::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}
.teach-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.teach-card__link {
  font-size: 18px;
  color: #0d6c28 !important;
  text-decoration: none;
}
.teach-card__link:hover {
  text-decoration: underline;
}

.video-modal .video-modal__content {
  max-width: 860px;
  width: 100%;
  border: 0 none;
  border-radius: 16px;
  padding: 28px 28px 24px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.video-modal .video-modal__close {
  top: 12px;
  right: 12px;
}
.video-modal .video-modal__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin: 0 36px 18px 0;
}
.video-modal .video-modal__player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}
.video-modal .video-modal__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .video-modal .video-modal__content {
    padding: 22px 16px 16px;
  }
  .video-modal .video-modal__title {
    font-size: 16px;
    margin-right: 28px;
  }
}
.info-section {
  position: relative;
  padding: 40px 0 70px;
  overflow: hidden;
}
.info-section > .container {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.info-section__body {
  position: relative;
  margin: 0 -40px;
}
@media screen and (max-width: 1340px) {
  .info-section__body {
    margin: 0 -15px;
  }
}
.info-section__deco {
  position: absolute;
  left: -140px;
  top: -100px;
  width: 160px;
  pointer-events: none;
  z-index: 0;
}

.info-slider {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .info-slider {
    gap: 0px;
  }
}
.info-slider__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.info-slider__track {
  display: flex;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.35s ease;
}
.info-slider__btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.info-slider__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.info-slider__btn--prev::before {
  border-width: 10px 14px 10px 0;
  border-color: transparent #39b54a transparent transparent;
}
.info-slider__btn--next::before {
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #39b54a;
}
.info-slider__btn:hover::before {
  border-color: transparent #f68b1f transparent transparent;
}
.info-slider__btn--next:hover::before {
  border-color: transparent transparent transparent #f68b1f;
}
.info-slider__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.info-card {
  flex: 0 0 auto;
  width: calc((100% - 24px) / 3);
  min-width: 0;
  border: 1px solid #c8e6a0;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.info-card__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.info-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 20px;
  text-align: left;
}
.info-card__title {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d6c28;
}
.info-card__desc {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  flex: 1;
}
.info-card__btn {
  align-self: flex-start;
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .teach-section__deco,
  .info-section__deco {
    width: 120px;
  }
  .teach-grid {
    gap: 18px;
  }
  .info-card {
    flex-basis: auto;
    width: calc((100% - 12px) / 2);
  }
  .info-card__title {
    font-size: 20px;
  }
  .info-card__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .teach-section {
    padding: 36px 0 24px;
  }
  .teach-section__deco {
    display: none;
  }
  .teach-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .teach-card__title {
    font-size: 16px;
  }
  .info-section {
    padding: 24px 0 48px;
  }
  .info-section__deco {
    display: none;
  }
  .info-card {
    flex-basis: auto;
    width: 100%;
  }
  .info-card__title {
    font-size: 20px;
  }
  .info-card__desc {
    font-size: 15px;
  }
  .info-card__btn {
    width: 100%;
  }
}
.app-section {
  position: relative;
  padding: 20px 0 10px;
}
.app-section > .container {
  overflow: visible;
}

.available-apps {
  border: 1px solid #c8e6a0;
  border-radius: 20px;
  margin: 4rem auto 3rem;
  position: relative;
  background: #fff;
}
.available-apps .title {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  padding: 0 20px;
  color: #0d6c28;
  background: transparent;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
.available-apps .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 40%;
  background: #e9f1c6;
  z-index: -1;
  border-radius: 2px;
}
.available-apps .title-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  background: #fff;
  z-index: 2;
  white-space: nowrap;
}
.available-apps .title-wrapper .section-title {
  margin: 0;
}
.available-apps .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .available-apps .content {
    padding-top: 30px;
  }
}
.available-apps .enquiries-text {
  text-align: center;
  font-size: 20px;
  margin: 1rem;
  color: #0d6c28;
  font-weight: 700;
  margin-bottom: 40px;
}
.available-apps .app-template {
  margin: 1rem auto;
}

.app-template {
  width: 80%;
  max-width: 600px;
  display: flex;
  align-items: center;
  margin: 10px auto 50px;
  justify-content: center;
}
.app-template .app-icon {
  width: 19%;
}
.app-template .app-icon img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.app-template .app-download-template {
  width: 62%;
  margin: 0 2px;
}
.app-template .app-download-template > img {
  display: block;
  width: 100%;
  height: auto;
}
.app-template .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}
.app-template .app-col a {
  width: calc(50% - 2px);
}
.app-template .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}

@media (max-width: 768px) {
  .available-apps .content {
    flex-direction: column;
  }
  .available-apps .app-template {
    width: 100%;
  }
}
.remarks-section {
  padding: 20px 0 50px;
  text-align: left;
  color: #000;
}
.remarks-section__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.remarks-section__list {
  margin: 0 0 18px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.8;
}
.remarks-section__list li {
  margin-bottom: 8px;
}
.remarks-section__disclaimer {
  font-size: 13px;
  line-height: 1.8;
  color: #000;
}
.remarks-section__disclaimer p {
  margin: 0 0 8px;
}
.remarks-section__risk {
  margin-top: 28px;
  font-size: 13px;
  line-height: 1.8;
  color: #000;
}
.remarks-section__risk p {
  margin: 0 0 10px;
}
.remarks-section__risk ul {
  margin: 0 0 12px;
  padding-left: 22px;
}
.remarks-section__risk ul li {
  margin-bottom: 6px;
}
.remarks-section__risk-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.remarks-section__risk-subtitle {
  margin: 16px 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

@media screen and (max-width: 767px) {
  .remarks-section {
    padding: 16px 0 36px;
  }
  .remarks-section__title {
    font-size: 16px;
  }
  .remarks-section__list {
    font-size: 13px;
    padding-left: 18px;
  }
  .remarks-section__disclaimer {
    font-size: 12px;
  }
  .remarks-section__risk-title {
    font-size: 15px;
  }
  .remarks-section__risk {
    font-size: 12px;
  }
}
#footer {
  max-width: 1400px;
  margin: auto;
  padding-right: 10px;
}

/* External download warning modal */
.modal {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border: 5px solid #006532;
}
.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}
.modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
}
.modal-content .btn-holder .btn {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 15px 12px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 19px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
}
.modal-content .btn-holder .btn:before {
  content: " ";
  text-indent: -999em;
  background: url(icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -61px;
}
.modal-content .btn-holder .btn.btn-accept:hover {
  opacity: 0.8;
  background-color: #34a344;
  border: 1px solid #34a344;
}
.modal-content .btn-holder .btn.btn-cancel {
  border: 1px solid #b2b2b2;
  color: #666;
  background-color: #fff;
  width: 100px;
}
.modal-content .btn-holder .btn.btn-cancel:hover {
  background-color: #f0f0f0;
}
.modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url("https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.modal-content .close:hover, .modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-image: url("https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg");
}
.modal-content .ico-triangle {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}
.modal.btn-modal .modal-content {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  max-height: 1000% !important;
  top: 0;
  transform: translateY(0%);
  width: 190px;
  padding: 20px 25px 5px;
}
.modal.btn-modal .modal-content .close {
  top: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  min-width: 20px;
  min-height: 20px;
}
.modal.btn-modal .modal-content .btn-holder {
  margin: 0 auto;
  text-align: center;
}
.modal.btn-modal .modal-content .btn-holder .btn {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 11px;
  margin-bottom: 12px;
}

.warn-modal .modal-content {
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
  max-width: 45%;
}
.warn-modal .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.warn-modal .warn-btn .cancel-btn:hover {
  text-decoration: underline;
}
.warn-modal .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
  display: inline-block;
}
.warn-modal .warn-btn .con-btn:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100% !important;
  }
  .warn-modal .warn-btn {
    text-align: center;
  }
  .warn-modal .warn-btn .cancel-btn,
  .warn-modal .warn-btn .con-btn {
    display: block;
    margin: 0 auto 12px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */