@charset "UTF-8";
* {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  outline: 0;
  border: 0;
  color: inherit;
}

img {
  vertical-align: middle;
}

nav, footer, header, section, article {
  display: block;
}

@font-face {
  font-family: "MetaWebCond";
  src: url("webfonts/MetaWeb-CondNormal.eot");
  src: url("webfonts/MetaWeb-CondNormal.eot?#iefix") format("embedded-opentype"), url("webfonts/MetaWeb-CondNormal.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MetaWebCond";
  src: url("webfonts/MetaWeb-CondXbold.eot");
  src: url("webfonts/MetaWeb-CondXbold.eot?#iefix") format("embedded-opentype"), url("webfonts/MetaWeb-CondXbold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

input:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.sidr-class-clear,
.clear {
  clear: both;
}

.sidr-class-noheight,
.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

.sidr-class-offscreen,
.offscreen {
  position: absolute;
  left: -9999em;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "MetaWeb", sans-serif;
  color: #333;
  font-size: clamp(1.6rem, 0.38vw + 1.43rem, 1.8rem);
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

h1 {
  text-transform: uppercase;
  font-size: clamp(2.4rem, 1.15vw + 1.88rem, 3rem);
}

h2 {
  font-size: clamp(2.2rem, 0.77vw + 1.85rem, 2.6rem);
  margin: 30px 0 10px;
}

h3 {
  font-size: clamp(2rem, 0.77vw + 1.65rem, 2.4rem);
  margin: 20px 0 10px;
}

h4 {
  font-size: clamp(1.9rem, 0.58vw + 1.64rem, 2.2rem);
  margin: 15px 0 5px;
}

.richtext {
  line-height: 1.5;
}
.richtext a {
  color: #3987ad;
  text-decoration: none;
}
.richtext a:hover, .richtext a:focus {
  color: #3987ad;
  text-decoration: underline;
}
.richtext p {
  margin-bottom: 7px;
}
.tsr .richtext p {
  margin-bottom: 0;
}
.richtext ul,
.richtext ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.richtext ul li + li,
.richtext ul ul,
.richtext ul ol,
.richtext ol li + li,
.richtext ol ul,
.richtext ol ol {
  margin-top: 10px;
}
.richtext ol li {
  list-style-type: none;
  counter-increment: item;
  position: relative;
}
.richtext ol li:before {
  content: "(" counter(item) ")";
  display: inline-block;
  font-weight: bold;
  text-align: right;
  position: absolute;
  margin-left: -30px;
}
.richtext ol li li:before {
  content: counter(item, lower-latin) ")";
}
.richtext table {
  border: 1px solid #bdbfc3;
  border-collapse: collapse;
}
.richtext table td,
.richtext table th {
  text-align: left;
  vertical-align: top;
  border: 1px solid #bdbfc3;
  padding: 5px 10px;
}
.richtext table th {
  background: #fafafa;
}

strong {
  font-weight: bold;
}

.img_container {
  margin-bottom: 20px;
  position: relative;
}
.img_container img {
  width: 100%;
  height: auto;
}
.img_container .img_caption {
  padding: 3px 0 15px;
}
.img_container .img_rights {
  font-size: 15px;
}
@media screen and (min-width: 800px) {
  .img_container .img_rights {
    position: absolute;
    right: 0;
    margin-top: -22px;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 5px;
    line-height: 1.4;
    color: #333;
  }
  .img_container .img_rights span {
    width: 0;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 20px;
    line-height: 1.4;
    transition: all 0.15s;
    vertical-align: middle;
  }
  .img_container .img_rights:hover span, .img_container .img_rights:focus span {
    width: auto;
    max-width: 300px;
  }
}

.video_container {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.video_container .video_placeholder,
.video_container video,
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video_container .video_placeholder {
  overflow: hidden;
}
.video_container .video_placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_container .video_placeholder button {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 3;
  background: transparent;
  cursor: pointer;
}
.video_container .video_placeholder button.playing {
  display: none;
}
.sixteen_ten .video_container {
  aspect-ratio: 16/10;
}
.four_three .video_container {
  aspect-ratio: 4/3;
}
.nine_sixteen .video_container .video_placeholder,
.nine_sixteen .video_container video,
.nine_sixteen .video_container iframe {
  aspect-ratio: 9/16;
  margin: 0 auto;
}

code,
pre {
  font-family: monospace;
  background: #fafafa;
  border: 1px solid #bdbfc3;
  padding: 5px;
  border-radius: 4px;
}

pre {
  font-size: 0.9em;
  overflow-x: auto;
  word-break: break-all;
}

span.hilight_search_result {
  background: yellow;
}

.width_wrapper {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.page_body_main_content .co .subject {
  margin-top: 80px;
}

.access_navigation {
  position: absolute;
}
.access_navigation a {
  background: #333;
  color: #fff;
  padding: 3px 16px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.access_navigation a:focus {
  position: absolute;
  top: 0;
  left: 9999em;
}

.breadcrumb {
  margin: 20px 0;
}
.breadcrumb ol {
  display: block;
}
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}
.breadcrumb li.item_1 {
  font-weight: bold;
  padding-left: 0;
}
.breadcrumb li:last-child {
  font-weight: normal;
  color: #333;
}
.breadcrumb li .separator {
  padding: 0 10px;
}

#main_navigation .nested_pagelist a {
  display: block;
  padding: 25px;
  text-decoration: none;
  font-size: 20px;
}
#main_navigation .nested_pagelist .npl_level_1 > li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
#main_navigation .nested_pagelist .npl_level_1 > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
#main_navigation .nested_pagelist .npl_level_1 > li.active > a, #main_navigation .nested_pagelist .npl_level_1 > li.path_active > a,
#main_navigation .nested_pagelist .npl_level_1 > li > a:hover,
#main_navigation .nested_pagelist .npl_level_1 > li > a:focus {
  position: relative;
}
#main_navigation .nested_pagelist .npl_level_1 > li:hover > a ~ .npl_level_2, #main_navigation .nested_pagelist .npl_level_1 > li:focus-within > a ~ .npl_level_2,
#main_navigation .nested_pagelist .npl_level_1 > li > a:hover ~ .npl_level_2,
#main_navigation .nested_pagelist .npl_level_1 > li > a:focus ~ .npl_level_2 {
  display: block;
}
#main_navigation .nested_pagelist .npl_level_2 {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#main_navigation .nested_pagelist .npl_level_2 > li {
  display: block;
}
#main_navigation .nested_pagelist .npl_level_2 > li > a:hover,
#main_navigation .nested_pagelist .npl_level_2 > li > a:focus {
  background: #fafafa;
}

.zakai_apidoc .co_head {
  margin-top: 50px;
  border-top: 1px solid #bdbfc3;
  padding-top: 50px;
}
.zakai_apidoc .co_head.GET {
  --bg: #34495e;
}
.zakai_apidoc .co_head.POST {
  --bg: #049372;
}
.zakai_apidoc .co_head.PUT {
  --bg: #f57c00;
}
.zakai_apidoc .co_head.DELETE {
  --bg: #c0392b;
}
.zakai_apidoc .subject {
  margin-top: 0 !important;
  font-family: "Lucida Console", "Monaco", monospace;
  font-weight: normal;
}
.zakai_apidoc .subject .h2_subject {
  padding: 2px 0;
}
.zakai_apidoc .subject .h2_topic {
  border-radius: 4px;
  background: var(--bg);
  color: #fff;
  padding: 2px 10px;
}
.zakai_apidoc .subject br {
  display: none;
}
.zakai_apidoc .parameters td:first-child {
  white-space: nowrap;
}
.zakai_apidoc .parameters .required td:first-child {
  font-weight: bold;
}
.zakai_apidoc .parameters .required td:first-child:after {
  content: "* req";
  vertical-align: super;
  font-size: 10px;
  padding-left: 3px;
  color: #c00;
}
.zakai_apidoc .parameters .optional td:first-child {
  color: #84969a;
}
.zakai_apidoc .accordion .accordion_title {
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.login {
  max-width: 300px;
  margin: 0 auto;
}

.zakai_debug .response {
  background: #fafafa;
  border: 1px solid #bdbfc3;
  padding: 5px;
  border-radius: 4px;
}

.wwe3tbl {
  /*
  .type_captcha {
    @media screen and (min-width: $break_cols) {
      img {
        float: left;
        margin-right: 20px;
      }
    }

    .label {
      margin-top: 5px;
      max-width: 150px;
    }

    .captcha_question,
    .captcha_alternative {
      padding: 5px 0;
    }

    .pariah_words {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      border-top: 1px solid $border_color;
      padding: 20px 0;

      button {
        padding: 3px 10px;
        background: $gray;
        transition: all .15s;
        width: 24%;
        font-size: 14px;
        cursor: pointer;

        &:hover,
        &:focus {
          background: $red;
          color: $text_white;
        }

        &.pariah_active {
          background: $red;
          color: $text_white;
        }
      }
    }
  }
  */
}
.wwe3tbl input[type=text],
.wwe3tbl input[type=search],
.wwe3tbl input[type=password],
.wwe3tbl input[type=number],
.wwe3tbl input[type=email],
.wwe3tbl input[type=tel],
.wwe3tbl input[type=date],
.wwe3tbl select,
.wwe3tbl textarea {
  border: 1px solid #bdbfc3;
  border-radius: 4px;
  padding: 5px 20px;
  background-color: #fff;
  color: #333;
  display: block;
  width: 100%;
}
form.submitted .wwe3tbl input[type=text]:invalid, .wwe3tbl input[type=text].visited:invalid,
form.submitted .wwe3tbl input[type=search]:invalid,
.wwe3tbl input[type=search].visited:invalid,
form.submitted .wwe3tbl input[type=password]:invalid,
.wwe3tbl input[type=password].visited:invalid,
form.submitted .wwe3tbl input[type=number]:invalid,
.wwe3tbl input[type=number].visited:invalid,
form.submitted .wwe3tbl input[type=email]:invalid,
.wwe3tbl input[type=email].visited:invalid,
form.submitted .wwe3tbl input[type=tel]:invalid,
.wwe3tbl input[type=tel].visited:invalid,
form.submitted .wwe3tbl input[type=date]:invalid,
.wwe3tbl input[type=date].visited:invalid,
form.submitted .wwe3tbl select:invalid,
.wwe3tbl select.visited:invalid,
form.submitted .wwe3tbl textarea:invalid,
.wwe3tbl textarea.visited:invalid {
  border-color: red;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5) inset;
}
.wwe3tbl input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: right;
}
.wwe3tbl input[type=number]::-webkit-outer-spin-button, .wwe3tbl input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wwe3tbl option {
  padding: 2px 5px;
}
.wwe3tbl textarea {
  height: 200px;
  line-height: 1.4;
}
.wwe3tbl .otd_label {
  padding-top: 10px;
}
.wwe3tbl .otd_field {
  padding-bottom: 10px;
}
.wwe3tbl .otd_field .limit {
  padding: 5px 0 0 220px;
}
.wwe3tbl .otd_field .limit.ta_error {
  color: red;
}
.wwe3tbl .form_hidden {
  display: none;
}
.wwe3tbl .otr {
  clear: both;
  padding-bottom: 5px;
}
.wwe3tbl .th_label.th_show_error {
  color: red;
  font-weight: bold;
}
.wwe3tbl input.label.size2 {
  width: 60px;
}
.wwe3tbl input.label.size4 {
  width: 100px;
}
.wwe3tbl .type_confirm_check:after,
.wwe3tbl .type_checkbox:after {
  display: block;
  content: "";
  clear: both;
}
.wwe3tbl .type_confirm_check input,
.wwe3tbl .type_checkbox input {
  float: left;
  margin-top: 3px;
}
.wwe3tbl .type_confirm_check input + label,
.wwe3tbl .type_checkbox input + label {
  float: right;
  width: calc(100% - 30px);
  padding: 0 20px 0 5px;
}
.wwe3tbl .type_confirm_check input + label a:hover,
.wwe3tbl .type_checkbox input + label a:hover {
  text-decoration: underline;
}
.wwe3tbl .type_check input + label,
.wwe3tbl .type_radio input + label {
  padding: 0 20px 0 5px;
  line-height: 27px;
}
.wwe3tbl .tr_title {
  padding-top: 20px;
  font-size: 20px;
}
.wwe3tbl .label_suffix {
  padding-left: 5px;
}
.wwe3tbl .label_prefix {
  padding-right: 5px;
}
.wwe3tbl .bottest {
  display: none;
}
.wwe3tbl .prog_status:after {
  content: attr(data-status);
}
.wwe3tbl .otr {
  overflow: hidden;
  opacity: 1;
  background-clip: padding-box;
  transition: all 0.5s;
}
.wwe3tbl .otr.closed1, .wwe3tbl .otr.closed2 {
  position: absolute;
  height: 0;
  opacity: 0;
}

