
.bx--modal-header {
  margin-bottom: 0;
  width: 96%; }
  .bx--modal-header h1.ibm-h2 {
    padding: 5px 0 10px 0; }

.bx--modal-content {
  overflow-y: auto;
  width: 96%; }
  .bx--modal-content .bx--accordion {
    padding: 0 0 10px 0;
    overflow-y: hidden; }

.privacy-top {
  border-bottom: 2px solid #4178be;
  padding-bottom: 15px; }
  .privacy-top p {
    font-size: 14px; }

div[aria-label=Acknowledgement] h2.ibm-h3 {
  display: none; }

div[aria-label=Acknowledgement] p {
  font-size: 14px; }

div[aria-label=modified-date] > div > p {
  font-size: 9px; }

.ibm-btn-row > button.ibm-btn-sec {
  border: 1px solid #4178be; }

.ibm-show-hide > .ibm-container-body * {
  font-size: 0.9rem; }

@media only screen and (min-width: 551px) and (max-height: 650px) {
  .privacy-top {
    display: none; } }

.ela-accordion ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5rem 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  font-weight: var(--cds-body-short-01-font-weight, 400);
  line-height: var(--cds-body-short-01-line-height, 1.125rem);
  letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
  counter-reset: listitem; }
  .ela-accordion ul li {
    font-weight: 400;
    list-style-type: none;
    counter-increment: listitem;
    margin-left: .5rem;
    padding-left: .5rem;
    position: relative; }
    .ela-accordion ul li:before {
      content: "\2013";
      display: inline-block;
      margin-right: .5rem;
      margin-bottom: .25rem;
      position: absolute;
      left: -.5rem; }
    .ela-accordion ul li + li {
      padding-top: 7px; }

.form-title {
  padding-bottom: 1rem; }

.code-input {
  max-width: 165px; }

.field-container {
  position: relative; }

/* BUBBLE */
.jfk-bubble {
  position: absolute;
  z-index: 1201 !important;
  padding: 16px;
  width: 255px;
  line-height: 1.2rem;
  opacity: 0;
  visibility: hidden;
  bottom: 4.25rem;
  top: auto;
  left: 0; }
  .jfk-bubble.bx--tooltip {
    margin-right: 16px;
    display: block;
    margin-right: 0; }
  @media (min-width: 42rem) {
    .jfk-bubble {
      right: 0;
      left: auto; } }
  @media (min-width: 66rem) {
    .jfk-bubble {
      right: auto;
      bottom: auto;
      top: 25px;
      left: -265px; } }
  .jfk-bubble .bx--tooltip__caret.jit-caret {
    top: auto;
    border-left: 0.42969rem solid transparent;
    border-right: 0.42969rem solid transparent;
    border-top: 0.42969rem solid #3d3d3d;
    border-bottom: none;
    bottom: calc(-0.42969rem + 1px); }
    @media (min-width: 66rem) {
      .jfk-bubble .bx--tooltip__caret.jit-caret {
        border-top: 0.42969rem solid transparent;
        border-bottom: 0.42969rem solid transparent;
        border-left: 0.42969rem solid #3d3d3d;
        margin: -0.3rem 0 auto 0 !important;
        left: auto !important;
        bottom: 0;
        top: 30% !important;
        right: -.85rem !important; } }

@media only screen and (min-width: 672px) {
  .jit-notification-enter {
    visibility: visible;
    display: block;
    opacity: 0;
    transform: scale(0.9) translateY(50%); }
  .jit-notification-enter-active {
    visibility: visible;
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0%);
    transition: all 300ms ease-out; }
  .jit-notification-exit, .jit-notification-enter-done {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: scale(1) translateY(0%); }
  .jit-notification-exit-active {
    opacity: 0;
    transition: all 300ms ease-out; }
  .jit-notification-exit-done {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9) translateY(50%);
    display: none; } }

.jfk-bubble > p {
  padding-bottom: 0; }

/* bubble arrow */
.jfk-bubble-arrow {
  position: absolute;
  top: 20px; }
  .jfk-bubble-arrow:before, .jfk-bubble-arrow:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0; }

@media only screen and (min-width: 0px) and (max-width: 671px) {
  .jfk-bubble {
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    width: 100%;
    bottom: 100%;
    z-index: 1; }
    .jfk-bubble.mobile-scrolled {
      visibility: hidden;
      display: block; }
    .jfk-bubble.active {
      visibility: visible;
      opacity: 1; }
  .bx--tooltip__caret {
    display: none; } }

@media only screen and (min-width: 1000px) {
  .no-label .jfk-bubble {
    top: 0; } }


.position-country {
  width: 100%; }

/*
Specific refinements to the styling of our password show/hide react widget
to account for various corner cases / cross-browser issues etc.
*/
.password-container .bx--text-input-wrapper {
  position: relative; }

/* the following style is needed to ensure the password field is not overly wide on mobile devices */
input#password-input {
  min-width: fit-content;
  width: 100%; }

/* safari's password manager icon overlaps with our password field's show/hide button.  deal with this */
input#password-input::-webkit-textfield-decoration-container {
  position: relative;
  right: 12px; }

/* IE / Edge password icons overlaps with our password field's show/hide button - remove them */
input#password-input::-ms-clear {
  display: none; }

input#password-input::-ms-reveal {
  display: none; }

.bx--form-item > .tooltip {
  margin-bottom: .5rem; }

.password-success-icon.input-icon {
  top: 2.3rem;
  right: 2rem;
  margin-bottom: -1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 1rem;
  width: 1rem;
  padding: 0; }

.bx--text-input[data-toggle-password-visibility] + .bx--text-input--password__visibility {
  position: absolute;
  top: 2.3rem;
  right: 1rem;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-order: 3;
  order: 3;
  height: 1rem;
  width: 1rem;
  padding: 0;
  margin-bottom: -1rem;
  border: 0;
  background: none;
  cursor: pointer;
  outline: inherit; }

.label-right-link-container .bx--text-input[data-toggle-password-visibility] + .bx--text-input--password__visibility {
  top: .7rem; }

.ReactPasswordStrength p {
  padding-bottom: 10px !important; }

.ReactPasswordStrength .rules-container {
  width: 100%; }
  .ReactPasswordStrength .rules-container .ibm-fluid {
    padding-bottom: 0; }

.ReactPasswordStrength .toggle {
  opacity: 0.01;
  display: none; }
  .ReactPasswordStrength .toggle.rules-enter {
    display: block;
    opacity: 0.01;
    transform: scale(0.9) translateY(50%); }
  .ReactPasswordStrength .toggle.rules-enter-active {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0%);
    transition: all 300ms ease-out; }
  .ReactPasswordStrength .toggle.rules-exit {
    opacity: 1;
    transform: scale(1) translateY(0%);
    display: block; }
  .ReactPasswordStrength .toggle.rules-enter-done {
    display: block;
    opacity: 1; }
  .ReactPasswordStrength .toggle.rules-exit-active {
    opacity: 0.01;
    transform: scale(0.9) translateY(50%);
    transition: all 300ms ease-out; }
  .ReactPasswordStrength .toggle.rules-exit-done {
    opacity: 0.01;
    transform: scale(0.9) translateY(50%);
    display: none; }

