.rd-toggle-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  border: 1px solid var(--rd-color-utility-disabled);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.rd-toggle-button-group button.rd-toggle-button-group__item {
  padding: 0.25rem 1rem !important;
  font-size: var(--rd-font-size-6xs);
  line-height: var(--rd-line-height-4xs);
  letter-spacing: var(--rd-letter-spacing-m);
  line-height: var(--rd-line-height-3xs);
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
  position: relative;
  word-break: unset;
  outline: none;
  background-color: var(--rd-color-primary-bright);
  border: unset;
}
.rd-toggle-button-group button.rd-toggle-button-group__item_active, .rd-toggle-button-group button.rd-toggle-button-group__item_active:hover {
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  font-weight: 700;
  background-color: var(--rd-color-utility-attention-bright) !important;
  color: var(--rd-color-primary-white) !important;
}
.rd-toggle-button-group button.rd-toggle-button-group__item:hover {
  padding: 0.25rem 1rem !important;
  -webkit-box-shadow: unset;
     -moz-box-shadow: unset;
          box-shadow: unset;
  background-color: var(--rd-color-utility-attention-grey);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.rd-toggle-button-group button.rd-toggle-button-group__item:active {
  padding: 0.25rem 1rem !important;
}
.rd-toggle-button-group button.rd-toggle-button-group__item:focus-visible {
  padding: 0.25rem 1rem !important;
  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 {
  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);
  }
}
.sp-input {
  width: 100%;
  height: 2.25rem;
  padding: 0.5rem 1.875rem;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  border: 0.0625rem solid var(--rd-color-grey-dark);
  color: var(--rd-color-grey-dark);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.sp-input::-webkit-input-placeholder {
  color: var(--rd-color-grey-dark);
  font-size: var(--rd-font-size-5xs);
}
.sp-input:-moz-placeholder {
  color: var(--rd-color-grey-dark);
  font-size: var(--rd-font-size-5xs);
}
.sp-input::-moz-placeholder {
  color: var(--rd-color-grey-dark);
  font-size: var(--rd-font-size-5xs);
}
.sp-input:-ms-input-placeholder {
  color: var(--rd-color-grey-dark);
  font-size: var(--rd-font-size-5xs);
}
.sp-input::-ms-input-placeholder {
  color: var(--rd-color-grey-dark);
  font-size: var(--rd-font-size-5xs);
}
.sp-input::placeholder {
  color: var(--rd-color-grey-dark);
  font-size: var(--rd-font-size-5xs);
}
.sp-input:focus {
  border-color: var(--rd-color-utility-attention-bright);
}
.sp-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.sp-input:focus:-moz-placeholder {
  color: transparent;
}
.sp-input:focus::-moz-placeholder {
  color: transparent;
}
.sp-input:focus:-ms-input-placeholder {
  color: transparent;
}
.sp-input:focus::-ms-input-placeholder {
  color: transparent;
}
.sp-input:focus::placeholder {
  color: transparent;
}
.sp-input:not(.rd-no-outline):not(:active):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;
}
.sp-input_negative {
  border: 0.0625rem solid var(--rd-color-azl-grey-light);
}
.sp-input_negative:not(.rd-no-outline):not(:active):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;
}

.sp-item {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.sp-item:not(.sp-item_empty):hover {
  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;
  margin-right: 0.25rem;
  color: var(--rd-color-utility-action-bright);
}
.sp-item_empty {
  cursor: default;
}

.sp-highlight {
  text-decoration: underline;
}

.sp-search-wrapper {
  position: relative;
  width: 100%;
}

.sp-results {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0.375rem 0;
  border: 0.0625rem solid var(--rd-color-grey-soft);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  max-height: 12.875rem;
  overflow: auto;
  color: var(--rd-color-primary-black);
  background: var(--rd-color-primary-white);
  z-index: 2;
  opacity: 0;
}
.sp-results.open {
  opacity: 1;
}

.sp-search-icon {
  position: absolute;
  top: 0.625rem;
  left: 0.5rem;
}
.sp-search-icon path {
  fill: var(--rd-color-grey-dark);
}

.sp-clear-button {
  position: absolute;
  top: 0.625rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
}
.sp-clear-button_visible {
  opacity: 1;
}

.sp-item-highlighted {
  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;
  margin-right: 0.25rem;
}

.sp-label {
  font-size: var(--rd-font-size-5xs);
  line-height: var(--rd-line-height-4xs);
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: block;
}

.sp-results::-webkit-scrollbar-button {
  display: none;
}

.sp-results::-webkit-scrollbar {
  width: 0.4375rem;
  background-color: var(--rd-color-primary-white);
}

.sp-results::-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;
}

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

