.fund-heading {
  color: #2f4070;
  font-family: Lato;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 848px;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 31px;
}

.fund-container {
  width: 685px;
  margin-right: 26px;
  margin-left: 189px;
  margin-bottom: 33px;
}

.fund-nav {
  width: 685px;
  height: 26px;
  flex-shrink: 0;
  background: #2f4070;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.fund-nav-item:first-child {
  margin-left: 15px;
}

.fund-nav-item a {
  color: #fff;
  text-decoration: none;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 48px;
}

.masthead-with-description {
  position: relative;
}

.fund-description {
  background: #d2d9e2;
  color: #2f4070;
  font-family: Bitter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px 7px 11px 15px;
  margin: 0px;
}

.fund-description-masthead {
  position: absolute;
  padding-right: 15px;
  top: 50%;
  left: 0;
  width: 600px;
  transform: translateY(-50%);
}

.fund-description a {
  color: #2f4070;
  font-family: Bitter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.fund-title {
  color: #2f4070;
  font-family: Bitter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 25px;
  margin-bottom: 17px;
}

.why-we-invest-list-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}

.why-we-invest-list {
  color: #575757;
  font-family: Bitter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 317px;
  list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}

.why-we-invest-list li {
  margin-bottom: 15px;
}

.why-we-invest-list li:last-child {
  margin-bottom: 0;
}

.fund-companies {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.why-we-invest-bubble-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 35px;
}

.why-we-invest-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.why-we-invest-component h4 {
  max-width: 130px;
  line-height: 1.4;
  height: 2.8em;
  display: flex;
  align-items: start;
  justify-content: center;
}

.why-we-invest-bubble {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: #2f4070;
}

.fund-company {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.fund-company img {
  background: #d2d9e2;
}

.fund-company-name {
  color: #2f4070;
  font-family: Bitter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fund-company-description {
  color: #575757;
  font-family: Bitter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.fund-company-image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 34px;
  min-width: 250px;
}

.fund-company-button,
.fund-company-link {
  width: 164px;
  height: 30px;
  flex-shrink: 0;
  background: #2f4070;
  border: 0;
  color: #fff;
  font-family: Lato;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fund-company-link:link,
.fund-company-link:visited,
.fund-company-link:hover,
.fund-company-link:active {
  color: #fff;
  text-decoration: none;
}

.fund-image-container {
  position: relative;
  max-height: 450px;
}

.fund-image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 685px;
}

.fund-team-container {
  display: flex;
  gap: 10px;
}

.fund-team-container.team-container-1 {
  margin-bottom: 20px;
}

.team-container-1,
.team-container-2 {
  height: 360px;
  overflow: hidden;
  position: relative;
}

.fund-team-description {
  position: relative;
}

.fund-team-description::after {
  content: "";
  width: 164px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent, white 100%);
}

.fund-team-description.expanded::after {
  height: 0;
}

#read-more-button-1,
#read-more-button-2 {
  margin: auto;
  margin: 20px auto;
}

.fund-team {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 164px;
}

.fund-team-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 12px;
  margin-top: 9px;
}

.fund-team-member h5 {
  margin: 0;
  color: #2f4070;
  font-family: Bitter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fund-team-member p {
  margin: 0;
  color: #575757;
  font-family: Bitter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  min-height: 1.2em;
}

.fund-team-description {
  color: #575757;
  font-family: Bitter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.fund-blue-background {
  background: #d2d9e2;
  width: 900px;
  height: 473px;
  display: flex;
}

.fund-contact-us-container {
  width: 100%;
  margin-left: 189px;
  height: 473px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.fund-form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 0px;
}

.form-group-row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.form-group label {
  color: #2f4070;
  font-family: Bitter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-group input {
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  border: 0;
  box-sizing: border-box;
}

.form-group textarea {
  width: 100%;
  min-width: 384px;
  max-width: 384px;
  height: 117px;
  background: #f5f5f5;
  border: 0;
  box-sizing: border-box;
}

.form-group textarea {
  height: 117px;
}

.learn-more-link {
  color: #2f4070;
  text-decoration: underline;
  cursor: pointer;
}

.learn-more-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.learn-more-modal-content {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  background: #d2d9e2;
  font-family: "Lato", serif;
}

.learn-more-modal-content h2 {
  color: #2f4070;
  font-family: Bitter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
}

.learn-more-modal-content h4 {
  color: #2f4070;
  font-family: Bitter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.learn-more-modal-content p {
  color: #2f4070;
  font-family: Bitter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.learn-more-modal-content p:last-child {
  margin-bottom: 0;
}

.close-learn-more-modal-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #2f4070;
}

.disclaimer {
  width: 685px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #575757;
  font-family: Bitter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.disclaimer a {
  color: #575757;
  font-family: Bitter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
