.carousel {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 1rem;
}
.carousel__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  width: 100%;
}
.carousel__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.carousel__controls {
  margin: 2rem auto 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.carousel__position {
  font-size: var(--rd-font-size-xs);
  line-height: var(--rd-line-height-xs);
  margin: 0 2rem;
  font-weight: 700;
}
.carousel__length {
  color: var(--rd-color-azl-grey-light);
}
.carousel__button svg path {
  stroke: var(--rd-color-utility-action-bright);
}
.carousel__button:disabled {
  background-color: transparent;
}
.carousel__button:disabled svg path {
  stroke: var(--rd-color-azl-grey-light);
}

/* Disclosure */
.disclosure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.disclosure p {
  font-size: var(--rd-font-size-6xs);
  line-height: var(--rd-line-height-4xs);
  letter-spacing: var(--rd-letter-spacing-m);
  color: var(--rd-color-grey-bright);
}

:root {
  --duration: 300ms;
  --easing: cubic-bezier(0.2, 0.9, 0.25, 1);
}

details {
  background: white;
  padding: 1rem 0;
  overflow: hidden;
  border-bottom: 0.0625rem solid #bcbcbc;
  overflow: visible;
}

summary {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
summary:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
}

.caret {
  display: inline-block;
  -webkit-transition: -webkit-transform var(--duration) var(--easing);
  transition: -webkit-transform var(--duration) var(--easing);
  -o-transition: -o-transform var(--duration) var(--easing);
  -moz-transition: transform var(--duration) var(--easing), -moz-transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing), -webkit-transform var(--duration) var(--easing), -moz-transform var(--duration) var(--easing), -o-transform var(--duration) var(--easing);
  margin-right: 1rem;
}
.caret svg {
  height: 1rem;
  width: 1rem;
}

details[open] .caret {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height var(--duration) var(--easing);
  -o-transition: height var(--duration) var(--easing);
  -moz-transition: height var(--duration) var(--easing);
  transition: height var(--duration) var(--easing);
}

.accordion-body {
  padding: 1.25rem 1.5rem 1.5rem;
  margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-content {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
  .caret {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
}
details,
summary {
  -webkit-tap-highlight-color: transparent;
}

.dw-container {
  position: relative;
  display: inline-block;
  width: 100%;
  color: var(--rd-color-grey-dark);
}
.dw-container .dw-trigger:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
}
.dw-container.sp-input-negative .dw-trigger {
  border: 0.0625rem solid var(--rd-color-azl-grey-light) !important;
}
.dw-container.sp-input-negative .dw-trigger:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
  outline-color: var(--rd-color-primary-white) !important;
}
.dw-container .rd-dropdown__tick-icon {
  display: none;
}

.dw-trigger {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  border: 0;
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-3xs);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  cursor: pointer;
  border-radius: 0.25rem !important;
  border: 0.0625rem solid var(--rd-color-grey-dark) !important;
}

.dw-trigger,
.dw-trigger:active,
.dw-trigger:focus {
  color: var(--rd-color-grey-dark);
  background-color: var(--rd-color-primary-white);
}

