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

.modal#tncModal {
  overflow: auto;
}

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

/* The Close Button */
.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("../images/icn_stroke_close_grey02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.modal-content .close:hover {
  background-image: url("../images/icn_stroke_close_hase_green.svg");
}

.modal-content .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.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: #ffffff 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: 0px;
  right: 0px;
  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;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none;
}

.isMobile .isMobile-block {
  display: block;
}

.isMobile .isMobile-inline-block {
  display: inline-block;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block;
}
.isD2G .isD2G-hide {
  display: none;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none;
}
.isP2G .isP2G-block {
  display: block;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none;
}
.isDaaSC .isDaaSC-block {
  display: block;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

#wrap {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #wrap {
    padding-bottom: 8rem;
  }
}

.p2gword {
  color: white !important;
  text-align: center;
}
.p2gword b {
  color: white !important;
}

.banner-img {
  width: 100%;
}
.banner-img.desktop {
  display: block;
}
.banner-img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner-img.desktop {
    display: none;
  }
  .banner-img.mobile {
    display: block;
  }
}

.risk-warning-box {
  max-height: 96px;
  overflow: auto;
  border: #000 1px solid;
  margin-top: 2rem !important;
}

.section {
  max-width: 1280px;
  margin: 0 auto;
}

.offer-bg {
  background-image: url("img_offer_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

.education-bg {
  background-image: url("img_video_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  position: relative;
}

.video-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 4px;
}

.title {
  color: #055541;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin: 2rem 0;
  font-size: 32px;
  line-height: 48px;
}
.title .gold-text {
  color: #a98e51;
  white-space: normal;
}
.title img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cta-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #055541;
  padding: 15px 25px;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.grid-center {
  display: grid;
  place-items: center;
}

.leading.section .title {
  color: #005126;
  text-align: center;
  font-weight: bold;
  padding: 0px;
}
.leading.section .description {
  font-size: 20px;
  line-height: 32px;
}

.trade-and-win {
  text-align: center;
}
.trade-and-win .title-secondary {
  font-size: 22px !important;
  line-height: 32px !important;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 4rem;
}
.trade-and-win .smaller-title {
  font-size: 22px !important;
  line-height: 28px !important;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.trade-and-win p {
  font-size: 20px;
  line-height: 28px;
}
.trade-and-win .title-description-button {
  margin-bottom: 4rem;
}
.trade-and-win .title-description-button .special-box {
  background-color: #e3ede2;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
}
.trade-and-win .title-description-button .special-box .smaller-title {
  text-align: left;
}
.trade-and-win .title-description-button .special-box .trade-and-win-learn-more_2 {
  margin: 0;
}
.trade-and-win .title-description-button .special-box .img-box {
  font-size: 12px;
  width: 300px;
  margin-left: 2rem;
  flex-shrink: 0;
  text-align: end;
}
.trade-and-win .title-description-button .special-box .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .trade-and-win .title-description-button .special-box {
    flex-direction: column-reverse;
  }
  .trade-and-win .title-description-button .special-box .img-box {
    margin: 0 auto 2rem auto;
  }
  .trade-and-win .title-description-button .special-box .smaller-title {
    text-align: center;
  }
  .trade-and-win .title-description-button .special-box .trade-and-win-learn-more_2 {
    margin: 0 auto;
  }
}
.trade-and-win .title-description-button .trade-and-win-learn-more,
.trade-and-win .title-description-button .trade-and-win-learn-more_2,
.trade-and-win .title-description-button .trade-and-win-learn-more_3 {
  background-color: #055541;
  color: white;
  font-weight: bold;
  padding: 0.5rem 2rem;
  text-decoration: none;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  line-height: 32px;
}
.trade-and-win .title-description-button .trade-and-win-learn-more:hover,
.trade-and-win .title-description-button .trade-and-win-learn-more_2:hover,
.trade-and-win .title-description-button .trade-and-win-learn-more_3:hover {
  background-color: #52805a;
}
.trade-and-win .title-description-button .description {
  margin-bottom: 1.5rem;
}
.trade-and-win .reward-wrapper {
  margin-bottom: 4rem;
}
.trade-and-win .reward-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
  overflow: visible;
  margin: 4rem 1rem 2rem 1rem;
}
.trade-and-win .reward-options .option {
  display: grid;
  place-items: center;
  position: relative;
  background-image: url("img_offer_default.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
  padding: 3rem 1rem;
  color: #ffffff;
  font-weight: normal;
  font-size: 28px;
}
.trade-and-win .reward-options .option p {
  font-size: 28px;
  line-height: 30px;
}
.trade-and-win .reward-options .option .back-line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #358265;
  z-index: 0;
}
.trade-and-win .reward-options .option .icon-wrapper {
  position: absolute;
  top: -40px;
  left: -30px;
  border: 8px solid #fafcfb;
  background-color: #ac8c4a;
  border-radius: 100%;
}
.trade-and-win .reward-options .option .icon-wrapper .option-icon {
  width: 60px;
  margin: 5px;
  aspect-ratio: 1/1;
}
.trade-and-win .reward-options .option .arrow-wrapper {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.trade-and-win .reward-options .option .arrow-wrapper .outer-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 64px;
  z-index: 1;
}
.trade-and-win .reward-options .option .arrow-wrapper .inner-arrow {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
}
.trade-and-win .reward-options .option:hover {
  background-image: url("img_offer_selected.jpg");
}
@media (max-width: 768px) {
  .trade-and-win .reward-options {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
.trade-and-win .reward-options .option.active {
  background-image: url("img_offer_selected.jpg");
  font-weight: bold;
}
.trade-and-win .reward-options .option.active .back-line {
  display: block;
}
.trade-and-win .reward-options .option.active .icon-wrapper {
  background-color: #91c50e;
}
.trade-and-win .reward-options .option.active .arrow-wrapper {
  display: block;
}
.trade-and-win .selected-reward-detail {
  background-color: #ffffff;
  height: auto;
  position: relative;
  padding: 2rem;
  display: none;
  grid-template-columns: 1fr;
  grid-gap: 20px 35px;
}
.trade-and-win .selected-reward-detail .tab-tnc {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.trade-and-win .selected-reward-detail .tab-tnc .tab-tnc-link {
  text-decoration: underline;
  color: black;
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
}
.trade-and-win .selected-reward-detail .offer-item {
  border: 1px solid #b1c5ad;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  z-index: 1;
  grid-template-columns: auto 1fr auto;
  padding: 1rem 1.3rem;
  align-items: center;
  color: #055541;
  font-weight: bold;
  text-align: left;
}
.trade-and-win .selected-reward-detail .offer-item p {
  font-size: 24px;
  line-height: 32px;
}
.trade-and-win .selected-reward-detail .offer-item img {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
.trade-and-win .selected-reward-detail .offer-item button {
  width: 24px;
  height: 24px;
  background-color: #52805a;
  display: grid;
  place-content: center;
  margin: 3px;
}
.trade-and-win .selected-reward-detail .offer-item .baseText {
  color: black;
  font-weight: normal;
  padding: 0.5rem 1.5rem;
}
.trade-and-win .selected-reward-detail .offer-item .baseText ul {
  padding-left: 20px;
  margin-top: 1.5rem;
  font-size: 18px;
  margin-bottom: 2rem;
}
.trade-and-win .selected-reward-detail .offer-item .baseText p {
  font-size: 20px;
  line-height: 28px;
}
.trade-and-win .selected-reward-detail .offer-item .baseText a {
  background-color: #055541;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}
.trade-and-win .selected-reward-detail .offer-item .baseText a:hover {
  background-color: #52805a;
}
.trade-and-win .selected-reward-detail .offer-item .description {
  grid-column: 1/4;
  color: #333333;
  font-weight: normal;
  margin: 1rem 0;
  font-size: 20px;
}
.trade-and-win .selected-reward-detail .offer-item .description .offer-span {
  color: #055541;
  font-weight: bold;
  white-space: normal;
}
.trade-and-win .selected-reward-detail .offer-item .description .subscribe-channels a {
  text-decoration: underline;
  color: black;
}
.trade-and-win .selected-reward-detail .offer-item .description span {
  white-space: normal;
}
.trade-and-win .selected-reward-detail .offer-item .description p {
  font-size: 20px;
}
.trade-and-win .selected-reward-detail .offer-item .description ul {
  padding-left: 20px;
}
.trade-and-win .selected-reward-detail .offer-item .description ul .margin-bottom {
  margin-bottom: 1rem;
}
.trade-and-win .selected-reward-detail .offer-item .description .table-wrapper {
  overflow-x: auto;
}
.trade-and-win .selected-reward-detail .offer-item .description table {
  margin: 1.5rem 0;
  text-align: center;
  font-size: 16px;
  overflow: scroll;
  width: 100%;
}
.trade-and-win .selected-reward-detail .offer-item .description table th,
.trade-and-win .selected-reward-detail .offer-item .description table td {
  border: 1px solid #b1c5ad;
  padding: 0.5rem 0.75rem;
}
.trade-and-win .selected-reward-detail .offer-item .description table tr:first-child {
  background-color: #055541;
  color: #ffffff;
  font-weight: bold;
}
.trade-and-win .selected-reward-detail .offer-item .description table td {
  vertical-align: middle;
}
.trade-and-win .selected-reward-detail .offer-item .description table .bold {
  font-weight: bold;
}
.trade-and-win .selected-reward-detail .offer-item .description table caption {
  caption-side: bottom;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  padding-left: 0;
}
.trade-and-win .selected-reward-detail .offer-item .description .note {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.trade-and-win .selected-reward-detail .offer-item .description .note p {
  font-size: 14px;
  line-height: 20px;
}
.trade-and-win .selected-reward-detail .offer-item .description .note a {
  font-size: 14px;
  text-decoration: underline;
  color: black;
}
.trade-and-win .selected-reward-detail .offer-item .expand-icon {
  transition: all 0.1s ease-in-out;
}
.trade-and-win .selected-reward-detail .offer-item.expanded {
  border-color: #055541;
}
@media (max-width: 768px) {
  .trade-and-win .selected-reward-detail {
    grid-template-columns: 1fr;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.trade-and-win .selected-reward-detail.open {
  display: grid;
}
.trade-and-win .selected-reward-detail:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img_offer_line.svg");
  background-repeat: no-repeat;
  background-position: top;
}

.text-top {
  vertical-align: super;
  font-size: 12px;
}

.green-bold-span {
  color: #055541;
  font-weight: bold;
  white-space: normal;
}

.education-corner .content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  justify-items: center;
  align-items: center;
  overflow: visible;
  margin: 4rem 1rem 2rem 1rem;
}
.education-corner strong {
  font-size: 24px;
  line-height: 42px;
}
@media (max-width: 768px) {
  .education-corner .content {
    grid-template-columns: 1fr;
  }
}
.education-corner .education-corner-img-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin-bottom: 1rem;
}
.education-corner .education-corner-img-wrapper .img-education-backdrop,
.education-corner .education-corner-img-wrapper .img-education {
  width: 368px;
  height: 207px;
}
.education-corner .education-corner-img-wrapper .img-education {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.education-corner .education-corner-img-wrapper .img-education-backdrop {
  position: absolute;
  top: -24px;
  left: -24px;
  background-color: #a98e51;
  width: 100%;
}
.education-corner .education-corner-img-wrapper .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  border: 1px solid #ffffff;
  z-index: 3;
  border-radius: 100%;
  cursor: pointer;
}
.education-corner .education-corner-img-wrapper .play-button {
  width: 35px;
  height: 35px;
}
.education-corner .dark-filter::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.family-tree {
  background-color: #bbd4c1;
  padding-bottom: 60px;
}
.family-tree .description {
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.family-tree .extra-description-wrapper {
  margin: 10px 0 2.5rem;
}
.family-tree .extra-description-wrapper p {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.family-tree .extra-description-wrapper .gold-text {
  margin-top: 1rem;
}
.family-tree .gold-text {
  color: #a98e51;
  white-space: normal;
  font-weight: bold;
}
.family-tree .ico-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 44px;
  color: #0d6c28;
  white-space: normal;
  padding-bottom: 9px;
  padding: 10px 20px 0;
  text-align: center;
}
.family-tree .ico-title a {
  color: #0d6c28;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .family-tree .ico-title {
    font-size: 30px;
    line-height: 61px;
  }
}

.absolute-right-bottom {
  position: absolute;
  right: 0;
  bottom: -20px;
}

a.btn-styled {
  background-color: #56a85c;
  color: white !important;
  font-weight: bold;
  padding: 0.8px 13px;
  text-decoration: none !important;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  line-height: 32px;
  margin-top: 1rem !important;
}
a.btn-styled:hover {
  background-color: #52805a;
}
a.btn-styled.right {
  margin: 0 0 auto auto;
}
a.btn-styled.dark-green {
  background-color: #055541;
}
a.btn-styled.dark-green:hover {
  background-color: #52805a;
}

.terms-and-conditions .google-apple-trademarks {
  margin-bottom: 1.5rem;
}
.terms-and-conditions ul,
.terms-and-conditions ol {
  margin-left: 20px;
}
.terms-and-conditions table {
  width: 100%;
  text-align: center;
  margin: 0.75rem 0;
}
.terms-and-conditions table th,
.terms-and-conditions table td {
  border: 1px solid #000000;
  padding: 0.5rem 0.75rem;
  text-align: center;
}
.terms-and-conditions table td {
  width: 13%;
}
.terms-and-conditions a {
  text-decoration: underline;
  color: black;
  text-underline-offset: 2px;
}
.terms-and-conditions .border-none {
  border: none;
}
.terms-and-conditions .border-left-none {
  border-left: none;
}

.important-risk-warning {
  display: grid;
  gap: 1rem;
}
.important-risk-warning .rw-title {
  font-weight: bold;
}
.important-risk-warning ul,
.important-risk-warning ol {
  margin-left: 20px;
}

.sticky-bar-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background-color: #608a72;
  padding: 0.7rem 1rem;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
}
.sticky-bar-bottom .sticky-element {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.sticky-bar-bottom a {
  color: white;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  gap: 0.5rem;
}
.sticky-bar-bottom a:nth-of-type(1n) {
  padding-right: 1rem;
}
.sticky-bar-bottom a:nth-of-type(1n)::after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid white;
  width: 100%;
  height: 100%;
}
.sticky-bar-bottom a:last-child::after {
  display: none;
  padding-right: 0;
}
.sticky-bar-bottom img {
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .sticky-bar-bottom .sticky-element {
    flex-direction: column;
    gap: 0.1rem;
  }
  .sticky-bar-bottom a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .sticky-bar-bottom a:nth-of-type(1n)::after {
    border-right: none;
    border-bottom: 1px solid white;
  }
}

.btn5 {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background-color: #006532;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.02px;
  text-align: center;
  margin-right: 15px;
  max-width: 380px;
  border: 1px solid #006532;
  padding: 3px 10px;
}

.btn4 {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  color: #006532;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.02px;
  text-align: center;
  margin-right: 15px;
  max-width: 380px;
  border: 1px solid #006532;
  padding: 3px 10px;
}

.btnleft {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 5px;
}

.click-img {
  display: inline-block;
  background: url("openpage.png") no-repeat center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.hover_link:hover .click-img {
  display: inline-block;
  background: url("green.png") no-repeat center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.click-img-white {
  display: inline-block;
  background: url("icon_openwindow_white.png") no-repeat center;
  background-size: 10px 10px;
  width: 20px;
  height: 20px;
}

.hover_link_white:hover .click-img-white {
  display: inline-block;
  background: url("white.png") no-repeat center;
  background-size: 10px 10px;
  width: 20px;
  height: 20px;
}

.align-middle {
  vertical-align: middle;
}

.click-img:hover,
.click-img-white:hover {
  cursor: pointer;
}

.available-apps {
  max-width: 1024px;
  border: 1px solid #b1c5ad;
  margin: 4rem auto 3rem;
  position: relative;
}
.available-apps .title {
  color: white;
  background-color: #055541;
  font-size: 20px;
  line-height: 36px;
  padding: 0.5rem 2rem;
  font-weight: bold;
  margin: 0;
}
.available-apps .title-wrapper {
  position: relative;
  text-align: center;
  padding: 0 2rem;
}
.available-apps .title-wrapper .title {
  z-index: 1;
}
.available-apps .title-wrapper .title-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 4px;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.available-apps .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.available-apps .enquiries-text {
  text-align: center;
  font-size: 20px;
  margin: 1rem;
}
.available-apps .app-template {
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .available-apps .content {
    flex-direction: column;
  }
  .available-apps .app-template {
    width: 100%;
  }
}

.app-template {
  width: 80%;
  max-width: 500px;
  display: flex;
  align-items: center;
  margin: 10px auto 50px;
  justify-content: center;
}
.app-template .app-icon {
  width: 19%;
}
.app-template .app-icon img {
  aspect-ratio: 1/1;
}
.app-template .app-download-template {
  width: 62%;
  margin: 0 2px;
}
.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;
}

.warn-modal .modal-content {
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
.warn-modal .modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .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("../images/icn_stroke_close_grey02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.ebanking-apply__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .ebanking-apply__container {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .ebanking-apply__container {
    display: block;
  }
}
.ebanking-apply__swiper {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.ebanking-apply__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.ebanking-apply__swiper .swiper-slide a {
  font-size: 14px;
  text-decoration: underline;
  color: black;
}
.ebanking-apply__swiper .swiper-slide .remark, .ebanking-apply__swiper .swiper-slide .remark p {
  font-size: 14px;
  z-index: 40;
  line-height: 1.5;
  text-align: left;
}
.ebanking-apply__swiper .swiper-slide .remark table, .ebanking-apply__swiper .swiper-slide .remark p table {
  text-align: center;
  background-color: transparent;
}
.ebanking-apply__swiper .swiper-slide .remark table th, .ebanking-apply__swiper .swiper-slide .remark table td, .ebanking-apply__swiper .swiper-slide .remark p table th, .ebanking-apply__swiper .swiper-slide .remark p table td {
  border: 1px solid lightgray;
  background-color: transparent;
}
.ebanking-apply__swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
}
.ebanking-apply__swiper .swiper-slide .highlight-text {
  white-space: normal !important;
  font-weight: bold;
  color: #055541;
}
.ebanking-apply__swiper .swiper-slide .sub-title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ebanking-apply__swiper .swiper-slide .sub-title-container .sub-title {
  font-weight: bold;
  color: #055541;
}
.ebanking-apply__swiper .swiper-slide .img-box {
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ebanking-apply__swiper .swiper-slide .img-box p {
  font-size: 12px !important;
  text-align: center !important;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper {
  border: 1px solid #678176;
  padding: 30px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-title {
  color: #005126;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  position: relative;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item {
  position: relative;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item img {
  margin: 0;
  margin-bottom: 15px;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item .card-item-title {
  color: #005126;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item .card-item-title .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  background-color: #03563f;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item .card-item-desc {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item:not(:nth-child(1))::before {
  content: "";
  position: absolute;
  top: -70px;
  width: 40px;
  height: 100px;
  background-image: url(ic_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper {
    flex-direction: row;
  }
  .ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item {
    align-items: flex-start;
  }
  .ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item:not(:nth-child(1))::before {
    top: 25%;
    left: -50px;
    transform: rotate(0deg);
  }
  .ebanking-apply__swiper .swiper-slide .card-wrapper .card-items-wrapper .card-item .card-item-desc {
    text-align: left;
  }
}
.ebanking-apply__swiper .swiper-slide .card-wrapper .learn-more-btn {
  position: absolute;
  top: calc(100% - 23px);
  text-align: center;
}
@media (max-width: 668px) {
  .ebanking-apply__swiper .swiper-slide .card-wrapper .learn-more-btn {
    top: calc(100% - 40px);
    width: 82%;
    border-radius: 45px;
    line-height: 1.55;
  }
}
.ebanking-apply__swiper .swiper-slide:nth-of-type(1) .special-box {
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.ebanking-apply__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ebanking-apply__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main {
    flex-direction: column-reverse;
  }
  .ebanking-apply__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main .img-box {
    margin: 0 auto 2rem auto;
  }
  .ebanking-apply__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main .smaller-title {
    text-align: center;
  }
}
.ebanking-apply__swiper .swiper-slide .special-box {
  position: relative;
}
.ebanking-apply__swiper .swiper-slide .special-box .bg-img {
  position: absolute;
  z-index: 10;
}
.ebanking-apply__swiper .swiper-slide .special-box .bg-img.top {
  top: 0;
  left: 0;
}
.ebanking-apply__swiper .swiper-slide .special-box .bg-img.btm {
  bottom: 0;
  left: 0;
}
.ebanking-apply__swiper .swiper-slide .special-box .text {
  z-index: 40;
}
.ebanking-apply__swiper .swiper-pagination-bullet {
  background: #0e4b42;
}
@media (max-width: 767px) {
  .ebanking-apply__swiper {
    width: auto;
    margin-bottom: 30px;
  }
  .ebanking-apply__swiper + .ebanking-apply__steps {
    width: auto;
  }
}
.ebanking-apply__prev {
  position: absolute;
  top: 55%;
  transform: translateX(-70px);
}
.ebanking-apply__prev::after {
  color: #0e4b42;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1380px) {
  .ebanking-apply__prev {
    display: none;
  }
}
.ebanking-apply__next {
  position: absolute;
  top: 55%;
  transform: translateX(70px);
}
.ebanking-apply__next::after {
  color: #0e4b42;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1380px) {
  .ebanking-apply__next {
    display: none;
  }
}

.video__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .video__container {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .video__container {
    display: block;
  }
}
.video__swiper {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.video__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.video__swiper .swiper-slide a {
  font-size: 14px;
  text-decoration: underline;
  color: black;
}
.video__swiper .swiper-slide .remark {
  font-size: 14px;
  z-index: 40;
  line-height: 1.5;
  text-align: left;
}
.video__swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
}
.video__swiper .swiper-slide .highlight-text {
  white-space: normal !important;
  font-weight: bold;
  color: #055541;
}
.video__swiper .swiper-slide .sub-title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.video__swiper .swiper-slide .sub-title-container .sub-title {
  font-weight: bold;
  color: #055541;
}
.video__swiper .swiper-slide .img-box {
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video__swiper .swiper-slide .img-box p {
  font-size: 12px !important;
  text-align: center !important;
}
.video__swiper .swiper-slide:nth-of-type(1) .special-box {
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.video__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .video__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main {
    flex-direction: column-reverse;
  }
  .video__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main .img-box {
    margin: 0 auto 2rem auto;
  }
  .video__swiper .swiper-slide:nth-of-type(1) .special-box .special-box-main .smaller-title {
    text-align: center;
  }
}
.video__swiper .swiper-slide:nth-of-type(1) .special-box .bg-img {
  position: absolute;
  z-index: 10;
}
.video__swiper .swiper-slide:nth-of-type(1) .special-box .bg-img.top {
  top: 0;
  left: 0;
}
.video__swiper .swiper-slide:nth-of-type(1) .special-box .bg-img.btm {
  bottom: 0;
  left: 0;
}
.video__swiper .swiper-slide:nth-of-type(1) .special-box .text {
  flex: 3;
  z-index: 40;
}
.video__swiper .swiper-slide:nth-of-type(1) .special-box .img-box {
  flex: 2;
}
.video__swiper .swiper-pagination-bullet {
  background: #0e4b42;
}
@media (max-width: 767px) {
  .video__swiper {
    width: auto;
    margin-bottom: 30px;
  }
  .video__swiper + .ebanking-apply__steps {
    width: auto;
  }
}
.video__prev {
  position: absolute;
  top: 55%;
  transform: translateX(-70px);
}
.video__prev::after {
  color: #0e4b42;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1380px) {
  .video__prev {
    display: none;
  }
}
.video__next {
  position: absolute;
  top: 55%;
  transform: translateX(70px);
}
.video__next::after {
  color: #0e4b42;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1380px) {
  .video__next {
    display: none;
  }
}

.video__swiper .swiper-slide .video-wrapper {
  position: relative;
  height: 100%;
  aspect-ratio: 16/9;
}
.video__swiper .swiper-slide .video-wrapper.dark-filter::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* cursor: pointer; */
}
.video__swiper .swiper-slide .video-wrapper .play-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.753);
  z-index: 3;
  border-radius: 100%;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.video__swiper .swiper-slide .video-wrapper .play-button img {
  width: 20px;
  height: 20px;
}
.video__swiper .swiper-slide .video-wrapper .video-thumbnail {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__swiper .swiper-slide .video-wrapper .video-thumbnail img {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  -o-object-fit: cover;
  object-fit: cover;
}
.video__swiper .swiper-slide .video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
}
.video__swiper .swiper-slide .video-info {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
.video__swiper .swiper-slide .video-info p {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.video__swiper .swiper-slide .video-info .description {
  width: 70%;
}
.video__swiper .swiper-slide .video-info .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  text-align: center;
  background-color: #dbe9dc;
  color: #005126;
  font-size: 14px;
  line-height: 24px;
}
.video__swiper .swiper-slide .video-info .btn-styled {
  margin: 10px 0 0 !important;
  padding: 2px 20px !important;
}
.video__swiper .swiper-slide .video-info .btn-styled::after {
  content: "next";
  margin-left: 10px;
  font-family: swiper-icons;
  font-size: 12px;
}

@media (max-width: 767px) {
  .video__swiper {
    width: auto;
    margin-bottom: 30px;
  }
  .video__swiper + .ebanking-apply__steps {
    width: auto;
  }
}
.video__prev, .video__next {
  background-color: #5c7f5d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.video__prev {
  position: absolute;
  top: 55%;
  transform: translateX(-70px);
}

.video__prev::after {
  color: white;
  font-size: 20px;
  margin-right: 2px;
  font-weight: bold;
}

@media (max-width: 1380px) {
  .video__prev {
    display: none;
  }
}
.video__next {
  position: absolute;
  top: 55%;
  transform: translateX(70px);
}

.video__next::after {
  color: white;
  font-size: 20px;
  margin-left: 2px;
  font-weight: bold;
}

@media (max-width: 1380px) {
  .video__next {
    display: none;
  }
}
.swiper-video-main-container {
  background-image: url(../images/img_video_bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.swiper-video-main-container .video-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

.rewards__swiper .swiper-pagination-bullet {
  background: #0e4b42;
}

.rewards__prev {
  position: absolute;
  top: 55%;
  transform: translateX(-70px);
}

.rewards__prev::after {
  color: #0e4b42;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 1380px) {
  .rewards__prev {
    display: none;
  }
}
.rewards__next {
  position: absolute;
  top: 55%;
  transform: translateX(70px);
}

.rewards__next::after {
  color: #0e4b42;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 1380px) {
  .rewards__next {
    display: none;
  }
}
.wheel-icon {
  width: 40px;
}