/* Firefox only */
@-moz-document url-prefix() {
  .sp-results {
    scrollbar-width: thin;
    scrollbar-color: var(--rd-color-utility-attention-grey) var(--rd-color-primary-white);
  }
  .sp-results:hover {
    scrollbar-color: var(--rd-color-utility-disabled) var(--rd-color-primary-white);
  }
}
/* 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);
}

.rd-tag {
  font-size: var(--rd-font-size-6xs);
  line-height: var(--rd-line-height-3xs);
  background-color: color-mix(in srgb, var(--rd-color-blue-soft), transparent 50%);
  -webkit-border-radius: 0.75rem;
     -moz-border-radius: 0.75rem;
          border-radius: 0.75rem;
  padding: 0 0.5rem;
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rd-tag__close {
  cursor: pointer;
  margin-left: 0.5rem;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.rd-tag__close svg path {
  fill: var(--rd-color-primary-action-bright);
}
.rd-tag__close:hover svg path {
  fill: var(--rd-color-primary-action-dark);
}
.rd-tag__close: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;
}

.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__buttons {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.rd-strategy-page .strategy-page-header__button {
  width: 7.4375rem;
}
.rd-strategy-page .strategy-page-header__button-content {
  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 .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 .etf-card .inactive-ticker {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--rd-color-utility-attention-bright);
  color: var(--rd-color-primary-white);
  padding: 0.5rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
.rd-strategy-page .etf-card:has(.etf-card__details + .inactive-ticker) .etf-card__details {
  padding-bottom: 0.75rem;
}
.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: 2rem 0;
  }
}
.rd-literature-page .literature-header {
  position: relative;
  width: 100%;
  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;
}
.rd-literature-page .literature-header__content {
  margin: 0 1rem;
  padding: 2rem 0;
}
.rd-literature-page .literature-header__title {
  font-size: var(--rd-font-size-l);
  line-height: var(--rd-line-height-l);
  font-weight: 700;
  margin-top: 0.375rem;
}
.rd-literature-page .literature-header__subtitle {
  margin: 1rem 0 0.375rem;
}
.rd-literature-page .literature-content {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  /* SEGMENT TOGGLERS */
}
.rd-literature-page .literature-content__togglers .segment-toggler .rd-toggle-button-group__item {
  white-space: nowrap;
  letter-spacing: 0.0034375rem;
}
.rd-literature-page .literature-content {
  /* CARDS WRAPPER */
}
.rd-literature-page .literature-content__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;
  gap: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}
.rd-literature-page .literature-content {
  /* CARD LINK (the entire card, link) */
}
.rd-literature-page .literature-content__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(60, 60, 60, 0.1019607843);
     -moz-box-shadow: 2px 4px 4px 0px rgba(60, 60, 60, 0.1019607843);
          box-shadow: 2px 4px 4px 0px rgba(60, 60, 60, 0.1019607843);
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(33.333% - 1rem);
     -moz-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1rem);
          flex: 0 1 calc(33.333% - 1rem);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
}
.rd-literature-page .literature-content__card-link:focus-visible {
  outline: 0.25rem solid var(--rd-color-utility-attention-bright);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .rd-literature-page .literature-content__card-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(50% - 1rem);
       -moz-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1rem);
            flex: 0 1 calc(50% - 1rem);
  }
}
@media (max-width: 600px) {
  .rd-literature-page .literature-content__card-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.rd-literature-page .literature-content {
  /* CARD BLOCK */
}
.rd-literature-page .literature-content__card {
  background-color: var(--rd-color-primary-white);
  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;
  min-height: 296px;
}
.rd-literature-page .literature-content__card-image-wrapper {
  padding: 2rem 2rem 1.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;
  background: rgba(230, 231, 232, 0.3);
  height: 222px;
}
.rd-literature-page .literature-content__card-image-wrapper:hover .literature-content__card-image {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.rd-literature-page .literature-content__card-image {
  background-color: var(--rd-color-primary-white);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .rd-literature-page .literature-content__card-image {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.rd-literature-page .literature-content__card-content {
  padding: 0.75rem 1.25rem 1.25rem;
  border-top: 1px solid #f2f2f2;
}
.rd-literature-page .literature-content__card-title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.012em;
}
.rd-literature-page .literature-content__no-results {
  font-size: var(--rd-font-size-6xs);
  line-height: var(--rd-line-height-4xs);
  font-weight: 700;
}
.rd-literature-page .literature-content__search {
  width: 17.875rem;
  margin-top: 1rem;
}
.rd-literature-page .literature-content__results-label-and-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.rd-literature-page .literature-content__results-label {
  font-size: var(--rd-font-size-3xs);
  line-height: var(--rd-line-height-4xs);
  font-weight: 700;
  white-space: nowrap;
}
.rd-literature-page .literature-content__tags {
  margin-left: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.rd-literature-page .literature-page-disclosure {
  margin: 1.5rem 0 2.5rem;
}
.rd-literature-page #segment-dropdown {
  max-width: 18rem;
  width: 100%;
}

@media (max-width: 37.5rem) {
  .rd-literature-page .literature-content__togglers .select2-container {
    width: 100% !important;
  }
  .rd-literature-page .literature-content__results-label-and-tags {
    -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-literature-page .literature-content__tags {
    margin-top: 0.75rem;
    margin-left: 0;
  }
  .rd-literature-page .literature-content__cards {
    margin-top: 1rem;
  }
}