:root {
  --Treasures-Gold: #ad8b5b;
}

.tr-why-us .category.segments .indicator {
  border: 1px solid var(--Treasures-Gold);
}

.tr-why-us .category .reg-heading {
  color: var(--Treasures-Gold);
}

.tr-why-us .category .reg-desc {
  padding-right: 20px;
}

.tr-why-us .category .learn-more a {
  margin-left: 0;
}

.main-container {
  padding-top: 0;
}
@media (min-width: 992px) {
  .main-container {
    padding-top: 120px;
  }
}
/* treasures why us new custom css */
.splash-kv-image {
  background-image: url("/iwov-resources/images/home/promotions/202507_7 Treasures Campaign_pweb_1404x630.jpg");
  background-size: cover;
  background-position: 85% bottom;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .splash-kv-image {
    background-position: 85% center;
  }
}

.hero-banner-text {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  max-width: 992px;
  margin: 0 auto;
  padding: 16px 16px 48px;
  color: #fff;
}
@media (min-width: 992px) {
  .hero-banner-text {
    padding: 16px 24px 48px;
  }
}

.hero-banner-desc {
  box-sizing: border-box;
  text-align: unset;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 8px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 992px) {
  .hero-banner-desc {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 991px) {
  .hero-banner-desc {
    width: 60%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-banner-desc {
    width: 90%;
  }
}

.hero-banner-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
  text-align: unset;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-banner-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-banner-title {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .hero-banner-title {
    width: 60%;
  }
}
@media (min-width: 320px) and (max-width: 990px) {
  .hero-banner-title {
    margin-bottom: 8px;
  }
}

.hero-banner-content {
  width: 95%;
  max-width: 95%;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
@media (min-width: 768px) {
  .hero-banner-content {
    left: 24px;
    bottom: 32px;
  }
}

.top-description-section {
  padding: 40px 20px;
  margin: 0 auto;
  /* max-width: 924px; */
  text-align: left;
}
@media (min-width: 768px) {
  .top-description-section {
    padding: 32px 40px;
  }
}

.top-description-section p {
    margin: 0 0 20px !important;
}

p {
  margin: 0 0 20px;
}

.highlight {
  color: var(--Treasures-Gold, #ad8b5b);
  font-weight: 700;
}

.separator {
  margin: 0 auto 20px;
  border: 0;
  border-bottom: solid 1px #c0c0c0;
}
@media (max-width: 768px) {
  .separator {
    width: calc(100% - 16px);
  }
}

h2.whyus_subtitle {
  color: #a78d5f;
  /* text-align: center; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 20px 44px;
  margin: 0;
}
@media (max-width: 599px) {
  h2.whyus_subtitle {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.product-full-width-image {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .product-full-width-image {
    padding: 0 15px;
  }
}

.product-features {
  padding: 0;
  display: flex;
  gap: 16px;
  font-family: Open Sans, sans-serif;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 44px 0 60px;
}

.feature-card {
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-start;
  width: 100%;
}

h3.feature-title {
  align-self: stretch;
  flex: 1;
  background: var(--Treasures-Gold, #ad8b5b);
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.48px;
  line-height: 1.2;
  padding: 20px 15px;
  margin: 0;
}

.feature-card-bottom {
  display: flex;
  justify-content: stretch;
  flex: 3 0 auto;
}

.feature-card-inner {
  width: 100%;
}

.feature-card-inner.col {
  width: 50%;
}

.feature-card-inner.col:last-child {
  border-left: 1px solid #c7c777;
}

.feature-subtitle {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
  padding: 12px 15px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(173, 139, 91, 0.30);
}

.feature-description {
  flex: 2;
  width: 100%;
  font-size: 14px;
  color: #656565;
  font-weight: 400;
  padding: 20px;
  margin: 0 !important;
  text-align: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 768px) {
  .product-features {
    padding: 0 20px;
  }
  .feature-card {
    width: calc(50% - 10px);
  }
  .feature-card:last-child {
    width: 100%;
  }
  .feature-title {
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .product-features {
    flex-wrap: nowrap;
    padding: 0;
  }
  .feature-card {
    width: calc(35% - 10px);
  }
  .feature-card:last-child {
    width: calc(35% - 10px);
  }
  .feature-card:first-child {
    width: calc(30% - 10px);
  }
  .feature-title {
    font-size: 24px;
  }
}

/* investment items */
.investment-container {
  border-radius: 10px;
  background-color: #fafafa;
  display: flex;
  /* max-width: 960px; */
  overflow: hidden;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.investment-image,
.expert-image {
  aspect-ratio: 0.6;
  object-fit: cover;
  object-position: center;
  width: 360px;
  min-width: 240px;
  max-width: 464px;
}
.expert-image {
  aspect-ratio: 1.2;
}

.investment-content {
  display: block;
  min-width: 240px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
  padding: 40px 40px 60px;
}

.investment-content .mTop-20 {
  margin-top: 20px !important;
}

.investment-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  justify-content: flex-start;
}

h2.investment-title {
  color: #bf9859;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
  margin: 0;
}

.investment-description {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

.investment-features {
  display: flex;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.features-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  width: calc(33.3% - 14px);
}

.feature-icon {
  display: flex;
  min-height: 80px;
  width: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
}

.feature-icon img {
  aspect-ratio: 1.25;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.feature-text {
  color: #ad8b5b;
  text-align: center;
  margin-top: 12px;
  font: 400 16px/19px "Open Sans", sans-serif;
}

.disclaimer {
  color: #ff3333;
  margin-top: 30px;
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pBottom-60 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .investment-content,
  .investment-header,
  .investment-title,
  .investment-description,
  .investment-features,
  .features-row,
  .disclaimer {
    max-width: 100%;
  }

  .investment-content {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .investment-container {
    display: block;
  }
  .investment-image,
  .expert-image {
    aspect-ratio: 1.47;
    width: 100%;
    min-width: 240px;
    max-width: initial;
  }
}
@media (max-width: 599px) {
  .features-row {
    justify-content: space-between;
    gap: 10px;
  }
  .feature-item {
    min-width: 140px;
  }
  .pBottom-60 {
    padding-bottom: 50px;
  }
}

/* bank rewards section style */
.bank-rewards {
  background-color: #fff;
  display: flex;
  max-width: 992px;
  flex-direction: column;
  justify-content: center;
  padding: 78px 50px 40px;
}

.awards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 29px;
}

.award-item {
  position: relative;
  display: flex;
  /* min-width: 240px; */
  flex-direction: column;
  justify-content: flex-start;
  /* width: 257px; */
}

.award-logo {
  background-color: #fff;
  align-self: center;
  display: flex;
  max-width: 100px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.award-title {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  margin-top: 20px;
  font: 600 14px Open Sans, sans-serif;
}

.award-logo-img {
  width: 100%;
  height: 105px;
  object-fit: contain;
}

@media (max-width: 599px) {
  .bank-rewards {
    padding: 40px 20px;
  }
  .awards-row {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .award-logo-img {
    height: 80px;
  }
  .award-title {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
    .sguzI {
        padding: 0px 0px !important;
    }
}

@media (min-width: 631px) {
    .jehgaM {
        margin-bottom: 0px !important;
    }
}
.jehgaM {
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .fhecHJ {
        background-position: calc(50% - 110px) center;
    }
}
