:focus:not(:focus-visible) {
  outline: 0;
}
:focus-visible {
  outline: 2px solid var(--kds-sema-color-accent);
  outline-offset: 2px;
  z-index: 1;
  --tw-ring-color: var(--kds-sema-color-surface);
  --tw-ring-offset-color: var(--kds-sema-color-surface);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent);
}
@media (forced-colors: active) {
  :focus-visible {
    outline: 2px solid var(--kds-sema-color-accent) !important;
  }
}
#site-header {
  width: 970px;
  color: var(--kds-sema-color-on-surface);
  background: var(--kds-sema-color-surface);
}
@media (min-width: 970px) {
  #site-header {
    width: 100%;
  }
}
.site-header-top {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  background-color: var(--kds-sema-color-surface);
}
#site-header-top .linklist-tiny > li,
#site-header-top .linklist > li {
  display: flex;
  margin: 0;
}
#site-footer {
  padding-top: 20px;
  border-top: 1px solid var(--kds-sema-color-utility-subdued);
}
#site-footer #site-footer-nav .linklist .text-link-subdued,
#site-footer #site-footer-nav .linklist a,
#site-footer #site-footer-nav .linklist-tiny .text-link-subdued,
#site-footer #site-footer-nav .linklist-tiny a,
#site-footer #site-footer-nav .list .text-link-subdued,
#site-footer #site-footer-nav .list a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
}
#site-footer .text-link-subdued,
#site-footer a.text-link-subdued {
  color: var(--kds-sema-color-on-surface-subdued);
}
#site-footer.l-page-wrapper,
.l-page-wrapper {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.l-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.l-col {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}
.a-top-aligned.l-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.a-center-aligned.l-row {
  justify-content: center;
}
.l-container,
.l-container-row {
  position: relative;
  box-sizing: border-box;
  min-height: 10px;
  margin-bottom: 0;
}
.l-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.l-container-row {
  margin-bottom: 12px;
}
.site-base {
  display: grid;
  grid-template-columns: 1fr 970px 1fr;
  background-color: var(--kds-sema-color-background-subdued);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.text-link-subdued,
a {
  color: var(--kds-sema-color-interactive);
  text-decoration: none;
  cursor: pointer;
}
.text-link-subdued {
  color: var(--kds-sema-color-on-surface-subdued);
}
.text-link-tiny {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
.text-link-subdued:hover,
a:hover {
  text-decoration: underline;
}
p > .text-link-subdued,
p > a {
  text-decoration: underline;
}
ul {
  padding-left: 25px;
}
ul {
  list-style-type: disc;
}
.linklist,
.linklist-tiny,
.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linklist-tiny > li > ul,
.linklist > li > ul,
.list > li > ul {
  list-style-type: none;
  padding-left: 10px;
}
.linklist-tiny > li,
.linklist > li {
  display: inline;
  margin: 0 10px 0 0;
}
.linklist-tiny > li:last-child,
.linklist > li:last-child {
  margin-right: 0;
}
.linklist-tiny {
  color: var(--kds-sema-color-on-surface-subdued);
  font-size: 0.75rem;
}
.linklist-tiny > li {
  margin: 0 6px 0 0;
}
.linklist-tiny .text-link-subdued,
.linklist-tiny a {
  color: var(--kds-sema-color-on-surface-subdued);
}
.flexlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexlist.is-top-aligned {
  align-items: flex-start;
}
.flexlist > li.top-aligned {
  align-self: flex-start;
}
.flexlist--column {
  text-align: left;
}
.flexlist--header {
  color: var(--kds-sema-color-on-surface-subdued);
  margin-bottom: 10px;
}
::-webkit-input-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:-ms-input-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
::-moz-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:-moz-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
::placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:disabled::-webkit-input-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:disabled:-ms-input-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:disabled::-moz-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:disabled:-moz-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:disabled::placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
.media360-vip {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--kds-sema-color-on-surface);
  background-color: rgba(var(--kds-sema-color-on-surface-rgb), 0.64);
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.tabnav-tiny > ul {
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid var(--kds-sema-color-utility-subdued);
  position: relative;
  list-style-type: none;
}
.tabnav-tiny > ul > li {
  display: inline-block;
  padding: 9px 15px;
  color: var(--kds-sema-color-interactive);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--kds-sema-color-utility-subdued);
  margin: 0;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  top: 1px;
  font-size: 0.75rem;
}
.tabnav-tiny > ul > li:hover {
  background-color: rgba(var(--kds-sema-color-on-surface-rgb), 0.05);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--kds-sema-color-utility-subdued);
}
.tabnav-tiny > ul > li.is-selected {
  color: var(--kds-sema-color-on-surface-subdued);
  border: 1px solid var(--kds-sema-color-utility-subdued);
  border-bottom: 1px solid var(--kds-sema-color-surface-subdued);
}
.tabnav-tiny > ul > li.is-selected:hover {
  background-color: rgba(0, 0, 0, 0);
}
.flexlist--header {
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
.flexlist--header {
  font-weight: var(--font-weight-strong);
}
.text-body-small,
[data-font="ka"] .text-body-small,
[data-font="ka"] small,
small {
  font-family: var(--font-family-body);
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
p {
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  line-height: 150%;
}
.text-link {
  color: var(--kds-sema-color-interactive);
  cursor: pointer;
}
.text-link:hover {
  text-decoration: underline;
}
[data-font="ka"] body {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: 130%;
  font-size: 0.875rem;
}
[data-font="ka"] p {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: 150%;
  font-size: 0.875rem;
}
[data-font="ka"] .text-body-small,
[data-font="ka"] small {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.01em;
}
.flexlist--header {
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
.flexlist--header {
  font-weight: var(--font-weight-strong);
}
.text-body-small,
[data-font="ka"] .text-body-small,
[data-font="ka"] small,
small {
  font-family: var(--font-family-body);
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
p {
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  line-height: 150%;
}
.text-link {
  color: var(--kds-sema-color-interactive);
  cursor: pointer;
}
.text-link:hover {
  text-decoration: underline;
}
[data-font="ka"] body {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: 130%;
  font-size: 0.875rem;
}
[data-font="ka"] p {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: 150%;
  font-size: 0.875rem;
}
[data-font="ka"] .text-body-small,
[data-font="ka"] small {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.01em;
}
.page-container {
  font-style: normal;
  display: flex;
  flex-direction: column;
  padding: 0 135px;
}
.flexlist--header {
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
.flexlist--header {
  font-weight: var(--font-weight-strong);
}
.text-body-small,
[data-font="ka"] .text-body-small,
[data-font="ka"] small,
small {
  font-family: var(--font-family-body);
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
p {
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  line-height: 150%;
}
.text-link {
  color: var(--kds-sema-color-interactive);
  cursor: pointer;
}
.text-link:hover {
  text-decoration: underline;
}
[data-font="ka"] body {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: 130%;
  font-size: 0.875rem;
}
[data-font="ka"] p {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: 150%;
  font-size: 0.875rem;
}
[data-font="ka"] .text-body-small,
[data-font="ka"] small {
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.01em;
}
.align-center {
  text-align: center;
}

