.truste_cursor_pointer {
    cursor: pointer;
}

.ta-display-none {
    display: none;
}

#consent_blackbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#teconsent {
    display: none !important;
}

html,
body,
div,
span,
iframe,
h1,
h3,
h5,
p,
a,
img,
form,
label,
header,
nav,
section {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button,
input {
    border-radius: 0;
    font-family: inherit;
}

header,
main,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    font-weight: 400;
    font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@media screen and (-ms-high-contrast: active) {
    svg {
        fill: ButtonText;
    }
}

h1 {
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 3.125rem;
    letter-spacing: 0;
}

h3 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
    letter-spacing: 0;
}

h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    letter-spacing: 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0;
}

a {
    color: #047970;
}

.bx--visually-hidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    visibility: inherit;
    white-space: nowrap;
}

button {
    margin: 0;
}

.bx--btn {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    max-width: 20rem;
    min-height: 3rem;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
    transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
    vertical-align: top;
}

.bx--btn:disabled,
.bx--btn:hover:disabled,
.bx--btn:focus:disabled {
    border-color: #b6b6bc;
    background: #b6b6bc;
    box-shadow: none;
    color: #85868f;
    cursor: not-allowed;
}

.bx--btn--primary {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    background-color: #047970;
    color: #fff;
}

.bx--btn--primary:hover {
    background-color: #047168;
}

.bx--btn--primary:focus {
    border-color: #29ab87;
    box-shadow: inset 0 0 0 1px #29ab87, inset 0 0 0 2px #f3f3f4;
}

.bx--btn--primary:active {
    background-color: #046961;
}

.bx--btn--primary:hover {
    color: #fff;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--btn:focus {
        color: Highlight;
        outline: 1px solid Highlight;
    }
}

.bx--btn:not(.bx--btn--tertiary) {
    border-width: .125rem;
}

.bx--btn:focus {
    border-width: .125rem;
}

.bx--btn:focus:not(.bx--btn--ghost) {
    border-color: #29ab87;
}

.bx--btn:not(.bx--btn--icon-only):not(.bx--content-switcher-btn):not(.bx--btn--ghost):not(.bx--acoustic-button__link):not(.bx--acoustic-button-combo) {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    white-space: nowrap;
    text-align: center;
}

.bx--modal-header {
    margin-bottom: 1.6875rem !important;
}

.bx--form-item {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.bx--label {
    font-family: 'National 2', sans-serif;
    font-size: .75rem;
    letter-spacing: .32px;
    display: inline-block;
    margin-bottom: .5rem;
    color: #5a5d77;
    font-weight: 400;
    line-height: 1rem;
    vertical-align: baseline;
}

.bx--modal {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(10, 12, 31, 0.5);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
    transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
    visibility: hidden;
}

.bx--modal-container {
    position: fixed;
    top: 0;
    display: grid;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: #f3f3f4;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr auto;
    outline: 3px solid transparent;
    outline-offset: -3px;
    -webkit-transform: translate3d(0, -24px, 0);
    transform: translate3d(0, -24px, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
    transition: -webkit-transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
    transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
    transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1), -webkit-transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
}

@media (min-width: 42rem) {
    .bx--modal-container {
        position: static;
        width: 84%;
        height: auto;
        max-height: 90%;
    }
}

@media (min-width: 66rem) {
    .bx--modal-container {
        width: 60%;
        max-height: 84%;
    }
}

@media (min-width: 82rem) {
    .bx--modal-container {
        width: 48%;
    }
}

.bx--modal-content {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .16px;
    position: relative;
    padding-top: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 3rem;
    color: #13173d;
    font-weight: 400;
    grid-column: 1/-1;
    grid-row: 2/-2;
    overflow-y: auto;
}

.bx--modal-content:focus {
    outline: 2px solid #29ab87;
    outline-offset: -2px;
}

@media screen and (prefers-contrast) {
    .bx--modal-content:focus {
        outline-style: dotted;
    }
}

.bx--modal-header {
    padding-top: 1rem;
    padding-right: 3rem;
    padding-left: 1rem;
    margin-bottom: .5rem;
    grid-column: 1/-1;
    grid-row: 1/1;
}

.bx--modal-header__heading {
    font-family: 'National 2', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 0;
    color: #13173d;
}

.bx--modal-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    padding: .75rem;
    border: 2px solid transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--modal-close:hover {
    background-color: #e7e8ec;
}

.bx--modal-close:focus {
    border-color: #29ab87;
    outline: none;
}

.bx--modal-close__icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: #13173d;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--modal-close__icon {
        fill: ButtonText;
    }
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--modal-close:focus {
        color: Highlight;
        outline: 1px solid Highlight;
    }
}

.bx--modal-container {
    background-color: #fff;
}

.bx--modal-close svg.bx--modal-close__icon {
    fill: #13173d;
}

.bx--modal__md .bx--modal-container {
    width: 37.5rem;
}

.bx--modal-header {
    padding: 1.6875rem 2rem 0;
    margin-bottom: 1.5rem;
}

.bx--modal-content {
    border: .125rem solid transparent;
    padding: 0 2rem 4rem;
    margin-bottom: 0;
}

.bx--modal--fixed-right-spacing .bx--modal-header,
.bx--modal--fixed-right-spacing .bx--modal-content {
    padding-right: 2rem;
}

.bx--inline-notification {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    min-width: 18rem;
    max-width: 18rem;
    height: auto;
    min-height: 3rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}

@media (min-width: 42rem) {
    .bx--inline-notification {
        max-width: 38rem;
        flex-wrap: nowrap;
    }
}

