.template-front-treasure-index {
  --td-bg: #f3f4f7;
  --td-hero: #252a31;
  --td-border: #e3e6ed;
  --td-text: #2f3137;
  --td-muted: #c8cfda;
  --td-box-border: #c8cfda;
  --td-icon: #778698;
  background-color: var(--td-bg);
}
.template-front-treasure-index .page-subheader {
  background: var(--td-hero);
  border-bottom: 0.5px solid #5f6c7d;
}
.template-front-treasure-index .page-subheader .breadcrumb {
  color: var(--td-muted);
}
.template-front-treasure-index .page-subheader h1 {
  color: #fff;
  font-weight: 700;
}
.template-front-treasure-index .section-sectors {
  padding-bottom: 0;
}
.template-front-treasure-index .section-sectors:last-child {
  padding-bottom: 1.5rem;
}
.template-front-treasure-index .treasure-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}
.template-front-treasure-index .treasure-toolbar__actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.template-front-treasure-index .treasure-segmented {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  background: #e3e6ed;
}
.template-front-treasure-index .treasure-segmented__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  border: 0.5px solid transparent;
  box-sizing: border-box;
  color: var(--td-text);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.template-front-treasure-index .treasure-segmented__item.is-active {
  background: #fff;
  border-color: #e3e6ed;
  box-shadow: 0 4px 8px rgba(42, 46, 55, 0.08);
}
.template-front-treasure-index .treasure-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--td-border);
  color: var(--td-text);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: inherit;
}
.template-front-treasure-index .treasure-pill:hover {
  color: var(--td-text);
  text-decoration: none;
}
.template-front-treasure-index .treasure-pill i {
  font-size: 16px;
  line-height: 1;
}
.template-front-treasure-index .treasure-pill span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.template-front-treasure-index .treasure-pill.active {
  background: #14171f;
  border-color: #14171f;
  color: #ffffff;
}
.template-front-treasure-index .treasure-pill.active:hover {
  color: #ffffff;
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 {
  margin-top: 0;
  border: 1px solid #c2c0bc;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 .treasure-list-table {
  width: 100%;
  margin-top: 0 !important;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 {
    border-radius: 8px;
  }
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(194, 192, 188, 0.4784313725);
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 table thead th {
  text-align: center;
  border-bottom: 1px solid #c2c0bc;
  color: #2f3137;
  font-size: 14px;
  font-weight: 500;
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 table thead th[data-column=ticker] {
  padding-left: 16px;
  padding-right: 12px;
  min-width: 300px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table thead tr th:nth-child(1) {
    border-right: 1px solid var(--td-box-border);
  }
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody td[data-column=ticker] {
  text-align: start;
  vertical-align: middle;
  max-width: 320px;
  min-width: 300px;
  width: 300px;
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody td {
  font-size: 14px;
  line-height: 1.25;
  color: #2f3137;
  padding: 16px 12px;
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody td:first-child {
  padding: 16px 5px 16px 16px;
  box-shadow: 4px 0 12px rgba(56, 43, 20, 0.04);
}
.template-front-treasure-index .treasure-list-datatable.datatable-v2 table thead th.treasure-col-assets {
  vertical-align: middle;
  max-width: 320px;
}
.template-front-treasure-index .treasure-th-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.template-front-treasure-index .treasure-th-help {
  color: #bebebe;
  font-size: 13px;
}
.template-front-treasure-index .treasure-list-label-mobile {
  display: none;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .template-front-treasure-index .treasure-list-label-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }
}
.template-front-treasure-index .treasure-asset-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-align: left;
}
.template-front-treasure-index .treasure-asset-fav.treasure-asset-fav-btn {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--td-icon);
  flex: 0 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.template-front-treasure-index .treasure-asset-fav.treasure-asset-fav-btn:focus-visible {
  outline: 2px solid #009974;
  outline-offset: 2px;
}
.template-front-treasure-index .treasure-asset-fav.treasure-asset-fav-btn.is-following {
  color: #a38c65;
}
.template-front-treasure-index .treasure-asset-fav.treasure-asset-fav-btn .treasure-asset-fav-icon {
  font-size: 16px;
  line-height: 1;
}
.template-front-treasure-index .treasure-asset-fav.treasure-asset-fav-btn .treasure-asset-fav-icon--full {
  color: #a38c65;
}
.template-front-treasure-index .treasure-asset-type {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--td-border);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--td-text);
  flex: 0 0 auto;
}
.template-front-treasure-index .treasure-asset-type img {
  display: block;
  width: 26px;
  height: 26px;
}
.template-front-treasure-index .treasure-asset-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.template-front-treasure-index .treasure-asset-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-width: 0;
  line-height: 20px;
}
.template-front-treasure-index .treasure-asset-sub {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 16px;
}
.template-front-treasure-index .treasure-table-link {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
}
.template-front-treasure-index .treasure-table-popover-icon {
  color: #9c9c9c;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
.template-front-treasure-index .treasure-semestral-tag {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  background-color: #e3fcf8;
  color: #009974;
  cursor: help;
  max-width: 100%;
}
.template-front-treasure-index .treasure-content-section .box {
  padding: 32px;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid var(--td-box-border);
  border-radius: 12px;
  box-shadow: none;
}
.template-front-treasure-index .treasure-content-section .box .content {
  padding: 0 !important;
}
.template-front-treasure-index .treasure-content {
  font-family: Figtree, sans-serif;
  color: #2f3137;
  line-height: 1.5;
}
.template-front-treasure-index .treasure-content__section {
  margin-bottom: 40px;
}
.template-front-treasure-index .treasure-content__section:last-child {
  margin-bottom: 0;
}
.template-front-treasure-index .treasure-content__title {
  margin: 56px 0 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.template-front-treasure-index .treasure-content__title:first-child {
  margin-top: 0;
}
.template-front-treasure-index .treasure-content__subtitle {
  margin: 1.5em 0 0.6em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}
.template-front-treasure-index .treasure-content__paragraph {
  margin: 0 0 1.3em;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}
.template-front-treasure-index .treasure-content__paragraph:last-child {
  margin-bottom: 0;
}
.template-front-treasure-index .treasure-content__list {
  margin: 0 0 1.3em;
  padding-left: 1.5rem;
}
.template-front-treasure-index .treasure-content__list li {
  margin-bottom: 0.5em;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}
.template-front-treasure-index .treasure-content__list li:last-child {
  margin-bottom: 0;
}
.template-front-treasure-index .treasure-content__table-wrap {
  margin: 1rem 0 0;
}
.template-front-treasure-index .treasure-content__table-wrap .treasure-content__iof-table {
  width: 100%;
  color: #212529;
  border-collapse: collapse;
}
.template-front-treasure-index .treasure-content__table-wrap .treasure-content__iof-table th, .template-front-treasure-index .treasure-content__table-wrap .treasure-content__iof-table td {
  padding: 0.75rem;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
}
.template-front-treasure-index .treasure-content__table-wrap .treasure-content__iof-table thead th {
  font-weight: 700;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
}
.template-front-treasure-index .treasure-content__table-wrap .treasure-content__iof-table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.template-front-treasure-index .treasure-content__table-wrap .treasure-content__iof-table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.template-front-treasure-index .treasure-faq-section {
  padding-bottom: 40px;
}
.template-front-treasure-index .treasure-faq-section #container-common-questions {
  margin-top: 0;
  width: 100%;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid var(--td-box-border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .template-front-treasure-index .section-sectors {
    padding-bottom: 1.5rem;
  }
  .template-front-treasure-index .treasure-content-section {
    padding-bottom: 1.5rem;
  }
  .template-front-treasure-index .treasure-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 20px;
  }
  .template-front-treasure-index .treasure-segmented {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .template-front-treasure-index .treasure-segmented__item {
    min-width: 0;
    flex: 1 1 50%;
    padding-inline: 12px;
  }
  .template-front-treasure-index .treasure-toolbar__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .template-front-treasure-index .treasure-pill {
    width: 100%;
    min-width: 0;
    justify-content: center;
    font-size: 15px;
    height: 40px;
    padding: 0 12px;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 {
    border-radius: 0;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 .treasure-list-table.dataTable {
    width: 100% !important;
    min-width: 0 !important;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table thead th {
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    line-height: 1.2;
    min-width: 120px;
    padding: 10px 8px;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table thead th:not([data-column=ticker]),
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody td:not([data-column=ticker]) {
    min-width: 86px;
    max-width: 128px;
    width: auto;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table thead th[data-column=ticker] {
    min-width: 240px;
    max-width: 240px;
    padding-left: 16px;
    padding-right: 8px;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody td {
    padding: 14px 10px;
    font-size: 14px;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody td:first-child {
    padding: 14px 6px 14px 16px;
  }
  .template-front-treasure-index .treasure-list-datatable.datatable-v2 table tbody td[data-column=ticker] {
    min-width: 240px;
    max-width: 240px;
  }
  .template-front-treasure-index .treasure-list-label-mobile {
    margin-bottom: 8px;
    padding-inline: 4px;
  }
  .template-front-treasure-index .treasure-asset-cell {
    gap: 10px;
  }
  .template-front-treasure-index .treasure-asset-type {
    width: 32px;
    height: 32px;
  }
  .template-front-treasure-index .treasure-asset-type img {
    width: 22px;
    height: 22px;
  }
  .template-front-treasure-index .treasure-table-link {
    font-size: 14px;
  }
  .template-front-treasure-index .treasure-table-popover-icon {
    font-size: 14px;
  }
  .template-front-treasure-index .treasure-semestral-tag {
    font-size: 10px;
    padding: 3px 7px;
  }
  .template-front-treasure-index .treasure-content-section .box {
    padding: 16px;
  }
  .template-front-treasure-index .treasure-content__title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 48px;
  }
  .template-front-treasure-index .treasure-content__subtitle {
    font-size: 1.1rem;
    margin-top: 1.3em;
  }
  .template-front-treasure-index .treasure-content__paragraph,
  .template-front-treasure-index .treasure-content__list {
    font-size: 16px;
  }
  .template-front-treasure-index .treasure-content__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .template-front-treasure-index .treasure-content__iof-table {
    min-width: 280px;
    font-size: 1rem;
  }
  .template-front-treasure-index .treasure-content__iof-table th, .template-front-treasure-index .treasure-content__iof-table td {
    padding: 0.5rem;
  }
  .template-front-treasure-index .page-subheader .container h1 {
    font-size: 1.5rem;
  }
  .template-front-treasure-index #container-common-questions #container-title-common-questions {
    flex-wrap: wrap;
  }
  .template-front-treasure-index #container-common-questions #container-title-common-questions span {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
  .template-front-treasure-index #container-common-questions #container-title-common-questions #container-icon-common-questions {
    width: 32px;
    height: 32px;
  }
  .template-front-treasure-index #container-common-questions #container-title-common-questions #container-icon-common-questions svg {
    width: 18px;
    height: 18px;
  }
  .template-front-treasure-index #container-common-questions .container-title-question {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.4;
    padding-right: 0;
    cursor: pointer;
    gap: 0.5rem;
  }
  .template-front-treasure-index #container-common-questions .container-title-question .icon-question {
    flex-shrink: 0;
    margin-left: auto;
    width: 20px;
    height: 20px;
  }
  .template-front-treasure-index #container-common-questions .container-title-question .icon-question svg {
    width: 12px;
    height: 12px;
  }
  .template-front-treasure-index #container-common-questions .container-answer-question p, .template-front-treasure-index #container-common-questions .container-answer-question ul li {
    font-size: 1rem;
  }
}
