/* stylelint-disable */
:root {
  --vf-color--green: #18974c;
  --vf-color--green--darkest: #0a5032;
  --vf-color--green--dark: #007b53;
  --vf-color--green--light: #6cc24a;
  --vf-color--green--lightest: #d0debb;
  --vf-color--grey: #707372;
  --vf-color--grey--darkest: #373a36;
  --vf-color--grey--dark: #54585a;
  --vf-color--grey--light: #a8a99e;
  --vf-color--grey--lightest: #d0d0ce;
  --vf-color--red: #d41645;
  --vf-color--red--dark: #a6093d;
  --vf-color--red--light: #e58f9e;
  --vf-color--blue: #3b6fb6;
  --vf-color--blue--dark: #193f90;
  --vf-color--blue--light: #8bb8e8;
  --vf-color--purple: #734595;
  --vf-color--purple--dark: #563d82;
  --vf-color--purple--light: #cba3d8;
  --vf-color--orange: #f49e17;
  --vf-color--orange--dark: #b65417;
  --vf-color--orange--light: #efc06e;
  --vf-color--yellow: #f4c61f;
  --vf-color--yellow--dark: #ffb81c;
  --vf-color--yellow--light: #fdd757;
  --vf-color--bright-green: #a1be1f;
  --vf-color--bright-green--dark: #7fb428;
  --vf-color--bright-green--light: #e2e868;
}

:root {
  --vf-color__text--primary: #1a1c1a;
  --vf-color__text--secondary: #373a36;
  --vf-color__link: #3b6fb6;
  --vf-color__link--hover: #193f90;
  --vf-color__link--focus: #193f90;
  --vf-color__link--visited: #563d82;
}

:root {
  --vf-color__button__text--primary: #ffffff;
  --vf-color__button__border--primary: #3b6fb6;
  --vf-color__button__background--primary: #3b6fb6;
  --vf-color__button__shadow--primary: #193f90;
  --vf-color__button__text--secondary: #3b6fb6;
  --vf-color__button__border--secondary: #3b6fb6;
  --vf-color__button__background--secondary: #ffffff;
  --vf-color__button__shadow--secondary: #193f90;
  --vf-color__button__text--tertiary: #ffffff;
  --vf-color__button__border--tertiary: #373a36;
  --vf-color__button__background--tertiary: #373a36;
  --vf-color__button__shadow--tertiary: #000000;
}

:root {
  --vf-color__brand: #18974c;
  --vf-color__brand--dark: #0a5032;
}

:root {
  --vf-ui-color--black: #000000;
  --vf-ui-color--grey: #d8d8d8;
  --vf-ui-color--grey--light: #f3f3f3;
  --vf-ui-color--yellow: #fffadc;
  --vf-ui-color--red: #d32f2f;
  --vf-ui-color--white: #ffffff;
  --vf-ui-color--off-white: #fafafa;
}

:root {
  --vf-color--neutral--0: #ffffff;
  --vf-color--neutral--100: #f3f3f3;
  --vf-color--neutral--200: #e4e4e4;
  --vf-color--neutral--300: #d0d0ce;
  --vf-color--neutral--400: #a9abaa;
  --vf-color--neutral--500: #8d8f8e;
  --vf-color--neutral--600: #707372;
  --vf-color--neutral--700: #54585a;
  --vf-color--neutral--800: #373a36;
  --vf-color--neutral--900: #000000;
}

:root {
  --vf-theme--primary: #3b6fb6;
  --vf-theme--primary--dark: #193f90;
  --vf-theme--secondary: #18974c;
  --vf-theme--secondary--dark: #007b53;
  --vf-theme--tertiary: #54585a;
  --vf-theme--quaternary: #f4c61f;
  --vf-theme--quinary: #d0d0ce;
}

/* stylelint-enable */
/*!
 * Component: @visual-framework/vf-heading
 * Version: 1.1.1
 * Location: components/undefined
 */
.vf-text {
  margin: 0 0 16px 0;
}

.vf-text-heading--5 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-heading--4 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.29;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-heading--3 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.333;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-heading--2 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.333;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-heading--1 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 42px;
  color: #1a1c1a;
  font-weight: 700;
  line-height: 1.547;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text--has-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vf-text--has-tag .vf-badge {
  margin-left: 8px;
}

.vf-text--invert {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 4px 8px 4px 4px;
}

/*!
 * Component: @visual-framework/vf-badge
 * Version: 3.0.5
 * Location: components/undefined
 */
