/*
 * May 28th 2025, 08:29 SGT
 * RV IN
 */
/*
 * Custom CSS for CQA for RV
 */

@media (min-width: 901px) {
  .cqa-main {
    margin-top: -13px;
  }
}
@media (max-width: 900px) {
  .cqa-main {
    margin-top: -23px;
  }
}
@media (max-width: 812px) {
  .cqa-main {
    margin-top: -33px;
  }
}

.cqa-main .gh-content.gh-canvas {
  --gap: max(4vmin, 20px);
  --full: minmax(calc(var(--gap) * 2), 2fr);
  --main: minmax(0, 8fr);
  display: grid;
  grid-template-columns:
    [full-start] var(--full)
    [main-start] var(--main)
    [main-end] var(--full)
    [full-end];
}
@media (max-width: 1400px) {
  .cqa-main .gh-content.gh-canvas {
    --full: minmax(calc(var(--gap) * 1), 1fr); /* shrink side columns */
    --main: minmax(0, 10fr);                  /* give more space to main */
  }
}
@media (max-width: 768px) {
  .cqa-main .gh-content.gh-canvas {
    --full: minmax(0, 0.5fr); /* make side columns minimal */
    --main: minmax(0, 11fr);  /* maximize content space */
  }
}

.cqa-main-section-bg-container {
  grid-column: none !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.cqa-main-section-bg {
  width: 100%;
}
.cqa-main-section-bg, > div:nth-child(odd) {
}
.cqa-main-section-bg-2 > div:nth-child(odd) {
}
.cqa-main-section-bg > div:nth-child(even) {
  background-color: #e6f0ff;
}
.cqa-main-section-bg-2 > div:nth-child(even) {
  background-color: #e6f0ff;
}
.cqa-main-section-bg-3 > div:nth-child(even) {
  background-color: #e6f0ff;
}

.cqa-section {
  display: none;
}
.cqa-main .gh-content.gh-canvas p > strong {
  color: #4f34af;
}
.cqa-section + h1 {
  font-size: 36px;
  margin-bottom: 3rem !important;
  text-align: center;
}

/*
 * 1. CQA Title
 */
.cqa-main .cqa-header {
  position: relative;
}
.cqa-main .cqa-header .cqa-header__title-container {
  grid-column: none;
  left: 12%;
  position: absolute;
  top: 31%;
}
.cqa-main .cqa-header .cqa-header__title-container h1.cqa-header-article-title {
  font-size: 4.5rem;
  margin-bottom: 11px;
}
.cqa-main .cqa-header .cqa-header__title-container .cqa-header-article-subtitle {
  font-size: 2rem;
}
.cqa-main .cqa-header .cqa-header__title-container .cqa-header-article-subtitle hr {
  border: none;
  margin: 6px 0;
}
.cqa-main .cqa-header figure {
  margin-top: 0px;
}
.cqa-main .cqa-header figure img {
  min-height: 70vh;
  object-fit: cover;
}

/*
 * 2. CQA Section -- Making Waves In Asia
 */
.cqa-section.cqa-section__making-waves-in-asia + h1 {
  font-size: 36px;
  margin-bottom: 3rem !important;
  margin-top: 0px !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-section__making-waves-in-asia-container-main {
    align-items: start;
    display: flex;
  }
  .cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-right-section figure {
    margin-left: 3rem;
  }
  .cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-left-section {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .cqa-main .cqa-header .cqa-header__title-container {
    left: 5%;
    top: 20%;
    width: 95%;
  }
  .cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container {
    text-align: center;
  }
  .cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-right-section figure {
    margin-top: 4rem;
  }
}

.cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-left-section h2 {
  margin-top: 0;
}
.cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-left-section p {
  text-align: justify;
}
.cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-left-section figure {
  margin-top: 17px !important;
}
.cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-left-section figure img {
  border-radius: 9px;
  box-shadow: 8px 8px 0px #96a9fb;
}
.cqa-section.cqa-section__making-waves-in-asia ~ .cqa-section__making-waves-in-asia-container .cqa-right-section figure img {
  border-radius: 9px;
}


/*
 * 3. CQA Section -- Fully Realised Deals
 */

.cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container .cqa-section__fully-realised-deals-container-main {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 16px;
}

.cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  max-width: calc(50% - 10px);
}
.cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure figcaption {
  background-color: #FFF;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  margin-top: -10px;
  padding-top: 25px;
}
.cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure figcaption > span {
  font-size: 14px;
  white-space: unset !important;
}
.cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure figcaption > span > span:first-child {
  color: #4f34af;
  font-size: 14px;
  font-weight: bold;
}

.cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure figcaption > span > div:nth-child(2) {
  padding-bottom: 6px;
}
.cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure figcaption > span > div:last-child {
  padding-bottom: 13px;
}

@media screen and (min-width: 769px) {
  .cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container {
    text-align: center;
  }
  .cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure {
    max-width: unset;
  }
  .cqa-section.cqa-section__fully-realised-deals ~ .cqa-section__fully-realised-deals-container figure > img {
    width: 100%;
  }
}

/*
 * 4. CQA Section -- Fully Funded Deals
 */

.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-section__fully-funded-deals-container-main {
  margin-bottom: 20px;
}

.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure {
  border-radius: 9px;
  box-shadow: 8px 8px 0 #96a9fb;
}
.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure > img {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  object-fit: cover;
  width: 100%;
}
.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure figcaption {
  background-color: #FFF;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure figcaption > span {
  white-space: unset !important;
}
.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure figcaption > span > span {
  font-size: 14px;
}
.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure figcaption > span > span:first-child {
  color: #4f34af;
  font-size: 14px;
  font-weight: bold;
}

.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure figcaption > span > div:nth-child(2) {
  padding-bottom: 6px;
}
.cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure figcaption > span > div:last-child {
  padding-bottom: 13px;
}

@media screen and (min-width: 768px) {
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-section__fully-funded-deals-container-main {
    align-items: start;
    display: flex;
    justify-content: center;
  }
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-left-section {
    margin-right: 10px;
    width: 50%;
  }
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-right-section {
    margin-left: 10px;
    width: 50%;
  }
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-right-section figure:first-child {
    margin-top: 17rem;
  }
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure:not(:first-child) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-section__fully-funded-deals-container-main {
    text-align: center;
  }
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-left-section figure:not(:first-child) {
    margin-top: 3rem;
  }
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container .cqa-right-section figure {
    margin-top: 3rem;
  }
  .cqa-section.cqa-section__fully-funded-deals ~ .cqa-section__fully-funded-deals-container figure > img {
    width: 100%;
  }
}


/*
 * 5. CQA Section -- Key Performance Metrics
 */
.cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container {
  margin-top: 0 !important;
}
.cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-metric-section ul {
  flex-flow: wrap;
  list-style: none;
  padding: 0;
}

.cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-metric-section ul > li {
  background-color: #FFF;
  border-radius: 9px;
  display: flex;
  height: 160px;
  justify-content: center;
  margin: 2rem 15px 0 15px;
  padding: 0;
}

.cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-metric-section ul > li > div {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-top: 32px;
  text-align: center;
  width: 200px;
}
.cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-metric-section ul > li > div > h1 {
  color: #4b32b3;
  margin-bottom: 0;
}
.cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-metric-section ul > li > div > div {
  font-size: 15px;
  font-weight: 600;
  height: 64px;
  line-height: 1.4;
  margin: 0 10px;
  overflow: hidden;
}

.cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-date-section {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-metric-section ul {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .cqa-section.cqa-section__key-performance-metrics + h1 + .cqa-section__key-performance-metrics-container > .cqa-metric-section ul > li:not(:first-child) {
    margin-top: 20px;
  }
}


/*
 * 6. CQA Section -- In The News
 */

.cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container div > .kg-card.kg-product-card > .kg-product-card-container {
  box-shadow: none;
}
.cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container div > .kg-card.kg-product-card > .kg-product-card-container img {
  border-radius: 9px;
  box-shadow: 8px 8px 0 #96a9fb;
  height: 341.53px;
  object-fit: cover;
}
.cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container div > .kg-card.kg-product-card > .kg-product-card-container .kg-product-card-description > p {
  font-size: 15px;
  margin-top: 5px;
}
.cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container div > .kg-card.kg-product-card > .kg-product-card-container .kg-product-card-title {
  font-size: 15px;
  letter-spacing: .18px;
  overflow-y: hidden;
}
.cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container div > .kg-card.kg-product-card > .kg-product-card-container a.kg-product-card-button {
  background-color: transparent;
  color: #4b32b3;
  display: block;
  padding: 0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container .cqa-section__in-the-news-container-main {
    display: flex;
  }
  .cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container .cqa-left-section {
    width: 27.5%;
  }
  .cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container .cqa-center-section {
    width: 45%;
  }
  .cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container .cqa-right-section {
    width: 27.5%;
  }
  .cqa-section.cqa-section__in-the-news + h1 + .cqa-section__in-the-news-container div > .kg-card.kg-product-card > .kg-product-card-container .kg-product-card-title {
    height: 69px;
  }
}
@media screen and (max-width: 768px) {
}


/*
 * 7. CQA Section -- Recent Events
 */

.cqa-section.cqa-section__recent-events + h1 + .cqa-section__recent-events-container figure.kg-card.kg-gallery-card {
  background-color: white;
  border-radius: 9px;
  display: block;
  padding: 17px;
}
.cqa-section.cqa-section__recent-events + h1 + .cqa-section__recent-events-container .kg-gallery-container {
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
.cqa-section.cqa-section__recent-events + h1 + .cqa-section__recent-events-container .kg-gallery-container .kg-gallery-image {
  flex: 0 0 auto !important;
}
.cqa-section.cqa-section__recent-events + h1 + .cqa-section__recent-events-container .kg-gallery-container .kg-gallery-image > img {
  border-radius: 9px;
  height: 200px;
}
.cqa-section.cqa-section__recent-events + h1 + .cqa-section__recent-events-container .kg-gallery-container .kg-gallery-image:not(:first-child) {
  margin-left: 20px;
}

.cqa-section.cqa-section__recent-events ~ .cqa-section__recent-events-container figure:not(:first-child) {
  margin-top: 3rem;
}
.cqa-section.cqa-section__recent-events ~ .cqa-section__recent-events-container figure figcaption > p > span {
  white-space: unset !important;
}
.cqa-section.cqa-section__recent-events ~ .cqa-section__recent-events-container figure figcaption > p > span > span:first-child {
  color: #4f34af;
  font-size: 15px;
  font-weight: bold;
}
.cqa-section.cqa-section__recent-events ~ .cqa-section__recent-events-container figure figcaption > p > span > span:not(:first-child) {
  color: black;
  font-size: 14px;
  letter-spacing: .2px;
  line-height: 1.6;
}

.cqa-section.cqa-section__recent-events ~ .cqa-section__recent-events-container figure figcaption > p > span > div:nth-child(2) {
  padding-bottom: 6px;
}
.cqa-section.cqa-section__recent-events ~ .cqa-section__recent-events-container figure figcaption > p > span > div:last-child {
  padding-bottom: 13px;
}

.cqa-section.cqa-section__recent-events ~ .cqa-section__recent-events-container p {
  text-align: center;
}


/*
 * 8. CQA Section -- Watch REAL Investment Talk
 */

.cqa-section.cqa-section__watch + h1 {
  margin-bottom: 0 !important;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container {
  margin-top: 0 !important;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > h6 {
  font-size: 17px;
  font-weight: normal;
  margin: 1.5rem 0 2rem 0;
  text-align: center;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure > a {
  position: relative;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure > a > .cqa-overlay {
  background-color: #000000f0;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.3s ease;
  width: 100%;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure > a > .cqa-overlay:hover {
  background-color: #0000006b !important;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure > a > .cqa-overlay:hover > .cqa-overlay-icon svg path {
  fill: rgb(81 211 141);
  filter: url(#whiteShadow);
}

.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure > a > .cqa-overlay > .cqa-overlay-icon {
  margin: auto;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure > a > .cqa-overlay > .cqa-overlay-icon svg {
  height: 15rem;
  width: 15rem;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure > a > .cqa-overlay > .cqa-overlay-icon svg path {
  fill: #33DA80;
  transition: filter 0.5s ease;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure figcaption {
  font-size: 15px;
}
.cqa-section.cqa-section__watch + h1 + .cqa-section__watch-container > figure figcaption strong {
  color: #4f34af;
}

.cqa-rest {
  text-align: center;
}