.wwe_form_container .message {
  padding: 15px;
  margin-bottom: 20px;
  background: #c00;
  color: #fff;
}
.wwe_form_container .message p {
  margin-bottom: 0;
}
.wwe_form_container .form_prologue {
  padding-bottom: 15px;
}
.wwe_form_container .button_container:after {
  display: block;
  content: "";
  clear: both;
}
.wwe_form_container .wwe_form_submit {
  color: #fff;
  background: #3987ad;
  padding: 0 15px;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.15s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
}
.wwe_form_container .wwe_form_submit:disabled {
  background: rgba(57, 135, 173, 0.7);
}
.wwe_form_container .wwe_form_submit + .loader {
  float: left;
}

.otr.floating_label {
  position: relative;
}
.otr.floating_label label {
  position: absolute;
  top: 12px;
  left: 21px;
  transition: all 0.15s;
  user-select: none;
  cursor: text;
}
.otr.floating_label input:focus + label,
.otr.floating_label textarea:focus + label,
.otr.floating_label input:invalid:not(.placeholder-shown) + label,
.otr.floating_label textarea:invalid:not(.placeholder-shown) + label,
.otr.floating_label input:valid:not(.placeholder-shown) + label,
.otr.floating_label textarea:valid:not(.placeholder-shown) + label {
  top: 0;
  font-size: 1.1rem;
  color: #84969a;
}
.otr.floating_label ::-webkit-input-placeholder {
  color: transparent;
}
.otr.floating_label ::-moz-placeholder {
  color: transparent;
}
.otr.floating_label :-ms-input-placeholder {
  color: transparent;
}
.otr.floating_label input:-moz-placeholder {
  color: transparent;
}
.otr.floating_label textarea:-moz-placeholder {
  color: transparent;
}