.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-desc {
  color: #2D660A !important; }

.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-desc, .ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-desc {
  color: #78b400 !important; }

.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-desc, .ReactPasswordStrength.is-strength-0 .ReactPasswordStrength-strength-desc {
  color: #e61d32 !important; }

.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-bar {
  background-color: #2D660A !important; }

.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-bar, .ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-bar {
  background-color: #78b400 !important; }

.ReactPasswordStrength-input {
  width: 100% !important;
  padding: 1px 40px 1px 1px !important;
  text-indent: 10px !important;
  font-size: 16px !important; }

.ReactPasswordStrength-input-container {
  display: block;
  position: relative; }

.ReactPasswordStrength-strength-desc {
  position: absolute;
  top: -25px !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 300;
  font-style: normal !important;
  width: auto !important; }

.ReactPasswordStrength-strength-bar {
  height: 2px !important;
  top: 0 !important;
  display: block;
  width: 100%;
  margin-top: -2px; }

.password-rules {
  margin-top: .5rem;
  padding: 0 !important; }
  .password-rules .requirements {
    padding-left: 0;
    margin-left: 1rem;
    margin-top: .5rem; }
    .password-rules .requirements.touched li.requirement-missing, .password-rules .requirements .error {
      color: #e71d32; }
    .password-rules .requirements li {
      display: inline-block;
      transition: all 0.25s ease-in-out 0s; }
      .password-rules .requirements li.completed {
        opacity: .5; }

.urx-spinner {
  background-color: rgba(255, 255, 255, 0.9); }
  .urx-spinner .bx--loading {
    margin: auto; }
  .urx-spinner .auto-div {
    margin-top: -3rem;
    max-width: 400px;
    text-align: center;
    line-height: 1.5rem; }
  .urx-spinner .description {
    color: #282828;
    font-size: 1.25rem; }

.notice-choice {
  font-size: .85rem;
  line-height: 1rem; }
  .notice-choice p, .notice-choice a {
    font-size: inherit; }
  .notice-choice p {
    padding-bottom: 10px;
    line-height: 1.2rem; }
  .notice-choice.disabled {
    opacity: .5;
    pointer-events: none; }
  .notice-choice .checkbox-group {
    margin-bottom: .75rem; }
    .notice-choice .checkbox-group .bx--form-item.bx--checkbox-wrapper {
      margin-bottom: .2rem; }

.bx--select2 .search-input.selected {
  text-indent: -999px; }

.bx--select2 .selected-value {
  padding: 0 2.625rem 0 1rem; }

.bx--select2 .bx--text-input.search-input, .bx--select2 .bx--list-box__menu {
  position: relative;
  left: 0; }

.bx--select2 .bx--text-input.search-input {
  max-width: 100%;
  top: .25rem; }

.bx--select2 .bx--list-box__menu {
  top: 0.25rem; }

.bx--select2 .filter-container {
  position: absolute;
  width: 100%;
  top: 2.5rem; }
  .bx--select2 .filter-container input {
    position: relative; }
  .bx--select2 .filter-container .bx--list-box__menu {
    position: relative; }

.bx--select2.bx--disabled .bx--list-box, .bx--select2.bx--disabled .bx--text-input {
  border-bottom: transparent !important; }

.bx--select2.bx--disabled .bx--list-box__field, .bx--select2.bx--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }

.bx--select2.bx--disabled .bx--list-box__menu-icon > svg {
  fill: #bebebe; }

.phone-group {
  position: relative; }
  .phone-group .country-code-item, .phone-group .number-item {
    float: left; }
  .phone-group .country-code-item {
    position: absolute;
    z-index: 1;
    transition: width 250ms;
    max-width: 100%;
    border-right: 1px solid #8c8c8c; }
    .phone-group .country-code-item.expanded {
      border-right: 0;
      width: 100%; }
  .phone-group .number-item {
    transition: width 250ms;
    width: 100%; }
    .phone-group .number-item .bx--text-input {
      text-indent: 92px; }
  .phone-group .bx--disabled .country-code-item {
    border-right: transparent; }
  .phone-group .bx--disabled .bx--list-box, .phone-group .bx--disabled .bx--text-input {
    border-bottom: transparent !important; }
  .phone-group .bx--disabled .bx--list-box__field, .phone-group .bx--disabled .bx--list-box__menu-icon {
    cursor: not-allowed; }
  .phone-group .bx--disabled .bx--list-box__menu-icon > svg {
    fill: #bebebe; }

.subscribe-column-content {
  position: relative; }

@media only screen and (min-width: 0px) and (max-width: 671px) {
  .dead-end {
    background-color: inherit; }
    .dead-end .center-content {
      background-color: inherit; } }


.reg-accordion .reg-accordion-item {
  border-top: 1px solid #8c8c8c;
  padding: 1rem; }
  .reg-accordion .reg-accordion-item .productive-heading-03 {
    color: #161616; }
  .reg-accordion .reg-accordion-item--active {
    border-top: 3px solid #0062FF;
    margin-bottom: 1rem; }
    .reg-accordion .reg-accordion-item--active .productive-heading-03 {
      color: #171717; }
  .reg-accordion .reg-accordion-item__header_section {
    display: flex;
    justify-content: space-between; }
  .reg-accordion .reg-accordion-item__summary_section .summary-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    min-height: 4rem; }
  .reg-accordion .reg-accordion-item__summary_section .summary-row {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.2rem; }
    .reg-accordion .reg-accordion-item__summary_section .summary-row .summary-label, .reg-accordion .reg-accordion-item__summary_section .summary-row .summary-value {
      flex-grow: 1; }
    .reg-accordion .reg-accordion-item__summary_section .summary-row .summary-label {
      flex: 1 100%;
      padding-bottom: .5rem; }
      @media (min-width: 42rem) {
        .reg-accordion .reg-accordion-item__summary_section .summary-row .summary-label {
          flex: 0 0 55%;
          padding-bottom: 0;
          padding-right: 10%; } }
    .reg-accordion .reg-accordion-item__summary_section .summary-row .summary-value {
      padding-bottom: .5rem; }
      @media (min-width: 42rem) {
        .reg-accordion .reg-accordion-item__summary_section .summary-row .summary-value {
          flex: 0 0 45%;
          padding-bottom: 0;
          word-break: break-all; } }
  .reg-accordion .reg-accordion-item__summary_section p {
    font-size: 14px; }
  .reg-accordion .reg-accordion-item__complete_arrow {
    height: 15px;
    width: 15px;
    margin-left: 10px;
    fill: #66b426; }
  .reg-accordion .reg-accordion-item__content_section {
    margin-top: 15px;
    font-size: 14px; }
    .reg-accordion .reg-accordion-item__content_section--subtitle {
      margin-bottom: 15px; }
    .reg-accordion .reg-accordion-item__content_section p, .reg-accordion .reg-accordion-item__content_section a {
      font-size: inherit; }
    .reg-accordion .reg-accordion-item__content_section--footer {
      height: 60px; }
  .reg-accordion .reg-accordion-item__content_section_hidden {
    display: none; }
  .reg-accordion .reg-accordion-item__edit-button {
    margin-top: 5px; }
  .reg-accordion .reg-accordion-item__submit-button {
    margin-top: 15px;
    margin-right: 15px; }
  .reg-accordion .reg-accordion-item__loading {
    margin-top: 30px;
    margin-right: 15px;
    padding-top: .25rem;
    padding-bottom: .25rem; }
  .reg-accordion .reg-accordion-item .bx--loading {
    width: 2rem;
    height: 2rem; }

.reg-accordion .bx--text-input {
  min-width: 100%; }

.no-accordion .reg-accordion-item__header_section {
  display: none; }

.no-accordion .reg-accordion .reg-accordion-item--active {
  border-top: 3px solid #dcdcdc; }

.input-icon {
  position: absolute;
  right: 8px;
  bottom: 4px; }
  .input-icon .bx--inline-loading__checkmark-container {
    fill: #24a148; }

.code-sent-msg {
  margin-bottom: 1.5rem; }
  .code-sent-msg .email {
    font-weight: 600;
    clear: both;
    display: block; }

.verify-email .max-width {
  max-width: 370px; }

.helper-text-after {
  margin-top: -1rem;
  margin-bottom: 2.5rem;
  font-style: normal !important; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

input[type='text']::-ms-clear {
  display: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  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;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

@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; }

h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0; }

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

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0; }

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

h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

a {
  color: #0062ff; }

em {
  font-style: italic; }

body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #161616;
  background-color: #ffffff;
  line-height: 1; }

.bx--grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 42rem) {
    .bx--grid {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 99rem) {
    .bx--grid {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

@media (min-width: 99rem) {
  .bx--grid--full-width {
    max-width: 100%; } }

.bx--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.bx--grid--condensed [class*='bx--col'] {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem; }

.bx--col {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col,
  .bx--grid--condensed .bx--col {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-sm-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-sm-1,
  .bx--grid--condensed .bx--col-sm-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-sm-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-sm-2,
  .bx--grid--condensed .bx--col-sm-2 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-sm-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-sm-3,
  .bx--grid--condensed .bx--col-sm-3 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-sm-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-sm-4,
  .bx--grid--condensed .bx--col-sm-4 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-sm,
.bx--col-sm--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-sm,
  .bx--grid--condensed .bx--col-sm, .bx--row--condensed
  .bx--col-sm--auto,
  .bx--grid--condensed
  .bx--col-sm--auto {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col,
.bx--col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.bx--col--auto,
.bx--col-sm--auto {
  flex: 1 0 0%;
  width: auto;
  max-width: 100%; }

.bx--col-sm-1 {
  flex: 0 0 25%;
  max-width: 25%; }

.bx--col-sm-2 {
  flex: 0 0 50%;
  max-width: 50%; }

.bx--col-sm-3 {
  flex: 0 0 75%;
  max-width: 75%; }

.bx--col-sm-4 {
  flex: 0 0 100%;
  max-width: 100%; }

.bx--offset-sm-0 {
  margin-left: 0; }

.bx--offset-sm-1 {
  margin-left: 25%; }

.bx--offset-sm-2 {
  margin-left: 50%; }

.bx--offset-sm-3 {
  margin-left: 75%; }

.bx--col-md-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-1,
  .bx--grid--condensed .bx--col-md-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-2,
  .bx--grid--condensed .bx--col-md-2 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-3,
  .bx--grid--condensed .bx--col-md-3 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-4,
  .bx--grid--condensed .bx--col-md-4 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-5,
  .bx--grid--condensed .bx--col-md-5 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-6,
  .bx--grid--condensed .bx--col-md-6 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-7,
  .bx--grid--condensed .bx--col-md-7 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md-8,
  .bx--grid--condensed .bx--col-md-8 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-md,
.bx--col-md--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-md,
  .bx--grid--condensed .bx--col-md, .bx--row--condensed
  .bx--col-md--auto,
  .bx--grid--condensed
  .bx--col-md--auto {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

@media (min-width: 42rem) {
  .bx--col,
  .bx--col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-md--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-md-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-md-2 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-md-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-md-4 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-md-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-md-6 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-md-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-md-8 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-md-0 {
    margin-left: 0; }
  .bx--offset-md-1 {
    margin-left: 12.5%; }
  .bx--offset-md-2 {
    margin-left: 25%; }
  .bx--offset-md-3 {
    margin-left: 37.5%; }
  .bx--offset-md-4 {
    margin-left: 50%; }
  .bx--offset-md-5 {
    margin-left: 62.5%; }
  .bx--offset-md-6 {
    margin-left: 75%; }
  .bx--offset-md-7 {
    margin-left: 87.5%; } }

.bx--col-lg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-1,
  .bx--grid--condensed .bx--col-lg-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-2,
  .bx--grid--condensed .bx--col-lg-2 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-3,
  .bx--grid--condensed .bx--col-lg-3 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-4,
  .bx--grid--condensed .bx--col-lg-4 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-5,
  .bx--grid--condensed .bx--col-lg-5 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-6,
  .bx--grid--condensed .bx--col-lg-6 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-7,
  .bx--grid--condensed .bx--col-lg-7 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-8,
  .bx--grid--condensed .bx--col-lg-8 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-9,
  .bx--grid--condensed .bx--col-lg-9 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-10,
  .bx--grid--condensed .bx--col-lg-10 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-11,
  .bx--grid--condensed .bx--col-lg-11 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-12,
  .bx--grid--condensed .bx--col-lg-12 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-13,
  .bx--grid--condensed .bx--col-lg-13 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-14,
  .bx--grid--condensed .bx--col-lg-14 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-15,
  .bx--grid--condensed .bx--col-lg-15 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg-16,
  .bx--grid--condensed .bx--col-lg-16 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-lg,
.bx--col-lg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-lg,
  .bx--grid--condensed .bx--col-lg, .bx--row--condensed
  .bx--col-lg--auto,
  .bx--grid--condensed
  .bx--col-lg--auto {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

@media (min-width: 66rem) {
  .bx--col,
  .bx--col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-lg--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-lg-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-lg-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-lg-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-lg-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-lg-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-lg-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-lg-8 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-lg-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-lg-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-lg-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-lg-12 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-lg-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-lg-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-lg-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-lg-16 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-lg-0 {
    margin-left: 0; }
  .bx--offset-lg-1 {
    margin-left: 6.25%; }
  .bx--offset-lg-2 {
    margin-left: 12.5%; }
  .bx--offset-lg-3 {
    margin-left: 18.75%; }
  .bx--offset-lg-4 {
    margin-left: 25%; }
  .bx--offset-lg-5 {
    margin-left: 31.25%; }
  .bx--offset-lg-6 {
    margin-left: 37.5%; }
  .bx--offset-lg-7 {
    margin-left: 43.75%; }
  .bx--offset-lg-8 {
    margin-left: 50%; }
  .bx--offset-lg-9 {
    margin-left: 56.25%; }
  .bx--offset-lg-10 {
    margin-left: 62.5%; }
  .bx--offset-lg-11 {
    margin-left: 68.75%; }
  .bx--offset-lg-12 {
    margin-left: 75%; }
  .bx--offset-lg-13 {
    margin-left: 81.25%; }
  .bx--offset-lg-14 {
    margin-left: 87.5%; }
  .bx--offset-lg-15 {
    margin-left: 93.75%; } }

.bx--col-xlg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-1,
  .bx--grid--condensed .bx--col-xlg-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-2,
  .bx--grid--condensed .bx--col-xlg-2 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-3,
  .bx--grid--condensed .bx--col-xlg-3 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-4,
  .bx--grid--condensed .bx--col-xlg-4 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-5,
  .bx--grid--condensed .bx--col-xlg-5 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-6,
  .bx--grid--condensed .bx--col-xlg-6 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-7,
  .bx--grid--condensed .bx--col-xlg-7 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-8,
  .bx--grid--condensed .bx--col-xlg-8 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-9,
  .bx--grid--condensed .bx--col-xlg-9 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-10,
  .bx--grid--condensed .bx--col-xlg-10 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-11,
  .bx--grid--condensed .bx--col-xlg-11 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-12,
  .bx--grid--condensed .bx--col-xlg-12 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-13,
  .bx--grid--condensed .bx--col-xlg-13 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-14,
  .bx--grid--condensed .bx--col-xlg-14 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-15,
  .bx--grid--condensed .bx--col-xlg-15 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg-16,
  .bx--grid--condensed .bx--col-xlg-16 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-xlg,
.bx--col-xlg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-xlg,
  .bx--grid--condensed .bx--col-xlg, .bx--row--condensed
  .bx--col-xlg--auto,
  .bx--grid--condensed
  .bx--col-xlg--auto {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

@media (min-width: 82rem) {
  .bx--col,
  .bx--col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-xlg--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-xlg-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-xlg-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-xlg-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-xlg-4 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-xlg-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-xlg-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-xlg-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-xlg-8 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-xlg-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-xlg-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-xlg-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-xlg-12 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-xlg-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-xlg-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-xlg-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-xlg-16 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-xlg-0 {
    margin-left: 0; }
  .bx--offset-xlg-1 {
    margin-left: 6.25%; }
  .bx--offset-xlg-2 {
    margin-left: 12.5%; }
  .bx--offset-xlg-3 {
    margin-left: 18.75%; }
  .bx--offset-xlg-4 {
    margin-left: 25%; }
  .bx--offset-xlg-5 {
    margin-left: 31.25%; }
  .bx--offset-xlg-6 {
    margin-left: 37.5%; }
  .bx--offset-xlg-7 {
    margin-left: 43.75%; }
  .bx--offset-xlg-8 {
    margin-left: 50%; }
  .bx--offset-xlg-9 {
    margin-left: 56.25%; }
  .bx--offset-xlg-10 {
    margin-left: 62.5%; }
  .bx--offset-xlg-11 {
    margin-left: 68.75%; }
  .bx--offset-xlg-12 {
    margin-left: 75%; }
  .bx--offset-xlg-13 {
    margin-left: 81.25%; }
  .bx--offset-xlg-14 {
    margin-left: 87.5%; }
  .bx--offset-xlg-15 {
    margin-left: 93.75%; } }

.bx--col-max-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-1,
  .bx--grid--condensed .bx--col-max-1 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-2,
  .bx--grid--condensed .bx--col-max-2 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-3,
  .bx--grid--condensed .bx--col-max-3 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-4,
  .bx--grid--condensed .bx--col-max-4 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-5,
  .bx--grid--condensed .bx--col-max-5 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-6,
  .bx--grid--condensed .bx--col-max-6 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-7,
  .bx--grid--condensed .bx--col-max-7 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-8,
  .bx--grid--condensed .bx--col-max-8 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-9,
  .bx--grid--condensed .bx--col-max-9 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-10,
  .bx--grid--condensed .bx--col-max-10 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-11,
  .bx--grid--condensed .bx--col-max-11 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-12,
  .bx--grid--condensed .bx--col-max-12 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-13,
  .bx--grid--condensed .bx--col-max-13 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-14,
  .bx--grid--condensed .bx--col-max-14 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-15,
  .bx--grid--condensed .bx--col-max-15 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max-16,
  .bx--grid--condensed .bx--col-max-16 {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

.bx--col-max,
.bx--col-max--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bx--row--condensed .bx--col-max,
  .bx--grid--condensed .bx--col-max, .bx--row--condensed
  .bx--col-max--auto,
  .bx--grid--condensed
  .bx--col-max--auto {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }

@media (min-width: 99rem) {
  .bx--col,
  .bx--col-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-max--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-max-1 {
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-max-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-max-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-max-4 {
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-max-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-max-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-max-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-max-8 {
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-max-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-max-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-max-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-max-12 {
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-max-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-max-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-max-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-max-16 {
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-max-0 {
    margin-left: 0; }
  .bx--offset-max-1 {
    margin-left: 6.25%; }
  .bx--offset-max-2 {
    margin-left: 12.5%; }
  .bx--offset-max-3 {
    margin-left: 18.75%; }
  .bx--offset-max-4 {
    margin-left: 25%; }
  .bx--offset-max-5 {
    margin-left: 31.25%; }
  .bx--offset-max-6 {
    margin-left: 37.5%; }
  .bx--offset-max-7 {
    margin-left: 43.75%; }
  .bx--offset-max-8 {
    margin-left: 50%; }
  .bx--offset-max-9 {
    margin-left: 56.25%; }
  .bx--offset-max-10 {
    margin-left: 62.5%; }
  .bx--offset-max-11 {
    margin-left: 68.75%; }
  .bx--offset-max-12 {
    margin-left: 75%; }
  .bx--offset-max-13 {
    margin-left: 81.25%; }
  .bx--offset-max-14 {
    margin-left: 87.5%; }
  .bx--offset-max-15 {
    margin-left: 93.75%; } }

.bx--no-gutter,
.bx--row.bx--no-gutter [class*='bx--col'] {
  padding-left: 0;
  padding-right: 0; }

.bx--no-gutter--left,
.bx--row.bx--no-gutter--left [class*='bx--col'] {
  padding-left: 0; }

.bx--no-gutter--right,
.bx--row.bx--no-gutter--right [class*='bx--col'] {
  padding-right: 0; }

.bx--hang--left {
  padding-left: 1rem; }

.bx--hang--right {
  padding-right: 1rem; }

.bx--aspect-ratio {
  height: 0;
  position: relative; }

.bx--aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.bx--aspect-ratio--16x9 {
  padding-bottom: 56.25%; }

.bx--aspect-ratio--2x1 {
  padding-bottom: 50%; }

.bx--aspect-ratio--4x3 {
  padding-bottom: 75%; }

.bx--aspect-ratio--1x1 {
  padding-bottom: 100%; }

.bx--aspect-ratio--1x2 {
  padding-bottom: 200%; }

@keyframes skeleton {
  0% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; }
  20% {
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  28% {
    width: 100%;
    left: auto;
    right: 0; }
  51% {
    width: 0%;
    left: auto;
    right: 0; }
  58% {
    width: 0%;
    left: auto;
    right: 0; }
  82% {
    width: 100%;
    left: auto;
    right: 0; }
  83% {
    width: 100%;
    left: 0;
    right: auto; }
  96% {
    width: 0%;
    left: 0;
    right: auto; }
  100% {
    width: 0%;
    left: 0;
    right: auto;
    opacity: 0.3; } }

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

.bx--body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #161616;
  background-color: #ffffff;
  line-height: 1; }

.bx--text-truncate--end {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.bx--text-truncate--front {
  width: 100%;
  display: inline-block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.bx--btn-set {
  display: flex; }

.bx--btn-set > .bx--btn {
  max-width: 12.25rem;
  width: 100%; }

.bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: top;
  flex-shrink: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 3px) 60px calc(0.875rem - 3px) 12px;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
  outline: none;
  position: relative;
  max-width: 20rem;
  margin: 0; }
  .bx--btn:disabled, .bx--btn:hover:disabled, .bx--btn:focus:disabled, .bx--btn.bx--btn--disabled, .bx--btn.bx--btn--disabled:hover, .bx--btn.bx--btn--disabled:focus {
    cursor: not-allowed;
    color: #8d8d8d;
    background: #c6c6c6;
    border-color: #c6c6c6;
    box-shadow: none; }
  .bx--btn .bx--btn__icon {
    position: absolute;
    right: 1rem;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem; }

.bx--btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

.bx--btn--primary {
  background-color: #0f62fe;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  color: #ffffff; }
  .bx--btn--primary:hover {
    background-color: #0353e9; }
  .bx--btn--primary:focus {
    border-color: #0f62fe;
    box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff; }
  .bx--btn--primary:active {
    background-color: #002d9c; }
  .bx--btn--primary .bx--btn__icon,
  .bx--btn--primary .bx--btn__icon path {
    fill: currentColor; }
  .bx--btn--primary:hover {
    color: #ffffff; }

.bx--btn--secondary {
  background-color: #393939;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  color: #ffffff; }
  .bx--btn--secondary:hover {
    background-color: #4c4c4c; }
  .bx--btn--secondary:focus {
    border-color: #0f62fe;
    box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff; }
  .bx--btn--secondary:active {
    background-color: #6f6f6f; }
  .bx--btn--secondary .bx--btn__icon,
  .bx--btn--secondary .bx--btn__icon path {
    fill: currentColor; }
  .bx--btn--secondary:hover, .bx--btn--secondary:focus {
    color: #ffffff; }

.bx--btn--tertiary {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #0f62fe;
  color: #0f62fe; }
  .bx--btn--tertiary:hover {
    background-color: #0353e9; }
  .bx--btn--tertiary:focus {
    border-color: #0f62fe;
    box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff; }
  .bx--btn--tertiary:active {
    background-color: #002d9c; }
  .bx--btn--tertiary .bx--btn__icon,
  .bx--btn--tertiary .bx--btn__icon path {
    fill: currentColor; }
  .bx--btn--tertiary:hover {
    color: #ffffff; }
  .bx--btn--tertiary:focus {
    color: #ffffff;
    background-color: #0f62fe; }
  .bx--btn--tertiary:active {
    border-color: transparent; }
  .bx--btn--tertiary:disabled, .bx--btn--tertiary:hover:disabled, .bx--btn--tertiary:focus:disabled, .bx--btn--tertiary.bx--btn--disabled, .bx--btn--tertiary.bx--btn--disabled:hover, .bx--btn--tertiary.bx--btn--disabled:focus {
    background: transparent;
    color: #c6c6c6;
    outline: none; }

.bx--btn--ghost {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  color: #0f62fe;
  padding: calc(0.875rem - 3px) 12px; }
  .bx--btn--ghost:hover {
    background-color: #e5e5e5; }
  .bx--btn--ghost:focus {
    border-color: #0f62fe;
    box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff; }
  .bx--btn--ghost:active {
    background-color: #c6c6c6; }
  .bx--btn--ghost .bx--btn__icon,
  .bx--btn--ghost .bx--btn__icon path {
    fill: currentColor; }
  .bx--btn--ghost .bx--btn__icon {
    position: static;
    margin-left: 0.5rem; }
  .bx--btn--ghost:hover, .bx--btn--ghost:active {
    color: #0043ce; }
  .bx--btn--ghost:active {
    background-color: #c6c6c6; }
  .bx--btn--ghost:disabled, .bx--btn--ghost:hover:disabled, .bx--btn--ghost:focus:disabled, .bx--btn--ghost.bx--btn--disabled, .bx--btn--ghost.bx--btn--disabled:hover, .bx--btn--ghost.bx--btn--disabled:focus {
    color: #c6c6c6;
    background: transparent;
    border-color: transparent;
    outline: none; }
  .bx--btn--ghost.bx--btn--sm {
    padding: calc(0.375rem - 3px) 12px; }
  .bx--btn--ghost.bx--btn--field {
    padding: calc(0.675rem - 3px) 12px; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline: 1px solid #0f62fe; }
  .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 #0f62fe; }
  .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,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @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,
      .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 {
    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 {
    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,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.1875rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.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,
      .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
      .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
      .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
      .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
      .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
        width: 13rem; } }
  .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.bx--tooltip--visible::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::after, .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; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
  .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,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
  .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--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .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.bx--btn--ghost:focus svg {
  fill: #161616; }

.bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
  fill: #161616; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #0f62fe; }

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

.bx--btn--icon-only--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--btn--icon-only--top:focus {
    outline: 1px solid #0f62fe; }
  .bx--btn--icon-only--top:focus {
    outline: 1px solid transparent; }
    .bx--btn--icon-only--top:focus svg {
      outline: 1px solid #0f62fe; }
  .bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after,
      .bx--btn--icon-only--top .bx--assistive-text,
      .bx--btn--icon-only--top + .bx--assistive-text {
        display: inline-block; } }
  .bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after {
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--btn--icon-only--top.bx--tooltip--a11y::before, .bx--btn--icon-only--top.bx--tooltip--a11y::after {
    transition: none; }
  .bx--btn--icon-only--top::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: ''; }
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.1875rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--btn--icon-only--top::after,
      .bx--btn--icon-only--top .bx--assistive-text,
      .bx--btn--icon-only--top + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--btn--icon-only--top::after,
      .bx--btn--icon-only--top .bx--assistive-text,
      .bx--btn--icon-only--top + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--btn--icon-only--top::after,
      .bx--btn--icon-only--top .bx--assistive-text,
      .bx--btn--icon-only--top + .bx--assistive-text {
        width: 13rem; } }
  .bx--btn--icon-only--top::after {
    content: attr(aria-label); }
  .bx--btn--icon-only--top.bx--tooltip--a11y::after {
    content: none; }
  .bx--btn--icon-only--top.bx--tooltip--visible::before, .bx--btn--icon-only--top.bx--tooltip--visible::after, .bx--btn--icon-only--top:hover::before, .bx--btn--icon-only--top:hover::after, .bx--btn--icon-only--top:focus::before, .bx--btn--icon-only--top:focus::after {
    opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
  .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--btn--icon-only--top:hover .bx--assistive-text,
  .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--btn--icon-only--top:focus .bx--assistive-text,
  .bx--btn--icon-only--top:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
  .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--btn--icon-only--top:hover .bx--assistive-text,
  .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--btn--icon-only--top:focus .bx--assistive-text,
  .bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--btn--icon-only--top:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
  .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--btn--icon-only--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--btn--icon-only--top::before {
    top: -0.5rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    top: -0.8125rem;
    left: 50%;
    transform: translate(-50%, -100%); }

.bx--btn--icon-only--bottom::before, .bx--btn--icon-only--bottom::after,
.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--btn--icon-only--bottom::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%); }

.bx--btn--icon-only--bottom::after,
.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--btn--icon-only--bottom + .bx--assistive-text,
.bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: -0.8125rem;
  transform: translate(-50%, 100%); }

.bx--btn--icon-only {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .bx--btn--icon-only .bx--btn__icon {
    position: static; }
  .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon {
    margin: 0; }

.bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
  fill: #161616; }

.bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #161616; }

.bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon
path,
.bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon,
.bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover
.bx--btn__icon {
  fill: #c6c6c6; }

.bx--btn--ghost.bx--btn--icon-only[disabled] {
  cursor: not-allowed; }

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

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

.bx--btn--danger {
  background-color: #da1e28;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  color: #ffffff; }
  .bx--btn--danger:hover {
    background-color: #b81921; }
  .bx--btn--danger:focus {
    border-color: #0f62fe;
    box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff; }
  .bx--btn--danger:active {
    background-color: #750e13; }
  .bx--btn--danger .bx--btn__icon,
  .bx--btn--danger .bx--btn__icon path {
    fill: currentColor; }
  .bx--btn--danger:hover {
    color: #ffffff; }

.bx--btn--sm {
  min-height: 2rem;
  padding: calc(0.375rem - 3px) 60px calc(0.375rem - 3px) 12px; }

.bx--btn--field {
  min-height: 2.5rem;
  padding: calc(0.675rem - 3px) 60px calc(0.675rem - 3px) 12px; }

.bx--btn.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  width: 9.375rem; }
  .bx--btn.bx--skeleton:hover, .bx--btn.bx--skeleton:focus, .bx--btn.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--btn.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--btn.bx--skeleton:before {
        animation: none; } }

.bx--fieldset {
  margin-bottom: 2rem; }

.bx--form-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start; }

.bx--label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  color: #393939;
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0.5rem;
  line-height: 1rem; }

.bx--label .bx--tooltip__trigger {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px; }

.bx--label.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  width: 4.6875rem;
  height: 0.875rem; }
  .bx--label.bx--skeleton:hover, .bx--label.bx--skeleton:focus, .bx--label.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--label.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--label.bx--skeleton:before {
        animation: none; } }

input[type='number'] {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

input[data-invalid],
.bx--text-input__field-wrapper[data-invalid],
.bx--text-area__wrapper[data-invalid]
> .bx--text-area--invalid,
.bx--select-input__wrapper[data-invalid],
.bx--list-box[data-invalid],
.bx--combo-box[data-invalid] .bx--text-input {
  outline: 2px solid #da1e28;
  outline-offset: -2px; }

input[data-invalid] ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement {
  max-height: 12.5rem;
  display: block;
  color: #da1e28; }

input:not(output):not([data-invalid]):-moz-ui-invalid {
  box-shadow: none; }

.bx--form-requirement {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  margin: 0.25rem 0 0;
  max-height: 0;
  overflow: hidden;
  line-height: 1.5;
  display: none; }

.bx--label + .bx--form__helper-text {
  margin-top: -0.375rem; }

.bx--form__helper-text {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.32px;
  color: #6f6f6f;
  z-index: 0;
  opacity: 1;
  margin-bottom: 0.5rem;
  max-width: 75%; }

.bx--label--disabled,
.bx--form__helper-text--disabled {
  color: #c6c6c6; }

.bx--form-item.bx--checkbox-wrapper {
  margin-bottom: 0.25rem; }

.bx--form-item.bx--checkbox-wrapper:first-of-type {
  margin-top: 0.1875rem; }

.bx--label + .bx--form-item.bx--checkbox-wrapper {
  margin-top: -0.125rem; }

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

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

.bx--checkbox-label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  line-height: 1.5rem;
  position: relative;
  display: flex;
  cursor: pointer;
  min-height: 1.5rem;
  user-select: none;
  padding-left: 1.25rem; }

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

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

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

.bx--checkbox-label::after {
  content: '';
  position: absolute;
  left: 0.375rem;
  top: 0.5rem;
  width: 0.5625rem;
  height: 0.3125rem;
  background: none;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: scale(0) rotate(-45deg);
  transform-origin: bottom right;
  margin-top: -0.1875rem; }

.bx--checkbox:checked + .bx--checkbox-label::before,
.bx--checkbox:indeterminate + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='true']::before,
.bx--checkbox-label[data-contained-checkbox-state='mixed']::before {
  background-color: #161616;
  border-color: #161616;
  border-width: 1px; }

.bx--checkbox:checked + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state='true']::after {
  transform: scale(1) rotate(-45deg); }

.bx--checkbox:indeterminate + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state='mixed']::after {
  transform: scale(1) rotate(0deg);
  border-left: 0 solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 0.5rem;
  top: 0.6875rem; }

.bx--checkbox:focus + .bx--checkbox-label::before,
.bx--checkbox-label__focus::before,
.bx--checkbox:checked:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='true'].bx--checkbox-label__focus::before,
.bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='mixed'].bx--checkbox-label__focus::before {
  border-color: #0f62fe;
  border-width: 3px;
  width: 1.25rem;
  height: 1.25rem;
  left: -2px;
  top: 0; }

[disabled] ~ _ {
  font-size: inherit; }

.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox-label[data-contained-checkbox-disabled='true'] {
  cursor: not-allowed;
  color: #c6c6c6; }

.bx--checkbox:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-disabled='true']::before {
  border-color: #c6c6c6; }

.bx--checkbox:checked:disabled + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:disabled
+ .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='true'][data-contained-checkbox-disabled='true']::before,
.bx--checkbox-label[data-contained-checkbox-state='mixed'][data-contained-checkbox-disabled='true']::before {
  background-color: #c6c6c6; }

.bx--checkbox-label-text.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  width: 6.25rem;
  height: 1rem;
  margin: auto 0 auto 0.375rem; }
  .bx--checkbox-label-text.bx--skeleton:hover, .bx--checkbox-label-text.bx--skeleton:focus, .bx--checkbox-label-text.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--checkbox-label-text.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--checkbox-label-text.bx--skeleton:before {
        animation: none; } }

.bx--radio-button-group {
  display: flex;
  align-items: center;
  margin-top: 0.375rem; }

.bx--label + .bx--form-item .bx--radio-button-group {
  margin-top: 0; }

.bx--radio-button-group--vertical {
  flex-direction: column;
  align-items: flex-start; }
  .bx--radio-button-group--vertical.bx--radio-button-group--label-left {
    align-items: flex-end; }
  .bx--radio-button-group--vertical .bx--radio-button__label {
    margin-right: 0;
    line-height: 1.25rem; }
  .bx--radio-button-group--vertical .bx--radio-button__label:not(:last-of-type) {
    margin-bottom: 0.5rem; }

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

.bx--radio-button__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 1rem; }

.bx--radio-button__appearance {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #161616;
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
  margin-right: 0.5rem; }

.bx--radio-button:checked
+ .bx--radio-button__label
.bx--radio-button__appearance {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #161616; }
  .bx--radio-button:checked
+ .bx--radio-button__label
.bx--radio-button__appearance:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #161616; }
    @media screen and (-ms-high-contrast: active) {
      .bx--radio-button:checked
+ .bx--radio-button__label
.bx--radio-button__appearance:before {
        background-color: windowText; } }

[disabled] ~ _ {
  font-size: inherit; }

.bx--radio-button:disabled + .bx--radio-button__label {
  color: #c6c6c6;
  cursor: not-allowed; }

.bx--radio-button:disabled
+ .bx--radio-button__label
.bx--radio-button__appearance,
.bx--radio-button:disabled:checked
+ .bx--radio-button__label
.bx--radio-button__appearance {
  border-color: #c6c6c6; }
  .bx--radio-button:disabled
+ .bx--radio-button__label
.bx--radio-button__appearance::before,
  .bx--radio-button:disabled:checked
+ .bx--radio-button__label
.bx--radio-button__appearance::before {
    background-color: #c6c6c6; }

.bx--radio-button:focus
+ .bx--radio-button__label
.bx--radio-button__appearance {
  box-shadow: 0 0 0 2px #0f62fe;
  outline: 1px solid transparent; }

.bx--radio-button__label.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  width: 6.25rem;
  height: 1.125rem; }
  .bx--radio-button__label.bx--skeleton:hover, .bx--radio-button__label.bx--skeleton:focus, .bx--radio-button__label.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--radio-button__label.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--radio-button__label.bx--skeleton:before {
        animation: none; } }

.bx--radio-button__label.bx--skeleton
.bx--radio-button__appearance {
  display: none; }

.bx--radio-button-wrapper .bx--radio-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }

.bx--radio-button-wrapper:not(:last-of-type) {
  margin-right: 1rem; }

.bx--radio-button-group--vertical
.bx--radio-button-wrapper:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 0.5rem; }

.bx--radio-button-group--label-right .bx--radio-button__label,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-right
.bx--radio-button__label {
  flex-direction: row; }

.bx--radio-button-group--label-left .bx--radio-button__label,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-left
.bx--radio-button__label {
  flex-direction: row-reverse; }

.bx--radio-button-group--label-left
.bx--radio-button__appearance,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-left
.bx--radio-button__appearance {
  margin-right: 0;
  margin-left: 0.5rem; }

.bx--select {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.bx--select-input__wrapper {
  position: relative;
  display: flex;
  align-items: center; }

.bx--select-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  height: 2.5rem;
  appearance: none;
  display: block;
  width: 14rem;
  min-width: 8rem;
  max-width: 28rem;
  padding: 0 3rem 0 1rem;
  color: #161616;
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  border-radius: 0;
  cursor: pointer;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--select-input:hover {
    background-color: #e5e5e5; }
  .bx--select-input::-ms-expand {
    display: none; }

@-moz-document url-prefix() {
  .bx--select-input:-moz-focusring, .bx--select-input::-moz-focus-inner {
    color: transparent;
    text-shadow: 0 0 0 #000;
    background-image: none; } }
  .bx--select-input:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
    color: #161616; }
  .bx--select-input:disabled, .bx--select-input:hover:disabled {
    cursor: not-allowed;
    background-color: #f4f4f4;
    color: #c6c6c6;
    border-bottom-color: #f4f4f4; }

.bx--select-input--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--select-input--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--select--disabled .bx--label,
.bx--select--disabled .bx--form__helper-text {
  color: #c6c6c6; }

.bx--select-input__wrapper[data-invalid] .bx--select-input {
  padding-right: 5rem; }

.bx--select-input__wrapper[data-invalid] .bx--select-input,
.bx--select-input__wrapper[data-invalid]
.bx--select-input:focus {
  outline: 2px solid #da1e28;
  outline-offset: -2px; }

.bx--form-requirement {
  display: block;
  color: #da1e28;
  font-weight: 400;
  overflow: visible; }

.bx--select-input:disabled ~ .bx--select__arrow {
  fill: #c6c6c6; }

.bx--select--light .bx--select-input {
  background-color: #ffffff; }
  .bx--select--light .bx--select-input:hover {
    background-color: #e5e5e5; }
  .bx--select--light .bx--select-input:disabled, .bx--select--light .bx--select-input:hover:disabled {
    cursor: not-allowed;
    background-color: #f4f4f4;
    color: #c6c6c6; }

.bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  fill: #161616;
  pointer-events: none; }

.bx--select-input__wrapper[data-invalid]
.bx--select-input
~ .bx--select__invalid-icon {
  position: absolute;
  right: 3rem; }

.bx--select-input__wrapper[data-invalid]
.bx--select-input
~ .bx--select__invalid-icon {
  fill: #da1e28; }

.bx--select-optgroup,
.bx--select-option {
  color: #161616; }

.bx--select-option[disabled] {
  opacity: 0.5;
  cursor: not-allowed; }

@-moz-document url-prefix() {
  .bx--select-option {
    background-color: #f4f4f4;
    color: #161616; }
  .bx--select-optgroup {
    color: #161616; } }

.bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center; }

.bx--select--inline.bx--select--invalid .bx--label,
.bx--select--inline.bx--select--invalid
.bx--form__helper-text {
  margin-top: 0.8125rem;
  align-self: flex-start; }

.bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem; }

.bx--select--inline .bx--label {
  white-space: nowrap;
  margin: 0 0.5rem 0 0; }

.bx--select--inline .bx--select-input {
  background-color: transparent;
  color: #161616;
  border-bottom: none;
  padding-left: 0.5rem;
  padding-right: 2rem; }

.bx--select--inline .bx--select-input[disabled],
.bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #f4f4f4; }

.bx--select--inline .bx--select__arrow {
  right: 0.5rem; }

.bx--select--inline.bx--select--invalid
.bx--select-input {
  padding-right: 3.5rem; }

.bx--select--inline.bx--select--invalid
.bx--select-input
~ .bx--select__invalid-icon {
  right: 2rem; }

.bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed; }
  .bx--select--inline .bx--select-input:disabled ~ * {
    cursor: not-allowed; }

.bx--select--inline .bx--select-input:disabled {
  cursor: not-allowed; }

.bx--select.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  width: 100%;
  height: 2.5rem; }
  .bx--select.bx--skeleton:hover, .bx--select.bx--skeleton:focus, .bx--select.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--select.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--select.bx--skeleton:before {
        animation: none; } }

.bx--select.bx--skeleton .bx--select-input {
  display: none; }

.bx--text-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #f4f4f4;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  color: #161616;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  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 #0f62fe;
    outline-offset: -2px; }
  .bx--text-input-wrapper svg[hidden] {
    display: none; }

.bx--text-input--xl {
  height: 3rem; }

.bx--text-input--sm {
  height: 2rem; }

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

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

.bx--text-input--light {
  background-color: #ffffff; }

.bx--text-input__field-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }
  .bx--text-input__field-wrapper .bx--text-input__invalid-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    fill: #da1e28; }
  .bx--text-input__field-wrapper .bx--text-input--password__visibility {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    overflow: visible; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
      outline: 1px solid #0f62fe; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
      outline: 1px solid transparent; }
      .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus svg {
        outline: 1px solid #0f62fe; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
      position: absolute;
      z-index: 10000;
      display: flex;
      align-items: center;
      opacity: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
          display: inline-block; } }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after {
      transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::after {
      transition: none; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::before {
      width: 0;
      height: 0;
      border-style: solid;
      content: ''; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
      box-sizing: content-box;
      color: inherit;
      opacity: 1;
      white-space: normal; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      width: max-content;
      min-width: 1.5rem;
      max-width: 13rem;
      height: auto;
      padding: 0.1875rem 1rem;
      border-radius: 0.125rem;
      color: #ffffff;
      font-weight: 400;
      text-align: left;
      transform: translateX(-50%);
      background-color: #393939;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.125rem;
      letter-spacing: 0.16px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
          width: 13rem; } }
      @supports (-ms-accelerator: true) {
        .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
          width: 13rem; } }
      @supports (-ms-ime-align: auto) {
        .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
        .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
          width: 13rem; } }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::after {
      content: attr(aria-label); }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::after {
      content: none; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible::after, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover::after, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus::after {
      opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus + .bx--assistive-text {
      clip: auto;
      margin: auto;
      overflow: visible; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover.bx--tooltip--a11y::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus.bx--tooltip--a11y::before {
      animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden + .bx--assistive-text {
      clip: rect(0, 0, 0, 0);
      margin: -1px;
      overflow: hidden; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden.bx--tooltip--a11y::before {
      animation: none;
      opacity: 0; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
      bottom: 0;
      left: 50%; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::before {
      bottom: -0.5rem;
      border-width: 0 0.25rem 0.3125rem 0.25rem;
      border-color: transparent transparent #393939 transparent;
      transform: translate(-50%, 100%); }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
      bottom: -0.8125rem;
      transform: translate(-50%, 100%); }
  .bx--text-input__field-wrapper .bx--text-input--password__visibility,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
    position: absolute;
    height: 1rem;
    width: 1rem;
    right: 1rem;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer; }
    .bx--text-input__field-wrapper .bx--text-input--password__visibility svg,
    .bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
      fill: #525252; }
  .bx--text-input__field-wrapper .bx--text-input--invalid {
    padding-right: 2.5rem; }
  .bx--text-input__field-wrapper .bx--text-input--invalid.bx--password-input {
    padding-right: 4rem; }
  .bx--text-input__field-wrapper .bx--text-input--invalid
+ .bx--text-input--password__visibility,
  .bx--text-input__field-wrapper .bx--text-input--invalid
+ .bx--text-input--password__visibility__toggle {
    right: 1rem; }

.bx--password-input-wrapper .bx--text-input__invalid-icon {
  right: 2.5rem; }

.bx--text-input:disabled
+ .bx--text-input--password__visibility
svg,
.bx--text-input:disabled
+ .bx--text-input--password__visibility__toggle
svg {
  opacity: 0.5;
  cursor: not-allowed; }

.bx--text-input:disabled {
  cursor: not-allowed;
  outline: none;
  background-color: #f4f4f4;
  border-bottom: 1px solid transparent;
  color: #c6c6c6; }

.bx--text-input--light:disabled {
  background-color: #ffffff; }

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

.bx--text-input--invalid {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
  box-shadow: none; }
  .bx--text-input--invalid .bx--text-input--password__visibility,
  .bx--text-input--invalid .bx--text-input--password__visibility__toggle {
    right: 2.5rem; }

.bx--text-area {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #f4f4f4;
  width: 100%;
  min-width: 10rem;
  min-height: 2.5rem;
  padding: 0.6875rem 1rem;
  color: #161616;
  order: 3;
  resize: vertical;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  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-area ~ .bx--form__helper-text {
    margin-top: 0;
    order: 2; }
  .bx--text-area ~ .bx--form-requirement {
    order: 4;
    color: #da1e28;
    font-weight: 400;
    margin-top: 0.25rem; }
    .bx--text-area ~ .bx--form-requirement::before {
      display: none; }

.bx--text-area:focus,
.bx--text-area:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--text-area::placeholder {
  color: #a8a8a8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
  opacity: 1; }

.bx--text-area--light {
  background-color: #ffffff; }

.bx--text-area--invalid {
  padding-right: 2.5rem; }

.bx--text-area__wrapper {
  position: relative;
  display: flex;
  width: 100%; }

.bx--text-area__invalid-icon {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  fill: #da1e28; }

.bx--text-area:disabled {
  cursor: not-allowed;
  outline: none;
  background-color: #f4f4f4;
  border-bottom: 1px solid transparent; }

.bx--text-area:disabled::placeholder {
  color: #c6c6c6; }

.bx--text-area.bx--text-area--light:disabled {
  background-color: #ffffff; }

bx--text-area.bx--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  height: 6.25rem; }
  bx--text-area.bx--skeleton:hover, bx--text-area.bx--skeleton:focus, bx--text-area.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  bx--text-area.bx--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      bx--text-area.bx--skeleton:before {
        animation: none; } }
  bx--text-area.bx--skeleton::placeholder {
    color: transparent; }

.bx--link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #0f62fe;
  text-decoration: none;
  outline: none;
  transition: 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--link:hover {
    color: #0043ce;
    text-decoration: underline; }
  .bx--link:active, .bx--link:active:visited, .bx--link:active:visited:hover {
    color: #161616;
    text-decoration: underline; }
  .bx--link:focus {
    outline: 1px solid #0f62fe; }
  .bx--link:not([href]):not(button) {
    color: #c6c6c6;
    cursor: not-allowed;
    pointer-events: none;
    touch-action: none; }
  .bx--link:visited {
    color: #0f62fe; }
  .bx--link:visited:hover {
    color: #0043ce; }

.bx--link--disabled {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: inline;
  color: #c6c6c6;
  font-weight: 400;
  cursor: not-allowed; }

.bx--link.bx--link--visited:visited {
  color: #8a3ffc; }

.bx--link.bx--link--visited:visited:hover {
  color: #0043ce; }

.bx--link.bx--link--inline {
  text-decoration: underline; }
  .bx--link.bx--link--inline:hover {
    color: #0043ce; }
  .bx--link.bx--link--inline:focus {
    text-decoration: none; }
  .bx--link.bx--link--inline:visited {
    text-decoration: none; }

.bx--link--disabled.bx--link--inline {
  text-decoration: underline; }

.bx--list--nested,
.bx--list--unordered,
.bx--list--ordered {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  list-style: none; }

.bx--list__item {
  color: #161616;
  margin-bottom: 0.25rem; }

.bx--list--nested {
  margin-top: 0.25rem;
  margin-left: 1.5rem; }

.bx--list--nested > .bx--list__item {
  margin-top: 0;
  margin-bottom: 0; }

.bx--list--nested .bx--list--nested {
  margin-top: 0; }

.bx--list--ordered:not(.bx--list--nested) {
  counter-reset: item; }

.bx--list--ordered:not(.bx--list--nested)
> .bx--list__item {
  position: relative; }

.bx--list--ordered:not(.bx--list--nested)
> .bx--list__item::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: -1.5rem; }

.bx--list--ordered.bx--list--nested {
  list-style-type: lower-latin; }

.bx--list--unordered > .bx--list__item {
  position: relative; }
  .bx--list--unordered > .bx--list__item::before {
    position: absolute;
    left: -1rem;
    content: '\2013'; }

.bx--list--unordered.bx--list--nested
> .bx--list__item::before {
  left: -0.75rem;
  content: '\25AA'; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-end-p1 {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-end-p2 {
  100% {
    transform: rotate(-360deg); } }

/* Stroke animations */
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 40; } }

@keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }
  100% {
    stroke-dashoffset: 240; } }

.bx--loading {
  animation-name: rotate;
  animation-duration: 690ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  width: 10.5rem;
  height: 10.5rem; }
  .bx--loading svg circle {
    animation-name: init-stroke;
    animation-duration: 10ms;
    animation-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--loading__svg {
  fill: transparent; }

.bx--loading__svg circle {
  stroke-width: 8;
  stroke-linecap: butt;
  stroke-dasharray: 240; }

.bx--loading__stroke {
  stroke: #0f62fe;
  stroke-dashoffset: 40; }

.bx--loading--small .bx--loading__stroke {
  stroke-dashoffset: 99; }

.bx--loading--stop {
  animation: rotate-end-p1 700ms cubic-bezier(0.2, 0, 1, 0.9) forwards, rotate-end-p2 700ms cubic-bezier(0.2, 0, 1, 0.9) 700ms forwards; }
  .bx--loading--stop svg circle {
    animation-name: stroke-end;
    animation-duration: 700ms;
    animation-timing-function: cubic-bezier(0.2, 0, 1, 0.9);
    animation-delay: 700ms;
    animation-fill-mode: forwards; }

.bx--loading--small {
  width: 2rem;
  height: 2rem; }
  .bx--loading--small circle {
    stroke-width: 12; }

.bx--loading--small .bx--loading__svg {
  stroke: #0f62fe; }

.bx--loading__background {
  stroke: #e0e0e0;
  stroke-dashoffset: 0; }

.bx--loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 720ms cubic-bezier(0.4, 0.14, 0.3, 1);
  z-index: 8000; }

.bx--loading-overlay--stop {
  display: none; }

.bx--modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: background-color 720ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms; }
  .bx--modal.is-visible {
    visibility: inherit;
    opacity: 1;
    background-color: rgba(22, 22, 22, 0.5);
    transition: background-color 720ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1), visibility 0ms linear; }
  .bx--modal .bx--text-input,
  .bx--modal .bx--text-area,
  .bx--modal .bx--search-input,
  .bx--modal .bx--select-input,
  .bx--modal .bx--dropdown,
  .bx--modal .bx--dropdown-list,
  .bx--modal .bx--number input[type='number'],
  .bx--modal .bx--date-picker__input {
    background-color: #ffffff; }

.bx--modal.is-visible .bx--modal-container {
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1);
  transform: translate3d(0, 0, 0); }

.bx--modal-container {
  position: fixed;
  top: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: auto;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  max-height: 100%;
  outline: 3px solid transparent;
  outline-offset: -3px;
  overflow: hidden;
  transform-origin: top center;
  transform: translate3d(0, -24px, 0);
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1); }
  @media (min-width: 42rem) {
    .bx--modal-container {
      position: static;
      width: 84%;
      max-height: 90%;
      height: auto; }
      .bx--modal-container .bx--modal-header,
      .bx--modal-container .bx--modal-content,
      .bx--modal-container .bx--modal-content__regular-content {
        padding-right: 20%; }
      .bx--modal-container .bx--modal-content--with-form {
        padding-right: 1rem; } }
  @media (min-width: 66rem) {
    .bx--modal-container {
      width: 60%;
      max-height: 84%; } }
  @media (min-width: 82rem) {
    .bx--modal-container {
      width: 48%; } }

.bx--modal-header,
.bx--modal-content {
  padding-left: 1rem; }

.bx--modal-header,
.bx--modal-content,
.bx--modal-content__regular-content {
  padding-right: 1rem; }

.bx--modal-content--with-form {
  padding-right: 1rem; }

.bx--modal-container--xs .bx--modal-header {
  padding-right: 3rem; }

.bx--modal-container--xs .bx--modal-content,
.bx--modal-container--xs .bx--modal-content__regular-content,
.bx--modal-container--xs .bx--modal-content--with-form {
  padding-right: 1rem; }

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

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

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

.bx--modal-container--sm .bx--modal-header {
  padding-right: 3rem; }

.bx--modal-container--sm .bx--modal-content,
.bx--modal-container--sm .bx--modal-content__regular-content,
.bx--modal-container--sm .bx--modal-content--with-form {
  padding-right: 1rem; }

@media (min-width: 42rem) {
  .bx--modal-container--sm {
    width: 60%; } }

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

@media (min-width: 82rem) {
  .bx--modal-container--sm {
    width: 36%; }
    .bx--modal-container--sm .bx--modal-header,
    .bx--modal-container--sm .bx--modal-content,
    .bx--modal-container--sm .bx--modal-content__regular-content {
      padding-right: 20%; }
    .bx--modal-container--sm .bx--modal-content--with-form {
      padding-right: 1rem; } }

.bx--modal-container--lg .bx--modal-header {
  padding-right: 3rem; }

.bx--modal-container--lg .bx--modal-content,
.bx--modal-container--lg .bx--modal-content__regular-content,
.bx--modal-container--lg .bx--modal-content--with-form {
  padding-right: 1rem; }

@media (min-width: 42rem) {
  .bx--modal-container--lg {
    width: 96%; }
    .bx--modal-container--lg .bx--modal-header,
    .bx--modal-container--lg .bx--modal-content,
    .bx--modal-container--lg .bx--modal-content__regular-content {
      padding-right: 20%; }
    .bx--modal-container--lg .bx--modal-content--with-form {
      padding-right: 1rem; } }

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

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

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

.bx--modal-header__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  color: #393939;
  margin-bottom: 0.25rem; }

.bx--modal-header__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #161616; }

.bx--modal-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
  grid-row: 2/-2;
  grid-column: 1/-1;
  overflow-y: auto;
  margin-bottom: 3rem;
  color: #161616;
  font-weight: 400;
  padding-top: 0.5rem; }
  .bx--modal-content:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }

.bx--modal-scroll-content > *:last-child {
  padding-bottom: 2rem; }

.bx--modal-content > * {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px; }

.bx--modal-content--overflow-indicator {
  grid-row: 2/-2;
  grid-column: 1/-1;
  width: 100%;
  height: 2rem;
  content: '';
  position: absolute;
  left: 0;
  bottom: 3rem;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  pointer-events: none; }

.bx--modal-content:focus
~ .bx--modal-content--overflow-indicator {
  width: calc(100% - 4px);
  margin: 0 2px 2px 2px; }

.bx--modal-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  height: 4rem;
  grid-row: -1/-1;
  grid-column: 1/-1; }
  .bx--modal-footer button.bx--btn {
    max-width: none;
    flex: 0 1 50%;
    height: 4rem;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 2rem; }

.bx--modal-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
  padding: 0.75rem;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--modal-close:hover {
    background-color: #e5e5e5; }
  .bx--modal-close:focus {
    outline: none;
    border-color: #0f62fe; }

.bx--modal-close::-moz-focus-inner {
  border: 0; }

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

.bx--body--with-modal-open {
  overflow: hidden; }

.bx--inline-notification {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: auto;
  min-height: 3rem;
  min-width: 18rem;
  max-width: 18rem;
  width: 100%;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @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:not(.bx--inline-notification--low-contrast)
a {
  color: #78a9ff; }

.bx--inline-notification a {
  text-decoration: none; }

.bx--inline-notification a:hover {
  text-decoration: underline; }

.bx--inline-notification a:focus {
  outline: 1px solid #78a9ff; }

.bx--inline-notification.bx--inline-notification--low-contrast
a:focus {
  outline: 1px solid #0f62fe; }

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

.bx--inline-notification--error {
  border-left: 3px solid #fa4d56;
  background: #393939; }
  .bx--inline-notification--error .bx--inline-notification__icon,
  .bx--inline-notification--error .bx--toast-notification__icon {
    fill: #fa4d56; }

.bx--inline-notification--low-contrast.bx--inline-notification--error {
  border-left: 3px solid #da1e28;
  background: #fff1f1; }
  .bx--inline-notification--low-contrast.bx--inline-notification--error .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--error .bx--toast-notification__icon {
    fill: #da1e28; }
  .bx--inline-notification--low-contrast.bx--inline-notification--error:before {
    border-color: #da1e28; }

.bx--inline-notification--success {
  border-left: 3px solid #42be65;
  background: #393939; }
  .bx--inline-notification--success .bx--inline-notification__icon,
  .bx--inline-notification--success .bx--toast-notification__icon {
    fill: #42be65; }

.bx--inline-notification--low-contrast.bx--inline-notification--success {
  border-left: 3px solid #24a148;
  background: #defbe6; }
  .bx--inline-notification--low-contrast.bx--inline-notification--success .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--success .bx--toast-notification__icon {
    fill: #24a148; }
  .bx--inline-notification--low-contrast.bx--inline-notification--success:before {
    border-color: #24a148; }

.bx--inline-notification--info {
  border-left: 3px solid #4589ff;
  background: #393939; }
  .bx--inline-notification--info .bx--inline-notification__icon,
  .bx--inline-notification--info .bx--toast-notification__icon {
    fill: #4589ff; }

.bx--inline-notification--low-contrast.bx--inline-notification--info {
  border-left: 3px solid #0043ce;
  background: #edf5ff; }
  .bx--inline-notification--low-contrast.bx--inline-notification--info .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--info .bx--toast-notification__icon {
    fill: #0043ce; }
  .bx--inline-notification--low-contrast.bx--inline-notification--info:before {
    border-color: #0043ce; }

.bx--inline-notification--warning {
  border-left: 3px solid #f1c21b;
  background: #393939; }
  .bx--inline-notification--warning .bx--inline-notification__icon,
  .bx--inline-notification--warning .bx--toast-notification__icon {
    fill: #f1c21b; }

.bx--inline-notification--low-contrast.bx--inline-notification--warning {
  border-left: 3px solid #f1c21b;
  background: #fdf6dd; }
  .bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--toast-notification__icon {
    fill: #f1c21b; }
  .bx--inline-notification--low-contrast.bx--inline-notification--warning:before {
    border-color: #f1c21b; }

.bx--inline-notification--warning
.bx--inline-notification__icon
path[opacity='0'] {
  fill: #000000;
  opacity: 1; }

.bx--inline-notification__details {
  display: flex;
  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-right: 1rem;
  margin-top: 0.875rem; }

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

.bx--inline-notification__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  margin: 0 0.25rem 0 0; }

.bx--inline-notification__subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  word-break: break-word; }

.bx--inline-notification__action-button.bx--btn--ghost {
  height: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 2.5rem; }
  @media (min-width: 42rem) {
    .bx--inline-notification__action-button.bx--btn--ghost {
      margin: 0.5rem 0; } }
  .bx--inline-notification__action-button.bx--btn--ghost, .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification__action-button.bx--btn--ghost:focus, .bx--inline-notification__action-button.bx--btn--ghost:active {
    color: #78a9ff; }
  .bx--inline-notification__action-button.bx--btn--ghost:focus {
    border-color: transparent;
    outline: 2px solid #ffffff;
    outline-offset: -2px; }
  .bx--inline-notification__action-button.bx--btn--ghost:hover {
    background-color: #4c4c4c; }

.bx--inline-notification--hide-close-button
.bx--inline-notification__action-button.bx--btn--ghost {
  margin-right: 0.5rem; }

.bx--inline-notification__close-button {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  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 #ffffff;
    outline-offset: -2px; }
  .bx--inline-notification__close-button .bx--inline-notification__close-icon {
    fill: #ffffff; }
  @media (min-width: 42rem) {
    .bx--inline-notification__close-button {
      position: static; } }

.bx--inline-notification--low-contrast
.bx--inline-notification__close-button {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

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

.bx--inline-notification--low-contrast .bx--inline-notification__action-button {
  color: #0f62fe; }
  .bx--inline-notification--low-contrast .bx--inline-notification__action-button:active {
    color: #002d9c; }
  .bx--inline-notification--low-contrast .bx--inline-notification__action-button:active, .bx--inline-notification--low-contrast .bx--inline-notification__action-button:hover {
    background-color: #ffffff; }

.bx--toast-notification {
  display: flex;
  width: 18rem;
  height: auto;
  padding-left: 0.875rem;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); }
  .bx--toast-notification:first-child {
    margin-top: 1rem; }
  @media (min-width: 99rem) {
    .bx--toast-notification {
      width: 22rem; } }

.bx--toast-notification:not(.bx--toast-notification--low-contrast)
a {
  color: #78a9ff; }

.bx--toast-notification a {
  text-decoration: none; }

.bx--toast-notification a:hover {
  text-decoration: underline; }

.bx--toast-notification a:focus {
  outline: 1px solid #78a9ff; }

.bx--toast-notification.bx--toast-notification--low-contrast
a:focus {
  outline: 1px solid #0f62fe; }

.bx--toast-notification--low-contrast {
  color: #161616; }

.bx--toast-notification--error {
  border-left: 3px solid #fa4d56;
  background: #393939; }
  .bx--toast-notification--error .bx--inline-notification__icon,
  .bx--toast-notification--error .bx--toast-notification__icon {
    fill: #fa4d56; }

.bx--toast-notification--low-contrast.bx--toast-notification--error {
  border-left: 3px solid #da1e28;
  background: #fff1f1; }
  .bx--toast-notification--low-contrast.bx--toast-notification--error .bx--inline-notification__icon,
  .bx--toast-notification--low-contrast.bx--toast-notification--error .bx--toast-notification__icon {
    fill: #da1e28; }

.bx--toast-notification--success {
  border-left: 3px solid #42be65;
  background: #393939; }
  .bx--toast-notification--success .bx--inline-notification__icon,
  .bx--toast-notification--success .bx--toast-notification__icon {
    fill: #42be65; }

.bx--toast-notification--low-contrast.bx--toast-notification--success {
  border-left: 3px solid #24a148;
  background: #defbe6; }
  .bx--toast-notification--low-contrast.bx--toast-notification--success .bx--inline-notification__icon,
  .bx--toast-notification--low-contrast.bx--toast-notification--success .bx--toast-notification__icon {
    fill: #24a148; }

.bx--toast-notification--info {
  border-left: 3px solid #4589ff;
  background: #393939; }
  .bx--toast-notification--info .bx--inline-notification__icon,
  .bx--toast-notification--info .bx--toast-notification__icon {
    fill: #4589ff; }

.bx--toast-notification--low-contrast.bx--toast-notification--info {
  border-left: 3px solid #0043ce;
  background: #edf5ff; }
  .bx--toast-notification--low-contrast.bx--toast-notification--info .bx--inline-notification__icon,
  .bx--toast-notification--low-contrast.bx--toast-notification--info .bx--toast-notification__icon {
    fill: #0043ce; }

.bx--toast-notification--warning {
  border-left: 3px solid #f1c21b;
  background: #393939; }
  .bx--toast-notification--warning .bx--inline-notification__icon,
  .bx--toast-notification--warning .bx--toast-notification__icon {
    fill: #f1c21b; }

.bx--toast-notification--low-contrast.bx--toast-notification--warning {
  border-left: 3px solid #f1c21b;
  background: #fdf6dd; }
  .bx--toast-notification--low-contrast.bx--toast-notification--warning .bx--inline-notification__icon,
  .bx--toast-notification--low-contrast.bx--toast-notification--warning .bx--toast-notification__icon {
    fill: #f1c21b; }

.bx--toast-notification--warning
.bx--toast-notification__icon
path[opacity='0'] {
  fill: #000000;
  opacity: 1; }

.bx--toast-notification__icon {
  flex-shrink: 0;
  margin-right: 0.875rem;
  margin-top: 0.875rem; }

.bx--toast-notification__details {
  margin-right: 1rem; }

.bx--toast-notification__close-button {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
  height: 3rem;
  width: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  transition: outline 110ms, background-color 110ms; }
  .bx--toast-notification__close-button:focus {
    outline: 2px solid #ffffff;
    outline-offset: -2px; }
  .bx--toast-notification__close-button .bx--toast-notification__close-icon {
    fill: #ffffff; }

.bx--toast-notification--low-contrast
.bx--toast-notification__close-button {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--toast-notification--low-contrast
.bx--toast-notification__close-button
.bx--toast-notification__close-icon {
  fill: #161616; }

.bx--toast-notification__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  font-weight: 600;
  margin-top: 1rem;
  word-break: break-word; }

.bx--toast-notification__subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  word-break: break-word; }

.bx--toast-notification--low-contrast
.bx--toast-notification__subtitle {
  color: #161616; }

.bx--toast-notification__caption {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #ffffff;
  margin-bottom: 1rem; }

.bx--toast-notification--low-contrast
.bx--toast-notification__caption {
  color: #161616; }

.bx--tooltip__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  display: inline-flex;
  align-items: center;
  color: #393939; }
  .bx--tooltip__label:focus {
    outline: 1px solid #0f62fe; }

.bx--tooltip__trigger svg {
  fill: #525252; }

.bx--tooltip__trigger:not(.bx--btn--icon-only) {
  display: inline-block;
  background: none;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem; }
  .bx--tooltip__trigger:not(.bx--btn--icon-only)::-moz-focus-inner {
    border: 0; }
  .bx--tooltip__trigger:not(.bx--btn--icon-only):focus {
    outline: 1px solid #0f62fe;
    fill: #0353e9; }

.bx--tooltip__label .bx--tooltip__trigger {
  margin-left: 0.5rem; }

.bx--tooltip__label--bold {
  font-weight: 600; }

.bx--tooltip {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  min-width: 13rem;
  max-width: 18rem;
  background: #393939;
  margin-top: 0.25rem;
  padding: 1rem;
  border-radius: 0.125rem;
  z-index: 10000;
  word-wrap: break-word;
  color: #ffffff; }
  .bx--tooltip:focus {
    box-shadow: inset 0 0 0 1px #393939, inset 0 0 0 2px #ffffff;
    outline: 0; }
  .bx--tooltip p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
  .bx--tooltip button {
    padding-right: 2rem; }
  .bx--tooltip .bx--btn:focus {
    border-color: #ffffff;
    outline-color: #393939; }
  .bx--tooltip .bx--link {
    color: #78a9ff;
    font-size: 0.875rem; }
    .bx--tooltip .bx--link:focus {
      outline: 1px solid #ffffff;
      outline-offset: 2px; }
    .bx--tooltip .bx--link:active {
      color: #ffffff; }
    .bx--tooltip .bx--link:visited {
      color: #78a9ff; }
  .bx--tooltip .bx--tooltip__content[tabindex='-1']:focus {
    outline: none; }
  .bx--tooltip .bx--tooltip__caret {
    border-left: 0.42969rem solid transparent;
    border-right: 0.42969rem solid transparent;
    border-bottom: 0.42969rem solid #393939;
    position: absolute;
    left: 0;
    top: calc(-0.42969rem + 1px);
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: ''; }
  .bx--tooltip .bx--tooltip__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem; }
  .bx--tooltip[data-floating-menu-direction='left'] .bx--tooltip__caret {
    left: auto;
    top: 50%;
    right: calc(-0.42969rem + 1px);
    transform: rotate(90deg) translate(50%, -50%); }
  .bx--tooltip[data-floating-menu-direction='top'] .bx--tooltip__caret {
    top: auto;
    bottom: calc(-0.42969rem + 1px);
    transform: rotate(180deg); }
  .bx--tooltip[data-floating-menu-direction='right'] .bx--tooltip__caret {
    left: calc(-0.42969rem + 1px);
    top: 50%;
    right: auto;
    transform: rotate(270deg) translate(50%, -50%); }

.bx--tooltip__heading {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  margin-bottom: 0.5rem; }

.bx--tooltip--shown {
  display: block; }

/* begin legacy definition tooltip TODO: deprecate */
.bx--tooltip--definition {
  position: relative; }
  .bx--tooltip--definition .bx--tooltip__trigger {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.32px;
    display: inline-flex;
    position: relative;
    border-bottom: 1px dotted #0f62fe;
    color: #161616; }
    .bx--tooltip--definition .bx--tooltip__trigger:hover {
      cursor: pointer; }
      .bx--tooltip--definition .bx--tooltip__trigger:hover + .bx--tooltip--definition__top,
      .bx--tooltip--definition .bx--tooltip__trigger:hover + .bx--tooltip--definition__bottom {
        display: block; }
    .bx--tooltip--definition .bx--tooltip__trigger:focus {
      outline: 1px solid #0f62fe; }
      .bx--tooltip--definition .bx--tooltip__trigger:focus + .bx--tooltip--definition__top,
      .bx--tooltip--definition .bx--tooltip__trigger:focus + .bx--tooltip--definition__bottom {
        display: block; }

.bx--tooltip--definition__bottom,
.bx--tooltip--definition__top {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  display: none;
  background: #393939;
  width: 13rem;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
  pointer-events: none;
  cursor: pointer; }
  .bx--tooltip--definition__bottom p,
  .bx--tooltip--definition__top p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px;
    color: #ffffff; }
  .bx--tooltip--definition__bottom .bx--tooltip__caret,
  .bx--tooltip--definition__top .bx--tooltip__caret {
    position: absolute;
    right: 0;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: #393939;
    margin-left: 1rem; }

.bx--tooltip--definition__bottom .bx--tooltip__caret {
  top: -0.2rem;
  transform: rotate(-135deg); }

.bx--tooltip--definition__top {
  transform: translateY(-100%);
  margin-top: -2rem; }
  .bx--tooltip--definition__top .bx--tooltip__caret {
    bottom: -0.2rem;
    transform: rotate(45deg); }

.bx--tooltip--definition__align-end {
  right: 0; }

.bx--tooltip--definition__align-center {
  margin-left: 50%;
  transform: translateX(-50%); }

.bx--tooltip--definition__top.bx--tooltip--definition__align-center {
  margin-left: 50%;
  transform: translate(-50%, -100%); }

.bx--tooltip--definition__align-center .bx--tooltip__caret {
  left: auto;
  margin-left: auto;
  margin-right: calc(50% - 6px); }

.bx--tooltip--definition__align-end .bx--tooltip__caret {
  left: auto;
  margin-left: auto;
  margin-right: 1rem; }

/* end legacy definition tooltip */
.bx--tooltip--definition.bx--tooltip--a11y {
  display: inline-flex; }

.bx--tooltip--definition button.bx--tooltip--a11y {
  margin: 0; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  border-bottom: 0.0625rem dotted #0f62fe; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus {
    outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
        display: inline-block; } }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after {
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::after {
    transition: none; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: ''; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.5rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
        width: 13rem; } }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after {
    content: attr(aria-label); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::after {
    content: none; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus::after {
    opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before {
    top: -0.25rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    top: -0.5625rem;
    left: 0;
    transform: translate(0, -100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::before {
    top: -0.25rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
    top: -0.5625rem;
    left: 0;
    transform: translate(0, -100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::before {
    top: -0.25rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
    top: -0.5625rem;
    left: 50%;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::before {
    top: -0.25rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
    top: -0.5625rem;
    right: 0;
    left: auto;
    transform: translate(0, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus {
    outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
        display: inline-block; } }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after {
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::after {
    transition: none; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: ''; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.5rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
        width: 13rem; } }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after {
    content: attr(aria-label); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::after {
    content: none; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus::after {
    opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before {
    bottom: -0.25rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    bottom: -0.5625rem;
    left: 0;
    transform: translate(0, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y + .bx--assistive-text {
    bottom: -0.5rem;
    transform: translate(0, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::before {
    bottom: -0.25rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
    bottom: -0.5625rem;
    left: 0;
    transform: translate(0, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start.bx--tooltip--a11y + .bx--assistive-text {
    bottom: -0.5rem;
    transform: translate(0, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::before {
    bottom: -0.25rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
    bottom: -0.5625rem;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center.bx--tooltip--a11y + .bx--assistive-text {
    bottom: -0.5rem;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::before {
    bottom: -0.25rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
    bottom: -0.5625rem;
    right: 0;
    left: auto;
    transform: translate(0, 100%); }
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end.bx--tooltip--a11y + .bx--assistive-text {
    bottom: -0.5rem;
    transform: translate(0, 100%); }

/* begin tooltip icon (TODO: deprecate) */
.bx--tooltip--icon {
  display: inline-flex;
  align-items: center; }

.bx--tooltip--icon__top,
.bx--tooltip--icon__bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--tooltip--icon__top::before, .bx--tooltip--icon__top::after,
  .bx--tooltip--icon__bottom::before,
  .bx--tooltip--icon__bottom::after {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px;
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip--icon__top::before,
  .bx--tooltip--icon__bottom::before {
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-style: solid;
    border-color: transparent transparent #393939 transparent;
    margin: 0 auto;
    content: '';
    margin-top: 1px;
    margin-left: 50%; }
  .bx--tooltip--icon__top::after,
  .bx--tooltip--icon__bottom::after {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 1.5rem;
    max-width: 13rem;
    height: 1.5rem;
    margin-left: 50%;
    padding: 0 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    content: attr(aria-label);
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    background-color: #393939; }
  .bx--tooltip--icon__top:hover::before, .bx--tooltip--icon__top:hover::after, .bx--tooltip--icon__top:focus::before, .bx--tooltip--icon__top:focus::after,
  .bx--tooltip--icon__bottom:hover::before,
  .bx--tooltip--icon__bottom:hover::after,
  .bx--tooltip--icon__bottom:focus::before,
  .bx--tooltip--icon__bottom:focus::after {
    opacity: 1; }
  .bx--tooltip--icon__top:hover svg, .bx--tooltip--icon__top:focus svg,
  .bx--tooltip--icon__bottom:hover svg,
  .bx--tooltip--icon__bottom:focus svg {
    fill: #525252; }
  .bx--tooltip--icon__top:focus,
  .bx--tooltip--icon__bottom:focus {
    outline: 1px solid transparent; }
    .bx--tooltip--icon__top:focus svg,
    .bx--tooltip--icon__bottom:focus svg {
      outline: 1px solid #0f62fe; }

.bx--tooltip--icon__top::before {
  top: 1px;
  transform: translate(-50%, calc(-100% - 9px)) rotate(180deg); }

.bx--tooltip--icon__top::after {
  top: 0;
  transform: translate(-50%, calc(-100% - 12px)); }

.bx--tooltip--icon__bottom::before {
  bottom: 0;
  transform: translate(-50%, 10px) rotate(0); }

.bx--tooltip--icon__bottom::after {
  bottom: 0;
  transform: translate(-50%, calc(100% + 10px)); }

.bx--tooltip--icon__top.bx--tooltip--icon__align-start::before {
  top: 1px;
  margin-left: 4px;
  transform: translate(0, calc(-100% - 9px)) rotate(180deg); }

.bx--tooltip--icon__top.bx--tooltip--icon__align-start::after {
  top: 0;
  margin-left: 0;
  transform: translate(0, calc(-100% - 12px)); }

.bx--tooltip--icon__top.bx--tooltip--icon__align-end::before {
  top: 1px;
  margin-right: 4px;
  left: auto;
  right: 0;
  transform: translate(0, calc(-100% - 9px)) rotate(180deg); }

.bx--tooltip--icon__top.bx--tooltip--icon__align-end::after {
  top: 0;
  margin-left: 0;
  right: 0;
  transform: translate(0, calc(-100% - 12px)); }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-start::before {
  bottom: 0;
  margin-left: 4px;
  transform: translate(0, 10px) rotate(0); }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-start::after {
  bottom: 0;
  margin-left: 0;
  transform: translate(0, calc(100% + 10px)); }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-end::before {
  bottom: 0;
  margin-right: 4px;
  left: auto;
  right: 0;
  transform: translate(0, 10px) rotate(0); }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-end::after {
  bottom: 0;
  margin-left: 0;
  right: 0;
  transform: translate(0, calc(100% + 10px)); }

.bx--tooltip--icon .bx--tooltip__trigger svg {
  margin-left: 0; }

/* end legacy tooltip icon */
.bx--tooltip__trigger:hover svg, .bx--tooltip__trigger:focus svg {
  fill: #525252; }

.bx--tooltip__trigger.bx--tooltip--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--top:focus {
    outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--top:focus {
    outline: 1px solid transparent; }
    .bx--tooltip__trigger.bx--tooltip--top:focus svg {
      outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
        display: inline-block; } }
  .bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after {
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::after {
    transition: none; }
  .bx--tooltip__trigger.bx--tooltip--top::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: ''; }
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.1875rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--tooltip__trigger.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--tooltip__trigger.bx--tooltip--top::after,
      .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
        width: 13rem; } }
  .bx--tooltip__trigger.bx--tooltip--top::after {
    content: attr(aria-label); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::after {
    content: none; }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--top:hover::before, .bx--tooltip__trigger.bx--tooltip--top:hover::after, .bx--tooltip__trigger.bx--tooltip--top:focus::before, .bx--tooltip__trigger.bx--tooltip--top:focus::after {
    opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip--top::before {
    top: -0.5rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    top: -0.8125rem;
    left: 50%;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::before {
    top: -0.5rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
    top: -0.8125rem;
    left: 0;
    transform: translate(0, -100%); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::before {
    top: -0.5rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
    top: -0.8125rem;
    left: 50%;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
    top: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::before {
    top: -0.5rem;
    border-width: 0.3125rem 0.25rem 0 0.25rem;
    border-color: #393939 transparent transparent transparent;
    transform: translate(-50%, -100%); }
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
    top: -0.8125rem;
    right: 0;
    left: auto;
    transform: translate(0, -100%); }

.bx--tooltip__trigger.bx--tooltip--right {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--right:focus {
    outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--right:focus {
    outline: 1px solid transparent; }
    .bx--tooltip__trigger.bx--tooltip--right:focus svg {
      outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
      .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
        display: inline-block; } }
  .bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after {
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::after {
    transition: none; }
  .bx--tooltip__trigger.bx--tooltip--right::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: ''; }
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.1875rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip--right::after,
      .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--tooltip__trigger.bx--tooltip--right::after,
      .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--tooltip__trigger.bx--tooltip--right::after,
      .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
        width: 13rem; } }
  .bx--tooltip__trigger.bx--tooltip--right::after {
    content: attr(aria-label); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::after {
    content: none; }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--right:hover::before, .bx--tooltip__trigger.bx--tooltip--right:hover::after, .bx--tooltip__trigger.bx--tooltip--right:focus::before, .bx--tooltip__trigger.bx--tooltip--right:focus::after {
    opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    top: 50%;
    right: 0; }
  .bx--tooltip__trigger.bx--tooltip--right::before {
    right: -0.5rem;
    border-width: 0.25rem 0.3125rem 0.25rem 0;
    border-color: transparent #393939 transparent transparent;
    transform: translate(100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    right: -0.8125rem;
    transform: translate(100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start + .bx--assistive-text {
    top: 50%;
    right: 0; }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::before {
    right: -0.5rem;
    border-width: 0.25rem 0.3125rem 0.25rem 0;
    border-color: transparent #393939 transparent transparent;
    transform: translate(100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start + .bx--assistive-text {
    right: -0.8125rem;
    transform: translate(100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center + .bx--assistive-text {
    top: 50%;
    right: 0; }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::before {
    right: -0.5rem;
    border-width: 0.25rem 0.3125rem 0.25rem 0;
    border-color: transparent #393939 transparent transparent;
    transform: translate(100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center + .bx--assistive-text {
    right: -0.8125rem;
    transform: translate(100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end + .bx--assistive-text {
    top: 50%;
    right: 0; }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::before {
    right: -0.5rem;
    border-width: 0.25rem 0.3125rem 0.25rem 0;
    border-color: transparent #393939 transparent transparent;
    transform: translate(100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end + .bx--assistive-text {
    right: -0.8125rem;
    transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline: 1px solid transparent; }
    .bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
      outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @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,
      .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 {
    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 {
    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,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.1875rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.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,
      .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--tooltip__trigger.bx--tooltip--bottom::after,
      .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--tooltip__trigger.bx--tooltip--bottom::after,
      .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
        width: 13rem; } }
  .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.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible::after, .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; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
  .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--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip--bottom::before {
    bottom: -0.5rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    bottom: -0.8125rem;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::before {
    bottom: -0.5rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
    bottom: -0.8125rem;
    left: 0;
    transform: translate(0, 100%); }
  .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,
  .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: -0.5rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    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,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
    bottom: -0.8125rem;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::before {
    bottom: -0.5rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #393939 transparent;
    transform: translate(-50%, 100%); }
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
    bottom: -0.8125rem;
    right: 0;
    left: auto;
    transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip--left {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--left:focus {
    outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--left:focus {
    outline: 1px solid transparent; }
    .bx--tooltip__trigger.bx--tooltip--left:focus svg {
      outline: 1px solid #0f62fe; }
  .bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    position: absolute;
    z-index: 10000;
    display: flex;
    align-items: center;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
      .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
        display: inline-block; } }
  .bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after {
    transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::after {
    transition: none; }
  .bx--tooltip__trigger.bx--tooltip--left::before {
    width: 0;
    height: 0;
    border-style: solid;
    content: ''; }
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    box-sizing: content-box;
    color: inherit;
    opacity: 1;
    white-space: normal; }
  .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: max-content;
    min-width: 1.5rem;
    max-width: 13rem;
    height: auto;
    padding: 0.1875rem 1rem;
    border-radius: 0.125rem;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    transform: translateX(-50%);
    background-color: #393939;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .bx--tooltip__trigger.bx--tooltip--left::after,
      .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-accelerator: true) {
      .bx--tooltip__trigger.bx--tooltip--left::after,
      .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
        width: 13rem; } }
    @supports (-ms-ime-align: auto) {
      .bx--tooltip__trigger.bx--tooltip--left::after,
      .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
      .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
        width: 13rem; } }
  .bx--tooltip__trigger.bx--tooltip--left::after {
    content: attr(aria-label); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::after {
    content: none; }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--left:hover::before, .bx--tooltip__trigger.bx--tooltip--left:hover::after, .bx--tooltip__trigger.bx--tooltip--left:focus::before, .bx--tooltip__trigger.bx--tooltip--left:focus::after {
    opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left:focus + .bx--assistive-text {
    clip: auto;
    margin: auto;
    overflow: visible; }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left:hover .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left:focus .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:focus.bx--tooltip--a11y::before {
    animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden + .bx--assistive-text {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden; }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden.bx--tooltip--a11y::before {
    animation: none;
    opacity: 0; }
  .bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    top: 50%;
    left: 0; }
  .bx--tooltip__trigger.bx--tooltip--left::before {
    left: -0.5rem;
    border-width: 0.25rem 0 0.25rem 0.3125rem;
    border-color: transparent transparent transparent #393939;
    transform: translate(-100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    left: -0.8125rem;
    transform: translate(-100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start + .bx--assistive-text {
    top: 50%;
    left: 0; }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::before {
    left: -0.5rem;
    border-width: 0.25rem 0 0.25rem 0.3125rem;
    border-color: transparent transparent transparent #393939;
    transform: translate(-100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::after,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start + .bx--assistive-text {
    left: -0.8125rem;
    transform: translate(-100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center + .bx--assistive-text {
    top: 50%;
    left: 0; }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::before {
    left: -0.5rem;
    border-width: 0.25rem 0 0.25rem 0.3125rem;
    border-color: transparent transparent transparent #393939;
    transform: translate(-100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::after,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center + .bx--assistive-text {
    left: -0.8125rem;
    transform: translate(-100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end + .bx--assistive-text {
    top: 50%;
    left: 0; }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::before {
    left: -0.5rem;
    border-width: 0.25rem 0 0.25rem 0.3125rem;
    border-color: transparent transparent transparent #393939;
    transform: translate(-100%, -50%); }
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::after,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end + .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end + .bx--assistive-text {
    left: -0.8125rem;
    transform: translate(-100%, -50%); }

@keyframes collapse-accordion {
  0% {
    height: 100%;
    visibility: inherit;
    opacity: 1; }
  100% {
    height: 0;
    visibility: hidden;
    opacity: 0; } }

@keyframes expand-accordion {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: inherit;
    opacity: 1; } }

.bx--accordion {
  list-style: none;
  width: 100%; }

.bx--accordion__item {
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  border-top: 1px solid #e0e0e0;
  overflow: visible; }
  .bx--accordion__item:last-child {
    border-bottom: 1px solid #e0e0e0; }

.bx--accordion__heading {
  display: inline-block;
  background: none;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  color: #161616;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0.375rem 0;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  margin: 0;
  transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms; }
  .bx--accordion__heading::-moz-focus-inner {
    border: 0; }
  .bx--accordion__heading:hover::before, .bx--accordion__heading:focus::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px); }
  .bx--accordion__heading:hover::before {
    background-color: #e5e5e5; }
  .bx--accordion__heading:focus {
    outline: none; }
  .bx--accordion__heading:focus:before {
    border: 2px solid #0f62fe;
    box-sizing: border-box; }

.bx--accordion__arrow {
  outline: 2px solid transparent;
  outline-offset: -2px;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  margin: 2px 1rem 0 0;
  fill: #161616;
  transform: rotate(90deg);
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--accordion__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
  margin: 0 0 0 1rem;
  width: 100%;
  text-align: left;
  z-index: 1; }

.bx--accordion__content {
  display: none;
  transition: padding cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 480px) {
    .bx--accordion__content {
      padding-right: 3rem; } }
  @media (min-width: 640px) {
    .bx--accordion__content {
      padding-right: 25%; } }
  .bx--accordion__content > p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.16px; }

.bx--accordion--start .bx--accordion__heading {
  flex-direction: row; }

.bx--accordion--start .bx--accordion__arrow {
  margin: 2px 0 0 0.5rem; }

.bx--accordion--start .bx--accordion__content {
  margin-left: 1.5rem; }

.bx--accordion__item--collapsing .bx--accordion__content,
.bx--accordion__item--expanding .bx--accordion__content {
  display: block; }

.bx--accordion__item--collapsing .bx--accordion__content {
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) collapse-accordion; }

.bx--accordion__item--expanding .bx--accordion__content {
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) expand-accordion; }

.bx--accordion__item--active {
  overflow: visible; }
  .bx--accordion__item--active .bx--accordion__content {
    display: block;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
    transition: padding-top cubic-bezier(0, 0, 0.38, 0.9) 110ms, padding-bottom cubic-bezier(0, 0, 0.38, 0.9) 110ms; }
  .bx--accordion__item--active .bx--accordion__arrow {
    /*rtl:ignore*/
    transform: rotate(-90deg);
    fill: #161616; }

.bx--accordion.bx--skeleton .bx--accordion__heading,
.bx--accordion.bx--skeleton .bx--accordion__button {
  cursor: default; }

.bx--accordion.bx--skeleton .bx--accordion__arrow {
  pointer-events: none;
  fill: #161616;
  cursor: default; }
  .bx--accordion.bx--skeleton .bx--accordion__arrow:hover, .bx--accordion.bx--skeleton .bx--accordion__arrow:focus, .bx--accordion.bx--skeleton .bx--accordion__arrow:active {
    border: none;
    outline: none;
    cursor: default; }

.bx--accordion--end.bx--skeleton
.bx--accordion__arrow {
  margin-left: 1rem; }

.bx--skeleton
.bx--accordion__heading:focus
.bx--accordion__arrow {
  border: none;
  outline: none;
  cursor: default; }

.bx--accordion__title.bx--skeleton__text {
  margin-bottom: 0; }

.bx--skeleton__text {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  width: 100%;
  height: 1rem;
  margin-bottom: 0.5rem; }
  .bx--skeleton__text:hover, .bx--skeleton__text:focus, .bx--skeleton__text:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--skeleton__text:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--skeleton__text:before {
        animation: none; } }

.bx--skeleton__heading {
  height: 1.5rem; }

.bx--icon--skeleton {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  display: inline-block;
  width: 1rem;
  height: 1rem; }
  .bx--icon--skeleton:hover, .bx--icon--skeleton:focus, .bx--icon--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--icon--skeleton:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--icon--skeleton:before {
        animation: none; } }

.bx--skeleton__placeholder {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  height: 6.25rem;
  width: 6.25rem; }
  .bx--skeleton__placeholder:hover, .bx--skeleton__placeholder:focus, .bx--skeleton__placeholder:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--skeleton__placeholder:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--skeleton__placeholder:before {
        animation: none; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-end-p1 {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-end-p2 {
  100% {
    transform: rotate(-360deg); } }

/* Stroke animations */
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 40; } }

@keyframes stroke-end {
  0% {
    stroke-dashoffset: 40; }
  100% {
    stroke-dashoffset: 240; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

.bx--inline-loading {
  display: flex;
  width: 100%;
  min-height: 2rem;
  align-items: center; }
  .bx--inline-loading .bx--loading__svg circle {
    stroke-width: 12; }
  .bx--inline-loading .bx--loading__stroke {
    stroke-dashoffset: 99; }

.bx--inline-loading__text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  color: #393939; }

.bx--inline-loading__animation {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.bx--inline-loading__checkmark-container {
  fill: #0f62fe; }
  .bx--inline-loading__checkmark-container.bx--inline-loading__svg {
    width: 0.75rem;
    position: absolute;
    top: 0.75rem; }
  .bx--inline-loading__checkmark-container[hidden] {
    display: none; }

.bx--inline-loading__checkmark {
  fill: none;
  stroke: #0f62fe;
  transform-origin: 50% 50%;
  stroke-width: 1.8;
  stroke-dasharray: 12;
  stroke-dashoffset: 12;
  animation-name: stroke;
  animation-duration: 0.25s;
  animation-fill-mode: forwards; }

.bx--inline-loading--error {
  fill: #da1e28;
  width: 1rem;
  height: 1rem; }
  .bx--inline-loading--error[hidden] {
    display: none; }

.bx--loading--small .bx--inline-loading__svg {
  stroke: #0f62fe; }

/* If IE11 Don't show check animation */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bx--inline-loading__checkmark-container {
    top: 1px;
    right: 0.5rem; }
  .bx--inline-loading__checkmark {
    animation: none;
    stroke-dashoffset: 0;
    stroke-dasharray: 0; } }

.bx--header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3rem;
  background-color: #161616;
  z-index: 6000; }

.bx--header__action {
  display: inline-block;
  background: none;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid transparent;
  transition: background-color 110ms, border-color 110ms; }
  .bx--header__action::-moz-focus-inner {
    border: 0; }

.bx--header__action
> svg.bx--navigation-menu-panel-collapse-icon,
.bx--header__action--active
> svg.bx--navigation-menu-panel-expand-icon {
  display: none; }

.bx--header__action--active
> svg.bx--navigation-menu-panel-collapse-icon {
  display: inline; }

.bx--header__action
> svg.bx--navigation-menu-panel-collapse-icon,
.bx--header__action--active
> svg.bx--navigation-menu-panel-expand-icon {
  display: none; }

.bx--header__action--active
> svg.bx--navigation-menu-panel-collapse-icon {
  display: inline; }

.bx--header__action:hover {
  background-color: #353535; }

.bx--header__action--active {
  border-left: 1px solid #393939;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #161616; }

.bx--header__action:focus {
  border-color: #ffffff;
  outline: none; }

.bx--header__action:active {
  background-color: #393939; }

.bx--header__action > svg {
  fill: #ffffff; }

.bx--header__menu-trigger {
  margin-right: -0.5rem; }

.bx--header__menu-trigger > svg {
  fill: #f4f4f4; }

.bx--header__menu-trigger:hover {
  fill: #2c2c2c; }

.bx--header__menu-toggle {
  display: block; }

@media (min-width: 66rem) {
  .bx--header__menu-toggle__hidden {
    display: none; } }

a.bx--header__name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2rem 0 1rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 20px;
  user-select: none;
  border: 0.125rem solid transparent;
  transition: border-color 110ms;
  outline: none; }

a.bx--header__name:focus {
  border-color: #ffffff; }

.bx--header__name--prefix {
  font-weight: 400; }

a.bx--header__name,
a.bx--header__name:hover {
  color: #f4f4f4; }

.bx--header__nav {
  height: 100%;
  padding-left: 1rem;
  position: relative;
  display: none; }
  @media (min-width: 66rem) {
    .bx--header__nav {
      display: block; } }
  .bx--header__nav::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 0.0625rem;
    background-color: #393939; }

.bx--header__menu-bar {
  display: flex;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

a.bx--header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  color: #c6c6c6;
  padding: 0 1rem;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.125rem;
  text-decoration: none;
  user-select: none;
  border: 2px solid transparent;
  transition: background-color 110ms, border-color 110ms, color 110ms; }

a.bx--header__menu-item:hover {
  background-color: #2c2c2c;
  color: #f4f4f4; }

.bx--header__action:active,
a.bx--header__menu-item:active {
  background-color: #393939;
  color: #f4f4f4; }

a.bx--header__menu-item:focus {
  border-color: #ffffff;
  color: #f4f4f4;
  outline: none; }

a.bx--header__menu-item:hover > svg,
a.bx--header__menu-item:active > svg,
a.bx--header__menu-item:focus > svg {
  fill: #f4f4f4; }

a.bx--header__menu-item[aria-current='page']::after,
.bx--header__menu-item--current::after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #4589ff; }

a.bx--header__menu-item[aria-current='page']:focus::after,
.bx--header__menu-item--current:focus::after {
  border: 0; }

a.bx--header__menu-item[aria-current='page']:focus,
a.bx--header__menu-item.bx--header__menu-item--current:focus {
  border: 2px solid #ffffff; }

.bx--header__submenu {
  position: relative; }

.bx--header__menu-title[aria-haspopup='true'] {
  position: relative; }

.bx--header__menu-title[aria-expanded='true'] {
  background-color: #262626;
  color: #ffffff;
  z-index: 6001; }

.bx--header__menu-title[aria-expanded='true']
> .bx--header__menu-arrow {
  transform: rotate(180deg); }

.bx--header__menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }

.bx--header__menu-title[aria-expanded='true']
+ .bx--header__menu {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 12.5rem;
  flex-direction: column;
  transform: translateY(100%);
  background-color: #262626;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  z-index: 6000; }

.bx--header__menu-title[aria-expanded='true']
+ .bx--header__menu
.bx--header__menu-item:hover {
  background-color: #353535; }

.bx--header__menu-title[aria-expanded='true']
+ .bx--header__menu
.bx--header__menu-item:active {
  background-color: #393939; }

.bx--header__menu .bx--header__menu-item {
  height: 3rem; }

.bx--header__menu .bx--header__menu-item:hover {
  background-color: #262626;
  color: #f4f4f4; }

.bx--header__menu-arrow {
  fill: #c6c6c6;
  margin-left: 0.5rem;
  transition: transform 110ms, fill 110ms; }

.bx--header__global {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 0%;
  height: 100%; }

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

.bx--skip-to-content:focus {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: auto;
  height: 3rem;
  clip: auto;
  border: 4px solid #0f62fe;
  z-index: 9999;
  background-color: #161616;
  color: #f4f4f4;
  outline: none;
  padding: 0 1rem; }

.bx--content {
  background: #ffffff;
  padding: 2rem;
  transform: translate3d(0, 0, 0);
  will-change: margin-left; }

.bx--header ~ .bx--content {
  margin-top: 3rem; }

.bx--side-nav ~ .bx--content {
  margin-left: 3rem; }

.bx--side-nav.bx--side-nav--expanded ~ .bx--content {
  margin-left: 16rem; }

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoW.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1Xdm.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoW.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFhA.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q0Q.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFhA.woff) format("woff"); }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jcoQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1hMoQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1j8oQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jsoQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoQPttozw.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2HdgregdFOFh.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa0XdgregdFOFh.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2ndgregdFOFh.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa23dgregdFOFh.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1XdgregdFA.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jcoQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1hMoQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1j8oQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jsoQPttoz6Pz.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoQPttozw.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl1FgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlRFgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl9FgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl5FgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFgsAXHNk.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iIq131nj-otFQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1isq131nj-otFQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iAq131nj-otFQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iEq131nj-otFQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl1FgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlRFgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl9FgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl5FgsAXHNlYzg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFgsAXHNk.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: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff"); }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff"); }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/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; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/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; }

html {
  font-size: 100%; }

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

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

.bx--masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition-delay: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  transition-duration: 300ms; }
  .bx--masthead--sticky.bx--masthead--sticky__l1 {
    top: -48px; }

.bx--masthead__l0 {
  position: relative; }
  .bx--masthead__l0::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #e0e0e0; }

.bx--header {
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  background: #ffffff;
  border: none;
  max-width: 99rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  position: relative;
  z-index: 5999; }
  .bx--header__logo {
    height: 100%; }
    .bx--header__logo a {
      display: flex;
      height: 100%;
      align-items: center;
      padding: 0 2rem;
      border: solid 2px transparent;
      transition: background-color 110ms, border-color 110ms, color 110ms;
      outline: none; }
      .bx--header__logo a:hover {
        background-color: #f4f4f4; }
      .bx--header__logo a:active, .bx--header__logo a:focus {
        border-color: #0f62fe;
        background-color: #f4f4f4; }
      @media (min-width: 99rem) {
        .bx--header__logo a {
          padding: 0 2.5rem; } }
      @media (max-width: 82rem) {
        .bx--header__logo a {
          padding: 0 2rem; } }
      @media (max-width: 66rem) {
        .bx--header__logo a {
          padding: 0 1rem; } }
  .bx--header__global {
    flex: 0; }
  .bx--header__nav a.bx--header__menu-item[role='menuitem'] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #161616; }
    .bx--header__nav a.bx--header__menu-item[role='menuitem']:hover {
      background-color: #e5e5e5; }
      .bx--header__nav a.bx--header__menu-item[role='menuitem']:hover > svg {
        fill: #161616; }
    .bx--header__nav a.bx--header__menu-item[role='menuitem']:active, .bx--header__nav a.bx--header__menu-item[role='menuitem']:focus {
      border-color: #0f62fe;
      background-color: #f4f4f4;
      border-bottom-width: 2px; }
      .bx--header__nav a.bx--header__menu-item[role='menuitem']:active > svg, .bx--header__nav a.bx--header__menu-item[role='menuitem']:focus > svg {
        fill: #161616; }
  .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] {
    background-color: #f4f4f4; }
    .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu {
      background-color: #ffffff;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
      bottom: -1px; }
      .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li {
        position: relative; }
        .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:first-of-type::before {
          border-top: none; }
        .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:hover {
          background-color: #f4f4f4; }
          .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:hover::before {
            border-top: 1px solid #f4f4f4; }
          .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:hover + li::before {
            border-top: 1px solid #f4f4f4; }
        .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:focus::before {
          border: 2px solid #0f62fe;
          box-sizing: border-box; }
        .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border-top: 1px solid #e0e0e0; }
      .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item {
        border: none;
        position: relative; }
        .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item:hover {
          color: #161616;
          background-color: #e5e5e5; }
        .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item:focus::before {
          border: 2px solid #0f62fe;
          box-sizing: border-box; }
        .bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
  .bx--header__nav::before {
    display: none; }
  .bx--header__action {
    border: 2px solid transparent; }
    .bx--header__action > svg {
      position: relative;
      fill: currentColor;
      top: 2px; }
    .bx--header__action:hover {
      background-color: #f4f4f4;
      transition-duration: 95ms; }
      .bx--header__action:hover > svg {
        fill: #161616; }
    .bx--header__action:focus, .bx--header__action:active {
      border-color: #0f62fe;
      background-color: #f4f4f4; }
    .bx--header__action .bx--overflow-menu {
      width: 100%;
      height: 100%; }
      .bx--header__action .bx--overflow-menu.bx--overflow-menu--open {
        box-shadow: none;
        outline: 2px solid #0f62fe;
        outline-offset: 0; }
      .bx--header__action .bx--overflow-menu:hover {
        background: none; }
      .bx--header__action .bx--overflow-menu:focus {
        outline: none;
        box-shadow: none; }
    .bx--header__action--active {
      border: 2px solid #0f62fe;
      background-color: #f4f4f4;
      position: absolute;
      top: 0;
      z-index: 6001; }
  .bx--header__menu[role='menu'] li:hover {
    background-color: #f4f4f4; }
  .bx--header__menu[role='menu'] li:last-of-type .bx--header__menu-item::after {
    display: none; }
  .bx--header__menu[role='menu'] .bx--header__menu-item {
    position: relative; }
  .bx--header .bx--header__menu-arrow {
    fill: #161616; }
    .bx--header .bx--header__menu-arrow:hover {
      fill: #161616; }
  .bx--header__search--close {
    overflow: hidden;
    width: 0;
    border: none;
    display: none; }
    .bx--header__search--close svg {
      position: relative;
      top: 2px; }
  .bx--header__search--search {
    outline: none;
    width: 3rem; }

.bx--overflow-menu-options {
  background-color: #ffffff;
  z-index: 99999; }
  .bx--overflow-menu-options__btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #161616;
    text-decoration: none; }
    .bx--overflow-menu-options__btn:hover {
      background-color: #f4f4f4; }
  .bx--overflow-menu-options__option:hover {
    background-color: #f4f4f4; }
  .bx--overflow-menu-options:focus {
    outline: none; }
  .bx--overflow-menu-options::after {
    display: none; }

html {
  font-size: 100%; }

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

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

.bx--btn:not(.bx--btn--sm) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem; }
  .bx--btn:not(.bx--btn--sm) .bx--btn__icon {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.6875rem; }

.bx--locale-btn__container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  order: 0; }
  .bx--locale-btn__container .bx--btn-set {
    display: flex; }
  .bx--locale-btn__container .bx--btn-set > .bx--btn {
    max-width: 12.25rem;
    width: 100%; }
  .bx--locale-btn__container .bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
  .bx--locale-btn__container .bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
    box-shadow: -0.0625rem 0 0 0 #a8a8a8; }
  .bx--locale-btn__container .bx--btn {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: top;
    flex-shrink: 0;
    min-height: 3rem;
    padding: calc(0.875rem - 3px) 60px calc(0.875rem - 3px) 12px;
    border-radius: 0;
    text-align: left;
    text-decoration: none;
    transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
    outline: none;
    position: relative;
    max-width: 20rem;
    margin: 0; }
    .bx--locale-btn__container .bx--btn:disabled, .bx--locale-btn__container .bx--btn:hover:disabled, .bx--locale-btn__container .bx--btn:focus:disabled, .bx--locale-btn__container .bx--btn.bx--btn--disabled, .bx--locale-btn__container .bx--btn.bx--btn--disabled:hover, .bx--locale-btn__container .bx--btn.bx--btn--disabled:focus {
      cursor: not-allowed;
      color: #a8a8a8;
      background: #6f6f6f;
      border-color: #6f6f6f;
      box-shadow: none; }
    .bx--locale-btn__container .bx--btn .bx--btn__icon {
      position: absolute;
      right: 1rem;
      flex-shrink: 0;
      width: 1rem;
      height: 1rem; }
  .bx--locale-btn__container .bx--btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .bx--locale-btn__container .bx--btn--primary {
    background-color: #0f62fe;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #ffffff; }
    .bx--locale-btn__container .bx--btn--primary:hover {
      background-color: #0353e9; }
    .bx--locale-btn__container .bx--btn--primary:focus {
      border-color: #ffffff;
      box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 3px #525252; }
    .bx--locale-btn__container .bx--btn--primary:active {
      background-color: #002d9c; }
    .bx--locale-btn__container .bx--btn--primary .bx--btn__icon,
    .bx--locale-btn__container .bx--btn--primary .bx--btn__icon path {
      fill: currentColor; }
    .bx--locale-btn__container .bx--btn--primary:hover {
      color: #ffffff; }
  .bx--locale-btn__container .bx--btn--secondary {
    background-color: #6f6f6f;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #ffffff; }
    .bx--locale-btn__container .bx--btn--secondary:hover {
      background-color: #606060; }
    .bx--locale-btn__container .bx--btn--secondary:focus {
      border-color: #ffffff;
      box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 3px #525252; }
    .bx--locale-btn__container .bx--btn--secondary:active {
      background-color: #393939; }
    .bx--locale-btn__container .bx--btn--secondary .bx--btn__icon,
    .bx--locale-btn__container .bx--btn--secondary .bx--btn__icon path {
      fill: currentColor; }
    .bx--locale-btn__container .bx--btn--secondary:hover, .bx--locale-btn__container .bx--btn--secondary:focus {
      color: #ffffff; }
  .bx--locale-btn__container .bx--btn--tertiary {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff; }
    .bx--locale-btn__container .bx--btn--tertiary:hover {
      background-color: #f4f4f4; }
    .bx--locale-btn__container .bx--btn--tertiary:focus {
      border-color: #ffffff;
      box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 3px #525252; }
    .bx--locale-btn__container .bx--btn--tertiary:active {
      background-color: #c6c6c6; }
    .bx--locale-btn__container .bx--btn--tertiary .bx--btn__icon,
    .bx--locale-btn__container .bx--btn--tertiary .bx--btn__icon path {
      fill: currentColor; }
    .bx--locale-btn__container .bx--btn--tertiary:hover {
      color: #161616; }
    .bx--locale-btn__container .bx--btn--tertiary:focus {
      color: #161616;
      background-color: #ffffff; }
    .bx--locale-btn__container .bx--btn--tertiary:active {
      border-color: transparent; }
    .bx--locale-btn__container .bx--btn--tertiary:disabled, .bx--locale-btn__container .bx--btn--tertiary:hover:disabled, .bx--locale-btn__container .bx--btn--tertiary:focus:disabled, .bx--locale-btn__container .bx--btn--tertiary.bx--btn--disabled, .bx--locale-btn__container .bx--btn--tertiary.bx--btn--disabled:hover, .bx--locale-btn__container .bx--btn--tertiary.bx--btn--disabled:focus {
      background: transparent;
      color: #c6c6c6;
      outline: none; }
  .bx--locale-btn__container .bx--btn--ghost {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #78a9ff;
    padding: calc(0.875rem - 3px) 12px; }
    .bx--locale-btn__container .bx--btn--ghost:hover {
      background-color: #4c4c4c; }
    .bx--locale-btn__container .bx--btn--ghost:focus {
      border-color: #ffffff;
      box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 3px #525252; }
    .bx--locale-btn__container .bx--btn--ghost:active {
      background-color: #6f6f6f; }
    .bx--locale-btn__container .bx--btn--ghost .bx--btn__icon,
    .bx--locale-btn__container .bx--btn--ghost .bx--btn__icon path {
      fill: currentColor; }
    .bx--locale-btn__container .bx--btn--ghost .bx--btn__icon {
      position: static;
      margin-left: 0.5rem; }
    .bx--locale-btn__container .bx--btn--ghost:hover, .bx--locale-btn__container .bx--btn--ghost:active {
      color: #a6c8ff; }
    .bx--locale-btn__container .bx--btn--ghost:active {
      background-color: #6f6f6f; }
    .bx--locale-btn__container .bx--btn--ghost:disabled, .bx--locale-btn__container .bx--btn--ghost:hover:disabled, .bx--locale-btn__container .bx--btn--ghost:focus:disabled, .bx--locale-btn__container .bx--btn--ghost.bx--btn--disabled, .bx--locale-btn__container .bx--btn--ghost.bx--btn--disabled:hover, .bx--locale-btn__container .bx--btn--ghost.bx--btn--disabled:focus {
      color: #c6c6c6;
      background: transparent;
      border-color: transparent;
      outline: none; }
    .bx--locale-btn__container .bx--btn--ghost.bx--btn--sm {
      padding: calc(0.375rem - 3px) 12px; }
    .bx--locale-btn__container .bx--btn--ghost.bx--btn--field {
      padding: calc(0.675rem - 3px) 12px; }
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    overflow: visible; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
      outline: 1px solid #ffffff; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
      outline: 1px solid transparent; }
      .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
        outline: 1px solid #ffffff; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
      position: absolute;
      z-index: 10000;
      display: flex;
      align-items: center;
      opacity: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
          display: inline-block; } }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
      transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
      transition: none; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before {
      width: 0;
      height: 0;
      border-style: solid;
      content: ''; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
      box-sizing: content-box;
      color: inherit;
      opacity: 1;
      white-space: normal; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      width: max-content;
      min-width: 1.5rem;
      max-width: 13rem;
      height: auto;
      padding: 0.1875rem 1rem;
      border-radius: 0.125rem;
      color: #161616;
      font-weight: 400;
      text-align: left;
      transform: translateX(-50%);
      background-color: #f4f4f4;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.125rem;
      letter-spacing: 0.16px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
          width: 13rem; } }
      @supports (-ms-accelerator: true) {
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
          width: 13rem; } }
      @supports (-ms-ime-align: auto) {
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
        .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
          width: 13rem; } }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
      content: attr(aria-label); }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
      content: none; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::after, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::after, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::after {
      opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text {
      clip: auto;
      margin: auto;
      overflow: visible; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before {
      animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text {
      clip: rect(0, 0, 0, 0);
      margin: -1px;
      overflow: hidden; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
      animation: none;
      opacity: 0; }
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg,
    .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
      fill: currentColor; }
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost:focus svg {
    fill: #f4f4f4; }
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
    fill: #f4f4f4; }
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    border-color: #ffffff; }
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus
svg {
    outline-color: transparent; }
  .bx--locale-btn__container .bx--btn--icon-only--top {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    overflow: visible; }
    .bx--locale-btn__container .bx--btn--icon-only--top:focus {
      outline: 1px solid #ffffff; }
    .bx--locale-btn__container .bx--btn--icon-only--top:focus {
      outline: 1px solid transparent; }
      .bx--locale-btn__container .bx--btn--icon-only--top:focus svg {
        outline: 1px solid #ffffff; }
    .bx--locale-btn__container .bx--btn--icon-only--top::before, .bx--locale-btn__container .bx--btn--icon-only--top::after,
    .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
      position: absolute;
      z-index: 10000;
      display: flex;
      align-items: center;
      opacity: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .bx--locale-btn__container .bx--btn--icon-only--top::before, .bx--locale-btn__container .bx--btn--icon-only--top::after,
        .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
        .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
          display: inline-block; } }
    .bx--locale-btn__container .bx--btn--icon-only--top::before, .bx--locale-btn__container .bx--btn--icon-only--top::after {
      transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--a11y::before, .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--a11y::after {
      transition: none; }
    .bx--locale-btn__container .bx--btn--icon-only--top::before {
      width: 0;
      height: 0;
      border-style: solid;
      content: ''; }
    .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
      box-sizing: content-box;
      color: inherit;
      opacity: 1;
      white-space: normal; }
    .bx--locale-btn__container .bx--btn--icon-only--top::after,
    .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      width: max-content;
      min-width: 1.5rem;
      max-width: 13rem;
      height: auto;
      padding: 0.1875rem 1rem;
      border-radius: 0.125rem;
      color: #161616;
      font-weight: 400;
      text-align: left;
      transform: translateX(-50%);
      background-color: #f4f4f4;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.125rem;
      letter-spacing: 0.16px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .bx--locale-btn__container .bx--btn--icon-only--top::after,
        .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
        .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
          width: 13rem; } }
      @supports (-ms-accelerator: true) {
        .bx--locale-btn__container .bx--btn--icon-only--top::after,
        .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
        .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
          width: 13rem; } }
      @supports (-ms-ime-align: auto) {
        .bx--locale-btn__container .bx--btn--icon-only--top::after,
        .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
        .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
          width: 13rem; } }
    .bx--locale-btn__container .bx--btn--icon-only--top::after {
      content: attr(aria-label); }
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--a11y::after {
      content: none; }
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible::before, .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible::after, .bx--locale-btn__container .bx--btn--icon-only--top:hover::before, .bx--locale-btn__container .bx--btn--icon-only--top:hover::after, .bx--locale-btn__container .bx--btn--icon-only--top:focus::before, .bx--locale-btn__container .bx--btn--icon-only--top:focus::after {
      opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--locale-btn__container .bx--btn--icon-only--top:hover .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--locale-btn__container .bx--btn--icon-only--top:focus .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top:focus + .bx--assistive-text {
      clip: auto;
      margin: auto;
      overflow: visible; }
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--locale-btn__container .bx--btn--icon-only--top:hover .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--locale-btn__container .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--locale-btn__container .bx--btn--icon-only--top:focus .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--locale-btn__container .bx--btn--icon-only--top:focus.bx--tooltip--a11y::before {
      animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
      clip: rect(0, 0, 0, 0);
      margin: -1px;
      overflow: hidden; }
    .bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
      animation: none;
      opacity: 0; }
    .bx--locale-btn__container .bx--btn--icon-only--top::before, .bx--locale-btn__container .bx--btn--icon-only--top::after,
    .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
      top: 0;
      left: 50%; }
    .bx--locale-btn__container .bx--btn--icon-only--top::before {
      top: -0.5rem;
      border-width: 0.3125rem 0.25rem 0 0.25rem;
      border-color: #f4f4f4 transparent transparent transparent;
      transform: translate(-50%, -100%); }
    .bx--locale-btn__container .bx--btn--icon-only--top::after,
    .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text,
    .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
      top: -0.8125rem;
      left: 50%;
      transform: translate(-50%, -100%); }
  .bx--locale-btn__container .bx--btn--icon-only--bottom::before, .bx--locale-btn__container .bx--btn--icon-only--bottom::after,
  .bx--locale-btn__container .bx--btn--icon-only--bottom .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--bottom + .bx--assistive-text {
    bottom: 0;
    left: 50%; }
  .bx--locale-btn__container .bx--btn--icon-only--bottom::before {
    bottom: -0.5rem;
    border-width: 0 0.25rem 0.3125rem 0.25rem;
    border-color: transparent transparent #f4f4f4 transparent;
    transform: translate(-50%, 100%); }
  .bx--locale-btn__container .bx--btn--icon-only--bottom::after,
  .bx--locale-btn__container .bx--btn--icon-only--bottom .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--bottom .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--bottom + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--bottom + .bx--assistive-text {
    bottom: -0.8125rem;
    transform: translate(-50%, 100%); }
  .bx--locale-btn__container .bx--btn--icon-only {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .bx--locale-btn__container .bx--btn--icon-only .bx--btn__icon {
      position: static; }
    .bx--locale-btn__container .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon {
      margin: 0; }
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
    fill: #f4f4f4; }
  .bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
  .bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
    fill: #f4f4f4; }
  .bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon
path,
  .bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover
.bx--btn__icon {
    fill: #6f6f6f; }
  .bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled] {
    cursor: not-allowed; }
  .bx--locale-btn__container .bx--btn--field.bx--btn--icon-only {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem; }
  .bx--locale-btn__container .bx--btn--sm.bx--btn--icon-only {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem; }
  .bx--locale-btn__container .bx--btn--danger {
    background-color: #da1e28;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #ffffff; }
    .bx--locale-btn__container .bx--btn--danger:hover {
      background-color: #b81921; }
    .bx--locale-btn__container .bx--btn--danger:focus {
      border-color: #ffffff;
      box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 3px #525252; }
    .bx--locale-btn__container .bx--btn--danger:active {
      background-color: #750e13; }
    .bx--locale-btn__container .bx--btn--danger .bx--btn__icon,
    .bx--locale-btn__container .bx--btn--danger .bx--btn__icon path {
      fill: currentColor; }
    .bx--locale-btn__container .bx--btn--danger:hover {
      color: #ffffff; }
  .bx--locale-btn__container .bx--btn--sm {
    min-height: 2rem;
    padding: calc(0.375rem - 3px) 60px calc(0.375rem - 3px) 12px; }
  .bx--locale-btn__container .bx--btn--field {
    min-height: 2.5rem;
    padding: calc(0.675rem - 3px) 60px calc(0.675rem - 3px) 12px; }
  .bx--locale-btn__container .bx--btn.bx--skeleton {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    background: #353535;
    width: 9.375rem; }
    .bx--locale-btn__container .bx--btn.bx--skeleton:hover, .bx--locale-btn__container .bx--btn.bx--skeleton:focus, .bx--locale-btn__container .bx--btn.bx--skeleton:active {
      border: none;
      outline: none;
      cursor: default; }
    .bx--locale-btn__container .bx--btn.bx--skeleton:before {
      content: '';
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #525252;
      animation: 3000ms ease-in-out skeleton infinite; }
      @media (prefers-reduced-motion: reduce) {
        .bx--locale-btn__container .bx--btn.bx--skeleton:before {
          animation: none; } }
  .bx--locale-btn__container .bx--btn:not(.bx--btn--sm) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem; }
    .bx--locale-btn__container .bx--btn:not(.bx--btn--sm) .bx--btn__icon {
      width: 1.25rem;
      height: 1.25rem;
      right: 0.6875rem; }
  .bx--row--condensed .bx--locale-btn__container,
  .bx--grid--condensed .bx--locale-btn__container {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }
  .bx--locale-btn__container .bx--locale-btn {
    max-width: 100%;
    width: 100%; }
    @media (min-width: 42rem) {
      .bx--locale-btn__container .bx--locale-btn {
        min-width: 13.5rem;
        max-width: 20rem; }
        .bx--footer--short .bx--locale-btn__container .bx--locale-btn {
          float: right; } }
  .bx--footer--short .bx--locale-btn__container {
    margin-top: 0; }
  @media (min-width: 42rem) {
    .bx--locale-btn__container {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 1rem; }
      .bx--footer--short .bx--locale-btn__container {
        margin-left: 25%; } }
  @media (min-width: 66rem) {
    .bx--locale-btn__container {
      flex: 0 0 25%;
      max-width: 25%;
      order: 1; }
      .bx--footer--short .bx--locale-btn__container {
        margin-left: 62.5%; } }
  @media (min-width: 99rem) {
    .bx--locale-btn__container {
      flex: 0 0 18.75%;
      max-width: 18.75%; }
      .bx--footer--short .bx--locale-btn__container {
        margin-left: 68.75%; } }

.bx--link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--footer {
  color: #f4f4f4;
  background-color: #262626;
  padding-top: 3rem; }
  .bx--footer .bx--link {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0; }
  .bx--footer--short {
    padding-top: 2rem; }
  .bx--footer__main {
    margin-right: auto;
    margin-left: auto;
    max-width: 99rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 42rem) {
      .bx--footer__main {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 99rem) {
      .bx--footer__main {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
  .bx--footer__main-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    flex-direction: column; }
    .bx--footer--short .bx--footer__main-container {
      flex-direction: row; }
    @media (min-width: 66rem) {
      .bx--footer__main-container {
        flex-direction: row; } }
  .bx--footer .bx--link, .bx--footer .bx--link:visited {
    color: #c6c6c6; }
  .bx--footer .bx--link:focus {
    outline-color: #ffffff; }
  .bx--footer .bx--link:active {
    color: #ffffff; }
  .bx--footer .bx--link:hover {
    color: #f4f4f4; }
  .bx--footer .bx--modal-content .bx--link, .bx--footer .bx--modal-content .bx--link:visited {
    color: #161616; }

.bx--footer-logo {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 3rem; }
  .bx--row--condensed .bx--footer-logo,
  .bx--grid--condensed .bx--footer-logo {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }
  @media (min-width: 42rem) {
    .bx--footer-logo {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 66rem) {
    .bx--footer-logo {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
  .bx--footer-logo__link {
    color: #f4f4f4;
    margin-top: -1rem;
    margin-left: -1rem;
    padding: 1rem;
    display: block; }
    .bx--footer-logo__link:focus {
      outline: none;
      box-shadow: inset 0 0 0 1px #ffffff; }
    @media (max-width: 41.9375rem) {
      .bx--footer-logo__link {
        max-width: 10rem; } }
    @media (min-width: 66rem) {
      .bx--footer-logo__link {
        min-width: 10rem; } }
  .bx--footer-logo__logo {
    fill: currentColor;
    display: block; }

@keyframes collapse-accordion {
  0% {
    height: 100%;
    visibility: inherit;
    opacity: 1; }
  100% {
    height: 0;
    visibility: hidden;
    opacity: 0; } }

@keyframes expand-accordion {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: inherit;
    opacity: 1; } }

.bx--accordion {
  overflow: hidden; }
  .bx--accordion__heading {
    padding: 0.75rem 0; }
  .bx--accordion__title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0; }
  .bx--accordion__arrow {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.875rem; }

@keyframes collapse-accordion {
  0% {
    height: 100%;
    visibility: inherit;
    opacity: 1; }
  100% {
    height: 0;
    visibility: hidden;
    opacity: 0; } }

@keyframes expand-accordion {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: inherit;
    opacity: 1; } }

.bx--footer-nav {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding: 0;
  order: 1; }
  .bx--footer-nav .bx--accordion {
    list-style: none;
    width: 100%; }
  .bx--footer-nav .bx--accordion__item {
    transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
    border-top: 1px solid #525252;
    overflow: visible; }
    .bx--footer-nav .bx--accordion__item:last-child {
      border-bottom: 1px solid #525252; }
  .bx--footer-nav .bx--accordion__heading {
    display: inline-block;
    background: none;
    appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    color: #f4f4f4;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    padding: 0.375rem 0;
    flex-direction: row-reverse;
    position: relative;
    width: 100%;
    margin: 0;
    transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms; }
    .bx--footer-nav .bx--accordion__heading::-moz-focus-inner {
      border: 0; }
    .bx--footer-nav .bx--accordion__heading:hover::before, .bx--footer-nav .bx--accordion__heading:focus::before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: calc(100% + 2px); }
    .bx--footer-nav .bx--accordion__heading:hover::before {
      background-color: #4c4c4c; }
    .bx--footer-nav .bx--accordion__heading:focus {
      outline: none; }
    .bx--footer-nav .bx--accordion__heading:focus:before {
      border: 2px solid #ffffff;
      box-sizing: border-box; }
  .bx--footer-nav .bx--accordion__arrow {
    outline: 2px solid transparent;
    outline-offset: -2px;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    margin: 2px 1rem 0 0;
    fill: #f4f4f4;
    transform: rotate(90deg);
    transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--footer-nav .bx--accordion__title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.16px;
    margin: 0 0 0 1rem;
    width: 100%;
    text-align: left;
    z-index: 1; }
  .bx--footer-nav .bx--accordion__content {
    display: none;
    transition: padding cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 480px) {
      .bx--footer-nav .bx--accordion__content {
        padding-right: 3rem; } }
    @media (min-width: 640px) {
      .bx--footer-nav .bx--accordion__content {
        padding-right: 25%; } }
    .bx--footer-nav .bx--accordion__content > p {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
      letter-spacing: 0.16px; }
  .bx--footer-nav .bx--accordion--start .bx--accordion__heading {
    flex-direction: row; }
  .bx--footer-nav .bx--accordion--start .bx--accordion__arrow {
    margin: 2px 0 0 0.5rem; }
  .bx--footer-nav .bx--accordion--start .bx--accordion__content {
    margin-left: 1.5rem; }
  .bx--footer-nav .bx--accordion__item--collapsing .bx--accordion__content,
  .bx--footer-nav .bx--accordion__item--expanding .bx--accordion__content {
    display: block; }
  .bx--footer-nav .bx--accordion__item--collapsing .bx--accordion__content {
    animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) collapse-accordion; }
  .bx--footer-nav .bx--accordion__item--expanding .bx--accordion__content {
    animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) expand-accordion; }
  .bx--footer-nav .bx--accordion__item--active {
    overflow: visible; }
    .bx--footer-nav .bx--accordion__item--active .bx--accordion__content {
      display: block;
      padding-bottom: 1.5rem;
      padding-top: 0.5rem;
      transition: padding-top cubic-bezier(0, 0, 0.38, 0.9) 110ms, padding-bottom cubic-bezier(0, 0, 0.38, 0.9) 110ms; }
    .bx--footer-nav .bx--accordion__item--active .bx--accordion__arrow {
      /*rtl:ignore*/
      transform: rotate(-90deg);
      fill: #f4f4f4; }
  .bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__heading,
  .bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__button {
    cursor: default; }
  .bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow {
    pointer-events: none;
    fill: #f4f4f4;
    cursor: default; }
    .bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow:hover, .bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow:focus, .bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow:active {
      border: none;
      outline: none;
      cursor: default; }
  .bx--footer-nav .bx--accordion--end.bx--skeleton
.bx--accordion__arrow {
    margin-left: 1rem; }
  .bx--footer-nav .bx--skeleton
.bx--accordion__heading:focus
.bx--accordion__arrow {
    border: none;
    outline: none;
    cursor: default; }
  .bx--footer-nav .bx--accordion__title.bx--skeleton__text {
    margin-bottom: 0; }
  .bx--footer-nav .bx--accordion {
    overflow: hidden; }
    .bx--footer-nav .bx--accordion__heading {
      padding: 0.75rem 0; }
    .bx--footer-nav .bx--accordion__title {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      letter-spacing: 0; }
    .bx--footer-nav .bx--accordion__arrow {
      flex: 0 0 1.25rem;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.875rem; }
  .bx--row--condensed .bx--footer-nav,
  .bx--grid--condensed .bx--footer-nav {
    padding-right: 0.0625rem;
    padding-left: 0.0625rem; }
  .bx--footer--short .bx--footer-nav {
    display: none; }
  @media (min-width: 42rem) {
    .bx--footer-nav {
      padding: 0 1rem; } }
  @media (min-width: 42rem) and (max-width: 65.9375rem) {
    .bx--footer-nav {
      padding-top: 1rem;
      border-top: 1px solid #525252; } }
  @media (min-width: 66rem) {
    .bx--footer-nav {
      flex: 0 0 75%;
      max-width: 75%;
      margin-left: 12.5%; } }
  @media (min-width: 42rem) {
    .bx--footer-nav__container {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1rem;
      margin-left: -1rem;
      display: block;
      column-count: 2;
      column-gap: 2rem; } }
  @media (min-width: 66rem) {
    .bx--footer-nav__container {
      column-count: 3;
      column-gap: 2rem; } }

.bx--footer-nav-group {
  padding-left: 0;
  margin-bottom: 0; }
  .bx--footer-nav-group__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    letter-spacing: 0;
    display: none; }
  .bx--footer-nav-group .bx--accordion__content {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 41.9375rem) {
    .bx--footer-nav-group .bx--link {
      margin-top: 0;
      display: block;
      padding: 0.8125rem 1rem; }
      .bx--footer-nav-group .bx--link:hover, .bx--footer-nav-group .bx--link:active {
        text-decoration: none; }
      .bx--footer-nav-group .bx--link:hover {
        background-color: #4c4c4c; }
      .bx--footer-nav-group .bx--link:active {
        background-color: #6f6f6f; }
      .bx--footer-nav-group .bx--link:focus {
        outline-width: 0;
        box-shadow: inset 0 0 0 1px #ffffff; } }
  @media (min-width: 42rem) {
    .bx--footer-nav-group {
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      padding-left: 0;
      display: inline-block;
      margin-bottom: 3rem; }
      .bx--row--condensed .bx--footer-nav-group,
      .bx--grid--condensed .bx--footer-nav-group {
        padding-right: 0.0625rem;
        padding-left: 0.0625rem; }
      .bx--footer-nav-group__title {
        display: block; }
      .bx--footer-nav-group__item {
        margin-top: 0.5rem; }
      .bx--footer-nav-group.bx--accordion__item {
        border-top: 0 transparent; }
        .bx--footer-nav-group.bx--accordion__item:last-child {
          border-bottom: 0; }
      .bx--footer-nav-group .bx--accordion__heading {
        display: none; }
      .bx--footer-nav-group .bx--accordion__content {
        display: block;
        height: auto;
        opacity: 1;
        visibility: visible; }
      .bx--footer-nav-group .bx--accordion__content,
      .bx--footer-nav-group.bx--accordion__item--active .bx--accordion__content {
        padding: 0; } }

.bx--legal-nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  border-top: 1px solid #525252; }
  @media (max-width: 41.9375rem) {
    .bx--footer:not(.bx--footer--short) .bx--legal-nav {
      border-top: 0; } }
  .bx--legal-nav__container {
    margin-right: auto;
    margin-left: auto;
    max-width: 99rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 42rem) {
      .bx--legal-nav__container {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 99rem) {
      .bx--legal-nav__container {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
  .bx--legal-nav__list {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem; }
    .bx--row--condensed .bx--legal-nav__list,
    .bx--grid--condensed .bx--legal-nav__list {
      padding-right: 0.0625rem;
      padding-left: 0.0625rem; }
    @media (min-width: 66rem) {
      .bx--footer:not(.bx--footer--short) .bx--legal-nav__list {
        margin-left: 25%;
        flex: 0 0 75%;
        max-width: 75%; } }
  .bx--legal-nav__list-item {
    display: inline-block;
    margin-right: 2rem;
    padding: 0.8125rem 0; }
    .bx--legal-nav__list-item:last-child {
      margin-right: 0; }

.bx--list-box__wrapper--inline {
  display: inline-grid;
  align-items: center;
  grid-template: auto auto / auto auto;
  grid-gap: 0.25rem; }
  .bx--list-box__wrapper--inline .bx--label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
  .bx--list-box__wrapper--inline .bx--label,
  .bx--list-box__wrapper--inline .bx--form__helper-text,
  .bx--list-box__wrapper--inline .bx--form-requirement {
    margin: 0; }
  .bx--list-box__wrapper--inline .bx--form__helper-text {
    max-width: none; }
  .bx--list-box__wrapper--inline .bx--form-requirement {
    grid-column: 2; }

.bx--list-box {
  position: relative;
  width: 100%;
  height: 2.5rem;
  max-height: 2.5rem;
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  cursor: pointer;
  color: #161616;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--list-box:hover {
    background-color: #e5e5e5; }

.bx--list-box--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--list-box--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--list-box--expanded {
  border-bottom-color: #e0e0e0; }

.bx--list-box--expanded:hover {
  background-color: #f4f4f4; }

.bx--list-box--expanded:hover.bx--list-box--light:hover {
  background-color: #ffffff; }

.bx--list-box .bx--text-input {
  height: 100%; }

.bx--list-box__invalid-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  fill: #da1e28;
  transform: translateY(-50%); }

.bx--list-box[data-invalid] .bx--list-box__field {
  border-bottom: 0;
  padding-right: 4rem; }

.bx--list-box[data-invalid].bx--list-box--inline
.bx--list-box__field {
  padding-right: 3.5rem; }

.bx--list-box--light {
  background-color: #ffffff; }

.bx--list-box--light .bx--list-box__menu {
  background: #ffffff; }

.bx--list-box--light .bx--list-box__menu-item__option {
  border-top-color: #e0e0e0; }

.bx--list-box--light.bx--list-box--expanded {
  border-bottom-color: #e0e0e0; }

.bx--list-box--disabled:hover {
  background-color: #f4f4f4; }

.bx--list-box--light.bx--list-box--disabled {
  background-color: #ffffff; }

.bx--list-box--disabled,
.bx--list-box--disabled .bx--list-box__field,
.bx--list-box--disabled .bx--list-box__field:focus {
  border-bottom-width: 0;
  outline: none; }

.bx--list-box--disabled .bx--list-box__label,
.bx--list-box--disabled.bx--list-box--inline
.bx--list-box__label {
  color: #c6c6c6; }

.bx--list-box--disabled .bx--list-box__menu-icon > svg {
  fill: #c6c6c6; }

.bx--list-box--disabled,
.bx--list-box--disabled .bx--list-box__field,
.bx--list-box--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }

.bx--list-box--disabled .bx--list-box__menu-item,
.bx--list-box--disabled .bx--list-box__menu-item:hover,
.bx--list-box--disabled
.bx--list-box__menu-item--highlighted {
  color: #c6c6c6;
  text-decoration: none; }

.bx--list-box--disabled .bx--list-box__selection:hover {
  cursor: not-allowed; }

.bx--list-box--disabled.bx--list-box[data-invalid]
.bx--list-box__field {
  padding-right: 3rem; }

.bx--list-box--disabled.bx--list-box[data-invalid].bx--list-box--inline
.bx--list-box__field {
  padding-right: 2rem; }

.bx--list-box.bx--list-box--inline {
  background-color: transparent;
  border-width: 0; }
  .bx--list-box.bx--list-box--inline:hover {
    background-color: #e5e5e5; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded {
  border-bottom-width: 0; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded
.bx--list-box__field[aria-expanded='true'] {
  border-width: 0; }

.bx--list-box.bx--list-box--inline.bx--list-box--disabled:hover {
  background-color: transparent; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded:hover {
  background-color: #ffffff; }

.bx--list-box.bx--list-box--inline,
.bx--list-box.bx--list-box--inline
.bx--list-box__field {
  height: 2rem; }

.bx--list-box.bx--list-box--inline
.bx--list-box__field {
  padding: 0 2rem 0 0.5rem; }

.bx--list-box.bx--list-box--inline
.bx--list-box__menu-icon {
  right: 0.5rem; }

.bx--list-box.bx--list-box--inline
.bx--list-box__invalid-icon {
  right: 2rem; }

.bx--list-box--inline .bx--list-box__label {
  color: #161616; }

.bx--list-box__field {
  display: inline-block;
  background: none;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  height: calc(100% + 1px);
  padding: 0 3rem 0 1rem;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .bx--list-box__field::-moz-focus-inner {
    border: 0; }

.bx--list-box__field:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--list-box__field[disabled] {
  outline: none;
  color: #c6c6c6; }

.bx--list-box__field .bx--text-input {
  padding-right: 4.5rem; }

.bx--list-box[data-invalid]
.bx--list-box__field
.bx--text-input {
  padding-right: 6.125rem; }

.bx--list-box[data-invalid]
.bx--list-box__field
.bx--text-input
+ .bx--list-box__invalid-icon {
  right: 4.125rem; }

.bx--list-box__field .bx--text-input--empty {
  padding-right: 3rem; }

.bx--list-box[data-invalid]
.bx--list-box__field
.bx--text-input--empty {
  padding-right: 4.5rem; }

.bx--list-box[data-invalid]
.bx--list-box__field
.bx--text-input--empty
+ .bx--list-box__invalid-icon {
  right: 2.5rem; }

.bx--list-box__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #161616;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.bx--list-box__menu-icon {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  cursor: pointer; }

.bx--list-box__menu-icon > svg {
  fill: #161616;
  height: 100%; }

.bx--list-box__menu-icon--open {
  transform: rotate(180deg); }

.bx--list-box__selection {
  position: absolute;
  right: 2.0625rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  cursor: pointer;
  user-select: none;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--list-box__selection:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }

.bx--list-box__selection--multi {
  top: auto;
  transform: none; }

.bx--list-box__selection > svg {
  fill: #525252; }

.bx--list-box--disabled .bx--list-box__selection:focus {
  outline: none; }

.bx--list-box--disabled .bx--list-box__selection > svg {
  fill: #c6c6c6; }

.bx--list-box__selection--multi {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #393939;
  height: 1.5rem;
  width: auto;
  color: #ffffff;
  line-height: 0;
  padding: 0.5rem;
  padding-right: 0.125rem;
  margin-right: 0.625rem;
  border-radius: 0.75rem; }

.bx--list-box__selection--multi > svg {
  fill: #ffffff;
  margin-left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.125rem; }

.bx--list-box__selection--multi > svg:hover {
  border-radius: 50%;
  background-color: #4c4c4c; }

.bx--list-box__selection--multi:focus,
.bx--list-box__selection--multi:hover {
  outline: none; }

.bx--list-box__menu {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f4f4f4;
  max-height: 0;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  overflow-y: auto;
  z-index: 9100; }

.bx--list-box--expanded .bx--list-box__menu {
  max-height: 8.75rem; }

.bx--list-box__menu-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  height: 2.5rem;
  color: #393939;
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: background 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--list-box__menu-item:hover {
    background-color: #e5e5e5; }
  .bx--list-box__menu-item:active {
    background-color: #e0e0e0; }

.bx--list-box--sm .bx--list-box__menu-item {
  height: 2rem; }

.bx--list-box--xl .bx--list-box__menu-item {
  height: 3rem; }

.bx--list-box--disabled .bx--list-box__menu-item:hover {
  background-color: transparent; }

.bx--list-box--light .bx--list-box__menu-item:active {
  background-color: #e0e0e0; }

.bx--list-box--disabled
.bx--list-box__menu-item__option:hover {
  border-top-color: #e0e0e0; }

.bx--list-box__menu-item:first-of-type
.bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item:hover
.bx--list-box__menu-item__option {
  color: #161616; }

.bx--list-box__menu-item:hover
+ .bx--list-box__menu-item
.bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box--disabled
.bx--list-box__menu-item:hover
+ .bx--list-box__menu-item
.bx--list-box__menu-item__option {
  border-top-color: #e0e0e0; }

.bx--list-box__menu-item__option {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  height: 2.5rem;
  color: #393939;
  text-decoration: none;
  font-weight: normal;
  line-height: 1rem;
  padding: 0.6875rem 0;
  margin: 0 1rem;
  padding-right: 1.5rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top-color: #e0e0e0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: border-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--list-box__menu-item__option:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
    margin: 0;
    padding: 0.6875rem 1rem;
    border-color: transparent; }
  .bx--list-box__menu-item__option:hover {
    color: #161616;
    border-color: transparent; }

.bx--list-box--sm .bx--list-box__menu-item__option {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  height: 2rem; }

.bx--list-box--xl .bx--list-box__menu-item__option {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  height: 3rem; }

.bx--list-box--disabled
.bx--list-box__menu-item:hover
.bx--list-box__menu-item__option,
.bx--list-box--disabled .bx--list-box__menu-item__option {
  color: #c6c6c6; }

.bx--list-box.bx--list-box--inline
.bx--list-box__menu-item__option {
  margin: 0 0.5rem; }
  .bx--list-box.bx--list-box--inline
.bx--list-box__menu-item__option:focus {
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.bx--list-box__menu-item--highlighted {
  background-color: #e5e5e5;
  color: #161616;
  border-color: transparent; }

.bx--list-box__menu-item--highlighted
.bx--list-box__menu-item__option,
.bx--list-box__menu-item--highlighted
+ .bx--list-box__menu-item
.bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item--highlighted
.bx--list-box__menu-item__option {
  color: #161616; }

.bx--list-box__menu-item--active {
  color: #161616;
  background-color: #e0e0e0;
  border-bottom-color: #e0e0e0; }

.bx--list-box--light .bx--list-box__menu-item--active {
  background-color: #e0e0e0;
  border-bottom-color: #e0e0e0; }

.bx--list-box__menu-item--active:hover {
  background-color: #e5e5e5;
  border-bottom-color: #e5e5e5; }

.bx--list-box__menu-item--active
.bx--list-box__menu-item__option {
  color: #161616; }

.bx--list-box__menu-item--active
+ .bx--list-box__menu-item
> .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item__selected-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  fill: #161616; }

.bx--list-box--inline
.bx--list-box__menu-item__selected-icon {
  right: 0.5rem; }

.bx--list-box__menu-item--active
.bx--list-box__menu-item__selected-icon {
  display: block; }

.bx--list-box__menu-item .bx--checkbox-label {
  width: 100%; }

.bx--list-box__menu-item .bx--checkbox-label-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.bx--list-box--up .bx--list-box__menu {
  bottom: 2.5rem; }

.bx--list-box--up.bx--dropdown--sm
.bx--list-box__menu,
.bx--list-box--up.bx--list-box--sm
.bx--list-box__menu {
  bottom: 2rem; }

.bx--list-box--up.bx--dropdown--xl
.bx--list-box__menu,
.bx--list-box--up.bx--list-box--xl
.bx--list-box__menu {
  bottom: 3rem; }

.bx--list-box input[role='combobox'] {
  background-color: inherit;
  min-width: 0; }

.bx--combo-box .bx--text-input::placeholder {
  color: #6f6f6f; }

.bx--combo-box .bx--text-input[disabled]::placeholder {
  color: #c6c6c6; }

.bx--combo-box.bx--list-box--expanded
.bx--text-input {
  border-bottom-color: #e0e0e0; }

.bx--combo-box .bx--list-box__field,
.bx--combo-box.bx--list-box[data-invalid]
.bx--list-box__field,
.bx--combo-box.bx--list-box--disabled.bx--list-box[data-invalid]
.bx--list-box__field {
  padding: 0; }

html {
  font-size: 100%; }

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

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

.bx--search {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%; }

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

.bx--search-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  appearance: none;
  border: none;
  background-color: #f4f4f4;
  color: #161616;
  padding: 0 2.5rem;
  text-overflow: ellipsis;
  width: 100%;
  order: 1;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  border-bottom: 1px solid #8d8d8d; }
  .bx--search-input:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }
  .bx--search-input::placeholder {
    color: #6f6f6f;
    font-weight: 400; }
  .bx--search-input::-ms-clear {
    display: none; }

.bx--search-input[disabled] {
  color: #c6c6c6;
  background-color: #f4f4f4;
  border-bottom: 1px solid transparent;
  cursor: not-allowed; }
  .bx--search-input[disabled]::placeholder {
    color: #c6c6c6;
    font-weight: 400; }

.bx--search-input[disabled] ~ .bx--search-magnifier {
  fill: #c6c6c6; }

.bx--search--light .bx--search-input {
  background: #ffffff; }

.bx--search--sm .bx--search-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  height: 2rem; }

.bx--search--lg .bx--search-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  height: 2.5rem; }

.bx--search--xl .bx--search-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  height: 3rem;
  padding: 0 4rem 0 3rem; }

.bx--search-magnifier {
  left: 0.75rem;
  z-index: 2;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  transform: translateY(-50%);
  fill: #525252;
  pointer-events: none; }

.bx--search--xl .bx--search-magnifier {
  height: 1.25rem;
  width: 1.25rem;
  left: 1.5rem;
  transform: translate(-50%, -50%); }

.bx--search-close {
  display: inline-block;
  background: none;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  right: 0; }
  .bx--search-close::-moz-focus-inner {
    border: 0; }
  .bx--search-close::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.0625rem;
    height: calc(100% - 2px);
    width: 2px;
    background-color: #f4f4f4;
    transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--search-close:hover {
    border-bottom: 1px solid #8d8d8d; }

.bx--search-button {
  flex-shrink: 0;
  margin-left: 0.125rem;
  background-color: #f4f4f4; }
  .bx--search-button svg {
    vertical-align: middle;
    fill: currentColor; }

.bx--search-close,
.bx--search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), border 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  cursor: pointer;
  visibility: inherit;
  opacity: 1;
  height: 2.5rem;
  width: 2.5rem;
  fill: #161616;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 0; }
  .bx--search-close:hover,
  .bx--search-button:hover {
    background-color: #e5e5e5; }
  .bx--search-close:focus,
  .bx--search-button:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }
  .bx--search-close:active,
  .bx--search-button:active {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
    background-color: #e0e0e0; }

.bx--search-close:hover::before {
  background-color: #e5e5e5; }

.bx--search-close:focus::before,
.bx--search-close:active::before {
  background-color: #0f62fe; }

.bx--search-input:focus ~ .bx--search-close:hover {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--search--sm .bx--search-close,
.bx--search--sm ~ .bx--search-button {
  height: 2rem;
  width: 2rem; }

.bx--search--lg .bx--search-close,
.bx--search--lg ~ .bx--search-button {
  height: 2.5rem;
  width: 2.5rem; }

.bx--search--xl .bx--search-close,
.bx--search--xl ~ .bx--search-button {
  height: 3rem;
  width: 3rem; }

.bx--search-close--hidden {
  visibility: hidden;
  opacity: 0; }

.bx--search--xl.bx--skeleton .bx--search-input,
.bx--search--lg.bx--skeleton .bx--search-input,
.bx--search--sm.bx--skeleton .bx--search-input {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
  background: #e5e5e5;
  width: 100%; }
  .bx--search--xl.bx--skeleton .bx--search-input:hover, .bx--search--xl.bx--skeleton .bx--search-input:focus, .bx--search--xl.bx--skeleton .bx--search-input:active,
  .bx--search--lg.bx--skeleton .bx--search-input:hover,
  .bx--search--lg.bx--skeleton .bx--search-input:focus,
  .bx--search--lg.bx--skeleton .bx--search-input:active,
  .bx--search--sm.bx--skeleton .bx--search-input:hover,
  .bx--search--sm.bx--skeleton .bx--search-input:focus,
  .bx--search--sm.bx--skeleton .bx--search-input:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--search--xl.bx--skeleton .bx--search-input:before,
  .bx--search--lg.bx--skeleton .bx--search-input:before,
  .bx--search--sm.bx--skeleton .bx--search-input:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite; }
    @media (prefers-reduced-motion: reduce) {
      .bx--search--xl.bx--skeleton .bx--search-input:before,
      .bx--search--lg.bx--skeleton .bx--search-input:before,
      .bx--search--sm.bx--skeleton .bx--search-input:before {
        animation: none; } }
  .bx--search--xl.bx--skeleton .bx--search-input::placeholder,
  .bx--search--lg.bx--skeleton .bx--search-input::placeholder,
  .bx--search--sm.bx--skeleton .bx--search-input::placeholder {
    color: transparent; }

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

.bx--locale-modal-container .bx--modal-container {
  min-height: 80%; }

.bx--locale-modal {
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }
  .bx--locale-modal.bx--modal-content {
    padding-right: 1rem; }
  .bx--locale-modal__regions {
    width: 100%;
    margin-top: auto; }
    .bx--locale-modal__regions > .bx--row {
      margin-left: 0;
      margin-right: 0; }
    .bx--locale-modal__regions .bx--card {
      min-height: 11.5rem;
      outline: 1px solid #ffffff;
      outline-offset: -1px; }
      .bx--locale-modal__regions .bx--card__cta {
        color: #161616; }
      .bx--locale-modal__regions .bx--card--link {
        height: 100%; }
      .bx--locale-modal__regions .bx--card:focus {
        outline-width: 2px;
        outline-offset: -2px; }
      @media (max-width: 65.98rem) {
        .bx--locale-modal__regions .bx--card {
          min-height: 6rem; } }
  .bx--locale-modal__locales {
    text-decoration: none;
    border: 2px solid transparent;
    display: flex;
    min-height: 3rem;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 110ms cubic-bezier(0.4, 0.14, 0.3, 1), border 110ms cubic-bezier(0.4, 0.14, 0.3, 1); }
    .bx--locale-modal__locales__name {
      width: 50%;
      color: #a8a8a8;
      padding: 0.75rem 1rem; }
      .bx--locale-modal__locales__name:first-of-type {
        color: #161616; }
    .bx--locale-modal__locales:hover {
      background-color: #e5e5e5; }
    .bx--locale-modal__locales:active, .bx--locale-modal__locales:focus {
      border: 2px solid #0f62fe;
      outline: none; }
  .bx--locale-modal__locales-hidden {
    display: none; }
  .bx--locale-modal__filtering {
    flex-direction: column;
    overflow: hidden; }
    .bx--locale-modal__filtering .bx--locale-modal__filter {
      opacity: 1;
      z-index: 1;
      transform: translate3d(0, 0, 0);
      transition: 240ms cubic-bezier(0, 0, 0.3, 1);
      display: flex;
      flex-direction: column;
      flex: 1;
      overflow: hidden; }
    .bx--locale-modal__filtering .bx--locale-modal__regions {
      visibility: hidden;
      z-index: -1;
      opacity: 0;
      display: none;
      transition: 240ms cubic-bezier(0, 0, 0.3, 1); }
    .bx--locale-modal__filtering .bx--locale-modal__locales-filtered {
      display: none; }
  .bx--locale-modal__back .bx--modal-header__label:hover {
    cursor: pointer;
    color: #0f62fe; }
  .bx--locale-modal__back .bx--modal-header__label svg {
    fill: currentColor; }

.bx--locale-modal__filter {
  z-index: -1;
  opacity: 0;
  transform: translate3d(0, -24px, 0);
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
  display: none;
  top: 3rem; }

.bx--locale-modal__search {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #525252; }
  .bx--locale-modal__search-text {
    padding: 1rem;
    min-height: 3rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }

.bx--locale-modal__list {
  flex: 1;
  overflow-y: auto; }

.bx--modal .bx--search-input {
  background-color: #f4f4f4; }

.bx--modal-close {
  top: 1rem;
  right: 1rem; }

.bx--modal-header {
  padding-left: 2rem;
  padding-top: 1rem; }
  .bx--modal-header__label {
    margin-bottom: 0.75rem;
    color: #161616;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
    .bx--modal-header__label svg {
      position: relative;
      top: 5px; }
    .bx--modal-header__label .bx--locale-modal__label-globe {
      margin-left: 0.5rem; }
    .bx--modal-header__label .bx--locale-modal__label-arrow {
      margin-right: 0.5rem; }
  .bx--modal-header__heading {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 129%;
    letter-spacing: 0;
    font-size: calc(1.75rem + 0 * ((100vw - 20rem) / 62)); }
    @media (min-width: 82rem) {
      .bx--modal-header__heading {
        font-size: 1.75rem;
        line-height: 125%;
        font-size: calc(1.75rem + 0.25 * ((100vw - 82rem) / 17)); } }
    @media (min-width: 99rem) {
      .bx--modal-header__heading {
        font-size: 2rem;
        font-size: 2rem; } }

html {
  font-size: 100%; }

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

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

.bx--tile {
  display: block;
  min-width: 8rem;
  min-height: 4rem;
  background-color: #f4f4f4;
  position: relative;
  padding: 1rem;
  outline: 2px solid transparent;
  outline-offset: -2px; }
  .bx--tile:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }

.bx--tile--light {
  background-color: #ffffff; }

.bx--tile--clickable,
.bx--tile--selectable,
.bx--tile--expandable {
  transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  cursor: pointer; }
  .bx--tile--clickable:hover,
  .bx--tile--selectable:hover,
  .bx--tile--expandable:hover {
    background: #e5e5e5; }

.bx--tile--clickable:hover .bx--tile__checkmark, .bx--tile--clickable:focus .bx--tile__checkmark,
.bx--tile--expandable:hover .bx--tile__checkmark,
.bx--tile--expandable:focus .bx--tile__checkmark {
  opacity: 1; }

.bx--tile--clickable:focus,
.bx--tile--expandable:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--tile--expandable::-moz-focus-inner {
  border: 0; }

.bx--tile--clickable {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #161616;
  text-decoration: none; }

.bx--tile--selectable {
  padding-right: 3rem; }

.bx--tile__checkmark,
.bx--tile__chevron {
  position: absolute;
  transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  border: none;
  background: transparent; }

.bx--tile__checkmark {
  height: 1rem;
  top: 1rem;
  right: 1rem;
  opacity: 0; }
  .bx--tile__checkmark svg {
    border-radius: 50%;
    fill: #525252; }
  .bx--tile__checkmark:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }

.bx--tile__chevron {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  height: 1rem; }
  .bx--tile__chevron svg {
    transform-origin: center;
    transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
    fill: #161616; }
  .bx--tile__chevron:hover {
    cursor: pointer; }
  .bx--tile__chevron:focus {
    outline: none; }

.bx--tile--expandable {
  width: 100%;
  color: inherit;
  font-size: inherit;
  text-align: left;
  border: 0; }

.bx--tile--expandable {
  overflow: hidden;
  transition: max-height 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile-content__above-the-fold {
  display: block; }

.bx--tile-content__below-the-fold {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile--is-expanded {
  overflow: visible;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--tile--is-expanded .bx--tile__chevron svg {
    transform: rotate(-180deg); }
  .bx--tile--is-expanded .bx--tile-content__below-the-fold {
    visibility: inherit;
    opacity: 1;
    transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile--is-selected {
  outline: 1px solid #161616;
  outline-offset: -1px; }

.bx--tile--is-selected .bx--tile__checkmark {
  opacity: 1; }

.bx--tile-input:checked
+ .bx--tile
> .bx--tile__checkmark
svg {
  fill: #161616; }

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

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

.bx--card {
  background-color: #f4f4f4;
  text-decoration: none;
  display: flex;
  flex-direction: column; }
  .bx--card__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem; }
  .bx--card__heading {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0; }
  .bx--card__heading, .bx--card__copy {
    color: #161616; }
  .bx--card__copy {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0; }
  .bx--card__eyebrow {
    color: #393939;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }
  .bx--card__cta,
  .bx--card__cta a,
  .bx--card__cta a:visited {
    color: #0f62fe; }
  .bx--card__footer {
    margin-top: auto; }
    .bx--card__footer svg {
      fill: currentColor; }
  .bx--card--CTA .bx--card__heading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0; }
  .bx--card:visited, .bx--card:active, .bx--card:hover {
    color: currentColor; }
  .bx--card__img {
    transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--card--link:hover {
    background-color: #e5e5e5;
    text-decoration: none; }
    .bx--card--link:hover .bx--card__img {
      filter: brightness(80%); }
  .bx--card:focus {
    outline-color: #0f62fe; }
  .bx--card.bx--tile {
    padding: 0; }

.bx--card--inverse {
  background-color: #393939; }
  .bx--card--inverse .bx--card__heading,
  .bx--card--inverse .bx--card__copy {
    color: #ffffff; }
  .bx--card--inverse .bx--card__eyebrow {
    color: #a8a8a8; }
  .bx--card--inverse.bx--card--link:hover {
    background-color: #4c4c4c; }
  .bx--card--inverse .bx--card__cta,
  .bx--card--inverse .bx--card__cta a,
  .bx--card--inverse .bx--card__cta a:visited {
    color: #78a9ff; }

.ibm-center {
  text-align: center; }

.ibm-bold {
  font-weight: 600; }

.ibm-light {
  font-weight: 300; }

.ibm-regular {
  font-weight: 400; }

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

.ibm-medium.ibm-h1 {
  font-size: 3.125rem;
  line-height: 3.4375rem; }

.ibm-large.ibm-h1 {
  font-size: 3.75rem;
  line-height: 4.0625rem; }

.ibm-h2 {
  font-size: 1.375rem;
  line-height: 1.6875rem; }

.ibm-h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem; }

.ibm-canada-notice-button .bx--modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  transform-origin: top center;
  transform: translate3d(0, -24px, 0);
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1); }

@media (min-width: 42rem) {
  .bx--modal-container {
    width: 50%;
    max-width: 768px;
    max-height: 90%;
    height: auto; } }

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

.ibm-canada-notice-button .bx--modal-header,
.ibm-canada-notice-button .bx--modal-content {
  padding-right: 5%;
  padding-left: 1rem; }

.ibm-canada-notice-button .bx--modal-header,
.ibm-canada-notice-button .bx--modal-footer {
  flex-shrink: 0; }

.ibm-canada-notice-button.bx--modal-header {
  padding-top: 1rem;
  margin-bottom: 1rem; }

.ibm-canada-notice-button .bx--modal-header__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center; }

.ibm-canada-notice-button .bx--modal-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
  word-break: break-all;
  margin-bottom: 3rem;
  color: #ffffff;
  font-weight: 400; }

.ibm-canada-notice-button .bx--modal-content > * {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px; }

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

.ibm-canada-notice-button .bx--modal-close__icon {
  fill: #ffffff;
  height: 1.25rem;
  width: 1.25rem; }

.ca-close {
  color: #ffffff; }

.ibm-canada-notice {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  width: 100%;
  z-index: 9999; }

.ibm-alternate-background {
  color: #fff; }

.ibm-alternate-background a {
  color: #fff;
  text-decoration: none; }

.ibm-nospacing {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }

.ibm-canada-notice .ibm-columns {
  position: relative; }

@media only screen and (min-width: 1480px) {
  .ibm-columns .ibm-col-1-1 {
    width: 100%;
    padding: 25px;
    word-wrap: break-word !important; }
  .ibm-canada-notice-message {
    -webkit-column-count: 2;
    column-count: 2;
    font-size: .875rem;
    line-height: 1.25rem; }
  .ibm-hidden {
    display: none !important; } }

@media only screen and (max-width: 1479px) and (min-width: 1240px) {
  .ibm-columns .ibm-col-1-1 {
    width: 100%;
    padding: 25px;
    word-wrap: break-word !important; }
  .ibm-canada-notice-message {
    -webkit-column-count: 2;
    column-count: 2;
    font-size: .875rem;
    line-height: 1.25rem; }
  .ibm-hidden {
    display: none !important; } }

@media only screen and (max-width: 1239px) and (min-width: 1000px) {
  .ibm-columns .ibm-col-1-1 {
    width: 100%;
    padding: 25px;
    word-wrap: break-word !important; }
  .ibm-canada-notice-message {
    -webkit-column-count: 2;
    column-count: 2;
    font-size: .875rem;
    line-height: 1.25rem; }
  .ibm-hidden {
    display: none !important; } }

@media only screen and (max-width: 999px) and (min-width: 860px) {
  .ibm-columns .ibm-col-1-1 {
    width: 100%;
    padding: 25px;
    word-wrap: break-word !important; }
  .ibm-canada-notice-message {
    -webkit-column-count: 2;
    column-count: 2;
    font-size: .875rem;
    line-height: 1.25rem; }
  .ibm-hidden {
    display: none !important; } }

@media only screen and (max-width: 859px) and (min-width: 760px) {
  .ibm-columns .ibm-col-1-1 {
    width: 100%;
    padding: 25px;
    word-wrap: break-word !important; }
  .ibm-canada-notice-message {
    -webkit-column-count: 2;
    column-count: 2;
    font-size: .875rem;
    line-height: 1.25rem; }
  .ibm-hidden {
    display: none !important; } }

@media only screen and (max-width: 759px) and (min-width: 580px) {
  .ibm-columns .ibm-col-1-1 {
    width: 100%;
    padding: 25px;
    word-wrap: break-word !important; }
  .ibm-canada-notice-message {
    -webkit-column-count: 1;
    column-count: 1;
    font-size: .875rem;
    line-height: 1.25rem; }
  .ibm-hidden {
    display: none !important; } }

@media only screen and (max-width: 579px) and (min-width: 0px) {
  .ibm-columns, .ibm-col-1-1 {
    width: 100%;
    padding: 25px;
    word-wrap: break-word !important; }
  .ibm-show-small {
    display: none; }
  .ca-full-height {
    height: 100%; } }

.ibm-columns::after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden; }

[class*=ibm-col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  min-height: 1px;
  padding: 0 10px; }

p.ibm-ind-link {
  padding-bottom: 12px; }

p.ibm-fright {
  float: right !important; }

h4.cn-header {
  padding: 0 0 15px; }

.ibm-canada-notice.ibm-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ibm-canada-notice-button {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999; }

.safari .ibm-canada-notice-button {
  bottom: -2px;
  left: -2px; }

.msie8 .ibm-canada-notice-button {
  display: none; }

.msie8 .ibm-canada-notice {
  background: #000; }

a.closeLink {
  cursor: pointer; }

.field-container {
  clear: both; }

.field-container {
  position: relative; }

.bx--select-input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media (min-width: 66rem) {
  .input-fields-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem; }
    .input-fields-container .field-container {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 1rem; }
      .input-fields-container .field-container.email-container, .input-fields-container .field-container.password-container, .input-fields-container .field-container.input-type-radio, .input-fields-container .field-container.input-type-textarea, .input-fields-container .field-container.Q_BPID-container {
        flex: 0 0 100%;
        max-width: 100%; }
  .center-layout .input-fields-container .field-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem; }
    .center-layout .input-fields-container .field-container.firstName-container, .center-layout .input-fields-container .field-container.lastName-container, .center-layout .input-fields-container .field-container.country-container, .center-layout .input-fields-container .field-container.state-container {
      flex: 0 0 50%;
      max-width: 50%; } }

.bx--form-item .tooltip {
  margin-bottom: .5rem; }

.bx--form-item .bx--label .tooltip {
  margin-bottom: 0; }

fieldset.radio-group {
  margin-bottom: 2rem; }
  fieldset.radio-group .bx--form-item {
    margin-bottom: 0; }
  fieldset.radio-group .bx--form-requirement {
    display: block; }
  fieldset.radio-group legend.bx--label {
    max-width: 305px;
    line-height: 1.25rem; }

.bx--form-item,
.bx--fieldset {
  margin-bottom: 1.5rem; }
  .bx--form-item.phone-group,
  .bx--fieldset.phone-group {
    margin-bottom: 0; }

.code-container {
  max-width: 100%; }
  .code-container .bx--text-input__field-wrapper {
    width: 165px; }

.bx--text-input.bx--skeleton {
  width: 100%; }

.token-container .bx--text-input__field-wrapper {
  width: auto; }

.bx--text-area__wrapper {
  width: 100%; }

.bx--checkbox-label-text .bx--tooltip__label {
  font-size: inherit;
  color: #171717; }

.p-b-1 {
  padding-bottom: 0.5rem; }

.p-b-2 {
  padding-bottom: 1rem; }

.p-b-3 {
  padding-bottom: 1.5rem; }

.p-b-4 {
  padding-bottom: 2rem; }

.m-b-1 {
  margin-bottom: 1rem; }

.m-b-2 {
  margin-bottom: 1.5rem; }

/* animation css */
.fade-enter {
  opacity: 0.01; }
  .fade-enter.fade-enter-active {
    opacity: 1;
    transition: opacity 1000ms ease-in; }

.fade-exit {
  opacity: 1; }
  .fade-exit.fade-exit-active {
    opacity: 0; }

.slide-enter {
  opacity: 0;
  max-height: 0; }
  .slide-enter.fade-enter-active {
    opacity: 1;
    max-height: 1000px;
    transition: height 1000ms ease-out; }

.slide-exit {
  max-height: 1000px; }
  .slide-exit.fade-exit-active {
    opacity: 1;
    max-height: 1000px;
    transition: height 800ms ease-out; }

.form-step {
  transition-duration: 350ms; }

/* animation ends */
.ibm-btn-gray-50, .ibm-btn-gray-50.ibm-btn-sec:focus, .ibm-btn-gray-50.ibm-btn-sec:hover {
  background: #777677;
  border-color: #777677;
  color: #fff; }

.ibm-btn-gray-50:focus, .ibm-btn-gray-50:hover {
  background: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff; }

.ibm-btn-blue-50, .ibm-btn-blue-50.ibm-btn-sec:focus, .ibm-btn-blue-50.ibm-btn-sec:hover {
  background: #4178be;
  border-color: #4178be;
  color: #fff; }

.ibm-btn-blue-50:focus, .ibm-btn-blue-50:hover {
  background: #325c80;
  border-color: #325c80;
  color: #fff; }

.ibm-btn-teal-50, .ibm-btn-teal-50.ibm-btn-sec:focus, .ibm-btn-teal-50.ibm-btn-sec:hover {
  background: #008571;
  border-color: #008571;
  color: #fff; }

.ibm-btn-teal-50:focus, .ibm-btn-teal-50:hover {
  background: #006d5d;
  border-color: #006d5d;
  color: #fff; }

.ibm-btn-purple-50, .ibm-btn-purple-50.ibm-btn-sec:focus, .ibm-btn-purple-50.ibm-btn-sec:hover {
  background: #9855d4;
  border-color: #9855d4;
  color: #fff; }

.ibm-btn-purple-50:focus, .ibm-btn-purple-50:hover {
  background: #734098;
  border-color: #734098;
  color: #fff; }

.ibm-btn-green-50, .ibm-btn-green-50.ibm-btn-sec:focus, .ibm-btn-green-50.ibm-btn-sec:hover {
  background: #4b8400;
  border-color: #4b8400;
  color: #fff; }

.ibm-btn-green-50:focus, .ibm-btn-green-50:hover {
  background: #2d660a;
  border-color: #2d660a;
  color: #fff; }

.ibm-btn-magenta-50, .ibm-btn-magenta-50.ibm-btn-sec:focus, .ibm-btn-magenta-50.ibm-btn-sec:hover {
  background: #db2780;
  border-color: #db2780;
  color: #fff; }

.ibm-btn-magenta-50:focus, .ibm-btn-magenta-50:hover {
  background: #a6266e;
  border-color: #a6266e;
  color: #fff; }

.ibm-btn-orange-50, .ibm-btn-orange-50.ibm-btn-sec:focus, .ibm-btn-orange-50.ibm-btn-sec:hover {
  background: #d74108;
  border-color: #d74108;
  color: #fff; }

.ibm-btn-orange-50:focus, .ibm-btn-orange-50:hover {
  background: #a53725;
  border-color: #a53725;
  color: #fff; }

.ibm-btn-red-50, .ibm-btn-red-50.ibm-btn-sec:focus, .ibm-btn-red-50.ibm-btn-sec:hover {
  background: #e71d32;
  border-color: #e71d32;
  color: #fff; }

.ibm-btn-sec.ibm-btn-red-50.ibm-btn-transparent:focus, .ibm-btn-sec.ibm-btn-red-50.ibm-btn-transparent:hover {
  color: #ad1625; }

.ibm-btn-sec.ibm-btn-red-50 {
  background: 0 0;
  border-color: #e71d32;
  color: #e71d32; }

.ibm-btn-red-50:focus, .ibm-btn-red-50:hover {
  background: #ad1625;
  border-color: #ad1625;
  color: #fff; }

body {
  background-color: #ececec;
  height: 100%; }

html, body, #__next {
  height: 100%; }

p {
  line-height: 1.5rem; }

h1 {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 0.3rem; }

h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 0.3rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 0.3rem; }

.header-container {
  min-height: 3rem; }

.bx--masthead {
  background-color: #ffffff;
  z-index: 999; }

.urx-container {
  max-width: 99rem;
  margin: auto; }

.Aligner {
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 24em;
  justify-content: center;
  flex-flow: row wrap; }
  .Aligner .two-column {
    width: 100%;
    background-color: #ffffff; }

.Aligner-item {
  flex: 1 100%; }

.Aligner-item--top {
  align-self: flex-start;
  flex: 1 100%; }

.Aligner-item--bottom {
  align-self: flex-end;
  flex: 1 100%; }

.bx--loading-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1; }
  .bx--loading-overlay.solid {
    background-color: white; }

.productive-heading-03 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0; }

.productive-heading-04 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: 0; }

.bx--text-02 {
  color: #393939; }

/* Sign Up Form*/
.form-heading-container {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  padding: 0 1rem; }
  .form-heading-container a {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.16px; }

/* two column layout*/
.form-block {
  max-width: 100%; }
  .form-block .button-container {
    padding: 0 0 2rem 1rem;
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 2rem; }
  .form-block .notice-choice {
    padding: 1rem 1rem 0; }
    .form-block .notice-choice.not-in-accordion {
      margin-top: -1.5rem;
      padding: 0 1rem 2rem 1rem; }
    .form-block .notice-choice p {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
      letter-spacing: 0.16px;
      max-width: 27.5rem; }
      .form-block .notice-choice p.pre-text {
        max-width: 27.5rem; }
  .form-block .reg-accordion-item {
    min-height: 6rem; }
    .form-block .reg-accordion-item.accordion-final-step {
      min-height: 4.5rem; }
    .form-block .reg-accordion-item .notice-choice {
      margin-top: 1.5rem;
      padding: 1.5rem 1rem 0 1rem;
      border-top: 1px solid #dcdcdc; }
    .form-block .reg-accordion-item.no-fields .notice-choice {
      margin-top: 0;
      border-top: 0; }

.no-accordion .button-container {
  padding: 0 0 0 1rem;
  border-bottom: 0;
  margin-bottom: 0; }

.no-accordion .reg-accordion-item__content_section {
  margin-top: 0; }

.section-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

/* Buttons */
.bx--btn--md {
  min-height: 40px;
  width: 8rem; }
  .bx--btn--md.section-button {
    margin-right: 2rem;
    clear: left; }
  .bx--btn--md.btn--long {
    width: 14rem; }

.form-container {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 12.5rem;
  position: relative;
  margin: 0;
  color: #171717; }
  .form-container form {
    width: 100%; }
    .form-container form .bx--select {
      width: 100%; }
    .form-container form .bx--select-input {
      max-width: 100%; }

.cc-notification-margin {
  margin: .25rem 0rem .25rem 0rem; }

.form-heading {
  color: #393939;
  margin-bottom: 1rem;
  word-break: break-word;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: 0; }
  .form-heading h1, .form-heading h2, .form-heading h3 {
    font-size: inherit;
    font-weight: inherit; }
  .form-heading p {
    font-size: 1.2rem; }

.message-sent .ibm-forward-link[class*='-link']::before {
  font-size: inherit; }

.list-item {
  margin-left: 16px; }

#teconsent a {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif !important; }

.help-desk {
  margin: 2rem 0 0 0;
  border-top: 1px solid gainsboro;
  padding: 1rem 0; }

.bx--tooltip {
  line-height: 120%; }

.deadend-notification > div.bx--toast-notification--error {
  width: auto; }

.bx-p-rel {
  position: relative; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .country-code-item .bx--list-box__menu-icon {
    top: 0 !important; }
  .bx--select-input__wrapper > svg {
    top: 30%; }
  input::-ms-clear, input::-ms-reveal {
    display: none; }
  .bx--text-input--password__visibility.bx--tooltip--icon__bottom::after {
    bottom: -34px;
    left: -34px;
    width: 96px; } }


.input-container {
  width: 400px;
  max-width: 100%; }

.label-right-link-container label {
  width: 100%; }
  .label-right-link-container label .multi-label-right {
    float: right; }

.bx--inline-notification__subtitle {
  line-height: 1.25rem; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after {
  left: 0; }

