.smart_investor {
  position: relative;
}

.smart_investor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 660px;
  background-color: #010510;
  z-index: 0;
}
.smart_investor > * {
  position: relative;
  z-index: 1;
}
.smart_investor_global {
  padding: 0 32px 70px 32px;
  gap: 32px;
  flex-wrap: nowrap;
  align-self: stretch;
  margin: 0;
}
.smart_investor_left {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--Gray-700, #344054);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 1px 1px 0 rgba(199, 211, 234, 0.12) inset,
    0 24px 48px 0 rgba(199, 211, 234, 0.05) inset;
}
.smart_investor_left-box {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 1px 0 rgba(199, 211, 234, 0.12) inset,
    0 24px 48px 0 rgba(199, 211, 234, 0.05) inset;
}
.smart_investor_left-box-title {
}

.smart_investor_left-box-title-text {
  font-family: "SF-Pro-Display-Medium";
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.smart_investor_left-box-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.smart_investor_left-box-content h4 {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
}
.smart_investor_left-box-content-text {
  color: #eaecf0;
  font-size: 20px;
}

.smart_investor_right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.smart_investor_right-global {
}
.smart_investor_right-global .owl-stage-outer {
  overflow: hidden;
}
.smart_investor_right-item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #344054;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 1px 1px 0 rgba(199, 211, 234, 0.12) inset,
    0 24px 48px 0 rgba(199, 211, 234, 0.05) inset;
  min-height: 500px;
}
.smart_investor_right-item-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 1px 0 rgba(199, 211, 234, 0.12) inset,
    0 24px 48px 0 rgba(199, 211, 234, 0.05) inset;
}

.smart_investor_right-item-box-top {
}
.smart_investor_right-item-child {
  display: flex;
  width: auto;
  padding: 12px 16px;
  align-items: center;
  gap: 16px;
  border-radius: 16px 0 0 16px;
  border: 1px solid var(--gradient, rgba(255, 255, 255, 0.01));
  background: #202020;
  justify-content: flex-end;
}
.smart_investor_right-item-child-icon {
  width: 40px;
  height: 40px;
}
.smart_investor_right-item-child-text {
  color: #fff;
  font-family: "SF-Pro-Display-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.smart_investor_right-item-box-bottom {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.smart_investor_right-item-box-bottom-title {
  font-size: 30px;
  color: #fff;
  line-height: 38px;
}
.smart_investor_right-item-box-bottom-text {
  color: #eaecf0;
  font-size: 20px;
  line-height: 32px;
}
.smart_investor--btn {
  display: flex;
  align-items: center;
  gap: 21px;
  padding: 20px 0;
}
.smart_investor--left {
  transform: scaleX(-1);
}
.smart_investor--left,
.smart_investor--right {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #475467;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.__platform-bg .page-icon {
  display: none !important;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 990px) {
  .smart_investor::before {
    min-height: 500px;
  }

  .smart_investor_mobile-item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
	min-height: 395px;
  }
  .smart_investor_mobile-item-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .smart_investor_mobile-item-title h4 {
    color: #fff;
    font-size: 20px;
    line-height: 38px;
  }
  .smart_investor_mobile-item-title p {
    color: #eaecf0;
    font-size: 16px;
    line-height: 24px;
  }
  .__platform-bg .page-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .smart_investor::before {
    min-height: 570px;
  }
  .__platform-bg .page-icon {
    display: none;
  }
}
.smart_investor_mobile {
  margin-bottom: 59px;
}
@media screen and (max-width: 576px) {
  .smart_investor::before {
    min-height: 420px;
  }
  .__platform-bg .page-icon {
    display: none;
  }
}
