h1,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
address,
p {
  margin-bottom: 1rem;
}
body,
caption {
  text-align: left;
}
.dropdown-menu.show,
header,
legend,
nav,
section {
  display: block;
}
address,
legend {
  line-height: inherit;
}
.table,
a {
  background-color: #fff0;
}
.btn,
img,
svg {
  vertical-align: middle;
}
.carousel,
.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.modal-dialog,
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #fff0;
}
.collapsing,
.modal,
.modal-open,
.progress,
svg {
  overflow: hidden;
}
@-ms-viewport {
  width: device-width;
}
label,
output {
  display: inline-block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
address {
  font-style: normal;
}
dt {
  font-weight: 700;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
img {
  border-style: none;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  caption-side: bottom;
}
a > code,
legend {
  color: inherit;
}
th {
  text-align: inherit;
}
label {
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
  cursor: pointer;
}
.collapse:not(.show),
.popover-header:empty,
template {
  display: none;
}
.d-none,
.revoked-entries,
[hidden] {
  display: none !important;
}
.h1,
.h3,
.h4,
.h5,
.h6,
h1,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.btn,
.dropdown-item {
  font-weight: 400;
  white-space: nowrap;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-2,
.col-4,
.col-6,
.col-lg-2,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-2,
.col-md-4,
.col-md-6,
.col-xl-2,
.col-xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.nav,
.navbar {
  -ms-flex-wrap: wrap;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.carousel-indicators .active,
.table .table {
  background-color: #fff;
}
.btn {
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-info,
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(23 162 184 / 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  width: 0;
  height: 0;
  vertical-align: 0.255em;
  content: "";
  border-right: 0.3em solid #fff0;
  border-left: 0.3em solid #fff0;
  display: inline-block;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show),
.modal-backdrop.fade {
  opacity: 0;
}
.collapsing {
  height: 0;
  transition: height 0.35s;
}
.dropdown-toggle::after {
  margin-left: 0.255em;
  border-top: 0.3em solid;
  border-bottom: 0;
}
.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0.15);
  border-radius: 0.25rem;
}
.alert,
.card,
.list-group-item,
.navbar {
  position: relative;
}
.nav,
.navbar-nav {
  margin-bottom: 0;
  list-style: none;
}
.document-mobile .document-header-qr img,
.document-section .document-header-qr img,
.navbar-brand {
  margin-right: 1rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 0.3em solid #fff0;
  border-bottom: 0.3em solid #fff0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  border-right: 0.3em solid;
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  background-color: #fff0;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: #fff0;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.nav-link,
.navbar {
  padding: 0.5rem 1rem;
}
.nav-link {
  display: block;
}
.navbar,
.navbar-nav {
  display: -ms-flexbox;
}
.nav-link.disabled {
  color: #6c757d;
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}
.card,
.progress {
  display: -ms-flexbox;
}
.card,
.list-group {
  -ms-flex-direction: column;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 0.125);
  border-radius: 0.25rem;
}
.modal-content,
.popover {
  background-clip: padding-box;
}
.card > .list-group:first-child .list-group-item:first-child,
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #fff0;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.popover,
.tooltip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: normal;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: #fff0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip {
  display: block;
}
.popover .arrow::after,
.popover .arrow::before,
.tooltip .arrow::before {
  position: absolute;
  border-color: #fff0;
  border-style: solid;
  content: "";
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  margin: 0;
  text-align: left;
  text-align: start;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover,
body {
  background-color: #fff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 276px;
  text-align: left;
  text-align: start;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgb(0 0 0 / 0.25);
}
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn,
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active,
  .collapsing,
  .fade,
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  height: 35px;
  background: center center/100% 100% no-repeat;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255 255 255 / 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.align-top {
  vertical-align: top !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.position-static {
  position: static !important;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  z-index: 1030;
  left: 0;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15) !important;
}
.w-100 {
  width: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-muted {
  color: #6c757d !important;
}
.visible {
  visibility: visible !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Nunito Sans", sans-serif;
  height: 100vh;
}
.alignment {
  padding: 0 80px;
}
.alert-success {
  color: #28a745;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 5px;
}
.blue-btn,
.document-mobile .custom-btn,
.document-section .custom-btn {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 18px;
  background-color: #0083e3;
  box-shadow: 0 5px 6px -5px rgb(0 0 0 / 0.4);
}
.blue-btn:hover,
.document-section .custom-btn:hover {
  box-shadow: 0 8px 10px -5px rgb(0 0 0 / 0.4);
}
.modal-header {
  background-color: #0083e3;
  color: #fff;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.table td {
  padding: 0.3rem;
}
.footer-custom {
  margin-top: 1rem;
  box-shadow: 0 -3px 6px rgb(0 0 0 / 0.05);
  background-color: #fff;
  text-align: center;
}
.carousel-control-next,
.carousel-control-prev {
  width: unset;
  text-align: unset;
  top: unset;
  opacity: 1;
}
.navbar {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 0.05);
  background-color: #fff;
  line-height: 2.3;
}
.navbar-brand {
  font-size: 16px;
  font-weight: 500;
  color: #414141;
  letter-spacing: normal;
}
.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
.navbar a:hover {
  color: unset;
}
.document-section {
  padding: 40px 35px 0;
}
.document-section .document-header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.document-section .document-header-bg .bg-overlay {
  background: rgb(0 0 0 / 0.1);
  border-radius: 5px;
}
.document-mobile,
.document-section .document-header-qr {
  padding: 1rem;
}
.document-section .document-header-text-wrap {
  padding: 0 1rem 1rem;
}
.document-mobile .document-header-text-wrap h5,
.document-section .document-header-text-wrap h5 {
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.17;
  margin-bottom: 0;
}
.document-mobile .document-header-text-wrap p,
.document-section .document-header-text-wrap p {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.17;
  color: #fff;
}
.document-mobile .document-header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.document-mobile .document-header-bg .bg-overlay {
  background: rgb(0 0 0 / 0.1);
  border-radius: 5px;
}
.document-header-qr {
  display: flex;
}
.document-mobile .document-header-qr {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1rem 1rem;
}
.document-mobile .img-width {
  width: 5.5rem;
}
.document-mobile .document-header-text-wrap {
  padding: 1rem;
}
.document-mobile .document-header-btn-group {
  display: flex;
  flex-direction: column;
}
.document-mobile .document-header-btn-group button {
  height: 2rem;
  width: 5.5rem;
}
.document-mobile .view-doc-mob-btn {
  border-radius: 18px;
  border: 2px solid #fff;
  background: 0 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.carousel-control-prev {
  left: 0;
  align-items: unset;
}
.carousel-control-next {
  align-items: unset;
  right: unset;
  left: 30px;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: unset;
  outline: unset;
  opacity: 1;
  cursor: pointer;
}
.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6IzAwODNlM30KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9InJpZ2h0IiBkPSJNLTM0MjYgMTIuNUExMi41MTQgMTIuNTE0IDAgMCAxLTM0MTMuNSAwYTEyLjUxNCAxMi41MTQgMCAwIDEgMTIuNSAxMi41IDEyLjUxNCAxMi41MTQgMCAwIDEtMTIuNSAxMi41IDEyLjUxNCAxMi41MTQgMCAwIDEtMTIuNS0xMi41em0uODQ4IDBhMTEuNjY1IDExLjY2NSAwIDAgMCAxMS42NTIgMTEuNjUyIDExLjY2NSAxMS42NjUgMCAwIDAgMTEuNjUxLTExLjY1MkExMS42NjUgMTEuNjY1IDAgMCAwLTM0MTMuNS44NDhhMTEuNjY1IDExLjY2NSAwIDAgMC0xMS42NTIgMTEuNjUyem05Ljc4MyA0LjI2NGEuNDIzLjQyMyAwIDAgMSAwLS42bDMuODQtMy44NDUtMy44NC0zLjg0NWEuNDI0LjQyNCAwIDAgMSAwLS42LjQyNC40MjQgMCAwIDEgLjYgMGw0LjEzOSA0LjE0NGEuNDIzLjQyMyAwIDAgMSAwIC42bC00LjEzOSA0LjE0NGEuNDIyLjQyMiAwIDAgMS0uMy4xMjUuNDIuNDIgMCAwIDEtLjMtLjEyM3oiIGNsYXNzPSJjbHMtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzQyNikiLz4KPC9zdmc+Cg==);
  width: 35px;
  margin-left: -20px;
}
.carousel-control-prev-icon {
  width: 35px;
  margin-left: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6IzAwODNlM30KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9ImxlZnQiIGQ9Ik0wIDEyLjVBMTIuNSAxMi41IDAgMSAwIDEyLjUgMCAxMi41MTQgMTIuNTE0IDAgMCAwIDAgMTIuNXptLjg0OCAwQTExLjY1MiAxMS42NTIgMCAxIDEgMTIuNSAyNC4xNTIgMTEuNjY1IDExLjY2NSAwIDAgMSAuODQ4IDEyLjV6bTkuNzgzLTQuMjY0YS40MjQuNDI0IDAgMCAwIDAgLjZsMy44NDEgMy44NDUtMy44NDEgMy44NDVhLjQyNC40MjQgMCAwIDAgLjYuNmw0LjEzOS00LjE0NmEuNDI0LjQyNCAwIDAgMCAwLS42bC00LjEzOS00LjE0NGEuNDIzLjQyMyAwIDAgMC0uNiAweiIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgMTIuNSAxMi41KSIvPgo8L3N2Zz4K);
}
.footer-btn-section .p2b-download-btn {
  text-align: center;
  color: #0083e3;
  font-size: 16px;
  font-weight: 400;
  border-radius: 18px;
  border: 1px solid #0083e3;
  background-color: #fff;
  line-height: 1.4;
}
.capitalize {
  text-transform: capitalize;
}
.more-info-content {
  padding-left: 0;
}
.detail-mob-wrapper p,
.document-mobile,
.document-section .detail-wrap p,
.more-info-content p {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.38;
}
.detail-mob-wrapper h6,
.document-mobile,
.document-section .detail-wrap h6,
.more-info-content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.36;
  color: #414141;
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-word;
}
.modal {
  padding-left: 1rem;
  padding-right: 1rem;
}
.rounded-5 {
  border-radius: 5px;
}
.text-break-all {
  word-break: break-all;
}
.error-divs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: fit-content;
  margin: auto;
}
.mw-800 {
  max-width: 800px;
}
.error-divs > .col-md-6 {
  margin-bottom: auto;
  margin-top: auto;
}
.w-22 {
  width: 22px;
}
.w-150 {
  width: 150px;
}
.sign-modal {
  padding: 10xp;
  background-color: #17a2b8;
  color: #fff;
}
.sq-15 {
  width: 15px;
  height: 15px;
}
.doc-loading {
  aspect-ratio: 1/1;
  align-items: center !important;
  justify-content: center !important;
}
.loading-msg {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 30px;
  font-family: roboto;
}
#signPDFModal {
  padding-right: 16px;
  background-color: rgb(0 0 0 / 0.514);
}
.merkle-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merkle-graph {
  width: 75%;
  font-size: small;
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  .merkle-graph {
    width: 100%;
  }
}
.merkle-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-all;
  border-radius: 0.25rem;
  padding: 0.25rem;
  gap: 0.25rem;
  background-color: #ff6a00;
}
.merkle-box > .title {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.25rem;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  color: #ff6a00;
}
.merkle-box.merkle-bg-black > .title {
  color: #000;
}
.merkle-box.merkle-bg-red > .title {
  color: red;
}
.merkle-box.merkle-bg-green > .title {
  color: #00c800;
}
.merkle-box > .hash {
  color: #fff;
  padding: 0.5rem;
  font-family: monospace;
}
.lines {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lines > .half,
.lines > .w-split > .half {
  height: 0.5rem;
  width: 0.25rem;
  background-color: #526d82;
}
.lines > .full {
  height: 2.5rem;
  width: 0.25rem;
  background-color: #526d82;
}
.lines > .split {
  height: 1.5rem;
  width: calc(50% + 12px);
  border-style: solid;
  border-width: 4px;
  border-color: #526d82;
  border-bottom-width: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.split.right {
  border-top-right-radius: 0;
}
.split.left {
  border-top-left-radius: 0;
}
.w-split {
  width: calc(50% + 12px);
  display: flex;
  flex-direction: column;
}
.w-split.right {
  align-items: flex-end;
  svg {
    margin-right: -8px;
  }
}
.w-split.left {
  align-items: flex-start;
  svg {
    margin-left: -8px;
  }
}
.pair {
  display: flex;
  gap: 1rem;
}
.merkle-bg-black {
  background-color: #000;
}
.merkle-bg-blue {
  background-color: #3b82f6;
}
.merkle-bg-red {
  background-color: red;
}
.merkle-bg-green {
  background-color: #00c800;
}
.merkle-alert {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.check-alert {
  margin-bottom: 0px !important;
  margin-top: 1.5rem;
  margin-right: 60px;
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .check-alert {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .alignment {
    padding: 0 20px;
  }
  .verification-text {
    text-align: center;
  }
  .document-mobile .document-header-btn-group {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
  }
  .modal-dialog {
    max-width: 22rem;
  }
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
    url(./pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
    url(./pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
    url(./pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
