.data-table-container table th[data-sticky='true'] {
  z-index: 60 !important;
  background: #fff !important;
  border-radius: 2px !important;
  border-bottom: 1px solid #e5e7eb !important;
}
.column-resizer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 5px;
  background: #0000001a;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.column-resizer.ltr {
  right: 0;
}
.column-resizer.rtl {
  left: 0;
}
.column-resizer.is-resizing {
  background: hsl(var(--primary));
  opacity: 1;
}
@media (hover: hover) {
  .table-header-cell:hover .column-resizer {
    opacity: 1;
  }
}
.table-header-cell {
  position: relative;
  height: 36px !important;
  min-height: 36px !important;
}
.table-header-cell:has(.filter-input),
.table-header-cell:has(.filter-select),
.table-header-cell:has([data-filter='true']) {
  height: auto !important;
  min-height: 48px !important;
}
.data-table-container {
  overflow-x: auto;
}
.data-table-container table {
  min-width: 100%;
}
.data-table-container table[style*='table-layout: fixed'] {
  table-layout: fixed !important;
}
.data-table-container table[style*='table-layout: auto'] {
  table-layout: auto !important;
}
.data-table-container table[style*='table-layout: fixed'] th,
.data-table-container table[style*='table-layout: fixed'] td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-table-container
  table[style*='table-layout: fixed']
  .apartment-data-table
  th,