.vf-badge {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.vf-badge--primary {
  background-color: #3b6fb6;
  border-color: #3b6fb6;
  color: #ffffff;
}
a.vf-badge .vf-badge--primary {
  color: #ffffff;
}
a.vf-badge .vf-badge--primary:visited {
  color: #ffffff;
}
a.vf-badge .vf-badge--primary:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.vf-badge .vf-badge--primary:hover {
  color: #ffffff;
}

a.vf-badge--primary:hover {
  background-color: #193f90;
  border-color: #193f90;
}

.vf-badge--secondary {
  background-color: transparent;
  border-color: #3b6fb6;
  color: #3b6fb6;
}
a.vf-badge--secondary:hover {
  background-color: transparent;
  border-color: #193f90;
  color: #193f90;
}

.vf-badge--tertiary {
  color: #ffffff;
  background-color: #54585a;
  border-color: #54585a;
}
.vf-badge--tertiary:visited {
  color: #ffffff;
}
.vf-badge--tertiary:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
.vf-badge--tertiary:hover {
  color: #ffffff;
}

/*!
 * Component: @visual-framework/vf-text
 * Version: 1.1.1
 * Location: components/undefined
 */
.vf-text-body a {
  border-bottom: none;
  text-decoration: none;
  color: #3b6fb6;
}
.vf-text-body a:visited {
  color: #563d82;
  border-bottom: none;
}
.vf-text-body a:visited:hover {
  color: #563d82;
  text-decoration: underline;
}
.vf-text-body a:hover {
  color: #193f90;
  border-bottom: none;
  text-decoration: underline;
}

.vf-text-body--6 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-body--5 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.57;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-body--4 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.57;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-body--3 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-body--2 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-text-body--1 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.3125;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

/*!
 * Component: @visual-framework/vf-link
 * Version: 2.0.2
 * Location: components/undefined
 */
.vf-link {
  border-bottom: none;
  text-decoration: none;
  color: #3b6fb6;
}
.vf-link:visited {
  color: #563d82;
  border-bottom: none;
}
.vf-link:visited:hover {
  color: #563d82;
  text-decoration: underline;
}
.vf-link:hover {
  color: #193f90;
  border-bottom: none;
  text-decoration: underline;
}

[disabled] {
  cursor: not-allowed;
  pointer-events: all !important;
}

.vf-link--visited {
  color: #563D82 !important;
}

.vf-link--hover {
  color: #193f90 !important;
}

/*!
 * Component: @visual-framework/vf-form
 * Version: 2.0.3
 * Location: components/undefined
 */
/*!
 * Component: @visual-framework/vf-form__helper
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__helper {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.71;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  color: #707372;
}

.vf-form__helper--error {
  color: #d41645;
}

/*!
 * Component: @visual-framework/vf-form__input
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__input:not([type=file]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  /* stylelint-disable */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* stylelint-enable */
  border: 2px solid #707372;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  display: block;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}
.vf-form__input:not([type=file]):focus, .vf-form__input:not([type=file]):hover {
  border-color: #54585a;
  -webkit-box-shadow: 0 0 0 0.0625rem #54585a;
          box-shadow: 0 0 0 0.0625rem #54585a;
  color: #000000;
  outline: 0;
}

.vf-form__wrap .vf-form__label {
  border-top-left-radius: 3px;
  display: block;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: -16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 1;
}

.vf-form__input .vf-form__wrap {
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-rendering: optimizeLegibility;
}

.vf-form__input::-webkit-input-placeholder {
  opacity: 1;
}

.vf-form__input::-moz-placeholder {
  opacity: 1;
}

.vf-form__input:-ms-input-placeholder {
  opacity: 1;
}

.vf-form__input::-ms-input-placeholder {
  opacity: 1;
}

.vf-form__input::placeholder {
  opacity: 1;
}

.vf-form__input::-webkit-input-placeholder, .vf-form__select::-webkit-input-placeholder, .vf-form__textarea::-webkit-input-placeholder {
  color: #a8a99e;
}

.vf-form__input::-moz-placeholder, .vf-form__select::-moz-placeholder, .vf-form__textarea::-moz-placeholder {
  color: #a8a99e;
}

.vf-form__input:-ms-input-placeholder, .vf-form__select:-ms-input-placeholder, .vf-form__textarea:-ms-input-placeholder {
  color: #a8a99e;
}

.vf-form__input::-ms-input-placeholder, .vf-form__select::-ms-input-placeholder, .vf-form__textarea::-ms-input-placeholder {
  color: #a8a99e;
}

.vf-form__input::placeholder,
.vf-form__select::placeholder,
.vf-form__textarea::placeholder {
  color: #a8a99e;
}

.vf-form__input::-moz-placeholder,
.vf-form__select::-moz-placeholder,
.vf-form__textarea::-moz-placeholder {
  color: #a8a99e;
}

.vf-form__input:-ms-input-placeholder,
.vf-form__select:-ms-input-placeholder,
.vf-form__textarea:-ms-input-placeholder {
  color: #a8a99e;
}

.vf-form__input::-webkit-input-placeholder,
.vf-form__select::-webkit-input-placeholder,
.vf-form__textarea::-webkit-input-placeholder {
  color: #a8a99e;
}

.vf-form__input .vf-form__select {
  /* stylelint-disable */
  ---webkit-appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* stylelint-enable */
  color: #a8a99e;
  cursor: pointer;
  position: relative;
}

.vf-form__input .vf-form__select::-ms-expand {
  display: none;
}

.vf-form__input .vf-form__is-active .vf-form__input,
.vf-form__input .vf-form__is-active .vf-form__select,
.vf-form__input .vf-form__is-active .vf-form__textarea {
  background-color: #ffffff;
  border-color: #d8d8d8;
  color: #54585a;
}

.vf-form__input .vf-form__has-focus .vf-form__input,
.vf-form__input .vf-form__has-focus .vf-form__select,
.vf-form__input .vf-form__has-focus .vf-form__textarea {
  background-color: #ffffff;
  border-color: #000000;
}

.vf-form__wrap .vf-form__input .vf-form__label {
  border-radius-top-left: 3px;
  color: #54585a;
  display: block;
  left: 24px;
  opacity: 0;
  position: absolute;
  top: -24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 1;
}

.vf-form__input .vf-form__is-active .vf-form__label {
  opacity: 1;
  visibility: visible;
}

.vf-form__input .vf-form__has-focus .vf-form__label {
  color: #000000;
}

.vf-form__input .vf-form__is-required::before {
  color: #d41645;
  content: "*";
  display: block;
  font-size: 16px;
  line-height: 1.75;
  opacity: 1;
  padding: 6px 0 0;
  position: absolute;
  right: 16px;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.vf-form__input .vf-form__is-required.vf-form__is-active::before {
  opacity: 0;
}

.vf-form__input:disabled {
  background-color: #d0d0ce;
  border-color: #707372;
  cursor: not-allowed;
}
.vf-form__input:disabled::-moz-placeholder {
  color: #18974c;
}
.vf-form__input:disabled::placeholder, .vf-form__input:disabled::-moz-placeholder, .vf-form__input:disabled::-ms-input-placeholder, .vf-form__input:disabled::-webkit-input-placeholder {
  color: #18974c;
}

.vf-form__input--invalid:not([type=file]) {
  border-color: #d32f2f;
}

/* stylelint-disable */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  /* stylelint-enable */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cpath d='M89.796 74.956a7 7 0 010-9.912L136.92 17.92a10.5 10.5 0 00-14.84-14.84L74.956 50.204a7 7 0 01-9.912 0L17.92 3.08A10.5 10.5 0 003.08 17.92l47.124 47.124a7 7 0 010 9.912L3.08 122.08a10.5 10.5 0 1014.84 14.84l47.124-47.124a7 7 0 019.912 0l47.124 47.124a10.5 10.5 0 0014.84-14.84z' fill='%2354585a'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1em;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.vf-form__input--filter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cpath d='M136.92 136.92a10.486 10.486 0 000-14.84l-26.6-26.6a3.514 3.514 0 01-.476-4.34 59.556 59.556 0 10-18.69 18.718 3.5 3.5 0 014.34.49l26.6 26.6a10.472 10.472 0 0014.84 0zM21 59.5A38.5 38.5 0 1159.5 98 38.528 38.528 0 0121 59.5z' fill='%23707372'/%3E%3C/svg%3E");
  background-position: 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-left: 2em !important;
}
.vf-form__input--filter:focus, .vf-form__input--filter:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cpath d='M136.92 136.92a10.486 10.486 0 000-14.84l-26.6-26.6a3.514 3.514 0 01-.476-4.34 59.556 59.556 0 10-18.69 18.718 3.5 3.5 0 014.34.49l26.6 26.6a10.472 10.472 0 0014.84 0zM21 59.5A38.5 38.5 0 1159.5 98 38.528 38.528 0 0121 59.5z' fill='%2354585a'/%3E%3C/svg%3E");
}