@media screen and (min-width: 800px) {
  .form_1_3 {
    width: calc(33.3% - 5px);
    float: left;
  }
  .form_2_3 {
    width: calc(66.6% - 5px);
    float: left;
  }
  .form_1_2 {
    width: calc(50% - 5px);
    float: left;
  }
  .form_3_4 {
    width: calc(75% - 5px);
    float: left;
  }
  .form_1_4 {
    width: calc(25% - 5px);
    float: left;
  }
  .form_col_middle {
    clear: none !important;
    position: relative;
    left: 10px;
  }
  .form_col_last {
    clear: none !important;
    float: right;
  }
}
.custom_upload {
  overflow: hidden;
  text-align: center;
  display: block;
  cursor: pointer;
}
.custom_upload input {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.custom_upload span {
  display: inline-block;
  border: 1px solid #bdbfc3;
  padding: 10px 20px;
  font-size: 13px;
  background: #fff;
  margin: 0 auto;
  max-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.custom_upload:hover span {
  background: #fafafa;
}

.pagelist li,
.resultlist li {
  list-style-type: none;
  padding: 20px 0;
}

.pagelist li:after {
  display: block;
  content: "";
  clear: both;
}
.pagelist li > div {
  float: left;
  width: 50%;
}

.browse_background {
  padding: 30px 0;
}

a.path {
  color: #3987ad;
  display: block;
  margin: 10px 0;
}

.browse_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
.browse_list li a,
.browse_list li span {
  display: inline-block;
  width: 35px;
  line-height: 30px;
  color: #3987ad;
  text-align: center;
  border: 1px solid #3987ad;
}
.browse_list li a:hover,
.browse_list li a:focus,
.browse_list li a:active,
.browse_list li span {
  background: #3987ad;
  color: #fff;
}
@media screen and (max-width: 449px) {
  .browse_list li {
    display: none;
  }
  .browse_list li.wwe3_browsebutt_prev, .browse_list li.wwe3_browsebutt_next, .browse_list li.wwe3_browsebutt_active {
    display: inline-block;
  }
}

.accordion .accordion_title button {
  display: block;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 0 40px 0 30px;
  transition: color 0.3s;
  text-align: left;
}
.accordion .accordion_title button:before {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.15s, opacity 0.3s;
  content: "►";
  opacity: 0.5;
}
.accordion .accordion_title button:hover:before {
  opacity: 1;
}
.accordion .accordion_title button[aria-expanded=true]:before {
  transform: rotate(90deg);
}
.accordion .accordion_panel {
  padding: 0 0 20px 0;
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

/*

Intellij-light style (c) Pegasis <me@pegasis.site>

*/
.hljs {
  color: #000;
}

.hljs-subst,
.hljs-title {
  font-weight: normal;
  color: #000;
}

.hljs-title.function_ {
  color: #7A7A43;
}

.hljs-code,
.hljs-comment,
.hljs-quote {
  color: #8C8C8C;
  font-style: italic;
}

.hljs-meta {
  color: #9E880D;
}

.hljs-section {
  color: #871094;
}

.hljs-variable.language_,
.hljs-symbol,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-tag,
.hljs-template-tag,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-built_in,
.hljs-type {
  color: #0033B3;
}

.hljs-property,
.hljs-attr {
  color: #871094;
}

.hljs-attribute {
  color: #174AD4;
}

.hljs-number {
  color: #1750EB;
}

.hljs-regexp {
  color: #264EFF;
}

.hljs-link {
  text-decoration: underline;
  color: #006DCC;
}

.hljs-meta .hljs-string,
.hljs-string {
  color: #067D17;
}

.hljs-char.escape_ {
  color: #0037A6;
}

.hljs-doctag {
  text-decoration: underline;
}

.hljs-template-variable {
  color: #248F8F;
}

.hljs-addition {
  background: #BEE6BE;
}

.hljs-deletion {
  background: #D6D6D6;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-variable,
.hljs-operator,
.hljs-punctuation,
.hljs-title.class_.inherited__,
.hljs-title.class_,
.hljs-params,
.hljs-bullet,
.hljs-formula,
.hljs-tag {
  /* purposely ignored */
}

.loader {
  display: block;
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #3987ad;
}
.loader:before, .loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}
.loader:after {
  color: #c00;
  transform: rotateY(70deg);
  animation-delay: -0.4s;
}

@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0 0 0 currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0 currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
