@charset "UTF-8";
/* Copyright 2019-2023 Epic Systems Corporation */
._heading {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0.75rem 0 0.5rem;
  width: 100%;
  color: #246fb5;
  break-after: avoid;
}
.darkmode ._heading {
  color: #a1c2df;
}

.tvmode ._heading {
  color: #363636;
}
.tvmode.darkmode ._heading {
  color: #ffffff;
}

._heading.compact {
  padding: 0;
}
h1._heading.displayStyle {
  font-size: 2.2806973457rem;
  color: #246fb5;
  font-weight: bold;
}

h1._heading:where(:not(.displayStyle)) {
  font-size: 1.6018066406rem;
  color: #246fb5;
}

h2._heading {
  font-size: 1.423828125rem;
  color: #246fb5;
}

h3._heading {
  font-size: 1.265625rem;
  color: #246fb5;
}

h4._heading {
  font-size: 1.125rem;
  color: #246fb5;
}

._heading .subjectIndicator {
  margin: 0 0.5rem 0 0;
}

._readOnlyText:is(._Text, ._ExternalAccessibleDescription):not(:only-child) {
  margin: 0.5rem 0;
}
._readOnlyText:is(._Text, ._ExternalAccessibleDescription):not(:only-child):first-of-type {
  margin-top: 0;
}
._readOnlyText:is(._Text, ._ExternalAccessibleDescription):not(:only-child):last-of-type {
  margin-bottom: 0;
}
._readOnlyText:is(._Text, ._ExternalAccessibleDescription):not(:only-child):empty {
  margin: 0;
}
._readOnlyText:is(._Text, ._TextFragment).subtleStyle {
  font-size: 0.8888888889rem;
  color: #767676;
}
[data-altstylesheet="High Contrast"] ._readOnlyText:is(._Text, ._TextFragment).subtleStyle {
  color: #000000;
}

:is(._link, ._command).primary.negative {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: #246fb5;
  color: #ffffff;
}
:is(._link, ._command).primary.negative:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).primary.negative[disabled][class][class], :is(._link, ._command).primary.negative[aria-disabled=true][class][class], :is(._link, ._command).primary.negative.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).primary.negative[disabled][class][class], :is(._link, ._command).primary.negative[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.negative[aria-disabled=true][class][class], :is(._link, ._command).primary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.negative.disabled[class][class], :is(._link, ._command).primary.negative.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).primary.negative[disabled][class][class], :is(._link, ._command).primary.negative[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.negative[aria-disabled=true][class][class], :is(._link, ._command).primary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.negative.disabled[class][class], :is(._link, ._command).primary.negative.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).primary.negative[disabled][class][class], .darkmode :is(._link, ._command).primary.negative[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).primary.negative[aria-disabled=true][class][class], .darkmode :is(._link, ._command).primary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).primary.negative.disabled[class][class], .darkmode :is(._link, ._command).primary.negative.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).primary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.negative.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).primary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.negative.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).primary.negative:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).primary.negative[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).primary.negative[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).primary.negative[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).primary.negative {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).primary.negative[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).primary.negative:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).primary.negative:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).primary.negative:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).primary.negative:focus[class] {
  outline-color: #ffffff;
}

.darkmode :is(._link, ._command).primary.negative {
  border: 2px solid;
  border-color: #92b7da;
  color: white;
  background-color: #0b2136;
}

:is(._link, ._command).primary.negative:is(:hover, :active),
.tvmode :is(._link, ._command).primary.negative:is(:hover, :focus, :active) {
  background-color: #1f5e9a;
}
.darkmode :is(._link, ._command).primary.negative:is(:hover, :active), .tvmode.darkmode :is(._link, ._command).primary.negative:is(:hover, :focus, :active) {
  background-color: #1c578d;
  border-color: transparent;
}

@media print {
  :is(._link, ._command).primary.negative {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).primary.negative {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).primary.negative {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).primary.negative:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).primary.negative:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).primary.neutral {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: #246fb5;
  color: #ffffff;
}
:is(._link, ._command).primary.neutral:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).primary.neutral[disabled][class][class], :is(._link, ._command).primary.neutral[aria-disabled=true][class][class], :is(._link, ._command).primary.neutral.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).primary.neutral[disabled][class][class], :is(._link, ._command).primary.neutral[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.neutral[aria-disabled=true][class][class], :is(._link, ._command).primary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.neutral.disabled[class][class], :is(._link, ._command).primary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).primary.neutral[disabled][class][class], :is(._link, ._command).primary.neutral[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.neutral[aria-disabled=true][class][class], :is(._link, ._command).primary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.neutral.disabled[class][class], :is(._link, ._command).primary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).primary.neutral[disabled][class][class], .darkmode :is(._link, ._command).primary.neutral[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).primary.neutral[aria-disabled=true][class][class], .darkmode :is(._link, ._command).primary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).primary.neutral.disabled[class][class], .darkmode :is(._link, ._command).primary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).primary.neutral:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).primary.neutral[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).primary.neutral[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).primary.neutral[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).primary.neutral {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).primary.neutral[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).primary.neutral:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).primary.neutral:focus[class] {
  outline-color: #ffffff;
}

.darkmode :is(._link, ._command).primary.neutral {
  border: 2px solid;
  border-color: #92b7da;
  color: white;
  background-color: #0b2136;
}

:is(._link, ._command).primary.neutral:is(:hover, :active),
.tvmode :is(._link, ._command).primary.neutral:is(:hover, :focus, :active) {
  background-color: #1f5e9a;
}
.darkmode :is(._link, ._command).primary.neutral:is(:hover, :active), .tvmode.darkmode :is(._link, ._command).primary.neutral:is(:hover, :focus, :active) {
  background-color: #1c578d;
  border-color: transparent;
}

@media print {
  :is(._link, ._command).primary.neutral {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).primary.neutral {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).primary.neutral {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).primary.neutral:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).primary.neutral:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).primary.positive {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: #246fb5;
  color: #ffffff;
}
:is(._link, ._command).primary.positive:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).primary.positive[disabled][class][class], :is(._link, ._command).primary.positive[aria-disabled=true][class][class], :is(._link, ._command).primary.positive.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).primary.positive[disabled][class][class], :is(._link, ._command).primary.positive[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.positive[aria-disabled=true][class][class], :is(._link, ._command).primary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.positive.disabled[class][class], :is(._link, ._command).primary.positive.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).primary.positive[disabled][class][class], :is(._link, ._command).primary.positive[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.positive[aria-disabled=true][class][class], :is(._link, ._command).primary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).primary.positive.disabled[class][class], :is(._link, ._command).primary.positive.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).primary.positive[disabled][class][class], .darkmode :is(._link, ._command).primary.positive[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).primary.positive[aria-disabled=true][class][class], .darkmode :is(._link, ._command).primary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).primary.positive.disabled[class][class], .darkmode :is(._link, ._command).primary.positive.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).primary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.positive.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).primary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).primary.positive.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).primary.positive:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).primary.positive[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).primary.positive[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).primary.positive[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).primary.positive {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).primary.positive[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).primary.positive:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).primary.positive:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).primary.positive:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).primary.positive:focus[class] {
  outline-color: #ffffff;
}

.darkmode :is(._link, ._command).primary.positive {
  border: 2px solid;
  border-color: #92b7da;
  color: white;
  background-color: #0b2136;
}

:is(._link, ._command).primary.positive:is(:hover, :active),
.tvmode :is(._link, ._command).primary.positive:is(:hover, :focus, :active) {
  background-color: #1f5e9a;
}
.darkmode :is(._link, ._command).primary.positive:is(:hover, :active), .tvmode.darkmode :is(._link, ._command).primary.positive:is(:hover, :focus, :active) {
  background-color: #1c578d;
  border-color: transparent;
}

@media print {
  :is(._link, ._command).primary.positive {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).primary.positive {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).primary.positive {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).primary.positive:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).primary.positive:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).secondary.negative {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: #ffffff;
  color: #246fb5;
  border: 1px solid currentColor;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}
:is(._link, ._command).secondary.negative:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).secondary.negative[disabled][class][class], :is(._link, ._command).secondary.negative[aria-disabled=true][class][class], :is(._link, ._command).secondary.negative.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).secondary.negative[disabled][class][class], :is(._link, ._command).secondary.negative[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.negative[aria-disabled=true][class][class], :is(._link, ._command).secondary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.negative.disabled[class][class], :is(._link, ._command).secondary.negative.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).secondary.negative[disabled][class][class], :is(._link, ._command).secondary.negative[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.negative[aria-disabled=true][class][class], :is(._link, ._command).secondary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.negative.disabled[class][class], :is(._link, ._command).secondary.negative.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).secondary.negative[disabled][class][class], .darkmode :is(._link, ._command).secondary.negative[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).secondary.negative[aria-disabled=true][class][class], .darkmode :is(._link, ._command).secondary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).secondary.negative.disabled[class][class], .darkmode :is(._link, ._command).secondary.negative.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).secondary.negative:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).secondary.negative[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).secondary.negative[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).secondary.negative[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).secondary.negative {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).secondary.negative[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).secondary.negative:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).secondary.negative:focus[class] {
  outline-color: #ffffff;
}

.mobile :is(._link, ._command).secondary.negative {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
:is(._link, ._command).secondary.negative:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode :is(._link, ._command).secondary.negative {
  border-color: #92b7da;
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

:is(._link, ._command).secondary.negative:is(:hover, :active),
.tvmode :is(._link, ._command).secondary.negative:is(:hover, :focus, :active) {
  background-color: #e9f1f8;
  color: #1f5e9a;
}
.darkmode :is(._link, ._command).secondary.negative:is(:hover, :active), .tvmode.darkmode :is(._link, ._command).secondary.negative:is(:hover, :focus, :active) {
  background-color: #0b2136;
  color: #92b7da;
  border-color: transparent;
}

@media print {
  :is(._link, ._command).secondary.negative {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).secondary.negative {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).secondary.negative {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).secondary.negative:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).secondary.negative:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).secondary.neutral {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: #ffffff;
  color: #246fb5;
  border: 1px solid currentColor;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}
:is(._link, ._command).secondary.neutral:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).secondary.neutral[disabled][class][class], :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class], :is(._link, ._command).secondary.neutral.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).secondary.neutral[disabled][class][class], :is(._link, ._command).secondary.neutral[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class], :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.neutral.disabled[class][class], :is(._link, ._command).secondary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).secondary.neutral[disabled][class][class], :is(._link, ._command).secondary.neutral[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class], :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.neutral.disabled[class][class], :is(._link, ._command).secondary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).secondary.neutral[disabled][class][class], .darkmode :is(._link, ._command).secondary.neutral[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class], .darkmode :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).secondary.neutral.disabled[class][class], .darkmode :is(._link, ._command).secondary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).secondary.neutral:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).secondary.neutral[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).secondary.neutral[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).secondary.neutral[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).secondary.neutral {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).secondary.neutral[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).secondary.neutral:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).secondary.neutral:focus[class] {
  outline-color: #ffffff;
}

.mobile :is(._link, ._command).secondary.neutral {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
:is(._link, ._command).secondary.neutral:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode :is(._link, ._command).secondary.neutral {
  border-color: #92b7da;
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

:is(._link, ._command).secondary.neutral:is(:hover, :active),
.tvmode :is(._link, ._command).secondary.neutral:is(:hover, :focus, :active) {
  background-color: #e9f1f8;
  color: #1f5e9a;
}
.darkmode :is(._link, ._command).secondary.neutral:is(:hover, :active), .tvmode.darkmode :is(._link, ._command).secondary.neutral:is(:hover, :focus, :active) {
  background-color: #0b2136;
  color: #92b7da;
  border-color: transparent;
}

@media print {
  :is(._link, ._command).secondary.neutral {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).secondary.neutral {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).secondary.neutral {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).secondary.neutral:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).secondary.neutral:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).secondary.positive {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: #ffffff;
  color: #246fb5;
  border: 1px solid currentColor;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}
:is(._link, ._command).secondary.positive:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).secondary.positive[disabled][class][class], :is(._link, ._command).secondary.positive[aria-disabled=true][class][class], :is(._link, ._command).secondary.positive.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).secondary.positive[disabled][class][class], :is(._link, ._command).secondary.positive[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.positive[aria-disabled=true][class][class], :is(._link, ._command).secondary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.positive.disabled[class][class], :is(._link, ._command).secondary.positive.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).secondary.positive[disabled][class][class], :is(._link, ._command).secondary.positive[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.positive[aria-disabled=true][class][class], :is(._link, ._command).secondary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).secondary.positive.disabled[class][class], :is(._link, ._command).secondary.positive.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).secondary.positive[disabled][class][class], .darkmode :is(._link, ._command).secondary.positive[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).secondary.positive[aria-disabled=true][class][class], .darkmode :is(._link, ._command).secondary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).secondary.positive.disabled[class][class], .darkmode :is(._link, ._command).secondary.positive.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).secondary.positive:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).secondary.positive[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).secondary.positive[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).secondary.positive[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).secondary.positive {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).secondary.positive[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).secondary.positive:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).secondary.positive:focus[class] {
  outline-color: #ffffff;
}

.mobile :is(._link, ._command).secondary.positive {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
:is(._link, ._command).secondary.positive:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode :is(._link, ._command).secondary.positive {
  border-color: #92b7da;
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

:is(._link, ._command).secondary.positive:is(:hover, :active),
.tvmode :is(._link, ._command).secondary.positive:is(:hover, :focus, :active) {
  background-color: #e9f1f8;
  color: #1f5e9a;
}
.darkmode :is(._link, ._command).secondary.positive:is(:hover, :active), .tvmode.darkmode :is(._link, ._command).secondary.positive:is(:hover, :focus, :active) {
  background-color: #0b2136;
  color: #92b7da;
  border-color: transparent;
}

@media print {
  :is(._link, ._command).secondary.positive {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).secondary.positive {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).secondary.positive {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).secondary.positive:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).secondary.positive:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).tertiary.negative {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
}
:is(._link, ._command).tertiary.negative:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).tertiary.negative[disabled][class][class], :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class], :is(._link, ._command).tertiary.negative.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).tertiary.negative[disabled][class][class], :is(._link, ._command).tertiary.negative[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class], :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.negative.disabled[class][class], :is(._link, ._command).tertiary.negative.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).tertiary.negative[disabled][class][class], :is(._link, ._command).tertiary.negative[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class], :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.negative.disabled[class][class], :is(._link, ._command).tertiary.negative.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).tertiary.negative[disabled][class][class], .darkmode :is(._link, ._command).tertiary.negative[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class], .darkmode :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).tertiary.negative.disabled[class][class], .darkmode :is(._link, ._command).tertiary.negative.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).tertiary.negative:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).tertiary.negative[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).tertiary.negative[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).tertiary.negative[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).tertiary.negative {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).tertiary.negative[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.negative:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).tertiary.negative:focus[class] {
  outline-color: #ffffff;
}