/*!
 * Component: @visual-framework/vf-form__legend
 * Version: 2.0.3
 * Location: components/undefined
 */
.vf-form__legend {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.333;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  padding: 0;
}

.vf-form__legend--required {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vf-form__legend--required .vf-icon {
  fill: #d41645;
  height: 0.5em;
  width: 0.5em;
}

/*!
 * Component: @visual-framework/vf-form__fieldset
 * Version: 2.0.0
 * Location: components/undefined
 */
.vf-form__fieldset {
  border: 0;
  overflow: visible;
  padding: 0;
}
.vf-form__fieldset .vf-form__legend + .vf-form__helper--error {
  --vf-stack-margin--custom: 0;
}

/*!
 * Component: @visual-framework/vf-form__select
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__select {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  /* stylelint-disable */
  --webkit-appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* stylelint-enable */
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cpath d='M70 110.236a17.332 17.332 0 01-12.306-5.096L2.884 47.502A10.502 10.502 0 1118.116 33.04l49.35 51.968a3.486 3.486 0 005.068 0l49.35-51.968a10.502 10.502 0 1115.232 14.462L82.6 105a17.766 17.766 0 01-12.6 5.236z' fill='%23707372'/%3E%3C/svg%3E");
  background-position: right 1rem top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.125em;
  border: 2px solid #707372;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #54585a;
  display: block;
  max-width: 100%;
  padding: 0.5rem;
  width: 100%;
}
.vf-form__select:focus, .vf-form__select:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cpath d='M70 110.236a17.332 17.332 0 01-12.306-5.096L2.884 47.502A10.502 10.502 0 1118.116 33.04l49.35 51.968a3.486 3.486 0 005.068 0l49.35-51.968a10.502 10.502 0 1115.232 14.462L82.6 105a17.766 17.766 0 01-12.6 5.236z' fill='%2354585A'/%3E%3C/svg%3E");
  border-color: #54585a;
  -webkit-box-shadow: 0 0 0 0.0625rem #54585a;
          box-shadow: 0 0 0 0.0625rem #54585a;
  color: #000000;
  outline: 0;
}

