@media (min-width: 1200px) {
  .investment-menu {
    margin-top: 40px;
  }
}
.investment-menu-list {
  white-space: nowrap;
  overflow: auto;
  padding: 16px;
}
@media (min-width: 1200px) {
  .investment-menu-list {
    background: rgb(244, 247, 251);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 224, 236);
    border-image: initial;
    border-radius: 8px;
    padding: 20px;
  }
}
.investment-menu-list::-webkit-scrollbar {
  display: none;
}
.investment-menu-list-item {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin: 0 4px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(217, 224, 236);
  border-image: initial;
}
@media (min-width: 1200px) {
  .investment-menu-list-item {
    border: none;
    margin: 0 12px;
  }
}
.investment-menu-list-item.active {
  background-color: rgb(74, 160, 235);
  border-color: rgb(74, 160, 235);
}
.investment-menu-list-item.active .investment-menu-list-item-link {
  color: rgb(255, 255, 255) !important;
}
.investment-menu-list-item .active, .investment-menu-list-item:hover {
  background-color: rgb(74, 160, 235);
  color: rgb(255, 255, 255) !important;
}
.investment-menu-list-item .active .investment-menu-list-item-link, .investment-menu-list-item:hover .investment-menu-list-item-link {
  color: rgb(255, 255, 255) !important;
}
.investment-menu-list-item-link {
  font-size: 12px;
  font-family: Ubuntu;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: rgb(74, 74, 74);
  border-color: rgb(217, 224, 236);
}
.investment-menu-list-item-link.active {
  background-color: rgb(74, 160, 235);
  color: rgb(255, 255, 255);
}.investment-title {
  color: #004587;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
@media (min-width: 1200px) {
  .investment-title {
    font-size: 32px;
    line-height: 37px;
    margin-top: 40px;
  }
}.investment-description {
  margin-top: 16px;
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}.investment-subtitle {
  margin-top: 30px;
  text-align: start;
  color: #004587;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
@media (min-width: 1200px) {
  .investment-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 40px;
    text-align: start;
  }
}.investment-keyframe {
  margin-top: 20px;
  margin-bottom: 24px;
  border: none;
  background: rgb(244, 247, 251);
  padding: 0px !important;
}
@media (min-width: 1200px) {
  .investment-keyframe {
    margin-top: 40px;
    margin-bottom: 50px;
    border: none;
    background: none;
  }
}
.investment-keyframe-wrapper {
  padding: 24px;
  background: rgb(244, 247, 251) !important;
}
@media (min-width: 1200px) {
  .investment-keyframe-wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 224, 236);
    border-image: initial;
    border-radius: 8px;
  }
}
.investment-keyframe-wrapper-col {
  margin-top: 15px;
}
.investment-keyframe-wrapper-col li {
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.investment-keyframe-wrapper-col li:not(:last-child) {
  padding-bottom: 17px;
}