:is(._link, ._command).tertiary.negative:hover,
.tvmode :is(._link, ._command).tertiary.negative:is(:hover, :focus) {
  text-decoration: underline;
}

:is(._link, ._command).tertiary.negative:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode :is(._link, ._command).tertiary.negative {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

@media print {
  :is(._link, ._command).tertiary.negative {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).tertiary.negative {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).tertiary.negative {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).tertiary.negative:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).tertiary.negative:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).tertiary.neutral {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
}
:is(._link, ._command).tertiary.neutral:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).tertiary.neutral[disabled][class][class], :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class], :is(._link, ._command).tertiary.neutral.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).tertiary.neutral[disabled][class][class], :is(._link, ._command).tertiary.neutral[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class], :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.neutral.disabled[class][class], :is(._link, ._command).tertiary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).tertiary.neutral[disabled][class][class], :is(._link, ._command).tertiary.neutral[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class], :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.neutral.disabled[class][class], :is(._link, ._command).tertiary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).tertiary.neutral[disabled][class][class], .darkmode :is(._link, ._command).tertiary.neutral[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class], .darkmode :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).tertiary.neutral.disabled[class][class], .darkmode :is(._link, ._command).tertiary.neutral.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).tertiary.neutral:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).tertiary.neutral[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).tertiary.neutral[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).tertiary.neutral[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).tertiary.neutral {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).tertiary.neutral[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).tertiary.neutral:focus[class] {
  outline-color: #ffffff;
}

:is(._link, ._command).tertiary.neutral:hover,
.tvmode :is(._link, ._command).tertiary.neutral:is(:hover, :focus) {
  text-decoration: underline;
}

:is(._link, ._command).tertiary.neutral:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode :is(._link, ._command).tertiary.neutral {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

@media print {
  :is(._link, ._command).tertiary.neutral {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).tertiary.neutral {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).tertiary.neutral {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).tertiary.neutral:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).tertiary.neutral:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
:is(._link, ._command).tertiary.positive {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
}
:is(._link, ._command).tertiary.positive:is(:focus, :hover) {
  text-decoration: none;
}

:is(._link, ._command).tertiary.positive[disabled][class][class], :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class], :is(._link, ._command).tertiary.positive.disabled[class][class] {
  cursor: default;
}
:is(._link, ._command).tertiary.positive[disabled][class][class], :is(._link, ._command).tertiary.positive[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class], :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.positive.disabled[class][class], :is(._link, ._command).tertiary.positive.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  :is(._link, ._command).tertiary.positive[disabled][class][class], :is(._link, ._command).tertiary.positive[disabled][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class], :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), :is(._link, ._command).tertiary.positive.disabled[class][class], :is(._link, ._command).tertiary.positive.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode :is(._link, ._command).tertiary.positive[disabled][class][class], .darkmode :is(._link, ._command).tertiary.positive[disabled][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class], .darkmode :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode :is(._link, ._command).tertiary.positive.disabled[class][class], .darkmode :is(._link, ._command).tertiary.positive.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

:is(._link, ._command).tertiary.positive:active:hover {
  outline: 0;
}
.mobile :is(._link, ._command).tertiary.positive[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) :is(._link, ._command).tertiary.positive[class], .mobile:not([data-ua=nonmobile]) :is(._link, ._command).tertiary.positive[class]:focus {
  outline: 0;
}

.tvmode :is(._link, ._command).tertiary.positive {
  outline-offset: unset;
}
.tvmode :is(._link, ._command).tertiary.positive[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) :is(._link, ._command).tertiary.positive:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) :is(._link, ._command).tertiary.positive:focus[class] {
  outline-color: #ffffff;
}

:is(._link, ._command).tertiary.positive:hover,
.tvmode :is(._link, ._command).tertiary.positive:is(:hover, :focus) {
  text-decoration: underline;
}