.vf-form__select::-ms-expand {
  display: none;
}

.vf-form__select option {
  font-weight: normal;
}

/*!
 * Component: @visual-framework/vf-form__checkbox
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__item--checkbox .vf-form__checkbox + .vf-form__label::before {
  margin-right: 8px;
}
.vf-form__item--checkbox .vf-form__helper {
  margin-left: 29px;
}

.vf-form__checkbox {
  opacity: 0;
  position: absolute;
}
.vf-form__checkbox + .vf-form__label {
  color: #54585a;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.vf-form__checkbox + .vf-form__label::before {
  background-color: #ffffff;
  border: 2px solid #707372;
  content: "";
  display: inline-block;
  height: 1rem;
  min-width: 1rem;
  position: relative;
  top: 4px;
  width: 1rem;
}
.vf-form__checkbox:hover + .vf-form__label:before, .vf-form__checkbox:focus + .vf-form__label:before {
  border-color: #54585a;
  -webkit-box-shadow: 0 0 0 0.125rem #54585a;
          box-shadow: 0 0 0 0.125rem #54585a;
}
.vf-form__checkbox:checked + .vf-form__label::before {
  background-color: #3b6fb6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cpath d='M39.94 125a19.88 19.88 0 01-15.53-7.81L2.48 92.26a10 10 0 0115-13.2l20.55 23.39a2.5 2.5 0 003.68.08l81-84.42a10.002 10.002 0 1114.5 13.78l-82.02 86.33A19.41 19.41 0 0139.94 125z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.75em;
  border-color: #3b6fb6;
}
.vf-form__checkbox:checked:hover + .vf-form__label::before, .vf-form__checkbox:checked:focus + .vf-form__label::before {
  -webkit-box-shadow: 0 0 0 0.125rem #54585a;
          box-shadow: 0 0 0 0.125rem #54585a;
}
.vf-form__checkbox:disabled + .vf-form__label {
  color: #707372;
  cursor: not-allowed;
}
.vf-form__checkbox:disabled + .vf-form__label::before {
  background-color: #d0d0ce;
  border-color: #707372;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vf-form__checkbox--invalid + .vf-form__label::before {
  border-color: #d41645;
}

/*!
 * Component: @visual-framework/vf-form__radio
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__radio {
  opacity: 0;
  position: absolute;
}
.vf-form__radio + .vf-form__label {
  color: #54585a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
}
.vf-form__radio + .vf-form__label::before {
  background: #ffffff;
  border: 2px solid #707372;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-right: 8px;
  min-width: 1rem;
  position: relative;
  top: 4px;
  width: 1rem;
}
.vf-form__radio:hover + .vf-form__label::before, .vf-form__radio:focus + .vf-form__label::before {
  border-color: #54585a;
  -webkit-box-shadow: 0 0 0 0.125rem #54585a;
          box-shadow: 0 0 0 0.125rem #54585a;
}
.vf-form__radio:checked + .vf-form__label::before {
  background: #3b6fb6;
  border-color: #3b6fb6;
}
.vf-form__radio:disabled + .vf-form__label {
  color: #707372;
  cursor: not-allowed;
}
.vf-form__radio:disabled + .vf-form__label::before {
  background-color: #d0d0ce;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vf-form__item--radio .vf-form__helper {
  margin-left: 29px;
}

.vf-form__legend + .vf-cluster__inner {
  margin-top: 1rem !important;
}

/*!
 * Component: @visual-framework/vf-form__textarea
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__textarea {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  /* stylelint-disable */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* stylelint-enable */
  border: 2px solid #707372;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}
.vf-form__textarea:hover, .vf-form__textarea:focus {
  border-color: #54585a;
  -webkit-box-shadow: 0 0 0 0.0625rem #54585a;
          box-shadow: 0 0 0 0.0625rem #54585a;
  color: #000000;
  outline: 0;
}

