/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/css/investment-objective.css ***!
  \***************************************************************************************/
.amc-company-name {
  margin-top: 20px;
  margin-bottom: 10px;
}
.amc-company-name .valign-wrapper {
  display: flex;
  align-items: center;
  color: #44475b;
}
.amc-company-name .valign-wrapper .amcImage {
  margin-right: 30px;
}
.amc-company-name .valign-wrapper .amcImage .logo {
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}

.assets-value {
  align-items: flex-start;
  gap: 100px;
  margin-top: 10px;
  position: relative;
  display: flex;
}
.assets-value table {
  border: none;
  width: 50%;
}
.assets-value table th {
  padding-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
  width: 60%;
  color: #7c7e8c;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.assets-value table td {
  padding-right: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: right;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: var(--text-color);
}
.assets-value .Divider {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  top: 0;
  background: #f8f8f8;
}

.objective-container {
  margin-top: 10px;
}
.objective-container .inner-container {
  width: 100%;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  position: relative;
}
.objective-container .inner-container .first-readmore {
  max-height: 45px;
  position: relative;
  transition: height 0.3s ease-in-out;
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 1rem;
  color: var(--text-color);
}
.objective-container .inner-container .first-readmore .read-more-button {
  bottom: 0;
  right: 0;
  min-width: 80px;
  font-weight: 600;
  color: #00b386;
  cursor: pointer;
  position: absolute;
  background: var(--bg-color);
  line-height: 22px;
  font-size: 1rem;
}
.objective-container .inner-container .first-readmore.expanded {
  max-height: none;
  overflow: visible;
}

.peersection-container {
  scroll-margin-top: 7.2em;
  padding: 1.1rem 0;
}
.peersection-container .title {
  font-family: "NeuePower-Medium";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #001317;
  padding: 20px 0;
}
.peersection-container .table-div {
  overflow-x: auto;
}
.peersection-container .table-div .peers-table {
  font-family: "neueMontreal-Regular";
  width: 100%;
  padding: 1rem;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 1px solid #c6ccff;
  border-spacing: 0;
}
.peersection-container .table-div .peers-table thead tr th {
  padding: 1rem;
  border-bottom: 2px solid #c6ccff;
  font-family: "neueMontreal-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #ababab;
}
.peersection-container .table-div .peers-table thead tr th:first-child {
  width: 45%;
}
.peersection-container .table-div .peers-table thead tr th:last-child {
  text-align: right;
}
.peersection-container .table-div .peers-table tbody tr {
  position: relative;
}
.peersection-container .table-div .peers-table tbody tr td {
  padding: 1rem;
  cursor: auto;
  text-decoration: none;
  border-bottom: 1px solid #c6ccff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
}
.peersection-container .table-div .peers-table tbody tr td:nth-child(1) {
  width: 30%;
  font-family: "neueMontreal-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}
.peersection-container .table-div .peers-table tbody tr td:nth-child(1) a {
  color: #001316;
}
.peersection-container .table-div .peers-table tbody tr td:nth-child(1) a:hover {
  color: #5dcece;
  text-decoration: underline;
}
.peersection-container .table-div .peers-table tbody tr td:nth-child(1):nth-child(2) {
  padding: 1rem;
}
.peersection-container .table-div .peers-table tbody tr td:last-child {
  text-align: right;
}
.peersection-container .table-div .peers-table tbody tr td .decimal-part {
  font-size: 1rem;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #001317;
  font-family: "Roboto Condensed", sans-serif;
}
.peersection-container .table-div .peers-table tbody tr:last-child td {
  border-bottom: none;
}

.financials {
  scroll-margin-top: 7.2em;
}
.financials .heading {
  padding: 18px 0;
  font-family: "NeuePower-Medium";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 24px;
  color: #001317;
}
.financials .horizontal-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: right;
  margin-bottom: 10px;
}
.financials .horizontal-wrapper .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  font-family: "neueMontreal-Regular";
  color: var(--text-color);
  margin-bottom: 10px;
}
.financials .horizontal-wrapper .toggle__holder {
  display: flex;
  align-items: center;
  gap: 24px;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button text {
  font-family: "neueMontreal-Regular";
  font-weight: 500;
  font-size: 1rem;
  line-height: 19.2px;
  color: var(--text-color);
}
.financials .horizontal-wrapper .toggle__holder .toggle-button .left-text {
  margin-right: 12px;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button .right-text {
  margin-left: 12px;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button .non-selected-color {
  color: #ababab !important;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button .toggle-track {
  position: relative;
  width: 25px;
  height: 6px;
  background-color: #ababab;
  border-radius: 100px;
  transition: background-color 0.3s;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button .toggle-track .toggle-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: var(--text-color);
  border-radius: 50%;
  transition: left 0.3s;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button .toggle-track .toggle-thumb-left,
.financials .horizontal-wrapper .toggle__holder .toggle-button .toggle-track .toggle-period-thumb-left {
  left: -8px;
}
.financials .horizontal-wrapper .toggle__holder .toggle-button .toggle-track .toggle-thumb-right,
.financials .horizontal-wrapper .toggle__holder .toggle-button .toggle-track .toggle-period-thumb-right {
  left: calc(100% - 8px);
}
.financials .financial-table {
  display: none;
  transition: 0.3s ease-in;
}
.financials .financial-table.active {
  display: block;
}
.financials .table-container {
  border-collapse: collapse;
  width: 100%;
}
.financials .table-container .subtitle {
  font-family: "neueMontreal-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #001317;
  margin-bottom: 10px;
}
.financials .table-container .table-div table {
  font-family: "neueMontreal-Regular";
  width: 100%;
  padding: 1rem;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 1px solid #c6ccff;
  border-spacing: 0;
}
.financials .table-container .table-div table thead tr th {
  padding: 1rem;
  border-bottom: 2px solid #c6ccff;
  font-family: "neueMontreal-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 19.2px;
  text-align: right;
  color: #ababab;
}
.financials .table-container .table-div table tbody tr {
  position: relative;
  font-family: "neueMontreal-Regular";
}
.financials .table-container .table-div table tbody tr td {
  padding: 1rem;
  cursor: auto;
  text-decoration: none;
  border-bottom: 1px solid #c6ccff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18.75px;
  text-align: right;
  color: var(--text-color);
}
.financials .table-container .table-div table tbody tr td:nth-child(1) {
  width: 30%;
  font-family: "neueMontreal-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #ababab;
}
.financials .table-container .table-div table tbody tr td:nth-child(1):nth-child(2) {
  padding: 1rem;
}
.financials .table-container .table-div table tbody tr:last-child td {
  border-bottom: none;
}
.financials .table-container .no-data-found {
  border: 1px solid #c6ccff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 10rem;
}

@media only screen and (max-width: 991px) {
  .assets-value {
    gap: 10px;
    display: block;
  }
  .assets-value table {
    width: 100%;
  }
}/*# sourceMappingURL=investment-objective.css.map */