:is(._link, ._command).tertiary.positive:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode :is(._link, ._command).tertiary.positive {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

@media print {
  :is(._link, ._command).tertiary.positive {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :is(._link, ._command).tertiary.positive {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile :is(._link, ._command).tertiary.positive {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  :is(._link, ._command).tertiary.positive:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile :is(._link, ._command).tertiary.positive:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}

._link {
  text-decoration: none;
  color: #00a1db;
}
@media screen {
  ._link:is(:focus, :hover) {
    color: #008dc0;
    text-decoration: underline;
  }
}

._link ._ExternalLinkIcon {
  	transform: scaleX(-1);
  	transform-origin: center;
  vertical-align: text-bottom;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
._link ._ExternalLinkIcon.size-20 {
  width: clamp(16px, 1.25rem, 48px);
  height: clamp(16px, 1.25rem, 48px);
}

._command[aria-disabled=true][class] ._Icon, ._command[aria-disabled=true][class] ._Image {
  filter: grayscale(1);
}
._command ._readOnlyText[class], ._command.iconOnly[class] {
  margin: 0;
  padding: 0;
  line-height: normal;
}
._command.iconOnly[class], ._command.iconOnly[class]:is(:focus, :hover) {
  background-color: transparent;
}

._command ._image,
._command ._readOnlyText {
  vertical-align: middle;
}

._image.size-10 {
  width: clamp(16px, 1rem, 48px);
  height: clamp(16px, 1rem, 48px);
}
._image.size-20 {
  width: clamp(16px, 1.5rem, 48px);
  height: clamp(16px, 1.5rem, 48px);
}
._image.size-30 {
  width: clamp(16px, 2rem, 48px);
  height: clamp(16px, 2rem, 48px);
}
._image.size-40 {
  width: 64px;
  height: 64px;
}
._image.size-50 {
  width: 96px;
  height: 96px;
}
._image.size-60 {
  width: 128px;
  height: 128px;
}
._image.size-70 {
  width: 192px;
  height: 192px;
}
._image.size-80 {
  width: 256px;
  height: 256px;
}

._input {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #000000;
  display: block;
  font-family: "Source Sans Pro", Calibri, Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.4rem;
  resize: none;
  width: 100%;
}
label + ._input {
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}
.mobile.androidWebview label + ._input {
  padding-top: 1lh;
  margin-top: -1lh;
}
._input:invalid {
  box-shadow: none;
}
._input:invalid.touched:not(:focus) {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._input.invalid:not(:focus) {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._input::placeholder {
  color: #565656;
}
._input[disabled][disabled], ._input[aria-disabled=true][aria-disabled=true] {
  background-color: #f2f2f2;
  color: #565656;
}
label + ._input:is(textarea)[class][class] {
  border: none;
  box-shadow: 0 -1px 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb, 0 1px 0 0 #dbdbdb, 1px 0 0 0 #dbdbdb;
  margin-right: 1px;
  border-top: 1.2rem solid transparent;
  padding-top: 0;
}
.mobile.androidWebview label + ._input:is(textarea)[class][class] {
  border-top-width: 1lh;
}
.mobile.androidWebview label + ._input:is(textarea)[class][class] {
  padding-top: 0;
}
label + ._input:is(textarea)[class][class].touched:invalid {
  border: none;
  box-shadow: 0 -1px 1.5px 1px #d80000, -1px 0 1.5px 1px #d80000, 0 1px 1.5px 1px #d80000, 1px 0 1.5px 1px #d80000;
  margin-right: 1px;
  border-top: 1.2rem solid transparent;
}
.mobile.androidWebview label + ._input:is(textarea)[class][class].touched:invalid {
  border-top-width: 1lh;
}
label + ._input:is(textarea)[class][class].invalid:not(:focus) {
  border: none;
  box-shadow: 0 -1px 1.5px 1px #d80000, -1px 0 1.5px 1px #d80000, 0 1px 1.5px 1px #d80000, 1px 0 1.5px 1px #d80000;
  margin-right: 1px;
  border-top: 1.2rem solid transparent;
}
.mobile.androidWebview label + ._input:is(textarea)[class][class].invalid:not(:focus) {
  border-top-width: 1lh;
}

._labelledField {
  display: block;
  position: relative;
  width: fit-content;
}
._labelledField:focus-within {
  z-index: 1;
}

._ActionGroup {
  display: flex;
  flex-direction: row;
}
._ActionGroup.type-dialog {
  flex-direction: row;
  justify-content: flex-end;
}
._ActionGroup.type-dialog ._actionable {
  margin: 0;
  margin-left: 0.5rem;
}
._ActionGroup.type-dialog ._actionable:last-child {
  margin-left: 0;
}
._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  background-color: #246fb5;
  color: #ffffff;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  border: 2px solid;
  border-color: #92b7da;
  color: white;
  background-color: #0b2136;
}

._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :active),
.tvmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :focus, :active) {
  background-color: #1f5e9a;
}
.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :active), .tvmode.darkmode ._ActionGroup.type-dialog ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :focus, :active) {
  background-color: #1c578d;
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  ._ActionGroup.type-dialog ._actionable {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._ActionGroup.type-dialog ._actionable {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._ActionGroup.type-dialog ._actionable:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  background-color: #ffffff;
  color: #246fb5;
  border: 1px solid currentColor;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}
.mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled) {
  border-color: #92b7da;
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :active),
.tvmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :focus, :active) {
  background-color: #e9f1f8;
  color: #1f5e9a;
}
.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :active), .tvmode.darkmode ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled):is(:hover, :focus, :active) {
  background-color: #0b2136;
  color: #92b7da;
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class]:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable:not([disabled], [aria-disabled=true], .disabled)[class]:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-dialog {
    flex-direction: column;
  }
  ._ActionGroup.type-dialog ._actionable {
    margin: 0.5rem 0 0;
    width: 100%;
  }
  ._ActionGroup.type-dialog ._actionable:first-child {
    margin-top: 0;
  }
  ._ActionGroup.type-dialog ._actionable ~ ._actionable[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-dialog ._actionable ~ ._actionable[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._ActionGroup.type-fullPage.flavor-singleStep {
  flex-direction: row;
  justify-content: flex-start;
}
.tvmode ._ActionGroup.type-fullPage.flavor-singleStep {
  column-gap: 0.5em;
}

._ActionGroup.type-fullPage.flavor-singleStep ._actionable {
  margin-left: 0.5rem;
}
._ActionGroup.type-fullPage.flavor-singleStep ._actionable:last-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-fullPage.flavor-singleStep {
    flex-direction: column;
  }
  ._ActionGroup.type-fullPage.flavor-singleStep ._actionable {
    margin: 0.5rem 0 0;
    width: 100%;
  }
  .tvmode ._ActionGroup.type-fullPage.flavor-singleStep {
    flex-direction: row;
    width: fit-content;
  }
}
._ActionGroup.type-fullPage.flavor-multiStep {
  flex-direction: row;
  justify-content: flex-start;
}
.tvmode ._ActionGroup.type-fullPage.flavor-multiStep {
  column-gap: 0.5em;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable {
  margin-left: 0.5rem;
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:last-child {
  margin-left: 0;
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child {
  background-color: #246fb5;
  color: #ffffff;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child {
  border: 2px solid;
  border-color: #92b7da;
  color: white;
  background-color: #0b2136;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:is(:hover, :active),
.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:is(:hover, :focus, :active) {
  background-color: #1f5e9a;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:is(:hover, :active), .tvmode.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):first-child:is(:hover, :focus, :active) {
  background-color: #1c578d;
  border-color: transparent;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled) {
  background-color: #ffffff;
  color: #246fb5;
  border: 1px solid currentColor;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}
.mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled) {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled) {
  border-color: #92b7da;
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):is(:hover, :active),
.tvmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):is(:hover, :focus, :active) {
  background-color: #e9f1f8;
  color: #1f5e9a;
}
.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):is(:hover, :active), .tvmode.darkmode ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden, [disabled], [aria-disabled=true], .disabled):is(:hover, :focus, :active) {
  background-color: #0b2136;
  color: #92b7da;
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  ._ActionGroup.type-fullPage.flavor-multiStep {
    flex-flow: row wrap;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable {
    margin: 0.5rem 0 0;
    width: 100%;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden) {
    margin-left: 0.5rem;
    width: calc(25% - 0.5rem);
    flex-grow: 1;
    overflow-wrap: break-word;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden):last-child {
    margin-left: 0;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class]:is(.secondary, .subtle)[class] {
    padding-top: calc(0.625rem - 1px);
    padding-bottom: calc(0.625rem - 1px);
  }
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class]:is(.secondary, .subtle)[class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
@media screen and (max-width: 768px) {
  .mobile ._ActionGroup.type-fullPage.flavor-multiStep ._actionable:not(.hidden):not([style*="display: none"]) ~ ._actionable:not(.hidden)[class][class][class] {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
._ActionGroup.type-item.flavor-footer {
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
._ActionGroup.type-item.flavor-footer ._actionable {
  margin-left: 0.5rem;
  margin-bottom: 0;
  width: auto;
}
._ActionGroup.type-item.flavor-footer ._actionable:last-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-item.flavor-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  ._ActionGroup.type-item.flavor-footer ._actionable {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  ._ActionGroup.type-item.flavor-footer ._actionable:last-child {
    margin-left: 0.25rem;
  }
}
._ActionGroup.type-item.flavor-subtle {
  flex-flow: row wrap;
  margin-top: 0.5rem;
}
._ActionGroup.type-item.flavor-subtle ._actionable {
  background: none;
  border-radius: 0;
  box-shadow: none;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  color: #246fb5;
  cursor: pointer;
  display: flex;
  column-gap: 0.5rem;
  margin: 0;
  min-height: 38px;
  padding: 0.2025rem 0.5rem;
  text-align: right;
  width: 100%;
}
._ActionGroup.type-item.flavor-subtle ._actionable:last-child {
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-item.flavor-subtle ._actionable {
    padding: 0.5rem;
  }
}
.mobile ._ActionGroup.type-item.flavor-subtle ._actionable {
  padding: 0.5rem;
}
._ActionGroup.type-item.flavor-subtle ._actionable:is(:focus, :hover, :active) {
  background-color: #edf3f9;
  text-decoration: none;
}

._ActionGroup.type-item.flavor-subtle ._actionable:where(:not(a, button)):focus-within {
  background-color: #edf3f9;
  text-decoration: none;
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
@supports (background: -webkit-named-image(i)) {
  ._ActionGroup.type-item.flavor-subtle ._actionable:where(:not(a, button)):focus-within {
    will-change: transform;
  }
}
._ActionGroup.type-item.flavor-subtle ._actionable > * {
  vertical-align: middle;
}
._ActionGroup.type-item.flavor-subtle ._actionable svg,
._ActionGroup.type-item.flavor-subtle ._actionable img {
  height: clamp(30px, 1.875rem, 48px);
  width: clamp(30px, 1.875rem, 48px);
  max-width: 48px;
  fill: currentColor;
  flex: 0 0 auto;
}
._ActionGroup.type-item.flavor-compact {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: flex-end;
}
._ActionGroup.type-item.flavor-compact ._actionable {
  margin: 0.5rem 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  ._ActionGroup.type-item.flavor-compact {
    flex-flow: row wrap;
    justify-content: center;
    align-self: auto;
    width: 100%;
  }
  ._ActionGroup.type-item.flavor-compact ._actionable {
    width: auto;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  ._ActionGroup.type-item.flavor-compact ._actionable:last-child {
    margin-left: 0.25rem;
  }
}
._Segment.boundary-strong ._ActionGroup.type-item.flavor-subtle, ._Segment.boundary-moderate ._ActionGroup.type-item.flavor-subtle {
  margin: auto -0.5rem -0.5rem;
  padding-top: 0.5rem;
  max-width: none;
  width: calc(100% + 1rem);
}
._Segment.boundary-moderate ._ActionGroup.type-item.flavor-subtle ._actionable {
  border-top: none;
}

._ItemWithActionGroup.withSubtleActions, ._ItemWithActionGroup.withButtonColumn {
  display: flex;
  flex-direction: row;
}
._ItemWithActionGroup.withSubtleActions {
  flex-direction: column;
}
._ItemWithActionGroup .contentColumn + .buttonColumn,
._ItemWithActionGroup .contentColumn + * .buttonColumn {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: flex-end;
}
._ItemWithActionGroup .contentColumn + .buttonColumn ._actionable,
._ItemWithActionGroup .contentColumn + * .buttonColumn ._actionable {
  margin: 0.5rem 0 0;
  width: 100%;
}
._ItemWithActionGroup .contentColumn:not([class*=col-]) {
  width: 75%;
}
._ItemWithActionGroup .contentColumn:not([class*=col-]) + .buttonColumn,
._ItemWithActionGroup .contentColumn:not([class*=col-]) + * .buttonColumn {
  width: 25%;
}
@media screen and (max-width: 768px) {
  ._ItemWithActionGroup, ._ItemWithActionGroup.withSubtleActions, ._ItemWithActionGroup.withButtonColumn {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  ._ItemWithActionGroup .contentColumn + .buttonColumn,
  ._ItemWithActionGroup .contentColumn + .buttonColumn[class*=col-],
  ._ItemWithActionGroup .contentColumn + * .buttonColumn {
    flex-flow: row wrap;
    justify-content: center;
    align-self: auto;
    width: 100%;
  }
  ._ItemWithActionGroup .contentColumn + .buttonColumn ._actionable,
  ._ItemWithActionGroup .contentColumn + .buttonColumn[class*=col-] ._actionable,
  ._ItemWithActionGroup .contentColumn + * .buttonColumn ._actionable {
    width: auto;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  ._ItemWithActionGroup .contentColumn + .buttonColumn ._actionable:last-child,
  ._ItemWithActionGroup .contentColumn + .buttonColumn[class*=col-] ._actionable:last-child,
  ._ItemWithActionGroup .contentColumn + * .buttonColumn ._actionable:last-child {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  ._ItemWithActionGroup .contentColumn:not([class*=col-]),
  ._ItemWithActionGroup .contentColumn:not([class*=col-]) + .buttonColumn,
  ._ItemWithActionGroup .contentColumn:not([class*=col-]) + * .buttonColumn {
    width: auto;
  }
}
._Segment.boundary-strong > ._ItemWithActionGroup {
  height: 100%;
}

._Choice {
  display: inline-block;
  margin: 0 0 0.5rem 0.25rem;
  position: relative;
}
.tvmode ._Choice {
  font-size: 1.1em;
  margin-left: 15px;
}

._Choice ._input {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  font-size: 0;
  margin: 0;
}
._Choice .choiceLabel {
  color: #000000;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  line-height: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
  position: relative;
  padding: 0.3655rem 0.75rem;
  vertical-align: top;
  border: 1px solid #dbdbdb;
  min-width: 2.5rem;
}
.tvmode ._Choice .choiceLabel {
  font-size: 1.1em;
  padding: 1rem;
  border: none;
  box-shadow: 0 0 0 1px #a0d0ff;
}

.darkmode ._Choice .choiceLabel {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #a0d0ff;
  border-width: 1px;
}

._Choice ._input:checked + .choiceLabel {
  background-color: #bfe1ff;
  border-color: #2d96ff;
}
.darkmode ._Choice ._input:checked + .choiceLabel {
  background-color: rgba(65, 160, 255, 0.4);
}

.darkmode ._Choice ._input:checked + .choiceLabel {
  color: white;
  border-color: #41a0ff;
}

._Choice ._input:disabled + .choiceLabel {
  pointer-events: none;
  color: #565656;
  background-color: #eaeaea;
  border-color: #dbdbdb;
}
.darkmode ._Choice ._input:disabled + .choiceLabel {
  color: white;
  background-color: rgba(219, 219, 219, 0.2);
  border: none;
}

._Choice ._input:disabled:checked + .choiceLabel {
  background-color: #f2f2f2;
}
.darkmode ._Choice ._input:disabled:checked + .choiceLabel {
  background-color: rgba(219, 219, 219, 0.4);
}

html:not(.tvmode) ._Choice:focus-within .choiceLabel {
  outline-style: auto;
}
@supports selector(:has(*)) {
  html:not(.tvmode) ._Choice:focus-within .choiceLabel {
    outline-style: none;
  }
  html:not(.tvmode) ._Choice:focus-within:has(:focus-visible) .choiceLabel {
    outline-style: auto;
  }
}

._Choice ._input:not(:disabled):active + .choiceLabel, ._Choice ._input:not(:disabled) + .choiceLabel:active {
  box-shadow: inset 0 0 0 1px #0e89d5;
}
.darkmode ._Choice ._input:not(:disabled):active + .choiceLabel, .darkmode ._Choice ._input:not(:disabled) + .choiceLabel:active {
  box-shadow: inset 0 0 0 1px #71b8ff;
}

@media (hover: hover) and (pointer: fine) {
  ._Choice ._input:not(:disabled) + .choiceLabel:hover {
    background-color: #e6f3ff;
    border-color: #0e89d5;
  }
  .darkmode ._Choice ._input:not(:disabled) + .choiceLabel:hover {
    background-color: rgba(65, 160, 255, 0.2);
  }
  .darkmode ._Choice ._input:not(:disabled) + .choiceLabel:hover {
    border-color: #71b8ff;
  }
  .darkmode ._Choice ._input:not(:disabled) + .choiceLabel:hover {
    color: white;
  }
}
.tvmode:not(.hideFocus) ._Choice:focus-within {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
  border-radius: 5px;
}
.tvmode:not(.hideFocus) ._Choice:focus-within ._input:not(:disabled) + .choiceLabel:hover {
  border-color: transparent;
}

._Choice.check-button .choiceLabel::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  position: relative;
  text-indent: 0;
  vertical-align: top;
  height: 1em;
  height: clamp(16px, 0.75em, 0.5in);
  width: 1em;
  width: clamp(16px, 0.75em, 0.5in);
  background-attachment: scroll;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: 0.5rem;
  top: max(0px, 0.5 * (1lh - clamp(16px, 0.75em, 0.5in)) - 1px);
}
._Choice.check-button ._input:checked + .choiceLabel::before {
  background-color: #2d96ff;
  border-color: #2d96ff;
  background-image: url("../../images/prettycheck.svg");
  background-size: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
._Choice.check-button ._input:disabled + .choiceLabel::before {
  background-color: #eaeaea;
  border-color: #dbdbdb;
}
._Choice.check-button ._input:disabled:checked + .choiceLabel::before {
  background-color: #f2f2f2;
  background-image: url("../../images/prettycheck_disabled.svg");
}
._Choice.check-button .choiceLabel {
  width: 100%;
}
._Choice.confirmation[class][class] .choiceLabel {
  border-color: transparent;
  background-color: unset;
}
@media print {
  ._Choice.confirmation[class][class] .choiceLabel {
    border-color: transparent !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  ._Choice.confirmation ._input:not(:disabled) + .choiceLabel:hover {
    background-color: #e6f3ff;
    border-color: #0e89d5;
  }
  .darkmode ._Choice.confirmation ._input:not(:disabled) + .choiceLabel:hover {
    background-color: rgba(65, 160, 255, 0.2);
  }
  .darkmode ._Choice.confirmation ._input:not(:disabled) + .choiceLabel:hover {
    border-color: #71b8ff;
  }
  .darkmode ._Choice.confirmation ._input:not(:disabled) + .choiceLabel:hover {
    color: white;
  }
}
._Choice.confirmation .choiceLabel::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  position: relative;
  text-indent: 0;
  vertical-align: top;
  height: 1em;
  height: clamp(16px, 0.75em, 0.5in);
  width: 1em;
  width: clamp(16px, 0.75em, 0.5in);
  background-attachment: scroll;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: 0.5rem;
  top: max(0px, 0.5 * (1lh - clamp(16px, 0.75em, 0.5in)) - 1px);
}
._Choice.confirmation ._input:checked + .choiceLabel::before {
  background-color: #2d96ff;
  border-color: #2d96ff;
  background-image: url("../../images/prettycheck.svg");
  background-size: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
._Choice.confirmation ._input:disabled + .choiceLabel::before {
  background-color: #eaeaea;
  border-color: #dbdbdb;
}
._Choice.confirmation ._input:disabled:checked + .choiceLabel::before {
  background-color: #f2f2f2;
  background-image: url("../../images/prettycheck_disabled.svg");
}
._Choice.confirmation .choiceLabel {
  width: 100%;
}

._ChoiceGroup._DataEntrySet ._ExternalAccessibleDescription {
  font-size: 0.8888888889rem;
  color: #767676;
  margin-right: 0.1rem;
  margin-bottom: 0.4rem;
}
[data-altstylesheet="High Contrast"] ._ChoiceGroup._DataEntrySet ._ExternalAccessibleDescription {
  color: #000000;
}

._ChoiceGroup:is(.check-button, .check-button-lite, .plain) ._DataEntrySet-fields {
  display: flex;
  flex-wrap: wrap;
}
._ChoiceGroup:is(.check-button, .check-button-lite, .plain) ._DataEntrySet-fields ._Choice {
  display: inline-flex;
  align-items: center;
}
._ChoiceGroup.check-button ._Choice ._DataEntryLabel::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  position: relative;
  text-indent: 0;
  vertical-align: top;
  height: 1em;
  height: clamp(16px, 0.75em, 0.5in);
  width: 1em;
  width: clamp(16px, 0.75em, 0.5in);
  background-attachment: scroll;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: 0.5rem;
  top: max(0px, 0.5 * (1lh - clamp(16px, 0.75em, 0.5in)) - 1px);
}
._ChoiceGroup.check-button ._Choice ._input:checked + ._DataEntryLabel::before {
  background-color: #2d96ff;
  border-color: #2d96ff;
  background-image: url("../../images/prettycheck.svg");
  background-size: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
._ChoiceGroup.check-button ._Choice ._input:disabled + ._DataEntryLabel::before {
  background-color: #eaeaea;
  border-color: #dbdbdb;
}
._ChoiceGroup.check-button ._Choice ._input:disabled:checked + ._DataEntryLabel::before {
  background-color: #f2f2f2;
  background-image: url("../../images/prettycheck_disabled.svg");
}
._ChoiceGroup.check-button ._Choice ._DataEntryLabel {
  width: 100%;
}
._ChoiceGroup.check-button-lite ._Choice[class][class] ._DataEntryLabel {
  border-color: transparent;
  background-color: unset;
}
@media print {
  ._ChoiceGroup.check-button-lite ._Choice[class][class] ._DataEntryLabel {
    border-color: transparent !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  ._ChoiceGroup.check-button-lite ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    background-color: #e6f3ff;
    border-color: #0e89d5;
  }
  .darkmode ._ChoiceGroup.check-button-lite ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    background-color: rgba(65, 160, 255, 0.2);
  }
  .darkmode ._ChoiceGroup.check-button-lite ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    border-color: #71b8ff;
  }
  .darkmode ._ChoiceGroup.check-button-lite ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    color: white;
  }
}
._ChoiceGroup.check-button-lite ._Choice ._DataEntryLabel::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  position: relative;
  text-indent: 0;
  vertical-align: top;
  height: 1em;
  height: clamp(16px, 0.75em, 0.5in);
  width: 1em;
  width: clamp(16px, 0.75em, 0.5in);
  background-attachment: scroll;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: 0.5rem;
  top: max(0px, 0.5 * (1lh - clamp(16px, 0.75em, 0.5in)) - 1px);
}
._ChoiceGroup.check-button-lite ._Choice ._input:checked + ._DataEntryLabel::before {
  background-color: #2d96ff;
  border-color: #2d96ff;
  background-image: url("../../images/prettycheck.svg");
  background-size: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
._ChoiceGroup.check-button-lite ._Choice ._input:disabled + ._DataEntryLabel::before {
  background-color: #eaeaea;
  border-color: #dbdbdb;
}
._ChoiceGroup.check-button-lite ._Choice ._input:disabled:checked + ._DataEntryLabel::before {
  background-color: #f2f2f2;
  background-image: url("../../images/prettycheck_disabled.svg");
}
._ChoiceGroup.check-button-lite ._Choice ._DataEntryLabel {
  width: 100%;
}
._ChoiceGroup.plain ._Choice {
  text-align: center;
}
._ChoiceGroup.plain ._Choice ._Icon {
  margin-right: -0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  border-radius: 50%;
  flex-shrink: 0;
}
._ChoiceGroup.plain ._Choice ._input:checked + ._DataEntryLabel {
  text-shadow: -0.4px 0 currentColor;
}
._ChoiceGroup.plain ._Choice ._input:checked + ._DataEntryLabel ._Icon {
  background-color: #ffffff;
  box-shadow: 0 0 0 0.05rem #ffffff;
}
@media screen and (max-width: 376px) {
  ._ChoiceGroup.plain ._Choice.hasIcon {
    flex-grow: 1;
  }
}
@media screen and (max-width: 376px) {
  ._ChoiceGroup.plain ._Choice.hasIcon ._DataEntryLabel {
    flex-grow: 1;
  }
}
._ChoiceGroup.stacked ._DataEntrySet-fields, ._ChoiceGroup.rich-stacked ._DataEntrySet-fields {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 0.25rem;
}
._ChoiceGroup.stacked ._DataEntrySet-fields:not(:has(._input:not([disabled]))), ._ChoiceGroup.rich-stacked ._DataEntrySet-fields:not(:has(._input:not([disabled]))) {
  background: #eaeaea;
}
._ChoiceGroup.stacked ._Choice {
  margin: 0;
  width: 100%;
}
._ChoiceGroup.stacked ._Choice[class][class] ._DataEntryLabel {
  border-color: transparent;
}
@media print {
  ._ChoiceGroup.stacked ._Choice[class][class] ._DataEntryLabel {
    border-color: transparent !important;
  }
}
._ChoiceGroup.stacked ._Choice ._input:not(:disabled, :checked) + ._DataEntryLabel {
  background-color: unset;
}
@media (hover: hover) and (pointer: fine) {
  ._ChoiceGroup.stacked ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    background-color: #e6f3ff;
    border-color: #0e89d5;
  }
  .darkmode ._ChoiceGroup.stacked ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    background-color: rgba(65, 160, 255, 0.2);
  }
  .darkmode ._ChoiceGroup.stacked ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    border-color: #71b8ff;
  }
  .darkmode ._ChoiceGroup.stacked ._Choice ._input:not(:disabled) + ._DataEntryLabel:hover {
    color: white;
  }
}
._ChoiceGroup.stacked ._Choice ._DataEntryLabel::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  position: relative;
  text-indent: 0;
  vertical-align: top;
  height: 1em;
  height: clamp(16px, 0.75em, 0.5in);
  width: 1em;
  width: clamp(16px, 0.75em, 0.5in);
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-left: 0.5rem;
}
._ChoiceGroup.stacked ._Choice ._input:checked + ._DataEntryLabel::before {
  background-color: #2d96ff;
  border-color: #2d96ff;
  box-shadow: inset 0 0 0 3px #ffffff;
}
._ChoiceGroup.stacked ._Choice ._input:disabled + ._DataEntryLabel::before {
  background-color: #eaeaea;
}
._ChoiceGroup.stacked ._Choice ._input:disabled:checked + ._DataEntryLabel::before {
  background-color: #f2f2f2;
  background-color: #565656;
  border-color: #565656;
}
._ChoiceGroup.stacked ._Choice ._DataEntryLabel {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
._ChoiceGroup.stacked ._Choice:not(:first-of-type)::before {
  border-top: 1px solid #dbdbdb;
  content: "";
  display: block;
  margin: 0.125rem 0;
  position: relative;
  right: 2.25rem;
  right: calc((clamp(16px, 0.75em, 0.5in) + 1.25rem));
  width: calc(100% - 2.25rem);
  width: calc(100% - (clamp(16px, 0.75em, 0.5in) + 1.25rem));
}
._ChoiceGroup.rich-stacked ._Choice {
  margin: 0;
  width: 100%;
}
._ChoiceGroup.rich-stacked ._Choice[class][class] ._RichDataEntryLabel {
  border-color: transparent;
}
@media print {
  ._ChoiceGroup.rich-stacked ._Choice[class][class] ._RichDataEntryLabel {
    border-color: transparent !important;
  }
}
._ChoiceGroup.rich-stacked ._Choice ._input:not(:disabled, :checked) + ._RichDataEntryLabel {
  background-color: unset;
}
@media (hover: hover) and (pointer: fine) {
  ._ChoiceGroup.rich-stacked ._Choice ._input:not(:disabled) + ._RichDataEntryLabel:hover {
    background-color: #e6f3ff;
    border-color: #0e89d5;
  }
  .darkmode ._ChoiceGroup.rich-stacked ._Choice ._input:not(:disabled) + ._RichDataEntryLabel:hover {
    background-color: rgba(65, 160, 255, 0.2);
  }
  .darkmode ._ChoiceGroup.rich-stacked ._Choice ._input:not(:disabled) + ._RichDataEntryLabel:hover {
    border-color: #71b8ff;
  }
  .darkmode ._ChoiceGroup.rich-stacked ._Choice ._input:not(:disabled) + ._RichDataEntryLabel:hover {
    color: white;
  }
}
._ChoiceGroup.rich-stacked ._Choice ._RichDataEntryLabel::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  position: relative;
  text-indent: 0;
  vertical-align: top;
  height: 1em;
  height: clamp(16px, 0.75em, 0.5in);
  width: 1em;
  width: clamp(16px, 0.75em, 0.5in);
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-left: 0.5rem;
}
._ChoiceGroup.rich-stacked ._Choice ._input:checked + ._RichDataEntryLabel::before {
  background-color: #2d96ff;
  border-color: #2d96ff;
  box-shadow: inset 0 0 0 3px #ffffff;
}
._ChoiceGroup.rich-stacked ._Choice ._input:disabled + ._RichDataEntryLabel::before {
  background-color: #eaeaea;
}
._ChoiceGroup.rich-stacked ._Choice ._input:disabled:checked + ._RichDataEntryLabel::before {
  background-color: #f2f2f2;
  background-color: #565656;
  border-color: #565656;
}
._ChoiceGroup.rich-stacked ._Choice ._RichDataEntryLabel {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
._ChoiceGroup.rich-stacked ._Choice:not(:first-of-type)::before {
  border-top: 1px solid #dbdbdb;
  content: "";
  display: block;
  margin: 0.125rem 0;
  position: relative;
  right: 2.25rem;
  right: calc((clamp(16px, 0.75em, 0.5in) + 1.25rem));
  width: calc(100% - 2.25rem);
  width: calc(100% - (clamp(16px, 0.75em, 0.5in) + 1.25rem));
}

._MarkedRanges mark {
  font-weight: bold;
  background-color: unset;
}

:lang(zh) ._MarkedRanges, :lang(ko) ._MarkedRanges, :lang(ja) ._MarkedRanges {
  color: #767676;
}
:lang(zh) ._MarkedRanges mark, :lang(ko) ._MarkedRanges mark, :lang(ja) ._MarkedRanges mark {
  font-weight: normal;
  color: #000000;
}

._Segment.boundary-strong {
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 0.5rem;
  position: relative;
  break-inside: avoid;
}
._Segment.boundary-strong:where(._actionable, :has(> ._actionable:only-child)):is(:focus, :hover) {
  background-color: #edf3f9;
  text-decoration: none;
}

@media print {
  ._Segment.boundary-strong {
    border: 1px solid #cccccc;
  }
}
._Segment.boundary-moderate {
  border-radius: 6px;
  padding: 0.5rem;
  position: relative;
  border: 1px solid #cccccc;
  background-color: #e9f1f8;
}
._GridCol > ._Segment:only-child {
  height: 100%;
  margin: 0;
}

._LoadMoreCommand {
  display: flex;
  justify-content: center;
}
._LoadMoreCommand.finished {
  color: #767676;
  margin: 0.75rem 0;
  font-size: 0.8rem;
  line-height: 1rem;
}

._ToggleCommand ._image + ._readOnlyText {
  margin: 0 0.25rem 0 0;
}

@keyframes _LaboredCommand-Float {
  from {
    transform: translateY(0);
    opacity: 0.75;
  }
  to {
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes _LaboredCommand-Rise {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
._LaboredCommand {
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
._LaboredCommand > * {
  grid-column: 1;
  grid-row: 1;
}
._LaboredCommand .workingText {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 0.5rem;
}
._LaboredCommand.iconOnly .workingText {
  column-gap: 0;
  font-size: 0;
}
._LaboredCommand .workingText:before {
  content: "";
  flex-shrink: 0;
  border-color: rgba(54, 54, 54, 0.3);
  border-top-color: #363636;
  width: 16px;
  height: 16px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  animation: _LoadingWheel-Rotate 0.8s cubic-bezier(0.5, 0.25, 0.3, 0.73) infinite;
}
@keyframes _LoadingWheel-Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
._LaboredCommand.laboring {
  cursor: default;
  pointer-events: none;
  box-shadow: inset 0 0 100vw rgba(0, 0, 0, 0.2);
}
._LaboredCommand.laboring .contentWrapper {
  animation: _LaboredCommand-Float 0.4s ease-out forwards;
}
._LaboredCommand.laboring .workingText {
  animation: _LaboredCommand-Rise 0.4s ease-out both;
}
._LaboredCommand._Command.primary:is(.positive, .neutral, .negative) {
  display: grid;
}
._LaboredCommand._Command.primary:is(.positive, .neutral, .negative) .workingText:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
}
._LaboredCommand._Command.primary:is(.positive, .neutral, .negative).laboring[class][class] {
  background-color: #1f5e9a;
  color: #ffffff;
}
._LaboredCommand._Command.secondary:is(.positive, .neutral, .negative) {
  display: grid;
}
._LaboredCommand._Command.secondary:is(.positive, .neutral, .negative) .workingText:before {
  border-color: rgba(31, 94, 154, 0.3);
  border-top-color: #1f5e9a;
}
._LaboredCommand._Command.secondary:is(.positive, .neutral, .negative).laboring[class][class] {
  background-color: #e9f1f8;
  color: #1f5e9a;
  border: 1px solid currentColor;
}
._LaboredCommand._Command.tertiary:is(.positive, .neutral, .negative) {
  display: grid;
}
._LaboredCommand._Command.tertiary:is(.positive, .neutral, .negative) .workingText:before {
  border-color: rgba(31, 94, 154, 0.3);
  border-top-color: #1f5e9a;
}
._LaboredCommand._Command.tertiary:is(.positive, .neutral, .negative).laboring[class][class] {
  background-color: rgba(36, 111, 181, 0.1);
  color: #1f5e9a;
}
._LaboredCommand ._readOnlyText {
  vertical-align: unset;
}

._SvgSprite {
  fill: currentColor;
}
._SvgSprite [*|href$="library.svg#back"] {
  	transform: scaleX(-1);
  	transform-origin: center
}

._OptionList {
  position: relative;
}
._OptionList:focus {
  outline: none;
}

._OptionListElement {
  position: relative;
  vertical-align: bottom;
}
._OptionListElement.selected ._OptionListCommand {
  cursor: default;
  opacity: 1;
}

._OptionListCommand {
  border: 1px solid transparent;
  margin: 0;
  opacity: 0.8;
  padding: 0.5rem 0.75rem;
  text-align: right;
  text-transform: none;
  width: 100%;
}
._OptionListCommand:focus, ._OptionListCommand:hover {
  border-color: #cccccc;
  opacity: 1;
}

._TabList {
  display: flex;
  width: auto;
}
._TabList:after {
  content: "";
  flex-grow: 1;
  display: block;
}
._TabList.horizontal:after {
  border-bottom: 1px solid #cccccc;
  height: 1px;
  margin-top: auto;
}
._TabList.horizontal ._OptionListElement {
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  margin: 0 0 0 -1px;
  width: auto;
}
._TabList.horizontal ._OptionListElement.selected {
  border-bottom-color: transparent;
}
._TabList.horizontal ._OptionListElement.selected ._OptionListCommand {
  border-color: #246fb5 #cccccc;
}
._TabList.horizontal ._OptionListCommand {
  border-width: 0.25rem 1px 0;
}
._TabList.vertical {
  flex-direction: column;
  padding: 0 0 1.5rem;
}
._TabList.vertical:after {
  border-left: 1px solid #cccccc;
  min-height: 2rem;
}
._TabList.vertical ._OptionListElement {
  border-left: 1px solid #cccccc;
  display: block;
  margin: 0 0 -1px 0;
}
._TabList.vertical ._OptionListElement.selected {
  border-left-color: transparent;
}
._TabList.vertical ._OptionListElement.selected ._OptionListCommand {
  border-color: #cccccc #246fb5;
}
._TabList.vertical ._OptionListCommand {
  border-width: 1px 0.25rem 1px 0;
}

._CollapsibleListBoxCommand {
  border: 1px solid transparent;
  margin: 0;
  opacity: 0.8;
  padding: 0.5rem 0.75rem;
  text-align: right;
  text-transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  position: relative;
}
._CollapsibleListBoxCommand:focus, ._CollapsibleListBoxCommand:hover {
  background-color: #edf3f9;
  border-color: currentColor;
}
._CollapsibleListBoxCommand .chevron {
  fill: #767676;
}
._CollapsibleListBoxCommand.open {
  border-radius: 6px 6px 0 0;
}
._CollapsibleListBoxCommand.open .chevron {
  transform: translate(1px, -3px) scaleY(-1);
}
@media print {
  ._CollapsibleListBoxCommand {
    display: none;
  }
}
._CollapsibleListBoxCommand .chevronContainer {
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
}

._CollapsibleListBox {
  display: block;
  width: 100%;
  position: relative;
}
._CollapsibleListBox ._FocusTrap {
  z-index: 50;
  position: relative;
}
._CollapsibleListBox ._OptionList {
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
}
._CollapsibleListBox ._OptionListElement {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  margin: 0 0 -1px;
}
._CollapsibleListBox ._OptionListElement:hover {
  background-color: #edf3f9;
  border-color: currentColor;
}
._CollapsibleListBox ._OptionListElement:hover + ._OptionListElement {
  border-top: none;
  margin-top: 1px;
}
._CollapsibleListBox ._OptionListElement ._OptionListCommand:focus {
  background-color: #edf3f9;
  border-color: currentColor;
}
._CollapsibleListBox ._OptionListElement.selected ._OptionListCommand {
  cursor: pointer;
}
._CollapsibleListBox ._OptionListElement:last-child {
  border-radius: 0 0 6px 6px;
}
._CollapsibleListBox ._OptionListElement:last-child ._OptionListCommand {
  border-radius: 0 0 6px 6px;
}
._CollapsibleListBox ._OptionListCommand {
  border: 1px solid transparent;
  margin: 0;
  opacity: 0.8;
  padding: 0.5rem 0.75rem;
  text-align: right;
  text-transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.25rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  opacity: 1;
  border-width: 0;
  color: inherit;
  font: inherit;
}

._ViewPicker {
  margin: 1rem 0 0.5rem;
}
._ViewPicker._TopControls ._ViewPickerPanel {
  margin: 1.5rem 0 0;
}
._ViewPicker._SideControls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  -ms-grid-rows: auto 1fr;
  grid-template-columns: 25% 75%;
  grid-template-rows: [start] auto [end-commands start-tabs] 1fr [end];
}
@media print {
  ._ViewPicker._SideControls {
    display: block;
  }
}
._ViewPicker._SideControls ._ViewPickerCommandPane {
  -ms-grid-row: 1;
  grid-row: start/end-commands;
  border-left: 1px solid #cccccc;
}
._ViewPicker._SideControls ._ViewPickerCommandPane + ._TabList {
  -ms-grid-row: 2;
  grid-row: start-tabs/end;
}
._ViewPicker._SideControls ._TabList {
  -ms-grid-row: 1;
  grid-row: start/end;
}
@media print {
  ._ViewPicker._SideControls ._TabList {
    display: none;
  }
}
._ViewPicker._SideControls ._ViewPickerPanel {
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;
  grid-row: start/end;
  padding: 0 1.5rem 1.5rem 0;
}
@media print {
  ._ViewPicker._SideControls ._ViewPickerPanel {
    padding-right: 0;
  }
}
._ViewPicker._SideControls ._OptionListCommand {
  container-type: inline-size;
  container-name: tabSize;
  display: block;
}
@container tabSize (max-width: 265px) {
  ._ViewPicker._SideControls ._ControlHighlight {
    padding: 0 0.35rem;
  }
}
@container tabSize (max-width: 265px) {
  ._ViewPicker._SideControls ._Icon {
    display: none;
  }
}
._ViewPicker._CollapsedControls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: [start-tabs] auto [end-tabs start-list] 1fr [end-list start-commands] auto [end-commands];
  overflow: visible;
}
@media print {
  ._ViewPicker._CollapsedControls {
    display: block;
  }
}
._ViewPicker._CollapsedControls ._CollapsibleListBox {
  -ms-grid-row: 1;
  grid-row: start-tabs/end-tabs;
}
._ViewPicker._CollapsedControls ._CollapsibleListBoxCommand {
  container-type: inline-size;
}
._ViewPicker._CollapsedControls ._CollapsibleListBoxCommand:hover, ._ViewPicker._CollapsedControls ._CollapsibleListBoxCommand:focus {
  color: #246fb5;
}
@media print {
  ._ViewPicker._CollapsedControls ._CollapsibleListBox {
    display: none;
  }
}
._ViewPicker._CollapsedControls ._OptionListElement:hover, ._ViewPicker._CollapsedControls ._OptionListElement ._OptionListCommand:focus {
  color: #246fb5;
}
._ViewPicker._CollapsedControls ._ViewPickerPanel {
  -ms-grid-row: 2;
  grid-row: start-list/end-list;
}
._ViewPicker._CollapsedControls ._ViewPickerCommandPane {
  -ms-grid-row: 3;
  grid-row: start-commands/end-commands;
  bottom: 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
._ViewPicker._CollapsedControls ._OptionListCommand {
  container-type: inline-size;
}
@container (max-width: 426px) {
  ._ViewPicker._CollapsedControls ._ControlHighlight {
    padding: 0 0.35rem;
  }
}
.datatile ._ViewPicker._CollapsedControls {
  grid-template-rows: [start-commands] auto [end-commands start-tabs] auto [end-tabs start-list] 1fr [end-list];
}
@media print {
  ._ViewPicker ._ViewPickerCommandPane {
    display: none;
  }
}
._ViewPicker ._HighlightBadge {
  background: #005ebb;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0 0.65rem;
  width: auto;
  text-align: center;
}
@media print {
  ._ViewPicker ._HighlightBadge {
    background: #005ebb !important;
    color: #ffffff !important;
  }
}
._ViewPicker ._ControlHighlight {
  margin-right: 0.5rem;
  line-height: 1.25rem;
  font-size: 0.8rem;
}
._ViewPicker ._HighlightDecorator {
  display: flex;
  justify-content: center;
  padding: 0 0.25rem;
  font-size: 0.75rem;
  line-height: 0.9rem;
  min-width: 1.25rem;
  max-width: 2rem;
  max-height: 2rem;
  margin-top: -0.3rem;
  margin-left: -0.25rem;
  margin-right: 0.5rem;
}
._ViewPicker ._HighlightedControl, ._ViewPicker ._AssistiveTextWrapper {
  display: flex;
  align-items: center;
  min-width: 0;
}
._ViewPicker ._ConsumerControl {
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  ._ViewPicker ._ConsumerControl {
    width: auto;
  }
}
._ViewPicker.fused:not(._CollapsedControls) ._TabList:after {
  content: none;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionList.horizontal {
  min-width: 66.6666666667%;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement {
  flex: 1 1 auto;
  white-space: normal;
  border-bottom: 0;
  margin-left: 0;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement:focus-within:not(.selected) ._Text, ._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement:hover:not(.selected) ._Text {
  text-decoration: underline solid #246fb5;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement.selected {
  background: #246fb5;
  border-radius: inherit;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListElement.selected ._OptionListCommand {
  color: #ffffff;
  font-weight: bold;
}
._ViewPicker.fused:not(._CollapsedControls) ._OptionListCommand {
  color: #246fb5;
  padding-block: 0.3rem;
  border: 0;
  text-align: center;
  height: 100%;
  opacity: 1;
}

._ListGrid ._LayoutGrid.grid {
  margin: 0;
}

._GutterLayout {
  min-width: 0;
  width: auto;
}
._GutterLayout._layout {
  display: grid;
  grid-template-columns: auto 1fr;
}
._GutterLayout._Gutter {
  padding-left: 0.75rem;
  text-align: left;
}
._GutterLayout._layout {
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
}
._GutterLayout._Gutter {
  -ms-grid-column: 1;
}
._GutterLayout._Content {
  -ms-grid-column: 2;
}
._GutterLayout span._Gutter, ._GutterLayout span._Content {
  display: block;
}
._GutterLayout._Gutter:nth-child(3), ._GutterLayout._Content:nth-child(4) {
  -ms-grid-row: 2;
}
._GutterLayout._Gutter:nth-child(5), ._GutterLayout._Content:nth-child(6) {
  -ms-grid-row: 3;
}
._GutterLayout._Gutter:nth-child(7), ._GutterLayout._Content:nth-child(8) {
  -ms-grid-row: 4;
}
._GutterLayout._Gutter:nth-child(9), ._GutterLayout._Content:nth-child(10) {
  -ms-grid-row: 5;
}
._GutterLayout._Gutter:nth-child(11), ._GutterLayout._Content:nth-child(12) {
  -ms-grid-row: 6;
}
._GutterLayout._Gutter:nth-child(13), ._GutterLayout._Content:nth-child(14) {
  -ms-grid-row: 7;
}
._GutterLayout._Gutter:nth-child(15), ._GutterLayout._Content:nth-child(16) {
  -ms-grid-row: 8;
}
._GutterLayout._Gutter:nth-child(17), ._GutterLayout._Content:nth-child(18) {
  -ms-grid-row: 9;
}
._GutterLayout._Gutter:nth-child(19), ._GutterLayout._Content:nth-child(20) {
  -ms-grid-row: 10;
}

._PopupContainer {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 3000;
  contain: layout;
}
._PopupContainer ._Popup {
  border-radius: 6px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.75);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: auto;
  position: relative;
  width: auto;
  overflow: auto;
  overflow-wrap: break-word;
}
._PopupContainer ._Popup.size-20 {
  min-height: 6rem;
  max-height: 75%;
  min-width: 10rem;
  max-width: 33%;
}
.datatile ._PopupContainer ._Popup.size-20 {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  ._PopupContainer ._Popup.size-20 {
    max-width: 75%;
  }
}
@media screen and (max-width: 768px) {
  ._PopupContainer ._Popup.size-20 {
    min-width: 6rem;
    max-height: 90%;
    max-width: 90%;
  }
}
._PopupContainer ._Popup.size-40 {
  min-height: 12rem;
  max-height: 90%;
  min-width: 15rem;
  max-width: 50%;
}
.datatile ._PopupContainer ._Popup.size-40 {
  min-height: 100%;
  max-height: none;
  min-width: 100%;
  max-width: 100%;
  min-height: 12rem;
}
@media screen and (max-width: 1300px) {
  ._PopupContainer ._Popup.size-40 {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  ._PopupContainer ._Popup.size-40 {
    min-height: calc(100% - 2rem);
    max-height: 100%;
    min-width: calc(100% - 2rem);
    max-width: 100%;
  }
}
._PopupContainer ._Popup.size-80 {
  min-height: 20rem;
  max-height: 75%;
  min-width: 30rem;
  max-width: 75%;
}
.datatile ._PopupContainer ._Popup.size-80 {
  min-height: 100%;
  max-height: none;
  min-width: 100%;
  max-width: 100%;
  min-height: 20rem;
}
@media screen and (max-width: 1300px) {
  ._PopupContainer ._Popup.size-80 {
    min-height: calc(100% - 2rem);
    max-height: 100%;
    min-width: calc(100% - 2rem);
    max-width: 100%;
  }
}
._PopupContainer ._TitleContentWrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-height: 426px) {
  ._PopupContainer ._TitleContentWrapper {
    overflow: auto;
  }
}
._PopupContainer ._TitleBar {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  padding: 0.5rem;
  background-color: #edf3f9;
  border-radius: 6px 6px 0 0;
  color: #246fb5;
  flex: 0 0 auto;
  margin-bottom: 10px;
  max-width: none;
}
._PopupContainer ._TitleBar ._Title {
  font-size: 1.3rem;
  outline: 0;
  padding: 0;
  line-height: 1.15em;
  min-width: 0;
}
._PopupContainer ._TitleBar ._CloseCommand {
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
}
._PopupContainer ._TitleBar ._CloseCommand:hover,
.tvmode ._PopupContainer ._TitleBar ._CloseCommand:is(:hover, :focus) {
  text-decoration: underline;
}

._PopupContainer ._TitleBar ._CloseCommand:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode ._PopupContainer ._TitleBar ._CloseCommand {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

._PopupContainer ._TitleBar._TitleHidden {
  background: none;
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  width: 100%;
}
._PopupContainer ._TitleBar._TitleHidden h2 {
  color: transparent;
}
._PopupContainer ._TitleBar._TitleHidden ._CloseCommand {
  z-index: 10;
}
._PopupContainer ._ContentPane {
  flex-grow: 1;
  padding: 0 15px 0;
}
@media screen and (min-height: 769px) {
  ._PopupContainer ._ContentPane {
    overflow: auto;
  }
}
._PopupContainer ._ActionBar {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 0.5rem;
  padding: 0 15px 10px;
}
@media print {
  ._PopupContainer.printable {
    position: static;
  }
  ._PopupContainer.printable ._Popup[class] {
    max-height: none;
    max-width: none;
  }
  ._PopupContainer.printable ._ActionBar {
    display: none;
  }
  ._PopupContainer.printable ._CloseCommand {
    display: none;
  }
}

._ShieldOfJustice {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
}
._ShieldOfJustice.shield-weak {
  background-color: rgba(0, 0, 0, 0.2);
}
._ShieldOfJustice.shield-strong {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
._ShieldOfJustice.no-click {
  cursor: default;
}

.forceUnderShield[class][class][class][class][class] {
  pointer-events: none;
}
.forceUnderShield[class][class][class][class][class]:after {
  content: "";
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

._AssistiveNavigation {
  color: transparent !important;
  display: block !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 0 !important;
}

._AssistiveTextWrapper {
  position: relative;
}
._AssistiveTextWrapper .assistivetext {
  position: absolute;
  opacity: 0;
  line-height: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

._PageFocus {
  display: contents;
}

._PageTitle {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0.75rem 0 0.5rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  border-bottom: 1px solid transparent;
}
._PageTitle.valance {
  max-width: calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  margin-right: -1.25rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding: 0.75rem 1.25rem 0.5rem;
  padding-top: 1.25rem;
}
@media screen {
  ._PageTitle.valance {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(222, 233, 244, 0.75);
  }
}
.mobile ._PageTitle.valance {
  margin-top: 0;
  margin-right: -0.5rem;
  width: calc(100% + 1rem);
}
.datatile ._PageTitle.valance {
  margin-top: -0.5rem !important;
}
@media screen and (max-width: 1300px) {
  [lang=ar] ._PageTitle.valance {
    margin-top: -0.25rem;
  }
  .mobile ._PageTitle.valance {
    margin-top: 0;
  }
}
.mobile ._PageTitle.valance {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  width: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  ._PageTitle.valance {
    max-width: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    margin-right: -0.75rem;
    margin-top: -5px;
    margin-bottom: -0.5rem;
  }
  [lang=ar] ._PageTitle.valance {
    margin-top: 0;
  }
  .mobile ._PageTitle.valance {
    margin-top: 0;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}
@media print {
  ._PageTitle.valance {
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  ._PageTitle.valance {
    padding: 0.75rem 0.75rem 0.5rem;
  }
}
.mobile ._PageTitle.valance {
  padding: 0.75rem 0.5rem 0.5rem;
}
@media (max-width: 768px) {
  ._PageTitle.valance {
    margin-top: 0;
  }
}
.darkmode ._PageTitle.valance {
  background-color: #000000;
}

@media print {
  ._PageTitle {
    border-width: 0;
  }
}
._PageTitle.valance {
  border-color: #cccccc;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.mobile ._PageTitle.valance {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
@media print {
  ._PageTitle.valance {
    border-width: 1px;
  }
}
.darkmode ._PageTitle.valance {
  border-color: #000000;
}

._PageTitle .titleGroup {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  width: auto;
  max-width: 100%;
}
._PageTitle .titleGroup .header,
._PageTitle .titleGroup ._heading {
  padding: 0;
}
._PageTitle .actionGroup, ._PageTitle ._AdditionalActions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  width: auto;
  flex-shrink: 0;
}
._PageTitle .subtitle {
  color: #565656;
}
@media print {
  ._PageTitle .actionGroup {
    display: none;
  }
}
._PageTitle .actionGroup ._actionable {
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
  flex-shrink: 0;
}
._PageTitle .actionGroup ._actionable:hover,
.tvmode ._PageTitle .actionGroup ._actionable:is(:hover, :focus) {
  text-decoration: underline;
}

._PageTitle .actionGroup ._actionable:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode ._PageTitle .actionGroup ._actionable {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

@media screen and (max-width: 768px) {
  ._PageTitle .actionGroup ._actionable ._readOnlyText {
    display: none;
  }
}

._BackToListLink {
  align-items: center;
  display: inline-flex;
  gap: 0.25rem;
  margin-top: -0.25rem;
  padding: 0.25rem 0 0.5rem;
}
@media print {
  ._BackToListLink {
    display: none;
  }
}
.mobile ._BackToListLink, .tvmode ._BackToListLink {
  display: none;
}

.ScrollableTableContainer {
  overflow-x: auto;
}

._DataTable {
  width: 100%;
  border-collapse: collapse;
}
@media print {
  ._DataTable th[scope=col] {
    font-weight: bold;
    border-bottom: 2px solid;
  }
}
@media screen and (min-width: 1025px) {
  ._DataTable th[scope=row] {
    min-width: 7em;
  }
}
._DataTable td, ._DataTable th {
  font-weight: normal;
  padding: 0.5rem;
  text-align: right;
}
._DataTable td, ._DataTable td > *, ._DataTable th, ._DataTable th > * {
  overflow: hidden;
}
._DataTable ._TableRow:not(:last-child) ._TableCell,
._DataTable ._TableRow:not(:last-child) ._TableHeadCell {
  border-bottom: 1px solid #dbdbdb;
}
._DataTable ._TableHeaders {
  background-color: rgba(36, 111, 181, 0.05);
  color: #363636;
}
._DataTable .tableCaption {
  text-align: right;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.5rem;
}

._AsyncIndicator.heart, ._AsyncIndicator.wheel {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
._AsyncIndicator .message {
  width: 192px;
}
._AsyncIndicator.asyncInFlight.heart .animation {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-image: url("../../images/loadingIndicators/heartAnimation_heartOnly.svg");
  background-size: contain;
  transform: scale(0.8);
  animation: heartbeat 2s 0.2s ease infinite;
  text-align: initial;
  flex-shrink: 0;
}
._AsyncIndicator.asyncInFlight.heart .animation:before {
  content: url("../../images/loadingIndicators/heartAnimation_lineOnly.svg");
  animation: heartbeatWipeFromLeft 2s linear infinite;
  transform: scale(1, 0.8);
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 64px, 0);
}
._AsyncIndicator.asyncInFlight.heart .animation:after {
  position: absolute;
  left: 0;
  top: 31.5px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 100%;
  content: "";
  opacity: 0;
  animation: pulse 2s linear infinite;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.8);
  }
  14% {
    transform: scale(1);
  }
  28% {
    transform: scale(0.8);
  }
  42% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes heartbeatWipeFromLeft {
  0% {
    clip: rect(0, 0, 64px, 0);
  }
  50% {
    clip: rect(0, 64px, 64px, 0);
  }
  100% {
    clip: rect(0, 64px, 64px, 64px);
  }
}
@keyframes pulse {
  0% {
    left: 0;
  }
  12% {
    top: 31.5px;
  }
  15% {
    top: 28px;
  }
  16.5% {
    top: 31.5px;
  }
  19.5% {
    top: 31.5px;
  }
  20% {
    opacity: 1;
  }
  22% {
    top: 12px;
  }
  24% {
    top: 48px;
  }
  28% {
    top: 31.5px;
  }
  32% {
    top: 31.5px;
  }
  35% {
    top: 28px;
  }
  36.5% {
    top: 33px;
  }
  40% {
    height: 5px;
    width: 5px;
  }
  45% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  46% {
    opacity: 0;
  }
  50% {
    left: 60px;
  }
}
._AsyncIndicator.asyncInFlight.wheel .animation {
  border-color: rgba(36, 111, 181, 0.3);
  border-top-color: #246fb5;
  width: 36px;
  height: 36px;
  border-width: 6px;
  border-style: solid;
  border-radius: 50%;
  animation: _LoadingWheel-Rotate 0.8s cubic-bezier(0.5, 0.25, 0.3, 0.73) infinite;
}
@keyframes _LoadingWheel-Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
._AsyncIndicator.asyncInFlight .message {
  margin-top: 0.25rem;
}
._AsyncIndicator.fullPage {
  position: fixed;
  right: 0;
  top: calc(50vh - 64px);
}
#appRoot > ._AsyncIndicator.fullPage:only-child {
  position: static;
  right: initial;
  top: initial;
  min-height: calc(100vh - (8.7rem + 4.75rem + 2.75rem + 0.75rem));
  min-height: calc(100vh - (var(--wp-header-height) + 4.75rem + var(--wp-footer-height) + 0.75rem));
}
.mobile #appRoot > ._AsyncIndicator.fullPage:only-child {
  min-height: calc(100vh - 0.75rem);
}
.datatile #appRoot > ._AsyncIndicator.fullPage:only-child {
  min-height: auto;
}

._ErrorLine {
  display: flex;
  line-height: 1.1rem;
  align-items: center;
  color: #d80000;
}
._ErrorLine ._Icon {
  flex-shrink: 0;
}
._ErrorLine > ._TextFragment, ._ErrorLine ._ErrorSummaryText {
  padding-inline-start: 0.25rem;
}

._ValidatedInput[class] {
  margin-bottom: 0.75rem;
}
._ValidatedInput + ._ValidationMessage:not(:empty) {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
}
._ValidatedInput ._input {
  margin-bottom: 0;
}
._ValidatedInput.hasDefinitionDisclosure {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
}
._ValidatedInput.hasDefinitionDisclosure ._input {
  margin-bottom: 0;
}
._ValidatedInput.hasDefinitionDisclosure ._DataEntryLabel {
  position: relative;
}
._ValidatedInput.hasDefinitionDisclosure ._DefinitionDisclosureCommand {
  align-self: end;
}

._ReadOnlyField[class] {
  margin-bottom: 0.75rem;
}
._ReadOnlyField ._input {
  margin-bottom: 0;
}
._ReadOnlyField ._input:read-only {
  background: none;
  border: none;
  outline: none;
  padding-top: 1.2rem;
}
._ReadOnlyField[class] textarea._input:read-only {
  padding-top: 0;
  box-shadow: none;
  border-top: 1.2rem solid transparent;
}
._ReadOnlyField.hasDefinitionDisclosure {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
}
._ReadOnlyField.hasDefinitionDisclosure ._input {
  margin-bottom: 0;
}
._ReadOnlyField.hasDefinitionDisclosure ._DataEntryLabel {
  position: relative;
}
._ReadOnlyField.hasDefinitionDisclosure ._DefinitionDisclosureCommand {
  align-self: end;
}

._DatePicker > svg {
  fill: #246fb5;
}
._DatePicker[disabled], ._DatePicker[aria-disabled=true], ._DatePicker.disabled {
  pointer-events: none;
}

._DropDownList[disabled] {
  opacity: 1;
}

._ValidatedDateEntry {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
}
._ValidatedDateEntry.invalid {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._ValidatedDateEntry.invalid:not(:focus-within) {
  border-color: #d80000;
}
._ValidatedDateEntry.locked[class] {
  background-color: #f2f2f2;
  color: #565656;
  cursor: default;
}
._ValidatedDateEntry.locked[class] ._command:focus {
  background-color: #ffffff;
}
._ValidatedDateEntry:focus-within {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none;
  border-color: transparent;
}
@supports (background: -webkit-named-image(i)) {
  ._ValidatedDateEntry:focus-within {
    will-change: transform;
  }
}
._ValidatedDateEntry:focus-within :focus-visible {
  outline: none;
}
._ValidatedDateEntry:focus-within ._command:focus-visible {
  background-color: #edf3f9;
}
._ValidatedDateEntry ._labelledField {
  flex-grow: 1;
}
._ValidatedDateEntry ._labelledField ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
._ValidatedDateEntry ._labelledField ._input:invalid {
  box-shadow: none;
}
._ValidatedDateEntry ._labelledField ._input:invalid:focus:not(*:root) {
  outline: none;
}
._ValidatedDateEntry ._labelledField ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
._ValidatedDateEntry ._labelledField ._labelInputContainer[class] {
  background-color: inherit;
  border: none;
}
._ValidatedDateEntry ._labelledField ._labelInputContainer[class].invalid:not(:focus-within) {
  box-shadow: none;
}
._ValidatedDateEntry ._labelledField ._labelInputContainer[class]:focus-within {
  outline: none;
}
._ValidatedDateEntry ._command {
  color: #565656;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
}
._ValidatedDateEntry ._command, ._ValidatedDateEntry ._command.iconOnly {
  background-color: inherit;
  padding: 0 0.25rem;
}
._ValidatedDateEntry ._image {
  color: #565656;
  display: block;
  flex-shrink: 0;
}
._ValidatedDateEntry .actionDivider {
  width: 1px;
  background: transparent;
  border-color: #dbdbdb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}
._ValidatedDateEntry .actionDivider::before {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: inherit;
  content: "";
  height: calc(100% - 0.675rem);
}

._ErrorSummary.hideVisually {
  color: transparent !important;
  display: block !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 0 !important;
}

._VerticalDate {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.3rem 0 0.5rem;
  color: #41a0ff;
}
._VerticalDate .verticalMonth {
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
}
html[lang=fi] ._VerticalDate .verticalMonth {
  font-size: 0.9rem;
  overflow-wrap: normal;
}
html[lang=ar] ._VerticalDate .verticalMonth {
  font-size: 0.96rem;
}
._VerticalDate .verticalDateOfMonth {
  font-size: 2.2rem;
  line-height: 2rem;
}
html[lang=ar] ._VerticalDate .verticalDateOfMonth {
  font-size: 1.76rem;
}

._PreText {
  display: flex;
  align-items: flex-start;
  word-break: break-word;
}
._PreText:not(.titleOnly) .disclosureButton {
  border-radius: 6px;
  margin: 0 -0.5rem;
  padding: 0.2rem 0.5rem;
}
._PreText:not(.titleOnly) .disclosureButton:hover {
  text-decoration: none;
}
._PreText .preTextBody {
  margin-top: 0.25rem;
  font-size: 90%;
}
._PreText.neutral.titleOnly, ._PreText.neutral .disclosureButton {
  color: #000000;
  align-self: flex-start;
}
._PreText.neutral .disclosureButton:hover {
  background-color: rgba(36, 111, 181, 0.1);
}

.TablePaginationControls {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.TablePaginationControls .PageNavigator {
  color: #0091ea;
  display: flex;
  align-items: center;
}
.TablePaginationControls .PageNavigator:not([aria-disabled=true]):hover,
.tvmode .TablePaginationControls .PageNavigator:not([aria-disabled=true]):is(:hover, :focus) {
  text-decoration: underline;
}

.TablePaginationControls .PageNavigator[aria-disabled=true] {
  color: #565656;
}
.TablePaginationControls .PageNavigator .chevronIcon {
  width: 1.7rem;
  height: 1.7rem;
}
.TablePaginationControls .PageNavigator .chevronIcon.prevArrow {
}
.TablePaginationControls .PageNavigator .chevronIcon.nextArrow {
  transform: scaleX(-1)
}
@media only screen and (max-width: 768px) {
  .TablePaginationControls .navigatorText {
    display: none;
  }
}
.TablePaginationControls .PageIndicator {
  display: flex;
  justify-content: center;
  margin: 0rem 0.75rem;
  width: auto;
  white-space: normal;
  line-height: normal;
  word-break: break-word;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .TablePaginationControls .PageIndicator {
    margin: 0rem;
  }
}

._Carousel {
  position: relative;
  width: 100%;
}
._Carousel .previousButton, ._Carousel .nextButton {
  position: absolute;
  background-color: white;
  background-clip: border-box;
  border: 1px solid #dfe1e5;
  border-radius: 50%;
  display: flex;
  height: 2rem;
  justify-content: center;
  transition: opacity linear 0.25s;
  width: 2rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  top: calc(50% - 32px);
  z-index: 1;
  padding-top: 0.45rem;
  opacity: 80%;
}
._Carousel .previousButton:not(.slideEnd):hover, ._Carousel .previousButton:not(.slideStart):hover, ._Carousel .nextButton:not(.slideEnd):hover, ._Carousel .nextButton:not(.slideStart):hover {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}
@media (hover: hover) {
  ._Carousel .previousButton:hover, ._Carousel .nextButton:hover {
    opacity: 100%;
    transition: none;
  }
}
@media print {
  ._Carousel .previousButton, ._Carousel .nextButton {
    display: none;
  }
}
._Carousel .previousButton {
  transform: rotate(-90deg);
  right: -0.6rem;
}
.mobile ._Carousel .previousButton {
  right: -0.375rem;
}
._Carousel .nextButton {
  transform: rotate(90deg);
  left: -0.6rem;
}
.mobile ._Carousel .nextButton {
  left: -0.375rem;
}
._Carousel .scrollableCarousel {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
._Carousel .scrollableCarousel::-webkit-scrollbar {
  width: 0;
  height: 0;
}
._Carousel .scrollableCarousel:focus {
  outline: none;
}
._Carousel .scrollableCarousel > ._List {
  display: flex;
}
@media print {
  ._Carousel .scrollableCarousel > ._List {
    display: flex;
    flex-direction: column;
  }
}
._Carousel .scrollableCarousel > ._List > ._ListElement {
  padding: 0.25rem 0.5rem;
  overflow-x: hidden;
  overflow-wrap: break-word;
  flex: 0 0 100%;
  scroll-snap-align: start;
}
._Carousel .scrollableCarousel > ._List.x1 ._ListElement {
  flex-basis: 100%;
}
._Carousel .scrollableCarousel > ._List.x1plus ._ListElement {
  flex-basis: 85%;
}
._Carousel .scrollableCarousel > ._List.x2 ._ListElement {
  flex-basis: 50%;
}
._Carousel .scrollableCarousel > ._List.x3 ._ListElement {
  flex-basis: 33.3%;
}
._Carousel .scrollableCarousel > ._List.x4 ._ListElement {
  flex-basis: 25%;
}
._Carousel .scrollableCarousel > ._List.x5 ._ListElement {
  flex-basis: 20%;
}

._PaginationDots {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  padding: 0.5rem 0;
}
._PaginationDots .dot {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #767676;
  opacity: 0.5;
  margin: 0.2rem;
  transition: all 0.15s ease-in-out;
}
._PaginationDots .dot.active {
  opacity: 1;
  width: 2.8rem;
  border-radius: 40px;
  background-color: #246fb5;
}
._PaginationDots .dot.offscreen, ._PaginationDots .dot.medDot, ._PaginationDots .dot.smallDot {
  margin-right: 0;
  margin-left: 0;
}
._PaginationDots .dot.offscreen {
  transform: scale(0);
  width: 0;
}
._PaginationDots .dot.medDot {
  transform: scale(80%);
}
._PaginationDots .dot.smallDot {
  transform: scale(50%);
}

._Disclosure {
  display: flex;
  flex-direction: column;
}
._Disclosure .disclosureIcon {
  margin-left: 0.3rem;
}
._Disclosure .disclosureButton {
  color: #0091ea;
  padding: 0.3rem 0rem;
  justify-content: center;
  display: flex;
  align-items: center;
  contain: paint;
}
._Disclosure .disclosureButton:hover,
.tvmode ._Disclosure .disclosureButton:is(:hover, :focus) {
  text-decoration: underline;
}

._Disclosure .disclosureButton .disclosureChevron {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  padding-top: 0.2rem;
  vertical-align: middle;
  transition: transform 0.3s;
  flex-shrink: 0;
}
._Disclosure .disclosureButton .disclosureChevronExpanded {
  transform: rotate(180deg);
}

._NestedLoadMoreList .nestedListGroup {
  margin-bottom: 1rem;
}
._NestedLoadMoreList .listCount {
  margin-bottom: 0.25rem;
}

._Menu {
  position: relative;
}
._Menu > * {
  width: auto;
}
._Menu ._ShieldOfJustice {
  z-index: 10;
}

._MenuButton {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
}
._MenuButton:is(:focus, :hover) {
  text-decoration: none;
}

._MenuButton[disabled][class][class], ._MenuButton[aria-disabled=true][class][class], ._MenuButton.disabled[class][class] {
  cursor: default;
}
._MenuButton[disabled][class][class], ._MenuButton[disabled][class][class]:is(:focus, :hover, :active), ._MenuButton[aria-disabled=true][class][class], ._MenuButton[aria-disabled=true][class][class]:is(:focus, :hover, :active), ._MenuButton.disabled[class][class], ._MenuButton.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  ._MenuButton[disabled][class][class], ._MenuButton[disabled][class][class]:is(:focus, :hover, :active), ._MenuButton[aria-disabled=true][class][class], ._MenuButton[aria-disabled=true][class][class]:is(:focus, :hover, :active), ._MenuButton.disabled[class][class], ._MenuButton.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode ._MenuButton[disabled][class][class], .darkmode ._MenuButton[disabled][class][class]:is(:focus, :hover, :active), .darkmode ._MenuButton[aria-disabled=true][class][class], .darkmode ._MenuButton[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode ._MenuButton.disabled[class][class], .darkmode ._MenuButton.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) ._MenuButton[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuButton[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuButton.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

._MenuButton:active:hover {
  outline: 0;
}
.mobile ._MenuButton[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._MenuButton[class], .mobile:not([data-ua=nonmobile]) ._MenuButton[class]:focus {
  outline: 0;
}

.tvmode ._MenuButton {
  outline-offset: unset;
}
.tvmode ._MenuButton[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) ._MenuButton:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuButton:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) ._MenuButton:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) ._MenuButton:focus[class] {
  outline-color: #ffffff;
}

._MenuButton:hover,
.tvmode ._MenuButton:is(:hover, :focus) {
  text-decoration: underline;
}

._MenuButton:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode ._MenuButton {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

._MenuButton.isOpen {
  z-index: 11;
}
._MenuButton .menuIcon {
  flex-shrink: 0;
}
._MenuButton .menuIcon.beforeText {
  margin-left: 0.1rem;
}
._MenuButton .menuIcon.afterText {
  margin-right: 0.1rem;
}

._MenuList {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  max-height: 50vh;
  max-width: calc(100vw - 1.5rem);
  width: 300px;
  overflow-y: auto;
  position: absolute;
  z-index: 11;
}
@media print {
  ._MenuList {
    display: none;
  }
}
._MenuList.origin-start {
  right: 0;
}
._MenuList.origin-end {
  left: 0;
}

._MenuCommandOption {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
  color: #246fb5;
  display: flex;
  margin: 0;
  padding: 0.5rem;
  text-align: right;
  width: 100%;
}
._MenuCommandOption:is(:focus, :hover) {
  text-decoration: none;
}

._MenuCommandOption[disabled][class][class], ._MenuCommandOption[aria-disabled=true][class][class], ._MenuCommandOption.disabled[class][class] {
  cursor: default;
}
._MenuCommandOption[disabled][class][class], ._MenuCommandOption[disabled][class][class]:is(:focus, :hover, :active), ._MenuCommandOption[aria-disabled=true][class][class], ._MenuCommandOption[aria-disabled=true][class][class]:is(:focus, :hover, :active), ._MenuCommandOption.disabled[class][class], ._MenuCommandOption.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  ._MenuCommandOption[disabled][class][class], ._MenuCommandOption[disabled][class][class]:is(:focus, :hover, :active), ._MenuCommandOption[aria-disabled=true][class][class], ._MenuCommandOption[aria-disabled=true][class][class]:is(:focus, :hover, :active), ._MenuCommandOption.disabled[class][class], ._MenuCommandOption.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode ._MenuCommandOption[disabled][class][class], .darkmode ._MenuCommandOption[disabled][class][class]:is(:focus, :hover, :active), .darkmode ._MenuCommandOption[aria-disabled=true][class][class], .darkmode ._MenuCommandOption[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode ._MenuCommandOption.disabled[class][class], .darkmode ._MenuCommandOption.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) ._MenuCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuCommandOption.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

._MenuCommandOption:active:hover {
  outline: 0;
}
.mobile ._MenuCommandOption[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._MenuCommandOption[class], .mobile:not([data-ua=nonmobile]) ._MenuCommandOption[class]:focus {
  outline: 0;
}

.tvmode ._MenuCommandOption {
  outline-offset: unset;
}
.tvmode ._MenuCommandOption[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) ._MenuCommandOption:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuCommandOption:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) ._MenuCommandOption:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) ._MenuCommandOption:focus[class] {
  outline-color: #ffffff;
}

._MenuCommandOption:hover,
.tvmode ._MenuCommandOption:is(:hover, :focus) {
  text-decoration: underline;
}

._MenuCommandOption:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode ._MenuCommandOption {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

._MenuCommandOption ._image {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

._MenuToggleCommandOption {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
  color: #246fb5;
  display: flex;
  margin: 0;
  padding: 0.5rem;
  text-align: right;
  width: 100%;
}
._MenuToggleCommandOption:is(:focus, :hover) {
  text-decoration: none;
}

._MenuToggleCommandOption[disabled][class][class], ._MenuToggleCommandOption[aria-disabled=true][class][class], ._MenuToggleCommandOption.disabled[class][class] {
  cursor: default;
}
._MenuToggleCommandOption[disabled][class][class], ._MenuToggleCommandOption[disabled][class][class]:is(:focus, :hover, :active), ._MenuToggleCommandOption[aria-disabled=true][class][class], ._MenuToggleCommandOption[aria-disabled=true][class][class]:is(:focus, :hover, :active), ._MenuToggleCommandOption.disabled[class][class], ._MenuToggleCommandOption.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  ._MenuToggleCommandOption[disabled][class][class], ._MenuToggleCommandOption[disabled][class][class]:is(:focus, :hover, :active), ._MenuToggleCommandOption[aria-disabled=true][class][class], ._MenuToggleCommandOption[aria-disabled=true][class][class]:is(:focus, :hover, :active), ._MenuToggleCommandOption.disabled[class][class], ._MenuToggleCommandOption.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode ._MenuToggleCommandOption[disabled][class][class], .darkmode ._MenuToggleCommandOption[disabled][class][class]:is(:focus, :hover, :active), .darkmode ._MenuToggleCommandOption[aria-disabled=true][class][class], .darkmode ._MenuToggleCommandOption[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode ._MenuToggleCommandOption.disabled[class][class], .darkmode ._MenuToggleCommandOption.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) ._MenuToggleCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuToggleCommandOption[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) ._MenuToggleCommandOption.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

._MenuToggleCommandOption:active:hover {
  outline: 0;
}
.mobile ._MenuToggleCommandOption[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) ._MenuToggleCommandOption[class], .mobile:not([data-ua=nonmobile]) ._MenuToggleCommandOption[class]:focus {
  outline: 0;
}

.tvmode ._MenuToggleCommandOption {
  outline-offset: unset;
}
.tvmode ._MenuToggleCommandOption[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) ._MenuToggleCommandOption:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) ._MenuToggleCommandOption:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode:not(.hideFocus) ._MenuToggleCommandOption:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) ._MenuToggleCommandOption:focus[class] {
  outline-color: #ffffff;
}

._MenuToggleCommandOption:hover,
.tvmode ._MenuToggleCommandOption:is(:hover, :focus) {
  text-decoration: underline;
}

._MenuToggleCommandOption:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode ._MenuToggleCommandOption {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

._MenuToggleCommandOption ._image {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

._SearchInput {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
  position: relative;
  z-index: 2;
}
._SearchInput.invalid {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._SearchInput.invalid:not(:focus-within) {
  border-color: #d80000;
}
._SearchInput.locked[class] {
  background-color: #f2f2f2;
  color: #565656;
  cursor: default;
}
._SearchInput.locked[class] ._command:focus {
  background-color: #ffffff;
}
._SearchInput:focus-within {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none;
  border-color: transparent;
}
@supports (background: -webkit-named-image(i)) {
  ._SearchInput:focus-within {
    will-change: transform;
  }
}
._SearchInput:focus-within :focus-visible {
  outline: none;
}
._SearchInput:focus-within ._command:focus-visible {
  background-color: #edf3f9;
}
._SearchInput ._labelledField {
  flex-grow: 1;
}
._SearchInput ._labelledField ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
._SearchInput ._labelledField ._input:invalid {
  box-shadow: none;
}
._SearchInput ._labelledField ._input:invalid:focus:not(*:root) {
  outline: none;
}
._SearchInput ._labelledField ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
._SearchInput ._labelledField ._labelInputContainer[class] {
  background-color: inherit;
  border: none;
}
._SearchInput ._labelledField ._labelInputContainer[class].invalid:not(:focus-within) {
  box-shadow: none;
}
._SearchInput ._labelledField ._labelInputContainer[class]:focus-within {
  outline: none;
}
._SearchInput ._command {
  color: #565656;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
}
._SearchInput ._command, ._SearchInput ._command.iconOnly {
  background-color: inherit;
  padding: 0 0.25rem;
}
._SearchInput ._image {
  color: #565656;
  display: block;
  flex-shrink: 0;
}
._SearchInput .actionDivider {
  width: 1px;
  background: transparent;
  border-color: #dbdbdb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}
._SearchInput .actionDivider::before {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: inherit;
  content: "";
  height: calc(100% - 0.675rem);
}
@media screen and (min-width: 769px) {
  ._SearchInput {
    width: 50%;
  }
}
._SearchInput ._labelledField ._input {
  -webkit-appearance: none;
}
._SearchInput ._labelledField ._input::-ms-clear, ._SearchInput ._labelledField ._input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
._SearchInput ._labelledField ._input::-webkit-search-decoration, ._SearchInput ._labelledField ._input::-webkit-search-cancel-button, ._SearchInput ._labelledField ._input::-webkit-search-results-button, ._SearchInput ._labelledField ._input::-webkit-search-results-decoration {
  display: none;
}
._SearchInput .searchIcon {
  align-self: center;
}
._SearchInput .embeddedSearchCommand {
  box-shadow: unset;
}
._SearchInput .embeddedSearchCommand .workingText:before {
  border-color: rgba(36, 111, 181, 0.3);
  border-top-color: #246fb5;
  width: 16px;
  height: 16px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  animation: _LoadingWheel-Rotate 0.8s cubic-bezier(0.5, 0.25, 0.3, 0.73) infinite;
}
@keyframes _LoadingWheel-Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
._SearchInput.showSuggestions > ._container:focus-within {
  z-index: 20;
}
._SearchInput .searchSuggestionsWrapper {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #000000;
  display: block;
  font-family: "Source Sans Pro", Calibri, Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.4rem;
  resize: none;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 0 2px 0 #000000;
  padding: 0;
  max-height: min(40vh, 500px);
  position: absolute;
  z-index: 50;
  inset: 100% auto auto 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: var(--px-search-input-listbox-height, clamp(53vh, 57vh, 600px));
}
label + ._SearchInput .searchSuggestionsWrapper {
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}
.mobile.androidWebview label + ._SearchInput .searchSuggestionsWrapper {
  padding-top: 1lh;
  margin-top: -1lh;
}
._SearchInput .searchSuggestionsWrapper:invalid {
  box-shadow: none;
}
._SearchInput .searchSuggestionsWrapper:invalid.touched:not(:focus) {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._SearchInput .searchSuggestionsWrapper.invalid:not(:focus) {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._SearchInput .searchSuggestionsWrapper::placeholder {
  color: #565656;
}
._SearchInput .searchSuggestionsWrapper[disabled][disabled], ._SearchInput .searchSuggestionsWrapper[aria-disabled=true][aria-disabled=true] {
  background-color: #f2f2f2;
  color: #565656;
}
._SearchInput .searchSuggestionsWrapper._TopBox {
  inset: auto auto 100% 0;
  margin-bottom: 0;
}
._SearchInput .searchSuggestionsWrapper ._ComboBoxSuggestions {
  position: unset;
  background-color: inherit;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  overflow-y: unset;
  max-height: unset;
}
._SearchInput .searchSuggestionsWrapper ._CountResultsMessage {
  font-style: italic;
  font-size: 85%;
  display: flex;
}
._SearchInput .searchSuggestionsWrapper ._CountResultsMessage .suggestionCountText {
  width: fit-content;
  margin: 0;
}
._SearchInput .searchSuggestionsWrapper ._AsyncIndicator {
  padding: 8px;
  justify-content: flex-start;
  flex-direction: row;
  text-align: right;
  gap: 12px;
}
._SearchInput .searchSuggestionsWrapper ._AsyncIndicator .animation {
  width: 24px;
  height: 24px;
  border-width: 4px;
}
._SearchInput .searchSuggestionsWrapper ._AsyncIndicator .message {
  width: auto;
  margin-top: unset;
}
._SearchInput .searchSuggestionsWrapper .fullSearch {
  color: #246fb5;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 51;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
._SearchInput .searchSuggestionsWrapper .fullSearch.focused {
  background-color: #d3e2f0;
  text-decoration: underline;
}
._SearchInput .ClearSearchCommand {
  padding: 0 0.5rem;
}
._SearchInput .ClearSearchCommand .searchIcon {
  transform: scale(0.85);
}

._DefinitionDisclosureCommand {
  width: 2.5rem;
}
._DefinitionDisclosureCommand ._DefinitionDisclosureIcon {
  fill: #246fb5;
}

._DefinitionDisclosureText ._definitionText {
  margin-top: 0.5rem;
}

._Bone {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: boneShiftGradient;
  animation-timing-function: linear;
  background: linear-gradient(to left, #eeeeee 8%, #dbdbdb 18%, #eeeeee 33%);
  background-size: 800px 100px;
  position: relative;
  pointer-events: none;
}
@keyframes boneShiftGradient {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@keyframes boneShiftOpacity {
  0%, 76%, 100% {
    opacity: 100%;
  }
  38% {
    opacity: 40%;
  }
}
.darkmode ._Bone {
  background: linear-gradient(to left, #5b5b5b 8%, #7a7a7a 18%, #5b5b5b 33%);
}

.tvmode ._Bone {
  animation-name: boneShiftOpacity;
  animation-duration: 6s;
  background: #eeeeee;
}
.tvmode.darkmode ._Bone {
  background: #5b5b5b;
}

._Bone:after {
  content: " ";
}
._Bone[class][class] {
  color: transparent;
}

._GridCol ._labelledField {
  width: 100%;
}

._List {
  list-style: outside none none;
}

._ComboBox {
  display: grid;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr auto;
  margin: 0 0 0.5rem;
}
._ComboBox ._ComboBoxDropDown {
  grid-column: 1/2;
  grid-row: 1/3;
}
._ComboBox ._DefinitionDisclosureIcon, ._ComboBox ._DefinitionDisclosureCommand {
  grid-row: 2/3;
  grid-column: 2/3;
}
._ComboBox ._DefinitionDisclosureText {
  grid-column: 1/3;
  grid-row: 3/4;
}

._ComboBoxInput {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
}
._ComboBoxInput.invalid {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._ComboBoxInput.invalid:not(:focus-within) {
  border-color: #d80000;
}
._ComboBoxInput.locked[class] {
  background-color: #f2f2f2;
  color: #565656;
  cursor: default;
}
._ComboBoxInput.locked[class] ._command:focus {
  background-color: #ffffff;
}
._ComboBoxInput:focus-within {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none;
  border-color: transparent;
}
@supports (background: -webkit-named-image(i)) {
  ._ComboBoxInput:focus-within {
    will-change: transform;
  }
}
._ComboBoxInput:focus-within :focus-visible {
  outline: none;
}
._ComboBoxInput:focus-within ._command:focus-visible {
  background-color: #edf3f9;
}
._ComboBoxInput ._labelledField {
  flex-grow: 1;
}
._ComboBoxInput ._labelledField ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
._ComboBoxInput ._labelledField ._input:invalid {
  box-shadow: none;
}
._ComboBoxInput ._labelledField ._input:invalid:focus:not(*:root) {
  outline: none;
}
._ComboBoxInput ._labelledField ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
._ComboBoxInput ._labelledField ._labelInputContainer[class] {
  background-color: inherit;
  border: none;
}
._ComboBoxInput ._labelledField ._labelInputContainer[class].invalid:not(:focus-within) {
  box-shadow: none;
}
._ComboBoxInput ._labelledField ._labelInputContainer[class]:focus-within {
  outline: none;
}
._ComboBoxInput ._command {
  color: #565656;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
}
._ComboBoxInput ._command, ._ComboBoxInput ._command.iconOnly {
  background-color: inherit;
  padding: 0 0.25rem;
}
._ComboBoxInput ._image {
  color: #565656;
  display: block;
  flex-shrink: 0;
}
._ComboBoxInput .actionDivider {
  width: 1px;
  background: transparent;
  border-color: #dbdbdb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}
._ComboBoxInput .actionDivider::before {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: inherit;
  content: "";
  height: calc(100% - 0.675rem);
}
._ComboBoxInput.hasChips .actionDivider::before {
  height: calc(100% - 18px);
}
._ComboBoxInput ._input {
  transition: max-height 0s ease-in;
  max-height: 3rem;
}
._ComboBoxInput ._input.hideInput {
  max-height: 0;
  transition-duration: 0.5s;
}
._ComboBoxInput ._image {
  margin: 12px;
  height: 12px;
  width: 12px;
}
._ComboBoxInput.disabled {
  background-color: #f2f2f2;
  color: #565656;
}
._ComboBoxInput.disabled .actionDivider {
  background-color: #f2f2f2;
}

._ComboBoxOption {
  background-color: #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.25rem 8px;
  cursor: default;
  word-break: break-word;
}
._ComboBoxOption.empty {
  color: #565656;
}
._ComboBoxOption.focused {
  background-color: #d3e2f0;
  border-top-color: #246fb5;
  border-bottom-color: #246fb5;
}
._ComboBoxOption._NoResultsMessage {
  font-style: italic;
}
._ComboBoxOption.disabled {
  color: #999999;
}
@media only screen and (max-width: 768px) {
  ._ComboBoxOption {
    padding: 0.5rem 8px;
    font-size: 105%;
  }
}
._ComboBoxOption._MultiSelectComboBoxOption {
  padding: 0.25rem 0.5rem;
}

._ComboBoxSuggestions {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #000000;
  display: block;
  font-family: "Source Sans Pro", Calibri, Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.4rem;
  resize: none;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 0 2px 0 #000000;
  padding: 0;
  max-height: min(40vh, 500px);
  position: absolute;
  z-index: 50;
  inset: 100% auto auto 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
label + ._ComboBoxSuggestions {
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}
.mobile.androidWebview label + ._ComboBoxSuggestions {
  padding-top: 1lh;
  margin-top: -1lh;
}
._ComboBoxSuggestions:invalid {
  box-shadow: none;
}
._ComboBoxSuggestions:invalid.touched:not(:focus) {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._ComboBoxSuggestions.invalid:not(:focus) {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._ComboBoxSuggestions::placeholder {
  color: #565656;
}
._ComboBoxSuggestions[disabled][disabled], ._ComboBoxSuggestions[aria-disabled=true][aria-disabled=true] {
  background-color: #f2f2f2;
  color: #565656;
}
._ComboBoxSuggestions._TopBox {
  inset: auto auto 100% 0;
  margin-bottom: 0;
}
._ComboBoxSuggestions ._SuggestionGroupHeader {
  color: #767676;
  display: block;
  text-align: right;
  border-color: transparent;
  border-style: none solid;
  border-width: 0 1px;
  font-size: 0.75rem;
  margin: 0 0.4rem;
  padding: 0.2rem 0 0;
  width: fit-content;
  position: relative;
  z-index: 1;
  color: #505050;
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
}

._ComboBoxChips {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  pointer-events: none;
}
._ComboBoxChips ._Chip {
  background-color: #ffffff;
  border: 1px solid #246fb5;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  margin: 4px;
  flex-grow: 0;
  max-width: calc(100% - 8px);
  color: #246fb5;
  pointer-events: auto;
  padding: 4px 8px;
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
._ComboBoxChips ._Chip.animate {
  animation-name: grow;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
._ComboBoxChips ._Chip ._image {
  margin: unset;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  color: #246fb5;
}
._ComboBoxChips ._Chip ._readOnlyText {
  overflow-wrap: anywhere;
  text-align: right;
  padding-right: 4px;
  padding-left: 4px;
  margin: unset;
}
._ComboBoxChips ._Chip.focused {
  outline: 1px solid #000000;
  background-color: #d3e2f0;
  border-color: inherit;
}
._ComboBoxChips ._Chip:hover {
  background-color: #d3e2f0;
}
.darkmode ._ComboBoxChips ._Chip:hover {
  color: white;
}

._ComboBoxChips ._Chip.disabled {
  background-color: #f2f2f2;
  color: #565656;
  border-color: #565656;
}
._ComboBoxChips ._Chip.disabled ._image {
  color: #565656;
}

._ComboBoxDropDown {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
}
._ComboBoxDropDown ._ComboBoxInput ._labelledField ._input {
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}

._ToastContainer {
  width: 30rem;
  max-width: calc(100vw - 2.5rem);
  margin: 0 auto;
  pointer-events: auto;
}
._ToastContainer .toastHeading {
  color: transparent !important;
  display: block !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 0 !important;
}

._Toast {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  padding-left: 0;
  z-index: 100000000000000000;
}
@media screen {
  ._Toast {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.72);
  }
}
@media print {
  ._Toast {
    display: none;
  }
}
._Toast .body {
  color: #ffffff;
  flex-grow: 1;
}
._Toast .body._Text._readOnlyText {
  margin-bottom: 0;
}
._Toast .commands {
  align-items: center;
  display: flex;
  width: auto;
  flex-shrink: 0;
}
._Toast .commands ._command {
  margin: 0;
  padding: 0.25rem 0.5rem;
}
._Toast .commands ._command.tertiary.neutral {
  color: #73cbeb;
}
._Toast .commands ._command.tertiary.neutral:is(:focus, :hover) {
  color: #4dafd3;
}

._Toast .dismiss {
  line-height: normal;
}
._Toast .dismiss svg {
  vertical-align: middle;
  fill: #ffffff;
}
._Toast .dismiss svg.dismissIcon {
  height: 24px;
  min-width: 24px;
  margin-left: 0.75rem;
}

._Animation.animToast {
  position: fixed;
  right: 0;
  bottom: 1.25rem;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  z-index: 1000;
}
._Animation.animToast:is(.showing, .hiding) {
  animation-name: showToast;
}
._Animation.animToast.hiding {
  animation-direction: reverse;
}
.datatile ._Animation.animToast:not(.persistent) {
  bottom: initial;
  top: 1.25rem;
}
.datatile ._Animation.animToast:not(.persistent):is(.showing, .hiding) {
  animation-name: showDataTileToast;
}
@keyframes showToast {
  from {
    transform: translateY(calc(100% + 1.25rem));
  }
  to {
    transform: translateY(0);
  }
}
@keyframes showDataTileToast {
  from {
    transform: translateY(calc(0% - 1.25rem));
  }
  to {
    transform: translateY(0);
  }
}
._Animation.animToast {
  pointer-events: none;
}
._Animation.animToast > * {
  pointer-events: auto;
}

._DateRange {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto auto;
  grid-template-areas: "dateone datetwo" "errorone errorone" "errortwo errortwo";
  gap: 0 12px;
}
@media screen and (max-width: 768px) {
  ._DateRange {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-areas: "dateone" "datetwo" "errorone" "errortwo";
  }
}
._DateRange > ._ValidationMessage:nth-child(2) {
  grid-area: errorone;
}
._DateRange > ._ValidationMessage:nth-child(4) {
  grid-area: errortwo;
}

._SuggestionInput ._SuggestionInputField {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
}
._SuggestionInput ._SuggestionInputField.invalid {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._SuggestionInput ._SuggestionInputField.invalid:not(:focus-within) {
  border-color: #d80000;
}
._SuggestionInput ._SuggestionInputField.locked[class] {
  background-color: #f2f2f2;
  color: #565656;
  cursor: default;
}
._SuggestionInput ._SuggestionInputField.locked[class] ._command:focus {
  background-color: #ffffff;
}
._SuggestionInput ._SuggestionInputField:focus-within {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none;
  border-color: transparent;
}
@supports (background: -webkit-named-image(i)) {
  ._SuggestionInput ._SuggestionInputField:focus-within {
    will-change: transform;
  }
}
._SuggestionInput ._SuggestionInputField:focus-within :focus-visible {
  outline: none;
}
._SuggestionInput ._SuggestionInputField:focus-within ._command:focus-visible {
  background-color: #edf3f9;
}
._SuggestionInput ._SuggestionInputField ._labelledField {
  flex-grow: 1;
}
._SuggestionInput ._SuggestionInputField ._labelledField ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
._SuggestionInput ._SuggestionInputField ._labelledField ._input:invalid {
  box-shadow: none;
}
._SuggestionInput ._SuggestionInputField ._labelledField ._input:invalid:focus:not(*:root) {
  outline: none;
}
._SuggestionInput ._SuggestionInputField ._labelledField ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
._SuggestionInput ._SuggestionInputField ._labelledField ._labelInputContainer[class] {
  background-color: inherit;
  border: none;
}
._SuggestionInput ._SuggestionInputField ._labelledField ._labelInputContainer[class].invalid:not(:focus-within) {
  box-shadow: none;
}
._SuggestionInput ._SuggestionInputField ._labelledField ._labelInputContainer[class]:focus-within {
  outline: none;
}
._SuggestionInput ._SuggestionInputField ._command {
  color: #565656;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
}
._SuggestionInput ._SuggestionInputField ._command, ._SuggestionInput ._SuggestionInputField ._command.iconOnly {
  background-color: inherit;
  padding: 0 0.25rem;
}
._SuggestionInput ._SuggestionInputField ._image {
  color: #565656;
  display: block;
  flex-shrink: 0;
}
._SuggestionInput ._SuggestionInputField .actionDivider {
  width: 1px;
  background: transparent;
  border-color: #dbdbdb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}
._SuggestionInput ._SuggestionInputField .actionDivider::before {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: inherit;
  content: "";
  height: calc(100% - 0.675rem);
}
._SuggestionInput ._SuggestionInputField ._AsyncIndicator {
  width: auto;
  padding-inline-end: 8px;
  align-self: center;
}
._SuggestionInput ._SuggestionInputField ._AsyncIndicator.wheel .animation {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.25rem;
}
._SuggestionInput ._SuggestionInputField.disabled {
  background-color: #f2f2f2;
  color: #565656;
}
._SuggestionInput ._SuggestionInputField.disabled .actionDivider {
  background-color: #f2f2f2;
}

._TextEntry._labelledField ._labelInputContainer {
  background: #ffffff;
  display: flex;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
  display: block;
  overflow: hidden;
}
._TextEntry._labelledField ._labelInputContainer.invalid {
  border-color: #d80000;
  box-shadow: 0 0 1.5px 1px #d80000;
}
._TextEntry._labelledField ._labelInputContainer.invalid:not(:focus-within) {
  border-color: #d80000;
}
._TextEntry._labelledField ._labelInputContainer.locked[class] {
  background-color: #f2f2f2;
  color: #565656;
  cursor: default;
}
._TextEntry._labelledField ._labelInputContainer.locked[class] ._command:focus {
  background-color: #ffffff;
}
._TextEntry._labelledField ._labelInputContainer:focus-within {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none;
  border-color: transparent;
}
@supports (background: -webkit-named-image(i)) {
  ._TextEntry._labelledField ._labelInputContainer:focus-within {
    will-change: transform;
  }
}
._TextEntry._labelledField ._labelInputContainer:focus-within :focus-visible {
  outline: none;
}
._TextEntry._labelledField ._labelInputContainer:focus-within ._command:focus-visible {
  background-color: #edf3f9;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField {
  flex-grow: 1;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField ._input:invalid {
  box-shadow: none;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField ._input:invalid:focus:not(*:root) {
  outline: none;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField ._labelInputContainer[class] {
  background-color: inherit;
  border: none;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField ._labelInputContainer[class].invalid:not(:focus-within) {
  box-shadow: none;
}
._TextEntry._labelledField ._labelInputContainer ._labelledField ._labelInputContainer[class]:focus-within {
  outline: none;
}
._TextEntry._labelledField ._labelInputContainer ._command {
  color: #565656;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
}
._TextEntry._labelledField ._labelInputContainer ._command, ._TextEntry._labelledField ._labelInputContainer ._command.iconOnly {
  background-color: inherit;
  padding: 0 0.25rem;
}
._TextEntry._labelledField ._labelInputContainer ._image {
  color: #565656;
  display: block;
  flex-shrink: 0;
}
._TextEntry._labelledField ._labelInputContainer .actionDivider {
  width: 1px;
  background: transparent;
  border-color: #dbdbdb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}
._TextEntry._labelledField ._labelInputContainer .actionDivider::before {
  border: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: inherit;
  content: "";
  height: calc(100% - 0.675rem);
}
._TextEntry._labelledField ._labelInputContainer ._input {
  background-color: inherit;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  width: 100%;
}
._TextEntry._labelledField ._labelInputContainer ._input:invalid {
  box-shadow: none;
}
._TextEntry._labelledField ._labelInputContainer ._input:invalid:focus:not(*:root) {
  outline: none;
}
._TextEntry._labelledField ._labelInputContainer ._readOnlyText {
  border: none;
  margin-bottom: -1rem;
  word-break: break-word;
}
._TextEntry._labelledField ._labelInputContainer textarea._input {
  border-top: 1.2rem solid transparent;
  margin-right: 0;
}
.mobile.androidWebview ._TextEntry._labelledField ._labelInputContainer textarea._input {
  border-top-width: 1lh;
}
._TextEntry._labelledField ._labelInputContainer textarea._input.invalid[class] {
  box-shadow: none;
  margin-right: 0;
}