/*!
 * Component: @visual-framework/vf-form__item
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__item > * {
  --vf-stack-margin--custom: 0.25rem;
}

.vf-form__item--inline .vf-form__select,
.vf-form__item--inline .vf-form__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.vf-form__item--inline .vf-form__select {
  width: auto;
  padding: 0.5rem 2rem 0.5rem 1.25rem;
}

/*!
 * Component: @visual-framework/vf-form__label
 * Version: 3.0.0
 * Location: components/undefined
 */
.vf-form__label {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vf-form__label--required .vf-icon {
  fill: #d41645;
  height: 0.5em;
  width: 0.5em;
}

/*!
* Component: @visual-framework/vf-button
* Version: 3.0.4
* Location: components/undefined
*/
.vf-button {
  --vf-button__color__background--default: var(--vf-color--grey);
  --vf-button__color__background--default-dark: var(--vf-color--grey--darkest);
  --vf-button__color__border--default-visited: var(--vf-color--grey--lightest);
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  -ms-flex-item-align: center;
      align-self: center;
  /* stylelint-disable */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* stylelint-enable */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000;
  background-color: var(--vf-button-background-color, var(--vf-button__color__background--default));
  border: 4px solid #000000;
  border: 4px solid var(--vf-button-border-color, var(--vf-button__color__background--default));
  -webkit-box-shadow: 8px 8px 0 var(--vf-button-shadow-background-color, var(--vf-button__color__background--default-dark)), -5px -5px rgba(0, 0, 0, 0);
          box-shadow: 8px 8px 0 var(--vf-button-shadow-background-color, var(--vf-button__color__background--default-dark)), -5px -5px rgba(0, 0, 0, 0);
  color: #ffffff;
  color: var(--vf-button-text-color, #ffffff);
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 16px 0;
  outline: 0;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all linear 125ms;
  transition: all linear 125ms;
}
.vf-button:focus, .vf-button:hover {
  -webkit-box-shadow: 4px 4px 0 var(--vf-button-shadow-background-color, var(--vf-button__color__background--default-dark)), 2px 2px 4px rgba(0, 0, 0, 0.25), -5px -5px rgba(0, 0, 0, 0);
          box-shadow: 4px 4px 0 var(--vf-button-shadow-background-color, var(--vf-button__color__background--default-dark)), 2px 2px 4px rgba(0, 0, 0, 0.25), -5px -5px rgba(0, 0, 0, 0);
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-transition: all linear 125ms;
  transition: all linear 125ms;
}
.vf-button:active {
  -webkit-box-shadow: 0px 0px 0 var(--vf-button-shadow-background-color, var(--vf-button__color__background--default-dark)), 2px 2px 2px rgba(0, 0, 0, 0.125), -5px -5px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0 var(--vf-button-shadow-background-color, var(--vf-button__color__background--default-dark)), 2px 2px 2px rgba(0, 0, 0, 0.125), -5px -5px rgba(0, 0, 0, 0);
  -webkit-transform: translate(8px, 8px) translateZ(1px);
          transform: translate(8px, 8px) translateZ(1px);
}

a.vf-button:hover, a.vf-button:focus {
  text-decoration: none;
}

.vf-button--primary {
  --vf-button-border-color: var(--vf-color--blue);
  --vf-button-background-color: var(--vf-color--blue);
  --vf-button-shadow-border-color: var(--vf-color--blue--dark);
  --vf-button-shadow-background-color: var(--vf-color--blue--dark);
  --vf-button-border-color--visited: var(--vf-color--blue--light);
}

.vf-button--secondary {
  --vf-button-background-color: #ffffff;
  --vf-button-border-color: var(--vf-color--blue);
  --vf-button-text-color: var(--vf-color--blue);
  --vf-button-shadow-border-color: var(--vf-color--blue--dark);
  --vf-button-shadow-background-color: var(--vf-color--blue--dark);
}
.vf-button--secondary:focus, .vf-button--secondary:hover {
  --vf-button-border-color: var(--vf-color--blue);
}

.vf-button--tertiary {
  --vf-button-border-color: var(--vf-color--grey);
  --vf-button-background-color: var(--vf-color--grey);
  --vf-button-shadow-border-color: var(--vf-color--grey--dark);
  --vf-button-shadow-background-color: var(--vf-color--grey--dark);
  --vf-button-border-color--visited: var(--vf-color--grey--light);
}

.vf-button--link {
  --vf-button-border-color: transparent;
  --vf-button-background-color: transparent;
  --vf-button-shadow-border-color: transparent;
  --vf-button-shadow-background-color: transparent;
  --vf-button-border-color--visited: transparent;
  --vf-button-text-color: var(--vf-color--blue);
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px;
}
.vf-button--link:hover, .vf-button--link:focus, .vf-button--link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.vf-button--sm {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
}
.vf-button--sm.vf-button--rounded {
  border-radius: 8px;
}

.vf-button--icon {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}
.vf-button--icon:focus, .vf-button--icon:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

/*!
 * Component: @visual-framework/vf-figure
 * Version: 2.0.2
 * Location: components/undefined
 */
.vf-figure {
  margin: 0;
}
.vf-figure__image {
  margin: 0 0 0.5rem 0;
}
.vf-figure__caption {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #373a36;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-figure__image {
  display: block;
  height: auto;
  max-width: 100%;
}

.vf-figure--align {
  display: table;
}
.vf-figure--align .vf-figure__caption {
  caption-side: bottom;
  display: table-caption;
}

.vf-figure--align-inline-start {
  float: left;
}

.vf-figure--align-inline-end {
  float: right;
}

.vf-figure--align-centered {
  margin: 0 auto;
}

/*!
 * Component: @visual-framework/vf-list
 * Version: 1.1.2
 * Location: components/undefined
 */
.vf-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-list__item {
  margin-bottom: 1rem;
}

.vf-list--ordered {
  margin: 0;
  list-style-type: decimal;
  padding-left: 16px;
}
.vf-list--ordered__item {
  margin-bottom: 1rem;
}

.vf-list--unordered {
  margin: 0;
  padding-left: 16px;
  list-style-type: disc;
}
.vf-list--unordered__item {
  margin-bottom: 1rem;
}

.vf-list--inline {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.vf-list--inline [class*=__item] {
  display: inline;
}
.vf-list--inline__item {
  margin-bottom: 1rem;
}

.vf-list--definition__term {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.29;
  margin: var(--vf-stack-margin, 0) 0 8px 0;
}

.vf-list--definition__details {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-list__link {
  border-bottom: none;
  text-decoration: none;
  color: #3b6fb6;
}
.vf-list__link:visited {
  color: #563d82;
  border-bottom: none;
}
.vf-list__link:visited:hover {
  color: #563d82;
  text-decoration: underline;
}
.vf-list__link:hover {
  color: #193f90;
  border-bottom: none;
  text-decoration: underline;
}

.vf-list--l {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-list--tight .vf-list__item {
  margin-bottom: 0.25rem;
}

/*!
 * Component: @visual-framework/vf-blockquote
 * Version: 1.2.14
 * Location: components/undefined
 */
.vf-blockquote {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  margin: 0 0 0 0;
  border: 0;
  padding: 0;
  position: relative;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.3125;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-left: 24px;
}
.vf-blockquote::before {
  border-left: 4px solid #d0d0ce;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.vf-blockquote .vf-blockquote_author__link {
  border-bottom: none;
  text-decoration: none;
  color: #3b6fb6;
}
.vf-blockquote .vf-blockquote_author__link:visited {
  color: #563d82;
  border-bottom: none;
}
.vf-blockquote .vf-blockquote_author__link:visited:hover {
  color: #563d82;
  text-decoration: underline;
}
.vf-blockquote .vf-blockquote_author__link:hover {
  color: #193f90;
  border-bottom: none;
  text-decoration: underline;
}
.vf-blockquote .vf-blockquote_author__details {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: var(--vf-stack-margin, 0) 0 0 0;
}

.vf-blockquote-small {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  margin: 0 0 0 0;
  border: 0;
  padding: 0;
  position: relative;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-left: 16px;
}
.vf-blockquote-small::before {
  border-left: 4px solid #d0d0ce;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.vf-blockquote-small .vf-blockquote_author__link {
  border-bottom: none;
  text-decoration: none;
  color: #3b6fb6;
  font-size: 16px;
}
.vf-blockquote-small .vf-blockquote_author__link:visited {
  color: #563d82;
  border-bottom: none;
}
.vf-blockquote-small .vf-blockquote_author__link:visited:hover {
  color: #563d82;
  text-decoration: underline;
}
.vf-blockquote-small .vf-blockquote_author__link:hover {
  color: #193f90;
  border-bottom: none;
  text-decoration: underline;
}
.vf-blockquote-small .vf-blockquote_author__details {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.71;
  margin: var(--vf-stack-margin, 0) 0 0 0;
}

.vf-blockquote::before, .vf-blockquote-small:before {
  margin-right: 1.5rem;
  border-left: 1px solid var(--vf-color--grey);
  left: 0px;
  content: "";
}

@media (max-width: 768px) {
  .vf-blockquote, .vf-blockquote-small {
    position: relative;
  }
  .vf-blockquote img, .vf-blockquote-small img {
    --vf-profile-avatar--size: 64px;
    position: absolute;
    bottom: 0;
    display: block;
  }
  .vf-blockquote-has-image footer {
    width: calc(100% - 85px);
    -webkit-transform: translate(85px);
            transform: translate(85px);
    display: inline-block;
    word-break: break-word;
  }
}
/*!
 * Component: @visual-framework/vf-divider
 * Version: 2.0.1
 * Location: components/undefined
 */
.vf-divider {
  --context-margin--inline: 1rem;
  background-color: #d8d8d8;
  border: none;
  height: 1px;
  margin-block: 0 var(--vf-divider-margin--block-end, 1.5rem);
  margin-top: 1rem; /* IE Fallback */
  margin-top: var(--vf-stack-margin, 1rem);
  width: 100%;
}

/*!
 * Component: @visual-framework/vf-box
 * Version: 2.4.0
 * Location: components/undefined
 */
.vf-box {
  --box-text-color: var( --vf-box-theme-color--foreground, var(--vf-theme-color--foreground, #000000));
  --box-background-color: var(--vf-box-theme-color--background, var(--vf-theme-color--background, #ffffff));
  --vf-box-padding: var(--vf-box-padding--override, 1rem);
  background-color: #ffffff;
  background-color: var(--box-background-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  color: var(--box-text-color);
  display: block;
  padding: 1rem;
  padding: var(--vf-box-padding);
  width: 100%;
}
.vf-box > :last-child {
  margin-bottom: 0;
}

.vf-box--is-link {
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.vf-box--is-link:hover {
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.vf-box__heading {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}

.vf-box__link {
  color: currentColor;
  text-decoration: none;
}
.vf-box__link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  z-index: 512;
}

.vf-box__text {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-content .vf-box__text a,
.vf-box__text a {
  color: currentColor;
  position: relative;
  text-decoration: underline;
  z-index: 1984;
}
.vf-content .vf-box__text a:visited, .vf-content .vf-box__text a:hover, .vf-content .vf-box__text a:focus,
.vf-box__text a:visited,
.vf-box__text a:hover,
.vf-box__text a:focus {
  color: currentColor;
}

.vf-box--400 {
  --vf-box-padding: 1rem;
}

.vf-box--600 {
  --vf-box-padding: 1.5rem;
}

.vf-box--800 {
  --vf-box-padding: 2rem;
}

.vf-box--easy {
  --box-text-color: var(--vf-box-theme-color--background, var(--vf-theme-color--background));
  --box-background-color: #ffffff;
  border-bottom: 4px solid;
}
.vf-box--easy .vf-box__text {
  color: #000000;
}

.vf-box--normal {
  --box-text-color: var(--vf-box-theme-color--foreground, var(--vf-theme-color--foreground, #ffffff));
  --box-background-color: var(--vf-box-theme-color--background, var(--vf-theme-color--background, #000000));
}

.vf-box-theme--primary {
  --vf-box-theme-color--foreground: #ffffff;
  --vf-box-theme-color--background: #3b6fb6;
}

.vf-box-theme--secondary {
  --vf-box-theme-color--foreground: #000000;
  --vf-box-theme-color--background: #18974c;
}

.vf-box-theme--tertiary {
  --vf-box-theme-color--foreground: #ffffff;
  --vf-box-theme-color--background: #54585a;
}

.vf-box-theme--quaternary {
  --vf-box-theme-color--foreground: #000000;
  --vf-box-theme-color--background: #f4c61f;
}

.vf-box-theme--quinary {
  --vf-box-theme-color--background: #d0d0ce;
  --vf-box-theme-color--foreground: #000000;
}

.vf-box--rounded {
  border-radius: 8px;
}

.vf-box--outline {
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
}

/*!
 * Component: @visual-framework/vf-content
 * Version: 1.6.20
 * Location: components/undefined
 */
.vf-content h1:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 42px;
  color: #1a1c1a;
  font-weight: 700;
  line-height: 1.547;
  margin: var(--vf-stack-margin, 0) 0 0 0;
}
.vf-content h1:not([class*=vf-]) + small {
  margin-bottom: 35px;
  margin-top: 22px;
}
.vf-content h1:not([class*=vf-]) b,
.vf-content h1:not([class*=vf-]) strong {
  font-weight: inherit;
}
.vf-content h2:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.333;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-content h2:not([class*=vf-]) b,
.vf-content h2:not([class*=vf-]) strong {
  font-weight: inherit;
}
.vf-content h3:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.333;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-content h3:not([class*=vf-]) b,
.vf-content h3:not([class*=vf-]) strong {
  font-weight: inherit;
}
.vf-content h4:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.29;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-content h4:not([class*=vf-]) b,
.vf-content h4:not([class*=vf-]) strong {
  font-weight: inherit;
}
.vf-content h5:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-content h5:not([class*=vf-]) b,
.vf-content h5:not([class*=vf-]) strong {
  font-weight: inherit;
}
.vf-content h6:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-content h6:not([class*=vf-]) b,
.vf-content h6:not([class*=vf-]) strong {
  font-weight: inherit;
}
.vf-content > :first-child {
  margin-top: 0 !important;
}
.vf-content p:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: var(--vf-stack-margin, 0) 0 1rem 0;
}
.vf-content .vf-link,
.vf-content a:not([class*=vf-]) {
  border-bottom: none;
  text-decoration: none;
  color: #3b6fb6;
}
.vf-content .vf-link:visited,
.vf-content a:not([class*=vf-]):visited {
  color: #734595;
  border-bottom: none;
}
.vf-content .vf-link:visited:hover,
.vf-content a:not([class*=vf-]):visited:hover {
  color: #734595;
  text-decoration: underline;
}
.vf-content .vf-link:hover,
.vf-content a:not([class*=vf-]):hover {
  color: #193f90;
  border-bottom: none;
  text-decoration: underline;
}
.vf-content small:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.57;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  display: block;
}
.vf-content ol:not([class*=vf-]) {
  margin: 0;
  list-style-type: decimal;
  padding-left: 16px;
  padding-left: 20px;
}
.vf-list--ordered__item {
  margin-bottom: 1rem;
}

.vf-content ul:not([class*=vf-]) {
  margin: 0;
  padding-left: 16px;
  list-style-type: disc;
  padding-left: 20px;
}
.vf-list--unordered__item {
  margin-bottom: 1rem;
}

.vf-content li:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  margin-bottom: 0.5rem;
}
.vf-content li:not([class*=vf-]) > ul:not([class*=vf-]),
.vf-content li:not([class*=vf-]) > ol:not([class*=vf-]) {
  margin-top: 0.5rem;
}
.vf-content li:not([class*=vf-]):last-of-type {
  margin-bottom: 1rem;
}
.vf-content dl:not([class*=vf-]) dt:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.29;
  margin: var(--vf-stack-margin, 0) 0 8px 0;
}
.vf-content dl:not([class*=vf-]) dd:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
}
.vf-content img:not([class*=vf-]) {
  height: auto;
  max-width: 100%;
}
.vf-content hr:not([class*=vf-]) {
  --context-margin--inline: 1rem;
  background-color: #d8d8d8;
  border: none;
  height: 1px;
  margin-block: 0 var(--vf-divider-margin--block-end, 1.5rem);
  margin-top: 1rem; /* IE Fallback */
  margin-top: var(--vf-stack-margin, 1rem);
  width: 100%;
}
.vf-content code:not([class*=vf-]) {
  padding-left: 3px;
  padding-right: 3px;
}
.vf-content blockquote:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  margin: 0 0 1rem 0;
  border: 0;
  padding: 0;
  position: relative;
}
.vf-content blockquote:not([class*=vf-])::before {
  border-left: 4px solid #d0d0ce;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.vf-content blockquote:not([class*=vf-]) p:last-of-type:not([class*=vf-]) {
  margin-bottom: 0;
}
.vf-content table:not([class*=vf-]) {
  background-color: #ffffff;
  border-collapse: collapse;
}
.vf-content table:not([class*=vf-]) caption {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.29;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  text-align: left;
}
.vf-content table:not([class*=vf-]) thead {
  background-color: #d0d0ce;
}
.vf-content table:not([class*=vf-]) thead th {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 500;
  line-height: 1.5;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  padding: 8px 16px;
  text-align: left;
}
.vf-content table:not([class*=vf-]) td {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  padding: 8px 16px;
  text-align: left;
  vertical-align: top;
}
.vf-content table:not([class*=vf-]) tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.vf-content table:not([class*=vf-]) tfoot {
  background-color: #d0d0ce;
  border-top: 1px solid #000000;
}
.vf-content table:not([class*=vf-]) tfoot td {
  padding: 8px 16px;
}
.vf-content figcaption:not([class*=vf-]),
.vf-content cite:not([class*=vf-]) {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.71;
  margin: 0 0 16px 0;
  margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
  color: #54585a;
}
.vf-content .vf-video {
  margin-bottom: 32px;
}
.vf-content figure:not([class*=vf-]) {
  display: table;
  margin: auto;
}
.vf-content figure:not([class*=vf-]) img:not([class*=vf-]) {
  display: block;
  height: auto;
  max-width: 100%;
}
.vf-content figure:not([class*=vf-]) figcaption:not([class*=vf-]) {
  caption-side: bottom;
  display: table-caption;
}
.vf-content .vf-figure--align-inline-start {
  margin-bottom: 32px;
  margin-right: 32px;
}
.vf-content .vf-figure--align-inline-end {
  margin-bottom: 32px;
  margin-left: 32px;
}

.vf-content__standfirst {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 46px;
  margin-top: 0;
}
.vf-content__standfirst + .vf-content__standfirst {
  margin-bottom: 1rem;
}
.vf-content__standfirst + small {
  margin-bottom: 42px;
}