<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon-time-efficiency::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/icon-efficiency.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-risk-management::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/icon-risk-management.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-diversification::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/images/icon-diversification.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn.xcube-access-gradient {
    border-width: 0;
    background: #520C54;
    background: linear-gradient(180deg, rgb(82, 12, 84) 0%, rgb(160, 0, 122) 100%);
}

.slider-section.xcube-access-gradient:before {
    content: "";
    display: block;
    background: #520C54;
    background: linear-gradient(180deg, rgb(82, 12, 84) 0%, rgb(160, 0, 122) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.slider-section.ipo-navy-blue:before {
    content: "";
    display: block;
    background: #0B2451;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.btn.xcube-navy-blue {
    border-width: 0;
    background: #001064;
    background: linear-gradient(90deg,rgba(0, 16, 100, 1) 0%, rgba(0, 9, 54, 1) 100%);
}</pre></body></html>