.data-table-container
  table[style*='table-layout: fixed']
  .apartment-data-table
  td {
  overflow: visible;
  white-space: normal;
}
.data-table-container
  table[style*='table-layout: fixed']
  .apartment-data-table
  td
  > div {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.apartment-data-table
  .data-table-container
  table[style*='table-layout: fixed']
  td {
  width: var(--column-width, auto) !important;
  min-width: var(--column-min-width, auto) !important;
  max-width: var(--column-max-width, none) !important;
}
.apartment-data-table
  .data-table-container
  table[style*='table-layout: fixed']
  td
  > div {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.data-table-container.is-resizing {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.data-table-container:not(.is-resizing) .table-header-cell,
.data-table-container:not(.is-resizing) .table-cell {
  transition: width 0.1s ease;
}
.sticky-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
}
.sticky-header-cell {
  background: #fff !important;
  border-bottom: 1px solid #e5e7eb !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
}
@media (prefers-color-scheme: dark) {
  .sticky-header-cell {
    background: hsl(var(--background)) !important;
  }
}
.dark .sticky-header-cell {
  background: hsl(var(--background)) !important;
}
.sticky-header-cell {
  background: #fff !important;
}
.dark .sticky-header-cell {
  background: #0f172a !important;
}
.data-table-container {
  position: relative !important;
}
.data-table-container.sticky-enabled {
  overflow: auto !important;
}
.sticky-header-cell {
  background: var(--background, white) !important;
}
@media (prefers-color-scheme: dark) {
  .sticky-header-cell {
    background: var(--background, #0f172a) !important;
  }
}
:root {
  --background: white;
  --border: #e5e7eb;
}
.dark {
  --background: #0f172a;
  --border: #374151;
}
.data-table-container table th[data-sticky='true'],
.data-table-container table td[data-sticky='true'] {
  position: sticky !important;
  left: 0 !important;
  z-index: 40 !important;
  background: #fff !important;
  border-radius: 2px !important;
}
.data-table-container table th[data-sticky='true'] {
  z-index: 60 !important;
  background: #fff !important;
  border-radius: 2px !important;
  border-bottom: 0px solid #e5e7eb !important;
}
@media (prefers-color-scheme: dark) {
  .data-table-container table th[data-sticky='true'],
  .data-table-container table td[data-sticky='true'] {
    background: hsl(var(--background)) !important;
    border-right-color: #e5e7eb !important;
  }
}
.dark .data-table-container table th[data-sticky='true'],
.dark .data-table-container table td[data-sticky='true'] {
  background: hsl(var(--background)) !important;
  border-right-color: #e5e7eb !important;
}
.data-table-container table th[data-sticky='true'],
.data-table-container table td[data-sticky='true'] {
  background: #fff !important;
}
.dark .data-table-container table th[data-sticky='true'],
.dark .data-table-container table td[data-sticky='true'] {
  background: #0f172a !important;
}
.data-table-loading-overlay {
  z-index: 55 !important;
  position: absolute !important;
  inset: 0 !important;
  background: #fffc !important;
  -webkit-backdrop-filter: blur(2px) !important;
  backdrop-filter: blur(2px) !important;
}
.dark .data-table-loading-overlay {
  background: #0f172acc !important;
}
.data-table-container table th:last-child,
.data-table-container table td:last-child {
  border-right: none !important;
}
.data-table-container table th.border-r,
.data-table-container table td.border-r {
  border-right-color: hsl(var(--border)) !important;
}
.dark .data-table-container table th.border-r,
.dark .data-table-container table td.border-r {
  border-right-color: var(--border, #374151) !important;
}
.data-table-container table tbody tr[data-state='selected'] {
  background-color: hsl(var(--muted)) !important;
}
.data-table-container table tbody tr.bg-muted\/20 {
  background-color: hsl(var(--muted) / 0.2);
}
.dark .data-table-container table tbody tr.bg-muted\/20 {
  background-color: hsl(var(--muted) / 0.15);
}
.data-table-container table tbody tr.bg-muted\/20:hover {
  background-color: hsl(var(--muted) / 0.4) !important;
}
.dark .data-table-container table tbody tr.bg-muted\/20:hover {
  background-color: hsl(var(--muted) / 0.3) !important;
}
@media (max-width: 768px) {
  .data-table-pagination-mobile button {
    min-height: 44px;
    min-width: 44px;
  }
  .data-table-pagination-mobile {
    padding: 12px 16px;
  }
  .data-table-pagination-mobile .page-size-selector {
    min-width: 60px;
  }
  .data-table-pagination-mobile .page-info {
    white-space: nowrap;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .data-table-pagination-desktop {
    padding: 8px 20px;
  }
  .data-table-pagination-desktop .pagination-controls {
    gap: 0.25rem;
  }
}
@media (max-width: 480px) {
  .data-table-pagination-mobile {
    padding: 8px 12px;
  }
  .data-table-pagination-mobile .page-info {
    font-size: 0.8125rem;
  }
  .data-table-pagination-mobile button {
    min-height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}
.lexical-editor {
  width: 100%;
}
.editor-container {
  position: relative;
  border-radius: var(--radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  min-height: 300px;
}
.lexical-toolbar {
  position: sticky;
  top: 0;
  z-index: 10;
}
.editor-input {
  min-height: 300px;
  resize: none;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  caret-color: #111827;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -moz-tab-size: 1;
  -o-tab-size: 1;
  tab-size: 1;
}
.editor-placeholder {
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.editor-paragraph {
  margin-bottom: 0.5rem;
}
.editor-input > * {
  text-align: inherit;
}
.editor-paragraph,
.editor-heading-h1,
.editor-heading-h2,
.editor-heading-h3,
.editor-heading-h4,
.editor-heading-h5,
.editor-heading-h6,
.editor-quote,
.editor-list-ol,
.editor-list-ul {
  text-align: inherit;
}
.editor-quote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.editor-heading-h1 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.editor-heading-h2 {
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.editor-heading-h3 {
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.editor-heading-h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.editor-heading-h5 {
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.editor-heading-h6 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.editor-list-ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-position: inside;
  list-style-type: decimal;
}
.editor-list-ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-position: inside;
  list-style-type: disc;
}
.editor-listitem {
  margin-bottom: 0.25rem;
}
.editor-nested-listitem {
  margin-left: 1rem;
}
.editor-text-bold {
  font-weight: 700;
}
.editor-text-italic {
  font-style: italic;
}
.editor-text-underline {
  text-decoration-line: underline;
}
.editor-text-strikethrough {
  text-decoration-line: line-through;
}
.editor-text-underlineStrikethrough {
  text-decoration-line: underline;
  text-decoration-line: line-through;
}
.editor-text-code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.125rem 0.25rem;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.editor-link {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.editor-link:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.editor-code {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: var(--radius);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.editor-tokenComment {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.editor-tokenPunctuation {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.editor-tokenProperty {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.editor-tokenSelector {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.editor-tokenOperator {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.editor-tokenAttr {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.editor-tokenVariable {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.editor-tokenFunction {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.editor-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.breadcrumb-pageheader {
  padding: 0;
}
@media (min-width: 576px) {
  .breadcrumb-pageheader {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.sm-pagetitle--style-1 {
  margin-bottom: 8px;
  color: #141414;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: Roboto, sans-serif;
}
.pull-right {
  float: right;
}
.apartment-data-table .data-table-container table th,
.apartment-data-table .data-table-container table td {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}
.apartment-data-table .data-table-container .table-header-cell {
  color: #fff !important;
  height: 46px;
}
.apartment-data-table .data-table-container table th {
  background-color: transparent;
  color: #fff;
}
.apartment-data-table.full-height-mode {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.apartment-data-table.full-height-mode .data-table-container {
  flex: 1;
  min-height: 0;
  max-height: none !important;
}
[data-rmiz-ghost] {
  position: absolute;
  pointer-events: none;
}
[data-rmiz-btn-zoom],
[data-rmiz-btn-unzoom] {
  background-color: #000000b3;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 1px #ffffff80;
  color: #fff;
  height: 40px;
  margin: 0;
  outline-offset: 2px;
  padding: 9px;
  touch-action: manipulation;
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[data-rmiz-btn-zoom]:not(:focus):not(:active) {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  white-space: nowrap;
  width: 1px;
}
[data-rmiz-btn-zoom] {
  position: absolute;
  inset: 10px 10px auto auto;
  cursor: zoom-in;
}
[data-rmiz-btn-unzoom] {
  position: absolute;
  inset: 20px 20px auto auto;
  cursor: zoom-out;
  z-index: 1;
}
[data-rmiz-content='found'] img,
[data-rmiz-content='found'] svg,
[data-rmiz-content='found'] [role='img'],
[data-rmiz-content='found'] [data-zoom] {
  cursor: zoom-in;
}
[data-rmiz-modal]::backdrop {
  display: none;
}
[data-rmiz-modal][open] {
  position: fixed;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  pointer-events: all;
}
[data-rmiz-modal-overlay] {
  position: absolute;
  inset: 0;
  transition: background-color 0.3s;
}
[data-rmiz-modal-overlay='hidden'] {
  background-color: #fff0;
}
[data-rmiz-modal-overlay='visible'] {
  background-color: #fff;
}
[data-rmiz-modal-content] {
  position: relative;
  width: 100%;
  height: 100%;
}
[data-rmiz-modal-img] {
  position: absolute;
  cursor: zoom-out;
  image-rendering: high-quality;
  transform-origin: top left;
  transition: transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  [data-rmiz-modal-overlay],
  [data-rmiz-modal-img] {
    transition-duration: 0.01ms !important;
  }
}
@keyframes popup {
  0% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.winbox.modern {
  background: linear-gradient(90deg, #ff00f0, #0050ff);
  border-radius: 12px 12px 0 0;
  animation: popup 0.3s cubic-bezier(0.3, 1, 0.3, 1) forwards;
}
.winbox.modern:not(.min, .focus) {
  background: #666;
}
@media (hover: hover) {
  .winbox.modern.min:not(:hover) {
    background: #666;
  }
  .winbox.modern .wb-control * {
    opacity: 0.65;
  }
  .winbox.modern .wb-control :hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .winbox.modern.min {
    background: #666;
  }
}
.winbox.modern.max {
  border-radius: 0;
}
.winbox.modern .wb-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.winbox.modern .wb-body {
  margin: 4px;
  color: #fff;
  background: #131820;
}
.winbox.modern .wb-body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.winbox.modern .wb-body::-webkit-scrollbar-track {
  background: 0 0;
}
.winbox.modern .wb-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #263040;
}
.winbox.modern .wb-body::-webkit-scrollbar-thumb:window-inactive {
  background: #181f2a;
}
.winbox.modern .wb-body::-webkit-scrollbar-corner {
  background: 0 0;
}
@keyframes wb-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.85;
  }
}
.winbox {
  position: fixed;
  left: 0;
  top: 0;
  background: #0050ff;
  box-shadow:
    0 14px 28px #00000040,
    0 10px 10px #00000038;
  transition:
    width 0.3s,
    height 0.3s,
    left 0.3s,
    top 0.3s;
  transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
  contain: layout size;
  text-align: left;
  touch-action: none;
}
.wb-body,
.wb-header {
  position: absolute;
  left: 0;
}
.wb-header {
  top: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.wb-body {
  top: 35px;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  will-change: contents;
  background: #fff;
  margin-top: 0 !important;
  contain: strict;
  z-index: 0;
}
.wb-control *,
.wb-icon {
  background-repeat: no-repeat;
}
body > .wb-body {
  position: relative;
  display: inline-block;
  visibility: hidden;
  contain: none;
}
.wb-drag {
  height: 100%;
  padding-left: 10px;
  cursor: move;
}
.wb-title {
  font-family: Arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wb-icon {
  display: none;
  width: 20px;
  height: 100%;
  margin: -1px 8px 0 -3px;
  float: left;
  background-size: 100%;
  background-position: center;
}
.wb-e,
.wb-w {
  width: 10px;
  top: 0;
}
.wb-n,
.wb-s {
  left: 0;
  height: 10px;
  position: absolute;
}
.wb-n {
  top: -5px;
  right: 0;
  cursor: n-resize;
  z-index: 2;
}
.wb-e {
  position: absolute;
  right: -5px;
  bottom: 0;
  cursor: w-resize;
  z-index: 2;
}
.wb-s {
  bottom: -5px;
  right: 0;
  cursor: n-resize;
  z-index: 2;
}
.wb-nw,
.wb-sw,
.wb-w {
  left: -5px;
}
.wb-w {
  position: absolute;
  bottom: 0;
  cursor: w-resize;
  z-index: 2;
}
.wb-ne,
.wb-nw,
.wb-sw {
  width: 15px;
  height: 15px;
  z-index: 2;
  position: absolute;
}
.wb-nw {
  top: -5px;
  cursor: nw-resize;
}
.wb-ne,
.wb-sw {
  cursor: ne-resize;
}
.wb-ne {
  top: -5px;
  right: -5px;
}
.wb-se,
.wb-sw {
  bottom: -5px;
}
.wb-se {
  position: absolute;
  right: -5px;
  width: 15px;
  height: 15px;
  cursor: nw-resize;
  z-index: 2;
}
.wb-control {
  float: right;
  height: 100%;
  max-width: 100%;
  text-align: center;
}
.wb-control * {
  display: inline-block;
  width: 30px;
  height: 100%;
  max-width: 100%;
  background-position: center;
  cursor: pointer;
}
.no-close .wb-close,
.no-full .wb-full,
.no-header .wb-header,
.no-max .wb-max,
.no-min .wb-min,
.no-resize .wb-body ~ div,
.wb-body .wb-hide,
.wb-show,
.winbox.hide,
.winbox.min .wb-body > *,
.winbox.min .wb-full,
.winbox.min .wb-min,
.winbox.modal .wb-full,
.winbox.modal .wb-max,
.winbox.modal .wb-min {
  display: none;
}
.winbox.max .wb-drag,
.winbox.min .wb-drag {
  cursor: default;
}
.wb-min {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAwaDdhMSAxIDAgMCAxIDAgMkgxYTEgMSAwIDAgMSAwLTJoN3oiLz48L3N2Zz4=);
  background-size: 14px auto;
  background-position: center calc(50% + 6px);
}
.wb-max {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCA5NiA5NiI+PHBhdGggZD0iTTIwIDcxLjMxMUMxNS4zNCA2OS42NyAxMiA2NS4yMyAxMiA2MFYyMGMwLTYuNjMgNS4zNy0xMiAxMi0xMmg0MGM1LjIzIDAgOS42NyAzLjM0IDExLjMxMSA4SDI0Yy0yLjIxIDAtNCAxLjc5LTQgNHY1MS4zMTF6Ii8+PHBhdGggZD0iTTkyIDc2VjM2YzAtNi42My01LjM3LTEyLTEyLTEySDQwYy02LjYzIDAtMTIgNS4zNy0xMiAxMnY0MGMwIDYuNjMgNS4zNyAxMiAxMiAxMmg0MGM2LjYzIDAgMTItNS4zNyAxMi0xMnptLTUyIDRjLTIuMjEgMC00LTEuNzktNC00VjM2YzAtMi4yMSAxLjc5LTQgNC00aDQwYzIuMjEgMCA0IDEuNzkgNCA0djQwYzAgMi4yMS0xLjc5IDQtNCA0SDQweiIvPjwvc3ZnPg==);
  background-size: 17px auto;
}
.wb-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xIC0xIDE4IDE4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMS42MTMuMjEuMDk0LjA4M0w4IDYuNTg1IDE0LjI5My4yOTNsLjA5NC0uMDgzYTEgMSAwIDAgMSAxLjQwMyAxLjQwM2wtLjA4My4wOTRMOS40MTUgOGw2LjI5MiA2LjI5M2ExIDEgMCAwIDEtMS4zMiAxLjQ5N2wtLjA5NC0uMDgzTDggOS40MTVsLTYuMjkzIDYuMjkyLS4wOTQuMDgzQTEgMSAwIDAgMSAuMjEgMTQuMzg3bC4wODMtLjA5NEw2LjU4NSA4IC4yOTMgMS43MDdBMSAxIDAgMCAxIDEuNjEzLjIxeiIvPjwvc3ZnPg==);
  background-size: 15px auto;
  background-position: 5px center;
}
.wb-full {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNOCAzSDVhMiAyIDAgMCAwLTIgMnYzbTE4IDBWNWEyIDIgMCAwIDAtMi0yaC0zbTAgMThoM2EyIDIgMCAwIDAgMi0ydi0zTTMgMTZ2M2EyIDIgMCAwIDAgMiAyaDMiLz48L3N2Zz4=);
  background-size: 16px auto;
}
.winbox.max .wb-body ~ div,
.winbox.min .wb-body ~ div,
.winbox.modal .wb-body ~ div,
.winbox.modal .wb-drag,
body.wb-lock iframe {
  pointer-events: none;
}
.winbox.max {
  box-shadow: none;
}
.winbox.max .wb-body {
  margin: 0 !important;
}
.winbox iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}
body.wb-lock .winbox {
  will-change: left, top, width, height;
  transition: none;
}
.winbox.modal:before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  border-radius: inherit;
}
.winbox.modal:after {
  content: '';
  position: absolute;
  top: -50vh;
  left: -50vw;
  right: -50vw;
  bottom: -50vh;
  background: #0d1117;
  animation: wb-fade-in 0.2s ease-out forwards;
  z-index: -1;
}
.no-animation {
  transition: none;
}
.no-shadow {
  box-shadow: none;
}
.no-header .wb-body {
  top: 0;
}
.no-move:not(.min) .wb-title {
  pointer-events: none;
}
.wb-body .wb-show {
  display: revert;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-cyrillic-ext-300-normal-CUPJdUZp.woff2)
      format('woff2'),
    url(/build/assets/roboto-cyrillic-ext-300-normal-D2-2MTar.woff)
      format('woff');
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-cyrillic-300-normal-BoeCr7ev.woff2) format('woff2'),
    url(/build/assets/roboto-cyrillic-300-normal-Cb01H779.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-greek-ext-300-normal-BsUvD7IV.woff2)
      format('woff2'),
    url(/build/assets/roboto-greek-ext-300-normal-kp_lrovr.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-greek-300-normal-Cnub06j7.woff2) format('woff2'),
    url(/build/assets/roboto-greek-300-normal-BMtCIBFp.woff) format('woff');
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-math-300-normal-BMxwzQmU.woff2) format('woff2'),
    url(/build/assets/roboto-math-300-normal-9fozW1Ii.woff) format('woff');
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-symbols-300-normal-BtHl5mYl.woff2) format('woff2'),
    url(/build/assets/roboto-symbols-300-normal-zmF1mPr_.woff) format('woff');
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-vietnamese-300-normal-CNeuLW5X.woff2)
      format('woff2'),
    url(/build/assets/roboto-vietnamese-300-normal-CBwYb71Q.woff) format('woff');
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-latin-ext-300-normal-BOz0oSmX.woff2)
      format('woff2'),
    url(/build/assets/roboto-latin-ext-300-normal-9Myisv2Z.woff) format('woff');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    url(/build/assets/roboto-latin-300-normal-CztWkFGs.woff2) format('woff2'),
    url(/build/assets/roboto-latin-300-normal--FIRE8Jd.woff) format('woff');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-cyrillic-ext-400-normal-DzMWdK87.woff2)
      format('woff2'),
    url(/build/assets/roboto-cyrillic-ext-400-normal-5IDvadIC.woff)
      format('woff');
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-cyrillic-400-normal-DAIM1_dR.woff2) format('woff2'),
    url(/build/assets/roboto-cyrillic-400-normal-C5q4FMUG.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-greek-ext-400-normal-LMQUMKXc.woff2)
      format('woff2'),
    url(/build/assets/roboto-greek-ext-400-normal-DD1cyAcu.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-greek-400-normal-jFM2czAU.woff2) format('woff2'),
    url(/build/assets/roboto-greek-400-normal-DwVopRQH.woff) format('woff');
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-math-400-normal-B3wgz80t.woff2) format('woff2'),
    url(/build/assets/roboto-math-400-normal-BRMeFL5Z.woff) format('woff');
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-symbols-400-normal-fF1SLJBj.woff2) format('woff2'),
    url(/build/assets/roboto-symbols-400-normal-B2LMqLB2.woff) format('woff');
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-vietnamese-400-normal-CDDxGrUb.woff2)
      format('woff2'),
    url(/build/assets/roboto-vietnamese-400-normal-BYP5tVVv.woff) format('woff');
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-latin-ext-400-normal-ZYmyxeOy.woff2)
      format('woff2'),
    url(/build/assets/roboto-latin-ext-400-normal-BG57dRWO.woff) format('woff');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/build/assets/roboto-latin-400-normal-CNwBRw8h.woff2) format('woff2'),
    url(/build/assets/roboto-latin-400-normal-BX2H0A0_.woff) format('woff');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-cyrillic-ext-500-normal-B7rQpwPu.woff2)
      format('woff2'),
    url(/build/assets/roboto-cyrillic-ext-500-normal-aAFKCR76.woff)
      format('woff');
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-cyrillic-500-normal-hCeO1jFL.woff2) format('woff2'),
    url(/build/assets/roboto-cyrillic-500-normal-DhPqGoNQ.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-greek-ext-500-normal-CGTRT-go.woff2)
      format('woff2'),
    url(/build/assets/roboto-greek-ext-500-normal-R8GE6Hlh.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-greek-500-normal-BJMS0heP.woff2) format('woff2'),
    url(/build/assets/roboto-greek-500-normal-B0wzjI_J.woff) format('woff');
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-math-500-normal-CFNaIMFC.woff2) format('woff2'),
    url(/build/assets/roboto-math-500-normal-nGmytUgK.woff) format('woff');
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-symbols-500-normal-BXFTxrNR.woff2) format('woff2'),
    url(/build/assets/roboto-symbols-500-normal-B3xPS0M7.woff) format('woff');
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-vietnamese-500-normal-HYpufUYk.woff2)
      format('woff2'),
    url(/build/assets/roboto-vietnamese-500-normal-CUzdRVXb.woff) format('woff');
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-latin-ext-500-normal-C_ARlJGk.woff2)
      format('woff2'),
    url(/build/assets/roboto-latin-ext-500-normal-EUd9mLnZ.woff) format('woff');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/build/assets/roboto-latin-500-normal-CkrA1NAy.woff2) format('woff2'),
    url(/build/assets/roboto-latin-500-normal-CoDN7ZW2.woff) format('woff');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-cyrillic-ext-700-normal-UFn0vR9r.woff2)
      format('woff2'),
    url(/build/assets/roboto-cyrillic-ext-700-normal-Ct5_lukf.woff)
      format('woff');
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-cyrillic-700-normal-BiSG5NnW.woff2) format('woff2'),
    url(/build/assets/roboto-cyrillic-700-normal-bDW9bgt5.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-greek-ext-700-normal-CzvIc217.woff2)
      format('woff2'),
    url(/build/assets/roboto-greek-ext-700-normal-DEtVwDhM.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-greek-700-normal-BcGn9doz.woff2) format('woff2'),
    url(/build/assets/roboto-greek-700-normal-Bi9oTykh.woff) format('woff');
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-math-700-normal-VUAI6Bz2.woff2) format('woff2'),
    url(/build/assets/roboto-math-700-normal-De_Mfcv-.woff) format('woff');
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-symbols-700-normal-rJi6RjIy.woff2) format('woff2'),
    url(/build/assets/roboto-symbols-700-normal-BT-mnhPp.woff) format('woff');
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-vietnamese-700-normal-iKxYNAzq.woff2)
      format('woff2'),
    url(/build/assets/roboto-vietnamese-700-normal-BhieYfot.woff) format('woff');
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-latin-ext-700-normal-70GS1MYH.woff2)
      format('woff2'),
    url(/build/assets/roboto-latin-ext-700-normal-B3Q5yJJO.woff) format('woff');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/build/assets/roboto-latin-700-normal-CXeAXeti.woff2) format('woff2'),
    url(/build/assets/roboto-latin-700-normal-DxC3k-1u.woff) format('woff');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-cyrillic-ext-900-normal-Bfn4Lcxa.woff2)
      format('woff2'),
    url(/build/assets/roboto-cyrillic-ext-900-normal-ntW-VpC0.woff)
      format('woff');
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-cyrillic-900-normal-D4rFC7QP.woff2) format('woff2'),
    url(/build/assets/roboto-cyrillic-900-normal-M6LHKKZi.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-greek-ext-900-normal-ePWAa8ub.woff2)
      format('woff2'),
    url(/build/assets/roboto-greek-ext-900-normal-Db4LnSEb.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-greek-900-normal-BCuSXpbA.woff2) format('woff2'),
    url(/build/assets/roboto-greek-900-normal-Awt4eUGS.woff) format('woff');
  unicode-range:
    U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-math-900-normal-DVW2yWT0.woff2) format('woff2'),
    url(/build/assets/roboto-math-900-normal-Bse64gO2.woff) format('woff');
  unicode-range:
    U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A,
    U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346,
    U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-symbols-900-normal-CRdpsJ80.woff2) format('woff2'),
    url(/build/assets/roboto-symbols-900-normal-CVY_2yS0.woff) format('woff');
  unicode-range:
    U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315,
    U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382,
    U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6,
    U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7,
    U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
    U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0,
    U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA,
    U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB,
    U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513,
    U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D,
    U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC,
    U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC,
    U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
    U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
    U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-vietnamese-900-normal-D60pXI5H.woff2)
      format('woff2'),
    url(/build/assets/roboto-vietnamese-900-normal-JmgrehrB.woff) format('woff');
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-latin-ext-900-normal-BxNYdyfz.woff2)
      format('woff2'),
    url(/build/assets/roboto-latin-ext-900-normal-miBG-_G3.woff) format('woff');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    url(/build/assets/roboto-latin-900-normal-93zEKV3C.woff2) format('woff2'),
    url(/build/assets/roboto-latin-900-normal-yeV1tgUt.woff) format('woff');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