@media (min-width: 66rem) {
    .bx--inline-notification {
        max-width: 46rem;
    }
}

@media (min-width: 99rem) {
    .bx--inline-notification {
        max-width: 52rem;
    }
}

.bx--inline-notification--low-contrast {
    color: #13173d;
}

.bx--inline-notification--low-contrast::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    content: '';
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
    pointer-events: none;
}

.bx--inline-notification--info {
    border-left: 3px solid #fff;
    background: #424564;
}

.bx--inline-notification--info .bx--inline-notification__icon {
    fill: #fff;
}

.bx--inline-notification--low-contrast.bx--inline-notification--info {
    border-left: 3px solid #0292d4;
    background: #edf5ff;
}

.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--inline-notification__icon {
    fill: #0292d4;
}

.bx--inline-notification--low-contrast.bx--inline-notification--info::before {
    border-color: #0292d4;
}

.bx--inline-notification__details {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0 3rem 0 1rem;
}

@media (min-width: 42rem) {
    .bx--inline-notification__details {
        margin: 0 1rem;
    }
}

.bx--inline-notification__icon {
    flex-shrink: 0;
    margin-top: .875rem;
    margin-right: 1rem;
}

.bx--inline-notification__text-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: .9375rem 0;
}

.bx--inline-notification__title {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .16px;
    margin: 0 .25rem 0 0;
}

.bx--inline-notification__subtitle {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    word-break: break-word;
}

.bx--inline-notification__close-button {
    outline: 2px solid transparent;
    outline-offset: -2px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--inline-notification__close-button:focus {
    outline: 2px solid #fff;
    outline-offset: -2px;
}

.bx--inline-notification__close-button .bx--inline-notification__close-icon {
    fill: #fff;
}

@media (min-width: 42rem) {
    .bx--inline-notification__close-button {
        position: static;
    }
}

.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
    outline: 2px solid #29ab87;
    outline-offset: -2px;
}

@media screen and (prefers-contrast) {
    .bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
        outline-style: dotted;
    }
}

.bx--inline-notification--low-contrast .bx--inline-notification__close-button .bx--inline-notification__close-icon {
    fill: #13173d;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--inline-notification {
        outline: 1px solid transparent;
    }
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--inline-notification__close-button:focus {
        color: Highlight;
        outline: 1px solid Highlight;
    }
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--inline-notification__icon {
        fill: ButtonText;
    }
}

.bx--heading_default_color {
    color: #13173d;
}

.bx--heading_1__extra {
    font-family: 'Tiempos Fine', sans-serif;
    font-size: 3.375rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: 0;
}

.bx--heading_5 {
    font-family: 'National 2', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0;
}

.bx--typography-text__helper-text-01 {
    font-family: 'National 2', sans-serif;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: .32px;
}

.bx--typography-text__body-long-01 {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: .16px;
}