.dw-trigger:hover {
  background-color: var(--rd-color-primary-white);
  color: var(--rd-color-grey-dark);
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.dw-trigger.is-active {
  border-color: var(--rd-color-utility-attention-bright) !important;
}

.dw-icon {
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}
.dw-icon.is-rotated {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dw-icon.is-rotated path {
  stroke: var(--rd-color-utility-action-bright);
}
.dw-icon path {
  stroke: var(--rd-color-grey-dark);
}

.dw-dropdown-wrapper {
  position: absolute;
  top: -webkit-calc(100% + 0.0625rem);
  top: -moz-calc(100% + 0.0625rem);
  top: calc(100% + 0.0625rem);
  left: 0;
  right: 0;
  margin-top: 0.25rem;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background-color: var(--rd-color-primary-white);
  -webkit-box-shadow: 0px -4px 8px 0px rgba(134, 134, 134, 0.1607843137), 0px 4px 8px 0px rgba(134, 134, 134, 0.1607843137);
     -moz-box-shadow: 0px -4px 8px 0px rgba(134, 134, 134, 0.1607843137), 0px 4px 8px 0px rgba(134, 134, 134, 0.1607843137);
          box-shadow: 0px -4px 8px 0px rgba(134, 134, 134, 0.1607843137), 0px 4px 8px 0px rgba(134, 134, 134, 0.1607843137);
  z-index: 50;
  padding: 0.375rem 0.375rem 0.375rem 0;
  display: none;
}
.dw-dropdown-wrapper.is-visible {
  display: block;
}

.dw-listbox {
  width: 100%;
  overflow-y: auto;
  outline: none; /* Focus managed via items/descendant */
  margin: 0;
}

.dw-option {
  padding: 0.5rem;
  cursor: pointer;
  color: var(--rd-color-primary-black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dw-option.is-focused {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
  outline-offset: -0.25rem !important;
  -webkit-border-radius: 0.5rem !important;
     -moz-border-radius: 0.5rem !important;
          border-radius: 0.5rem !important;
  color: var(--rd-color-utility-action-bright);
}

.rd-dropdown__tick-icon-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1rem;
  margin-right: 0.5rem;
}
.rd-dropdown__option-content {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-3xs);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dw-option.is-selected {
  color: var(--rd-color-utility-action-bright);
}
.dw-option.is-selected .rd-dropdown__tick-icon {
  display: block;
}
.dw-option.is-selected .rd-dropdown__tick-icon svg path {
  fill: var(--rd-color-utility-action-bright);
}

.dw-listbox::-webkit-scrollbar-button {
  display: none;
}

.dw-listbox::-webkit-scrollbar {
  width: 0.4375rem;
}

.dw-listbox::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: var(--rd-color-utility-attention-grey);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.dw-listbox::-webkit-scrollbar-thumb:hover {
  background-color: var(--rd-color-utility-disabled);
}

/* Firefox only */
@-moz-document url-prefix() {
  .dw-listbox {
    scrollbar-width: thin;
    scrollbar-color: var(--rd-color-utility-attention-grey) var(--rd-color-primary-white);
  }
  .dw-listbox:hover {
    scrollbar-color: var(--rd-color-utility-disabled) var(--rd-color-primary-white);
  }
}
.find-specialist-section__label {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
  letter-spacing: 0.2px;
}

.find-specialist-section .specialist-card__name {
  font-size: var(--rd-font-size-xs);
  line-height: var(--rd-line-height-xs);
}

.find-specialist-section {
  background-color: var(--rd-color-primary-brand);
  color: var(--rd-color-primary-white);
  padding: 2rem 1.5rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  min-height: 17.5rem;
}
.find-specialist-section__call-info {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.find-specialist-section__call-info a {
  padding-left: 0.625rem;
}
.find-specialist-section__email-info {
  margin-top: 0.25rem;
}
.find-specialist-section_light-bg {
  background-color: var(--rd-color-primary-action-lightest);
  color: var(--rd-color-primary-black);
}

.find-specialist-section__title {
  font-size: var(--rd-font-size-2m);
  line-height: var(--rd-line-height-2m);
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}

.find-specialist-section__containers {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.find-specialist-section__container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.find-specialist-section__container:first-child {
  max-width: 17.875rem;
}

.find-specialist-section__label {
  font-weight: 700;
  margin-bottom: 0.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.find-specialist-section__label#find-specialist-cards-label {
  display: none;
}

.find-specialist-section__input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.find-specialist-section input {
  color: var(--rd-color-primary-black);
}

.find-specialist-section__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0;
}

.find-specialist-section__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 17.875rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.find-specialist-section__card:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
  -webkit-border-radius: 0.75rem !important;
     -moz-border-radius: 0.75rem !important;
          border-radius: 0.75rem !important;
}

.find-specialist-section .specialist-card {
  padding: 1rem;
  background-color: var(--rd-color-primary-white);
  -webkit-border-radius: 0.75rem;
     -moz-border-radius: 0.75rem;
          border-radius: 0.75rem;
  color: var(--rd-color-primary-black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.find-specialist-section .specialist-card__avatar-and-name-and-position {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.find-specialist-section .specialist-card__avatar {
  width: 2.75rem;
  height: 2.75rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.find-specialist-section .specialist-card__avatar img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}

.find-specialist-section .specialist-card__name-and-position {
  margin-left: 1rem;
}

.find-specialist-section .specialist-card__name {
  font-weight: 700;
}

.find-specialist-section .specialist-card__position {
  color: var(--rd-color-grey-bright);
  font-size: var(--rd-font-size-6xs);
  letter-spacing: 0.005em;
}

.find-specialist-section .specialist-card__contact-info {
  font-size: var(--rd-font-size-5xs);
  letter-spacing: 0.005em;
}

.carousel__item .etf-card {
  width: 18rem;
}

@media (max-width: 59.9375rem) {
  .strategy-page-header__content {
    margin: 0 0.25rem;
    padding: 2.5rem 0;
  }
  .chart-banner-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .chart-banner-section__content {
    padding: 0;
    max-width: unset;
  }
  .chart-banner-section__details {
    max-width: unset;
  }
  .find-specialist-section__containers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 60rem) {
  .benefit-cards-section__cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 42.875rem) {
  .find-specialist-section {
    min-height: auto;
  }
  .find-specialist-section__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .find-specialist-section__card {
    max-width: 100%;
  }
  .find-specialist-section__title {
    text-align: center;
  }
  .find-specialist-section__container:first-child {
    max-width: 100%;
  }
}
.find-specialist-section.find-specialist-section_v2 {
  min-height: 16.875rem;
  position: relative;
}
.find-specialist-section.find-specialist-section_v2 ul li {
  list-style: none;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__title-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__title-with-icon svg {
  margin-right: 0.625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__title {
  font-size: var(--rd-font-size-2m);
  line-height: var(--rd-line-height-2m);
  margin: 0;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__input-wrapper {
  margin-bottom: 6.125rem;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__contact-info {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-3xs);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__contact-info > span {
  margin-right: 0.375rem;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__contact-info a {
  padding-left: 0;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__contact-info_call-info {
  margin-top: 0;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__contact-info_email {
  margin-top: 0.25rem;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__containers {
  margin: 1rem 0 0;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__container_cards .find-specialist-section__label {
  margin-top: 1.5rem;
}
.find-specialist-section.find-specialist-section_v2 .find-specialist-section__contacts {
  margin-top: 1.25rem;
}
.find-specialist-section.find-specialist-section_v2 .specialist-card__avatar-and-name-and-position {
  height: 2.75rem;
  margin-bottom: 0.875rem;
}
.find-specialist-section.find-specialist-section_v2 .specialist-card__phone {
  height: 1.25rem;
}
.find-specialist-section.find-specialist-section_v2 .specialist-card__email {
  margin-top: 0.25rem;
  height: 1.25rem;
}
.find-specialist-section.find-specialist-section_v2 .dw-container {
  width: 18rem;
}

.find-specialist-section_light-bg .find-specialist-section__title-with-icon svg path {
  fill: var(--rd-color-primary-black);
}

@media (max-width: 42.875rem) {
  .find-specialist-section__title-with-icon svg {
    display: none;
  }
}
@media (max-width: 59.9375rem) {
  .find-specialist-section.find-specialist-section_v2 .find-specialist-section__containers {
    gap: 0;
  }
  .find-specialist-section.find-specialist-section_v2 .find-specialist-section__input-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 60rem) {
  .find-specialist-section.find-specialist-section_v2 .find-specialist-section__contacts {
    position: absolute;
    margin-top: 0;
    top: 8.875rem;
  }
  .find-specialist-section.find-specialist-section_v2 .find-specialist-section__container_cards .find-specialist-section__label {
    margin-top: 0;
  }
}
@media (max-width: 60rem) {
  .find-specialist-section.find-specialist-section_v2 .dw-container {
    max-width: 18rem;
    width: 100%;
  }
}
.rd-strategy-page .rd-strategy-page-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.rd-strategy-page .strategy-page-section {
  margin: 2rem auto;
}
.rd-strategy-page .strategy-page-header {
  text-align: center;
}
.rd-strategy-page .strategy-page-header__title {
  font-size: var(--rd-font-size-xl);
  line-height: var(--rd-line-height-xl);
}
.rd-strategy-page .strategy-page-header__hero {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  height: 21.25rem;
  width: 100%;
}
.rd-strategy-page .strategy-page-header__content {
  padding: 2rem 0;
  margin: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rd-strategy-page .strategy-page-header__button {
  margin-top: 1.5rem;
}
.rd-strategy-page .strategy-page-header__button-content {
  width: 7.125rem;
  height: 2.5rem;
  color: var(--rd-color-primary-white);
  background-color: var(--rd-color-primary-action-dark);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--rd-font-size-5x);
  line-height: var(--rd-line-height-4xs);
}
.rd-strategy-page .strategy-page-header__button-content:hover {
  background-color: var(--rd-color-primary-action-bright);
}
.rd-strategy-page .strategy-page-header__description {
  margin-top: 1rem;
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
}
.rd-strategy-page .strategy-page-header__button {
  margin-top: 1.5rem;
  width: 7.125rem;
}
.rd-strategy-page .top-section__first-banner {
  padding: 1rem 1.5rem;
  margin-top: 2rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  background-color: var(--rd-color-blue-soft);
}
.rd-strategy-page .top-section__first-banner-title {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 1rem;
}
.rd-strategy-page .top-section__first-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rd-strategy-page .top-section__text-wrapper {
  padding: 0 1rem 1rem;
  margin-right: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rd-strategy-page .top-section__text-wrapper p {
  font-size: var(--rd-font-size-2xs);
  line-height: var(--rd-line-height-2xs);
  letter-spacing: var(--rd-letter-spacing-xs);
}
.rd-strategy-page .top-section__text-wrapper p + p {
  margin-top: 1rem;
}
.rd-strategy-page .top-section__image-caption {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
  letter-spacing: 0.2px;
  text-align: center;
  margin-top: 0.25rem;
}
.rd-strategy-page .top-section__second-banner {
  margin-top: 1rem;
  padding: 2.5rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  color: var(--rd-color-primary-white);
  background-color: var(--rd-color-primary-brand);
}
.rd-strategy-page .top-section__second-banner-title {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.rd-strategy-page .top-section__second-banner-text {
  font-size: var(--rd-font-size-2xs);
  line-height: var(--rd-line-height-2xs);
}
.rd-strategy-page .document-thumbnail-card {
  width: 18rem;
  padding: 0 0.25rem 0.25rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.rd-strategy-page .document-thumbnail-card:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
  outline-offset: -0.25rem !important;
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
}
.rd-strategy-page .document-thumbnail-card.rd-tooltip {
  cursor: default;
}
.rd-strategy-page .document-thumbnail-card.rd-tooltip:focus, .rd-strategy-page .document-thumbnail-card.rd-tooltip:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
  outline-width: 0.25rem !important;
  outline-offset: -0.25rem !important;
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
}
.rd-strategy-page .document-thumbnail-card__title {
  font-size: var(--rd-font-size-l);
  line-height: var(--rd-line-height-l);
  text-align: center;
  padding: 2rem 0 1.5rem;
}
.rd-strategy-page .document-thumbnail-card__content-wrapper {
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
  padding: 0 0.25rem 0.25rem 0;
}
.rd-strategy-page .document-thumbnail-card__box-shadow {
  width: 100%;
  -webkit-box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
     -moz-box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
          box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
}
.rd-strategy-page .document-thumbnail-card__img-wrapper {
  height: 13.9375rem;
  padding: 0 1rem;
  background-color: color-mix(in srgb, var(--rd-color-grey-soft), white 70%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-border-top-left-radius: 1rem;
     -moz-border-radius-topleft: 1rem;
          border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
     -moz-border-radius-topright: 1rem;
          border-top-right-radius: 1rem;
}
.rd-strategy-page .document-thumbnail-card__img {
  height: 9.875rem;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background-color: var(--rd-color-primary-white);
}
.rd-strategy-page .document-thumbnail-card__img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.rd-strategy-page .document-thumbnail-card.rd-tooltip .document-thumbnail-card__img:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.rd-strategy-page .document-thumbnail-card__footer {
  font-size: var(--rd-font-size-3xs);
  line-height: var(--rd-line-height-3xs);
  letter-spacing: var(--rd-letter-spacing-m);
  padding: 1rem;
  height: 4.5rem;
  width: 100%;
  color: var(--rd-color-primary-black);
}
.rd-strategy-page .want-more-section {
  padding: 1.5rem 0;
}
.rd-strategy-page .want-more-section__container {
  padding: 2.5rem 1rem;
  background-color: color-mix(in srgb, var(--rd-color-blue-soft), white 70%);
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  width: 100%;
  text-align: center;
}
.rd-strategy-page .want-more-section__title {
  font-size: var(--rd-font-size-2m);
  line-height: var(--rd-line-height-2m);
  margin: 0 auto;
}
.rd-strategy-page .want-more-section__text {
  margin-top: 1rem;
}
.rd-strategy-page .want-more-section__link-wrapper {
  margin-top: 1rem;
}
.rd-strategy-page .strategy-page-disclosure {
  margin: 2rem auto;
}
.rd-strategy-page .etf-card {
  padding: 0 0.25rem 0.25rem 0;
}
.rd-strategy-page .etf-card:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
  outline-offset: -0.25rem !important;
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
}
.rd-strategy-page .etf-card__box-shadow {
  -webkit-box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
     -moz-box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
          box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
  padding: 1rem;
}
.rd-strategy-page .etf-card__label-wrapper {
  background-color: var(--rd-color-primary-brand);
  color: var(--rd-color-primary-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  width: 6.875rem;
  height: 6.875rem;
}
.rd-strategy-page .etf-card__label {
  font-size: var(--rd-font-size-m);
  line-height: var(--rd-line-height-m);
  color: var(--rd-primary-white);
  font-weight: 700;
}
.rd-strategy-page .etf-card__upper-title {
  margin-top: 1.5rem;
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
}
.rd-strategy-page .etf-card__title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 0.375rem;
  font-weight: 700;
  max-width: 15.625rem;
}
.rd-strategy-page .etf-card__details {
  padding: 1.5rem 0;
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4x);
}
.rd-strategy-page .etf-card .rd-link {
  font-size: var(--rd-font-size-xs);
  line-height: var(--rd-line-height-xs);
  font-weight: 400;
}
.rd-strategy-page .etf-card .rd-link + .rd-link {
  margin-top: 1rem;
}
.rd-strategy-page .section-with-title__title-wrapper {
  padding: 2rem 0 1.5rem;
  text-align: center;
}
.rd-strategy-page .section-with-title__title {
  font-size: var(--rd-font-size-l);
  line-height: var(--rd-line-height-l);
}
.rd-strategy-page .section-with-title__subtitle {
  margin-top: 0.25rem;
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
}
.rd-strategy-page .section-with-title__content {
  margin-top: 1rem;
}
.rd-strategy-page .card-with-title-and-text {
  padding: 2rem 1rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background-color: color-mix(in srgb, var(--rd-color-blue-soft), white 70%);
}
.rd-strategy-page .card-with-title-and-text__title {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 3rem;
  text-align: center;
}
.rd-strategy-page .card-with-title-and-text__title + .card-with-title-and-text__text {
  margin-top: 1rem;
}
.rd-strategy-page .card-with-title-and-text__text {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}

@media (max-width: 53.75rem) {
  .rd-strategy-page .top-section {
    margin: 2rem auto;
  }
  .rd-strategy-page .top-section__first-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .rd-strategy-page .top-section__first-banner-title {
    padding: 0rem;
  }
  .rd-strategy-page .top-section__first-banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rd-strategy-page .top-section__text-wrapper {
    padding: 0;
    margin-bottom: 1rem;
  }
  .rd-strategy-page .top-section__second-banner {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 31.25rem) {
  .rd-strategy-page .strategy-page-section {
    margin: 1rem auto;
  }
  .rd-strategy-page .want-more-section {
    padding: 1rem 0;
  }
  .rd-strategy-page .want-more-section__title {
    max-width: 15rem;
  }
}
@media (max-width: 54.375rem) {
  .rd-strategy-page .strategy-page-header {
    background-color: #f0f9fa;
  }
  .rd-strategy-page .strategy-page-header__hero {
    display: none;
  }
  .rd-strategy-page .strategy-page-header__content {
    padding: 5rem 0;
  }
}
.rd-education-hub-page .strategy-page-header__hero {
  background-position: center center;
  background-image: url(/wp-content/uploads/images/education-hub/education-hub-hero-wide.webp);
}
.rd-education-hub-page .strategy-page-header__title {
  max-width: 37.5rem;
}
.rd-education-hub-page .strategy-page-header__description {
  max-width: 55rem;
}
.rd-education-hub-page .strategy-page-header__cards {
  margin-top: 2rem;
}
.rd-education-hub-page .strategy-page-header__cards .chart-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rd-education-hub-page .strategy-page-header__cards .chart-cards .chart-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 18rem;
  padding: 2rem 1rem;
}
.rd-education-hub-page .strategy-page-header__cards .chart-cards .chart-card__img {
  width: 6.25rem;
  height: 6.25rem;
}
.rd-education-hub-page .strategy-page-header__cards .chart-cards .chart-card__percent {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  font-weight: 700;
  margin-top: 1rem;
}
.rd-education-hub-page .strategy-page-header__cards .chart-cards .chart-card__text {
  font-size: var(--rd-font-size-5xs);
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-top: 1rem;
}
.rd-education-hub-page .strategy-page-header__info {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
  letter-spacing: 0.2px;
  margin-top: 1rem;
  color: var(--rd-color-grey-dark);
}
.rd-education-hub-page .strategy-page-header__info p {
  text-align: center;
}
.rd-education-hub-page .benefit-cards-section .section-with-title__title-wrapper {
  max-width: 57.5rem;
  margin: 0 auto;
}
.rd-education-hub-page .benefit-cards-section .section-with-title__subtitle {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.rd-education-hub-page .benefit-cards-section__title {
  font-size: var(--rd-font-size-l);
  line-height: var(--rd-line-height-l);
  text-align: center;
  margin-bottom: 2rem;
}
.rd-education-hub-page .benefit-cards-section__details {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-font-size-m);
  text-align: center;
  margin-top: 0.25rem;
}
.rd-education-hub-page .benefit-cards-section__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.rd-education-hub-page .benefit-cards-section__card {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 18rem;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #f7f8f8;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rd-education-hub-page .benefit-cards-section__card-title {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.rd-education-hub-page .benefit-cards-section__image-wrapper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.rd-education-hub-page .benefit-cards-section__description {
  font-size: var(--rd-font-size-5xs);
  line-height: 1.5;
  letter-spacing: 0.2px;
  max-width: 55rem;
  margin: 1rem auto 0;
  letter-spacing: 0.19px;
}
.rd-education-hub-page .how-etfs-work-section .section-with-title__subtitle {
  max-width: 38.75rem;
  margin-right: auto;
  margin-left: auto;
}
.rd-education-hub-page .how-etfs-work-section .video-player-wrapper {
  max-width: 52.25rem;
  margin: 0 auto;
}
.rd-education-hub-page .how-etfs-work-section .video-player {
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  float: none;
}
.rd-education-hub-page .how-etfs-work-section__disclosure {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
  letter-spacing: 0.0125rem;
  max-width: 50rem;
  margin: 1.5rem auto 0;
  text-align: center;
  color: var(--rd-color-grey-dark);
}
.rd-education-hub-page .accordions-section .section-with-title__content {
  margin-top: 1.5rem;
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__info-container {
  max-width: 32.25rem;
  width: 100%;
  padding-top: 0.75rem;
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__info-container > .use-case__use-case {
  font-size: var(--rd-font-size-3xs);
  line-height: var(--rd-line-height-3xs);
  font-weight: 700;
  color: var(--rd-color-primary-action-medium);
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__info-container > .use-case__title {
  font-size: var(--rd-font-size-2m);
  line-height: var(--rd-line-height-2m);
  font-weight: 700;
  margin-top: 0.125rem;
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__info-container > .use-case__info {
  font-size: var(--rd-font-size-3xs);
  line-height: var(--rd-line-height-3xs);
  margin-top: 1rem;
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__info-container > .use-case__info > .use-case__info-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__info-container > .use-case__info > .use-case__info-items > .use-case__info-item {
  list-style: disc;
  margin-left: 1.625rem;
}
.rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__chart-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rd-education-hub-page .accordions-section .use-case__chart-legend {
  margin-top: 1.875rem;
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.rd-education-hub-page .accordions-section .use-case__chart-legend-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.rd-education-hub-page .accordions-section .use-case__chart-legend-marker {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-border-radius: 0.125rem;
     -moz-border-radius: 0.125rem;
          border-radius: 0.125rem;
  margin-right: 0.25rem;
}
.rd-education-hub-page .accordions-section .use-case__details-container {
  margin-top: 0.5rem;
}
.rd-education-hub-page .accordions-section .use-case__details-container > .use-case__details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rd-education-hub-page .accordions-section .use-case__details-container > .use-case__details > .use-case__detail > .use-case__detail-title {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  font-weight: 700;
}
.rd-education-hub-page .accordions-section .use-case__details-container > .use-case__details > .use-case__detail > .use-case__detail-text {
  font-size: var(--rd-font-size-3xs);
  line-height: var(--rd-line-height-3xs);
  margin-top: 0.5rem;
}
.rd-education-hub-page .accordions-section .use-case__details-container > .use-case__details > .use-case__detail + .use-case__detail {
  margin-top: 1rem;
}
.rd-education-hub-page .our-products-section .section-with-title__subtitle {
  max-width: 47.625rem;
  margin: 0 auto;
}
.rd-education-hub-page .our-products-section .product-card {
  background-color: #f7f8f8;
  -webkit-border-radius: 1.25rem;
     -moz-border-radius: 1.25rem;
          border-radius: 1.25rem;
  width: 18rem;
  padding: 0 0.25rem 0.25rem 0;
}
.rd-education-hub-page .our-products-section .product-card__content {
  padding: 1.5rem 1.25rem;
}
.rd-education-hub-page .our-products-section .product-card__title {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  font-weight: 700;
}
.rd-education-hub-page .our-products-section .product-card__link {
  margin-top: 1rem;
  font-size: var(--rd-font-size-xs);
  line-height: var(--rd-line-height-xs);
}
.rd-education-hub-page .our-products-section .product-card__link button {
  text-align: left;
}
.rd-education-hub-page .our-products-section .product-card:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright) !important;
  outline-offset: 0.125rem !important;
  -webkit-border-radius: 0.125rem !important;
     -moz-border-radius: 0.125rem !important;
          border-radius: 0.125rem !important;
  outline-offset: -0.25rem !important;
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
}
.rd-education-hub-page .our-products-section .product-card__box-shadow {
  width: 100%;
  -webkit-box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
     -moz-box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
          box-shadow: 0.125rem 0.25rem 0.25rem 0 rgba(60, 60, 60, 0.1019607843);
  -webkit-border-radius: 1.125rem !important;
     -moz-border-radius: 1.125rem !important;
          border-radius: 1.125rem !important;
}
.rd-education-hub-page .move-forward-section__content {
  margin-top: 1.5rem;
}
.rd-education-hub-page .move-forward-section__title {
  font-size: var(--rd-font-size-2m);
  line-height: var(--rd-line-height-2m);
  padding: 1.25rem 0 1rem;
  font-weight: 700;
}
.rd-education-hub-page .move-forward-section__subtitle {
  font-size: var(--rd-font-size-3xs);
  line-height: var(--rd-line-height-3xs);
  padding-bottom: 1rem;
}
.rd-education-hub-page .move-forward-section__region + .move-forward-section__region {
  margin-top: 0.625rem;
}
.rd-education-hub-page .move-forward-section .individual-investors__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.rd-education-hub-page .move-forward-section .individual-investors__option {
  padding: 0.5rem 0;
}
.rd-education-hub-page .move-forward-section .individual-investors__option-title {
  font-size: var(--rd-font-size-s);
  line-height: var(--rd-line-height-m);
  font-weight: 700;
  margin: 0.5rem 0;
}
.rd-education-hub-page .move-forward-section .individual-investors__text {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
}
.rd-education-hub-page .move-forward-section .individual-investors__contacts {
  margin-bottom: 0.5rem;
  height: 2.5rem;
}
.rd-education-hub-page .move-forward-section .individual-investors__contacts p {
  line-height: 1rem;
}
.rd-education-hub-page .move-forward-section .individual-investors__contacts a {
  padding: 0.125rem 0;
  margin-top: 0.25rem;
}

@media (max-width: 60rem) {
  .rd-education-hub-page .strategy-page-header__cards {
    margin-top: 1.5rem;
  }
  .rd-education-hub-page .strategy-page-header__cards .chart-cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
  .rd-education-hub-page .strategy-page-header__cards .chart-cards .chart-card {
    padding: 0 1rem 1rem;
  }
  .rd-education-hub-page .benefit-cards-section__cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rd-education-hub-page .move-forward-section .individual-investors__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 56.875rem) {
  .rd-education-hub-page .accordions-section .accordion-body {
    padding-top: 0;
  }
  .rd-education-hub-page .accordions-section details {
    margin-top: 1rem;
  }
  .rd-education-hub-page .accordions-section .use-case__info-with-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__chart-container {
    margin: 1rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__chart-container > .use-case__chart-img {
    max-width: 100%;
  }
  .rd-education-hub-page .accordions-section .use-case__info-with-chart > .use-case__info-container {
    padding-top: 0;
  }
  .rd-education-hub-page .accordions-section .use-case__chart-legend {
    margin-top: 1rem;
  }
}
@media (max-width: 54.375rem) {
  .rd-strategy-page.rd-education-hub-page .strategy-page-header__content {
    padding: 2.5rem 0;
  }
}
@media (max-width: 48.125rem) {
  .rd-education-hub-page .move-forward-section .section-with-title__subtitle {
    font-size: var(--rd-font-size-2xs);
    line-height: var(--rd-line-height-2xs);
  }
}