.bx--text-input {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    outline: 2px solid transparent;
    outline-offset: -2px;
    width: 100%;
    height: 2.5rem;
    padding: 0 1rem;
    border: none;
    border-bottom: 1px solid #898b9e;
    background-color: #f3f3f4;
    color: #13173d;
    -webkit-transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--text-input:focus,
.bx--text-input:active {
    outline: 2px solid #29ab87;
    outline-offset: -2px;
}

@media screen and (prefers-contrast) {

    .bx--text-input:focus,
    .bx--text-input:active {
        outline-style: dotted;
    }
}

.bx--text-input::placeholder {
    color: #a1a2b1;
    opacity: 1;
}

.bx--text-input__field-wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.bx--text-input:disabled {
    outline: 2px solid transparent;
    outline-offset: -2px;
    border-bottom: 1px solid transparent;
    background-color: #e6e7e9;
    color: #b6b6bc;
    cursor: not-allowed;
    -webkit-text-fill-color: #b6b6bc;
}

.bx--text-input:disabled::placeholder {
    color: #b6b6bc;
    opacity: 1;
}

.bx--form-item.bx--checkbox-wrapper {
    position: relative;
    margin-bottom: .25rem;
}

.bx--form-item.bx--checkbox-wrapper:last-of-type {
    margin-bottom: .1875rem;
}

.bx--checkbox {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    visibility: inherit;
    white-space: nowrap;
    top: 1.25rem;
    left: 0.7rem;
}

.bx--checkbox-label {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    position: relative;
    display: -webkit-box;
    display: flex;
    min-height: 1.5rem;
    padding-top: .1875rem;
    padding-left: 1.25rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bx--checkbox-label-text {
    padding-left: .375rem;
}

.bx--checkbox-label::before,
.bx--checkbox-label::after {
    box-sizing: border-box;
}

.bx--checkbox-label::before {
    position: absolute;
    top: .125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 1px solid #13173d;
    margin: .125rem .125rem .125rem .1875rem;
    background-color: transparent;
    border-radius: 1px;
    content: '';
}

.bx--checkbox-label::after {
    position: absolute;
    top: .5rem;
    left: .4375rem;
    width: .5625rem;
    height: .3125rem;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: -.1875rem;
    background: none;
    content: '';
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.bx--checkbox:checked+.bx--checkbox-label::before {
    border-width: 1px;
    border-color: #13173d;
    background-color: #13173d;
}

.bx--checkbox:checked+.bx--checkbox-label::after {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}

.bx--checkbox:focus+.bx--checkbox-label::before,
.bx--checkbox:checked:focus+.bx--checkbox-label::before {
    outline: 2px solid #29ab87;
    outline-offset: 1px;
}

.bx--checkbox:disabled+.bx--checkbox-label {
    color: #b6b6bc;
    cursor: not-allowed;
}

.bx--checkbox-label::before {
    border-color: var(--checkbox-border-color, #5a5d77);
    background-color: var(--checkbox-background-color);
    border-radius: 0;
}

.bx--checkbox-label-text {
    color: #13173d;
}

.bx--checkbox-label::after {
    border-left: .07812rem solid #fff;
    border-bottom: .07812rem solid #fff;
    margin-top: -.25rem;
}

.bx--checkbox:checked+.bx--checkbox-label::before {
    background-color: var(--checkbox-background-color, #5a5d77);
    border-color: var(--checkbox-border-color, #5a5d77);
}

.bx--checkbox:focus+.bx--checkbox-label::before,
.bx--checkbox:checked:focus+.bx--checkbox-label::before {
    border-color: var(--checkbox-border-color, #29ab87);
    top: .125rem;
    box-sizing: content-box;
    width: .875rem;
    height: .875rem;
    outline-offset: unset;
}

.bx--checkbox:checked:focus+.bx--checkbox-label::after {
    top: .5625rem;
}

.bx--checkbox:disabled+.bx--checkbox-label,
.bx--checkbox:disabled+.bx--checkbox-label .bx--checkbox-label-text {
    color: #b6b6bc;
}

.bx--checkbox:disabled+.bx--checkbox-label::before {
    border-color: #b6b6bc;
}

.bx--checkbox:checked:disabled+.bx--checkbox-label::before {
    background-color: #b6b6bc;
}

.bx--form-item {
    position: relative;
}

.bx--form-item .bx--text-input {
    border-bottom: none;
}

.bx--form-item .bx--label {
    color: #5a5d77;
}

.bx--text-input {
    border-bottom: none;
    text-overflow: ellipsis;
}

.bx--text-input::placeholder {
    color: #b8b9c5;
}

.bx--text-input__label-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.bx--inline-notification--low-contrast {
    box-shadow: none;
}

.bx--inline-notification--low-contrast:before {
    border-width: 0;
}

.bx--inline-notification--low-contrast .bx--inline-notification__title {
    color: #13173d;
}

.bx--inline-notification--low-contrast .bx--inline-notification__close-button:active,
.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
    outline-color: #29ab87;
}

.bx--inline-notification.bx--inline-notification--info .bx--inline-notification__icon {
    display: none;
}

.bx--inline-notification__title {
    line-height: 1.125rem;
}

#overflow-menus-root {
    z-index: 10000;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.bx--tile {
    display: block;
    min-width: 8rem;
    min-height: 4rem;
    padding: 1rem;
    background-color: #f3f3f4;
    outline: 2px solid transparent;
    outline-offset: -2px;
}

.bx--tile:focus {
    outline: 2px solid #29ab87;
    outline-offset: -2px;
}

@media screen and (prefers-contrast) {
    .bx--tile:focus {
        outline-style: dotted;
    }
}

.bx--tile-content {
    width: 100%;
    height: 100%;
}

.bx--tile {
    border: .0625rem solid transparent;
}

.bx--tile:focus {
    background: #fff;
    outline-width: .125rem;
    outline-offset: -.125rem;
}

.bx--tile:hover {
    background-color: #e7e8ec;
}

.bx--gallery-tile {
    padding: 0;
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 288px;
    max-width: 100%;
    height: 14.5rem;
    cursor: pointer;
}

@media (min-width: 576px) {
    .bx--gallery-tile {
        max-width: 50%;
    }
}

@media (min-width: 864px) {
    .bx--gallery-tile {
        max-width: 33.33333%;
    }
}

@media (min-width: 1152px) {
    .bx--gallery-tile {
        max-width: 25%;
    }
}

@media (min-width: 1440px) {
    .bx--gallery-tile {
        max-width: 20%;
    }
}

@media (min-width: 1728px) {
    .bx--gallery-tile {
        max-width: 16.66667%;
    }
}

@media (min-width: 2016px) {
    .bx--gallery-tile {
        max-width: 14.28571%;
    }
}

@media (min-width: 2304px) {
    .bx--gallery-tile {
        max-width: 12.5%;
    }
}

.bx--gallery-tile .bx--tile {
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    border: none;
}

.bx--gallery-tile .bx--tile:focus {
    outline-offset: unset;
}

.bx--gallery-tile .bx--tile-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.bx--gallery-tile .bx--gallery-tile-content-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
    margin: 0;
    padding: .5625rem 1rem .6875rem;
    border: .0625rem solid #e7e8ec;
}

.bx--gallery-tile .bx--gallery-tile-content-details--expandable {
    max-height: 0;
    display: none;
}

.bx--gallery-tile .bx--gallery-tile-content-details-header__title {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.125rem;
    letter-spacing: .16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #13173d;
}

.bx--gallery-tile .bx--gallery-tile-content-details-header__subtitle {
    font-family: 'National 2', sans-serif;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: .32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5a5d77;
    padding-bottom: .5rem;
}

.bx--gallery-tile .bx--gallery-tile-content-details__description-item {
    font-family: 'National 2', sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: .32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: .0125rem;
    color: #5a5d77;
}

.bx--gallery-tile-content-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

.bx--gallery-tile-content-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.bx--gallery-tile-content-image__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bx--gallery-tile-content-image__img--fit-horizontal {
    width: 100%;
}

.bx--gallery-tile-content-image__action-btn {
    z-index: 1;
    min-height: unset;
    min-width: unset;
    height: 2rem;
    width: 6rem;
    top: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
    position: absolute;
    padding: 0;
    color: #047970;
}

.bx--gallery-tile-content-image__action-btn--hidden {
    display: none;
}

.bx--gallery-tile-content-image__action-btn:hover,
.bx--gallery-tile-content-image__action-btn:active {
    background-color: #fff;
    color: #047970;
}

body {
    overscroll-behavior: none;
}

body iframe {
    position: absolute;
    bottom: 0;
}

html,
body,
div,
span,
iframe,
h1,
h3,
h5,
p,
a,
img,
form,
label,
header,
nav,
section {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button,
input {
    border-radius: 0;
    font-family: inherit;
}

header,
main,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

* {
    box-sizing: border-box;
}

button {
    margin: 0;
}

html {
    font-size: 100%;
}

body {
    font-weight: 400;
    font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@media screen and (-ms-high-contrast: active) {
    svg {
        fill: ButtonText;
    }
}

h1 {
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 1.199;
    letter-spacing: 0;
}

h3 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.28572;
    letter-spacing: 0;
}

h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    letter-spacing: 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

a {
    color: #0f62fe;
}

.tile {
    cursor: default;
    max-width: initial;
    height: 12rem;
}

.tile:nth-child(2) {
    margin: 0 1.5rem;
}

.tile--link {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33333;
    letter-spacing: .32px;
    color: #047970;
    text-decoration: none;
}

.tile--link:hover {
    text-decoration: underline;
}

.tile img {
    height: 100%;
    object-fit: cover;
    border-radius: .75rem .75rem 0 0;
}

.tile .bx--tile {
    border-radius: .75rem;
}

.tile .bx--gallery-tile-content-image-overlay {
    border-radius: .75rem;
}

.tile .bx--gallery-tile-content-image {
    height: 8rem;
}

.tile .bx--gallery-tile-content-details {
    border-radius: 0 0 .75rem .75rem;
}

.tile .bx--gallery-tile-content-details-header__subtitle {
    color: #13173d;
}

.card-links {
    width: 90%;
    height: 13.875rem;
}

.card-links--title {
    margin-bottom: .5rem;
    color: #13173d;
    font-size: 1.125rem;
    font-weight: bolder;
}

.card-links--container {
    display: flex;
}

.navigation {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.navigation--item {
    cursor: pointer;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #d0d1d8;
    margin: 0 .125rem;
}

.navigation--item:hover {
    opacity: 0.8;
}

.active-item {
    cursor: default;
    background-color: #5a5d77;
}

.carousel-item {
    display: flex;
    min-width: 100%;
    overflow: hidden;
    padding: 1.5rem;
    padding-left: .5rem;
    padding-right: 2.5rem;
}

.carousel-item--info-container {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
}

.carousel-item--info {
    overflow: hidden;
    height: 5rem;
    margin-bottom: .5rem;
    padding-right: 1rem;
}

.carousel-item--image {
    padding: 0 1rem;
}

.carousel-item--title {
    color: #13173d;
    font-weight: 500;
}

.carousel-item--description {
    margin: .5rem 0;
    font-style: normal;
    color: black;
}

.carousel-item--link {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33333;
    letter-spacing: .32px;
    color: #13173d;
    width: max-content;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .075rem;
    text-transform: uppercase;
}

.carousel-item--link:hover {
    text-decoration: underline;
}

.carousel {
    width: 90%;
    overflow-x: hidden;
    margin-bottom: 3rem;
}

.carousel--title {
    margin-bottom: .5rem;
    color: #13173d;
    font-size: 1.125rem;
    font-weight: bolder;
}

.carousel--container {
    display: flex;
    height: 9.25rem;
    border: .0625rem solid #e7e8ec;
    border-radius: .75rem;
    background: #fff;
}

.carousel--content {
    display: flex;
    width: 100%;
    transition: cubic-bezier(0.13, 0.29, 0.9, 0.98);
    transition-duration: 600ms;
}

.notification {
    position: absolute;
    top: 1rem;
    min-width: calc(90% - 3.5rem);
    max-width: calc(90% - 3.5rem);
    width: calc(90% - 3.5rem);
}

.header {
    min-height: 1.5rem;
}

@media screen and (min-width: 1024px) {
    .header {
        display: flex;
        justify-content: space-between;
    }
}

.input-with-link .bx--text-input-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.notification-wrapper {
    position: fixed;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}

html,
body {
    height: 100%;
}

#root {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.form {
    position: relative;
}

@media screen and (min-width: 580px) {
    .sign-in-page {
        max-width: 22.125rem;
    }
}

.sign-in-page h1 {
    font-family: 'National 2', sans-serif;
    font-size: 3.375rem;
    font-weight: bold;
    color: #13173d;
    margin-bottom: 1.5rem;
}

.create-account {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    color: #13173d;
}

.create-account::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: .0625rem;
    background-color: #13173d;
    opacity: 0.3;
}

.create-account__text,
.create-account__link {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.28572;
    letter-spacing: .16px;
    color: #13173d;
}

.create-account__text {
    margin-right: .25rem;
}

.create-account__link {
    font-weight: 600;
}

.sign-in-form {
    position: relative;
}

.sign-in-form .bx--label {
    color: #13173d;
}

.sign-in-form .bx--text-input {
    background-color: #fff;
}

.sign-in-form__button {
    min-width: 100%;
    width: 8.5625rem;
    color: #fff;
    background-color: #13173d;
    font-weight: 400;
    letter-spacing: 0;
}

@media screen and (min-width: 580px) {
    .sign-in-form__button {
        min-width: 7.625rem;
    }
}

.sign-in-form .bx--checkbox-wrapper {
    margin: 0;
}

.sign-in-form .bx--checkbox-wrapper:last-of-type {
    margin: 0;
}

.sign-in-form .bx--checkbox-wrapper .bx--checkbox:checked+.bx--checkbox-label::before {
    background-color: #13173d;
    border-color: #13173d;
}

.sign-in-form .bx--checkbox-wrapper label {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.sign-in-form .bx--checkbox-wrapper label::before {
    border: .09375rem solid #13173d;
}

.sign-in-form .bx--checkbox-wrapper label span {
    color: #13173d;
}

.form {
    position: relative;
    max-width: 38rem;
}

.page-wrapper {
    display: flex;
    height: 100%;
}

.page-wrapper--form-container {
    position: relative;
    display: flex;
    padding-left: 8rem;
    width: 40%;
    min-width: 24rem;
}

@media screen and (max-width: 1285px) {
    .page-wrapper--form-container {
        padding-left: 4rem;
    }
}

@media screen and (max-width: 1024px) {
    .page-wrapper--form-container {
        padding-left: 1rem;
    }
}

.page-wrapper--form-container .gradient-circle {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -8rem;
}

.page-wrapper--form-container .form {
    width: 22.125rem;
}

.page-wrapper--form-container .header {
    margin-top: 4.5rem;
    margin-bottom: 9.5rem;
}

.page-wrapper--form-container .header img {
    height: 1.5rem;
}

.page-wrapper--features {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 60%;
    max-width: 60rem;
    height: 52rem;
    padding-left: 4rem;
    padding-bottom: 6rem;
}

#account-chooser-iframe.hide {
    position: absolute;
    left: -200rem;
    bottom: 0;
}


@font-face {
    font-display: auto;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(../fonts/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: auto;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(../fonts/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: "National 2";
    font-weight: 400;
    src: url(../fonts/8594e33354e62a8abcf01ddfbfaf7b7f.woff2) format("woff2");
}

@font-face {
    font-family: "National 2";
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/7fc7e235da99ee87c2ce25e6cf352f7.woff2) format("woff2");
}

@font-face {
    font-family: "National 2";
    font-weight: 500;
    src: url(../fonts/d1032685abead98e55057684d1dfec5d.woff2) format("woff2");
}

@font-face {
    font-family: "National 2";
    font-weight: 400;
    src: url(../fonts/8594e33354e62a8abcf01ddfbfaf7b7f.woff2) format("woff2");
}

@font-face {
    font-family: "National 2";
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/37fc7e235da99ee87c2ce25e6cf352f7.woff2) format("woff2");
}

@font-face {
    font-family: "National 2";
    font-weight: 500;
    src: url(../fonts/d1032685abead98e55057684d1dfec5d.woff2) format("woff2");
}

@font-face {
    font-family: "National 2";
    font-weight: 400;
    src: url(../fonts/8594e33354e62a8abcf01ddfbfaf7b7f.woff2) format("woff2");
}

@font-face {
    font-family: "National 2";
    font-weight: 500;
    src: url(../fonts/d1032685abead98e55057684d1dfec5d.woff2) format("woff2");
}





/*! CSS Used from: Embedded */
div,
span,
a,
fieldset,
form,
label {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button,
input {
    border-radius: 0;
    font-family: inherit;
}

* {
    box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active) {
    svg {
        fill: ButtonText;
    }
}

a {
    color: #047970;
}

.bx--assistive-text {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    visibility: inherit;
    white-space: nowrap;
}

button {
    margin: 0;
}

.bx--btn {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    max-width: 20rem;
    min-height: 3rem;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
    transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
    vertical-align: top;
}

.bx--btn:disabled,
.bx--btn:hover:disabled,
.bx--btn:focus:disabled {
    border-color: #b6b6bc;
    background: #b6b6bc;
    box-shadow: none;
    color: #85868f;
    cursor: not-allowed;
}

.bx--btn--primary {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    background-color: #047970;
    color: #fff;
}

.bx--btn--primary:hover {
    background-color: #047168;
}

.bx--btn--primary:focus {
    border-color: #29ab87;
    box-shadow: inset 0 0 0 1px #29ab87, inset 0 0 0 2px #f3f3f4;
}

.bx--btn--primary:active {
    background-color: #046961;
}

.bx--btn--primary:hover {
    color: #fff;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    overflow: visible;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
        outline-style: dotted;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline: 1px solid transparent;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
        outline-style: dotted;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
    position: absolute;
    z-index: 6000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
        display: inline-block;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
    -webkit-transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
    -webkit-transition: none;
    transition: none;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal;
    word-break: break-word;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
    box-shadow: 0 2px 6px;
    z-index: 6000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: .1875rem 1rem;
    background-color: #424564;
    border-radius: .125rem;
    color: #fff;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
        width: auto;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (prefers-contrast) {

    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
        border: 1px solid transparent;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
    content: attr(aria-label);
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
    content: none;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::after {
    opacity: 1;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text {
    overflow: visible;
    margin: auto;
    clip: auto;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before {
    -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    fill: currentColor;
}

.bx--btn.bx--btn--icon-only:not(.bx--tooltip--hidden) .bx--assistive-text {
    pointer-events: all;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    border-color: #29ab87;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:active:not([disabled]) {
    border-color: transparent;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    outline-color: transparent;
}

.bx--btn--icon-only {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--btn:focus {
        color: Highlight;
        outline: 1px solid Highlight;
    }
}

.bx--btn:not(.bx--btn--tertiary) {
    border-width: .125rem;
}

.bx--btn:focus {
    border-width: .125rem;
}

.bx--btn:focus:not(.bx--btn--ghost) {
    border-color: #29ab87;
}

.bx--btn .bx--assistive-text {
    display: none !important;
}

.bx--btn:hover:not(.bx--acoustic-button__hideTooltip) .bx--assistive-text,
.bx--btn:focus:not(.bx--acoustic-button__hideTooltip) .bx--assistive-text {
    display: block !important;
}

.bx--btn:not(.bx--btn--icon-only):not(.bx--content-switcher-btn):not(.bx--btn--ghost):not(.bx--acoustic-button__link):not(.bx--acoustic-button-combo) {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    white-space: nowrap;
    text-align: center;
}

.bx--btn--icon-only {
    width: 3rem;
    -webkit-box-pack: center;
    justify-content: center;
}

.bx--btn--icon-only:disabled {
    color: #85868f !important;
}

.bx--btn--icon-only:disabled:hover {
    background: transparent;
}

.bx--btn--icon-only.bx--btn.bx--tooltip__trigger .bx--assistive-text {
    box-shadow: unset;
}

.bx--form-item {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.bx--label {
    font-family: 'National 2', sans-serif;
    font-size: .75rem;
    letter-spacing: .32px;
    display: inline-block;
    margin-bottom: .5rem;
    color: #5a5d77;
    font-weight: 400;
    line-height: 1rem;
    vertical-align: baseline;
}

.bx--tooltip__trigger svg {
    fill: #5a5d77;
}

.bx--tooltip__trigger:hover svg,
.bx--tooltip__trigger:focus svg {
    fill: #5a5d77;
}

.bx--tooltip__trigger.bx--tooltip--bottom {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    overflow: visible;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--tooltip__trigger.bx--tooltip--bottom:focus {
        outline-style: dotted;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline: 1px solid transparent;
}

.bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
        outline-style: dotted;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom::before,
.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    position: absolute;
    z-index: 6000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--tooltip__trigger.bx--tooltip--bottom::before,
    .bx--tooltip__trigger.bx--tooltip--bottom::after,
    .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
        display: inline-block;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom::before,
.bx--tooltip__trigger.bx--tooltip--bottom::after {
    -webkit-transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::before,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
    -webkit-transition: none;
    transition: none;
}

.bx--tooltip__trigger.bx--tooltip--bottom::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
}

.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal;
    word-break: break-word;
}

.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    box-shadow: 0 2px 6px;
    z-index: 6000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: .1875rem 1rem;
    background-color: #424564;
    border-radius: .125rem;
    color: #fff;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--tooltip__trigger.bx--tooltip--bottom::after,
    .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
        width: auto;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (prefers-contrast) {

    .bx--tooltip__trigger.bx--tooltip--bottom::after,
    .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
        border: 1px solid transparent;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom::after {
    content: attr(aria-label);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
    content: none;
}

.bx--tooltip__trigger.bx--tooltip--bottom:hover::before,
.bx--tooltip__trigger.bx--tooltip--bottom:hover::after,
.bx--tooltip__trigger.bx--tooltip--bottom:focus::before,
.bx--tooltip__trigger.bx--tooltip--bottom:focus::after {
    opacity: 1;
}

.bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text {
    overflow: visible;
    margin: auto;
    clip: auto;
}

.bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:hover.bx--tooltip--a11y::before,
.bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
    -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    height: .75rem;
    top: -.75rem;
}

.bx--tooltip__trigger.bx--tooltip--bottom::before,
.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    bottom: 0;
    left: 50%;
}

.bx--tooltip__trigger.bx--tooltip--bottom::before {
    bottom: -.5rem;
    border-width: 0 .25rem .3125rem .25rem;
    border-color: transparent transparent #424564 transparent;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    bottom: -.8125rem;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    height: .75rem;
    top: -.75rem;
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text {
    bottom: 0;
    left: 50%;
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before {
    bottom: -.5rem;
    border-width: 0 .25rem .3125rem .25rem;
    border-color: transparent transparent #424564 transparent;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text {
    bottom: -.8125rem;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger:not(.bx--tooltip--hidden) .bx--assistive-text {
    pointer-events: all;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {

    .bx--tooltip__trigger svg,
    .bx--tooltip__trigger:hover svg,
    .bx--tooltip__trigger:focus svg {
        fill: ButtonText;
    }
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--tooltip__trigger:focus svg {
        color: Highlight;
        outline: 1px solid Highlight;
    }
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--assistive-text {
        outline: 1px solid transparent;
    }
}

.bx--tooltip__trigger svg {
    fill: #13173d;
}

.bx--tooltip__trigger:hover svg {
    fill: #13173d;
}

.bx--text-input {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    outline: 2px solid transparent;
    outline-offset: -2px;
    width: 100%;
    height: 2.5rem;
    padding: 0 1rem;
    border: none;
    border-bottom: 1px solid #898b9e;
    background-color: #f3f3f4;
    color: #13173d;
    -webkit-transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--text-input:focus,
.bx--text-input:active {
    outline: 2px solid #29ab87;
    outline-offset: -2px;
}

@media screen and (prefers-contrast) {

    .bx--text-input:focus,
    .bx--text-input:active {
        outline-style: dotted;
    }
}

.bx--password-input {
    padding-right: 2.5rem;
}

.bx--text-input::placeholder {
    color: #a1a2b1;
    opacity: 1;
}

.bx--text-input__field-wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
    outline: 2px solid transparent;
    outline-offset: -2px;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: flex;
    width: 2.5rem;
    height: 100%;
    min-height: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
    fill: #5a5d77;
    -webkit-transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

@media screen and (-ms-high-contrast: active),
screen and (prefers-contrast) {
    .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
        fill: ButtonText;
    }
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
    outline: 2px solid #29ab87;
    outline-offset: -2px;
}

@media screen and (prefers-contrast) {
    .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
        outline-style: dotted;
    }
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg,
.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus svg {
    fill: #13173d;
}

.bx--text-input:disabled+.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
    cursor: not-allowed;
    fill: #b6b6bc;
}

.bx--text-input:disabled+.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg:hover {
    fill: #b6b6bc;
}

.bx--text-input:disabled {
    outline: 2px solid transparent;
    outline-offset: -2px;
    border-bottom: 1px solid transparent;
    background-color: #e6e7e9;
    color: #b6b6bc;
    cursor: not-allowed;
    -webkit-text-fill-color: #b6b6bc;
}

.bx--text-input:disabled::placeholder {
    color: #b6b6bc;
    opacity: 1;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {

    .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg,
    .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg {
        fill: ButtonText;
    }
}

.bx--form-item {
    position: relative;
}

.bx--form-item .bx--text-input {
    border-bottom: none;
}

.bx--form-item .bx--label {
    color: #5a5d77;
}

.bx--text-input {
    border-bottom: none;
    text-overflow: ellipsis;
}

.bx--text-input::placeholder {
    color: #b8b9c5;
}

.bx--text-input__label-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle {
    background-color: #f3f3f4;
    border: none;
    width: auto;
    padding: 0 1rem;
}

.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle svg {
    width: 1rem;
    height: 1rem;
    fill: #5a5d77;
}

/*! CSS Used from: Embedded */
div,
span,
a,
fieldset,
form,
label {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button,
input {
    border-radius: 0;
    font-family: inherit;
}

* {
    box-sizing: border-box;
}

button {
    margin: 0;
}

@media screen and (-ms-high-contrast: active) {
    svg {
        fill: ButtonText;
    }
}

a {
    color: #0f62fe;
}

.input-with-link .bx--text-input-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.router-link {
    text-decoration: none;
    font-style: normal;
    color: #047970;
}

.router-link:hover,
.router-link:focus {
    text-decoration: underline;
}

.reset-password {
    position: absolute;
    top: 2.5rem;
    right: 0;
    text-decoration: underline;
    color: #13173d;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33333;
    letter-spacing: .32px;
    line-height: 1;
}

.password-step-user__text,
.password-step-user__link {
    color: #13173d;
}

.password-step-user__text {
    margin-right: 0.4rem;
    line-height: normal;
    word-break: break-word;
    font-size: 0.875rem;
    font-family: 'National 2', sans-serif, sans-serif;
}

.password-step-user__link {
    background: transparent;
    font-size: 0.875rem;
    white-space: nowrap;
    cursor: pointer;
    padding: 0;
    outline: none;
    border: none;
    font-family: 'National 2', sans-serif, sans-serif;
    text-decoration: underline;
}

.username-input {
    display: none;
}

.bx--password-input-wrapper {
    margin: 1.25rem 0;
}

.sign-in-form {
    position: relative;
}

.sign-in-form .bx--label {
    color: #13173d;
}

.sign-in-form .bx--text-input {
    background-color: #fff;
}

.sign-in-form__button {
    min-width: 100%;
    width: 8.5625rem;
    color: #fff;
    background-color: #13173d;
    font-weight: 400;
    letter-spacing: 0;
}

@media screen and (min-width: 580px) {
    .sign-in-form__button {
        min-width: 7.625rem;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes tooltip-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes tooltip-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*! CSS Used from: Embedded */
span {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button {
    border-radius: 0;
    font-family: inherit;
}

* {
    box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active) {
    svg {
        fill: ButtonText;
    }
}

.bx--assistive-text {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    visibility: inherit;
    white-space: nowrap;
}

button {
    margin: 0;
}

.bx--btn {
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    max-width: 20rem;
    min-height: 3rem;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
    transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
    vertical-align: top;
}

.bx--btn:disabled,
.bx--btn:hover:disabled,
.bx--btn:focus:disabled {
    border-color: #b6b6bc;
    background: #b6b6bc;
    box-shadow: none;
    color: #85868f;
    cursor: not-allowed;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    overflow: visible;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
        outline-style: dotted;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline: 1px solid transparent;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
        outline-style: dotted;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
    position: absolute;
    z-index: 6000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
        display: inline-block;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
    -webkit-transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
    -webkit-transition: none;
    transition: none;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal;
    word-break: break-word;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
    box-shadow: 0 2px 6px;
    z-index: 6000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: .1875rem 1rem;
    background-color: #424564;
    border-radius: .125rem;
    color: #fff;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
        width: auto;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (prefers-contrast) {

    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text {
        border: 1px solid transparent;
    }
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
    content: attr(aria-label);
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
    content: none;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::after {
    opacity: 1;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text {
    overflow: visible;
    margin: auto;
    clip: auto;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before {
    -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    fill: currentColor;
}

.bx--btn.bx--btn--icon-only:not(.bx--tooltip--hidden) .bx--assistive-text {
    pointer-events: all;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    border-color: #29ab87;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:active:not([disabled]) {
    border-color: transparent;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    outline-color: transparent;
}

.bx--btn--icon-only {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--btn:focus {
        color: Highlight;
        outline: 1px solid Highlight;
    }
}

.bx--btn:not(.bx--btn--tertiary) {
    border-width: .125rem;
}

.bx--btn:focus {
    border-width: .125rem;
}

.bx--btn:focus:not(.bx--btn--ghost) {
    border-color: #29ab87;
}

.bx--btn .bx--assistive-text {
    display: none !important;
}

.bx--btn:hover:not(.bx--acoustic-button__hideTooltip) .bx--assistive-text,
.bx--btn:focus:not(.bx--acoustic-button__hideTooltip) .bx--assistive-text {
    display: block !important;
}

.bx--btn--icon-only {
    width: 3rem;
    -webkit-box-pack: center;
    justify-content: center;
}

.bx--btn--icon-only:disabled {
    color: #85868f !important;
}

.bx--btn--icon-only:disabled:hover {
    background: transparent;
}

.bx--btn--icon-only.bx--btn.bx--tooltip__trigger .bx--assistive-text {
    box-shadow: unset;
}

.bx--tooltip__trigger svg {
    fill: #5a5d77;
}

.bx--tooltip__trigger:hover svg,
.bx--tooltip__trigger:focus svg {
    fill: #5a5d77;
}

.bx--tooltip__trigger.bx--tooltip--bottom {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    overflow: visible;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--tooltip__trigger.bx--tooltip--bottom:focus {
        outline-style: dotted;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline: 1px solid transparent;
}

.bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
    outline: 1px solid #29ab87;
}

@media screen and (prefers-contrast) {
    .bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
        outline-style: dotted;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom::before,
.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    position: absolute;
    z-index: 6000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--tooltip__trigger.bx--tooltip--bottom::before,
    .bx--tooltip__trigger.bx--tooltip--bottom::after,
    .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
        display: inline-block;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom::before,
.bx--tooltip__trigger.bx--tooltip--bottom::after {
    -webkit-transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::before,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
    -webkit-transition: none;
    transition: none;
}

.bx--tooltip__trigger.bx--tooltip--bottom::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
}

.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal;
    word-break: break-word;
}

.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    box-shadow: 0 2px 6px;
    z-index: 6000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: .1875rem 1rem;
    background-color: #424564;
    border-radius: .125rem;
    color: #fff;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'National 2', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: .16px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .bx--tooltip__trigger.bx--tooltip--bottom::after,
    .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
        width: auto;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (prefers-contrast) {

    .bx--tooltip__trigger.bx--tooltip--bottom::after,
    .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
        border: 1px solid transparent;
    }
}

.bx--tooltip__trigger.bx--tooltip--bottom::after {
    content: attr(aria-label);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
    content: none;
}

.bx--tooltip__trigger.bx--tooltip--bottom:hover::before,
.bx--tooltip__trigger.bx--tooltip--bottom:hover::after,
.bx--tooltip__trigger.bx--tooltip--bottom:focus::before,
.bx--tooltip__trigger.bx--tooltip--bottom:focus::after {
    opacity: 1;
}

.bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text {
    overflow: visible;
    margin: auto;
    clip: auto;
}

.bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:hover.bx--tooltip--a11y::before,
.bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
    -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    height: .75rem;
    top: -.75rem;
}

.bx--tooltip__trigger.bx--tooltip--bottom::before,
.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    bottom: 0;
    left: 50%;
}

.bx--tooltip__trigger.bx--tooltip--bottom::before {
    bottom: -.5rem;
    border-width: 0 .25rem .3125rem .25rem;
    border-color: transparent transparent #424564 transparent;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text {
    bottom: -.8125rem;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    height: .75rem;
    top: -.75rem;
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text {
    bottom: 0;
    left: 50%;
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before {
    bottom: -.5rem;
    border-width: 0 .25rem .3125rem .25rem;
    border-color: transparent transparent #424564 transparent;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text {
    bottom: -.8125rem;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.bx--tooltip__trigger:not(.bx--tooltip--hidden) .bx--assistive-text {
    pointer-events: all;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {

    .bx--tooltip__trigger svg,
    .bx--tooltip__trigger:hover svg,
    .bx--tooltip__trigger:focus svg {
        fill: ButtonText;
    }
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--tooltip__trigger:focus svg {
        color: Highlight;
        outline: 1px solid Highlight;
    }
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {
    .bx--assistive-text {
        outline: 1px solid transparent;
    }
}

.bx--tooltip__trigger svg {
    fill: #13173d;
}

.bx--tooltip__trigger:hover svg {
    fill: #13173d;
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
    outline: 2px solid transparent;
    outline-offset: -2px;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: flex;
    width: 2.5rem;
    height: 100%;
    min-height: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
    fill: #5a5d77;
    -webkit-transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
    transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

@media screen and (-ms-high-contrast: active),
screen and (prefers-contrast) {
    .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
        fill: ButtonText;
    }
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
    outline: 2px solid #29ab87;
    outline-offset: -2px;
}

@media screen and (prefers-contrast) {
    .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
        outline-style: dotted;
    }
}

.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg,
.bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus svg {
    fill: #13173d;
}

.bx--text-input:disabled+.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
    cursor: not-allowed;
    fill: #b6b6bc;
}

.bx--text-input:disabled+.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg:hover {
    fill: #b6b6bc;
}

@media screen and (-ms-high-contrast: active),
(forced-colors: active),
(prefers-contrast) {

    .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg,
    .bx--btn.bx--btn--icon-only.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover svg {
        fill: ButtonText;
    }
}

.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle {
    background-color: #f3f3f4;
    border: none;
    width: auto;
    padding: 0 1rem;
}

.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle svg {
    width: 1rem;
    height: 1rem;
    fill: #5a5d77;
}

/*! CSS Used from: Embedded */
span {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button {
    border-radius: 0;
    font-family: inherit;
}

* {
    box-sizing: border-box;
}

button {
    margin: 0;
}

@media screen and (-ms-high-contrast: active) {
    svg {
        fill: ButtonText;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes tooltip-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes tooltip-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.bx--text-input--password__visibility__toggle {
    background-color: white !important;
    min-height: 2rem !important;

}


.hidden {
    display: none;
}