/* src/styles.scss */
:root {
  --tech-box-shadow-notifications--header: 0 3px 6px rgba(#000, .15);
  --tech-box-shadow-notifications--footer: 0 -3px 6px rgba(#000, .15);
  --tech-box-shadow-current-work-shift: 0 4px 12px rgba(0, 123, 255, 0.15);
  --tech-background-current-work-shift:
    linear-gradient(
      135deg,
      var(--tech-info-lighter) 0%,
      rgba(255,255,255,0.8) 100%);
}
.tech--d-grid {
  display: grid;
}
@media (min-width: 640px) {
  .tech--sm-d-grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .tech--md-d-grid {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .tech--lg-d-grid {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .tech--xl-d-grid {
    display: grid;
  }
}
.columns-full {
  grid-template-columns: 100%;
}
.rows-auto {
  grid-template-rows: auto;
}
.rows-content {
  grid-template-rows: min-content;
}
.tech--gap-0 {
  gap: 0 !important;
}
.tech--gap-0-5 {
  gap: var(--tech-spacing_2) !important;
}
.tech--gap-1 {
  gap: var(--tech-spacing_4) !important;
}
.tech--d-flex {
  display: flex !important;
}
@media (min-width: 640px) {
  .tech--sm-d-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .tech--md-d-flex {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .tech--lg-d-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .tech--xl-d-flex {
    display: flex !important;
  }
}
.flex-start {
  justify-content: flex-start !important;
}
.flex-center {
  justify-content: center !important;
}
.flex-end {
  justify-content: flex-end !important;
}
.flex-between {
  justify-content: space-between !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.wrap {
  flex-wrap: wrap !important;
}
.nowrap {
  flex-wrap: nowrap !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.tech--w-33 {
  width: 33.33% !important;
}
@media (min-width: 640px) {
  .tech--sm-w-33 {
    width: 33.33% !important;
  }
}
@media (min-width: 768px) {
  .tech--md-w-33 {
    width: 33.33% !important;
  }
}
@media (min-width: 1024px) {
  .tech--lg-w-33 {
    width: 33.33% !important;
  }
}
@media (min-width: 1200px) {
  .tech--xl-w-33 {
    width: 33.33% !important;
  }
}
.tech--w-50 {
  width: 50% !important;
}
@media (min-width: 640px) {
  .tech--sm-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .tech--md-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .tech--lg-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .tech--xl-w-50 {
    width: 50% !important;
  }
}
.tech--w-full {
  width: 100% !important;
}
@media (min-width: 640px) {
  .tech--sm-w-full {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .tech--md-w-full {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .tech--lg-w-full {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .tech--xl-w-full {
    width: 100% !important;
  }
}
.tech--h-50 {
  height: 50%;
}
@media (min-width: 640px) {
  .tech--sm-h-50 {
    height: 50%;
  }
}
@media (min-width: 768px) {
  .tech--md-h-50 {
    height: 50%;
  }
}
@media (min-width: 1024px) {
  .tech--lg-h-50 {
    height: 50%;
  }
}
@media (min-width: 1200px) {
  .tech--xl-h-50 {
    height: 50%;
  }
}
.tech--h-full {
  height: 100%;
}
@media (min-width: 640px) {
  .tech--sm-h-full {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .tech--md-h-full {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .tech--lg-h-full {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .tech--xl-h-full {
    height: 100%;
  }
}
.tech--m-2 {
  margin: var(--tech-spacing_3) !important;
}
.tech--mt-2 {
  margin-top: var(--tech-spacing_3) !important;
}
.tech--mr-2 {
  margin-right: var(--tech-spacing_3) !important;
}
.tech--mb-2 {
  margin-bottom: var(--tech-spacing_3) !important;
}
.tech--ml-2 {
  margin-left: var(--tech-spacing_3) !important;
}
.tech--m-1 {
  margin: var(--tech-spacing_2) !important;
}
.tech--mt-1 {
  margin-top: var(--tech-spacing_2) !important;
}
.tech--mr-1 {
  margin-right: var(--tech-spacing_2) !important;
}
.tech--mb-1 {
  margin-bottom: var(--tech-spacing_2) !important;
}
.tech--ml-1 {
  margin-left: var(--tech-spacing_2) !important;
}
.tech--m-0 {
  margin: 0 !important;
}
.tech--mt-0 {
  margin-top: 0 !important;
}
.tech--mr-0 {
  margin-right: 0 !important;
}
.tech--mb-0 {
  margin-bottom: 0 !important;
}
.tech--ml-0 {
  margin-left: 0 !important;
}
.tech--p-2 {
  padding: var(--tech-spacing_3) !important;
}
.tech--pt-2 {
  padding-top: var(--tech-spacing_3) !important;
}
.tech--pr-2 {
  padding-right: var(--tech-spacing_3) !important;
}
.tech--pb-2 {
  padding-bottom: var(--tech-spacing_3) !important;
}
.tech--pl-2 {
  padding-left: var(--tech-spacing_3) !important;
}
.tech--p-1 {
  padding: var(--tech-spacing_2) !important;
}
.tech--pt-1 {
  padding-top: var(--tech-spacing_2) !important;
}
.tech--pr-1 {
  padding-right: var(--tech-spacing_2) !important;
}
.tech--pb-1 {
  padding-bottom: var(--tech-spacing_2) !important;
}
.tech--pl-1 {
  padding-left: var(--tech-spacing_2) !important;
}
.tech--p-0 {
  padding: 0 !important;
}
.tech--pt-0 {
  padding-top: 0 !important;
}
.tech--pr-0 {
  padding-right: 0 !important;
}
.tech--pb-0 {
  padding-bottom: 0 !important;
}
.tech--pl-0 {
  padding-left: 0 !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.tech--d-none {
  display: none;
}
.no-shadow {
  box-shadow: none !important;
}
.no-bg {
  background: none !important;
}
.tech-resize--horizontal {
  resize: horizontal;
}
.tech-resize--vertical {
  resize: vertical;
}
.tech-resize--none {
  resize: none;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration: line-through;
}
.clickable {
  cursor: pointer;
}
.text-full-primary-color:hover {
  color: var(--tech-primary-darker);
}
.tech-form__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tech-spacing_3);
  margin-bottom: var(--tech-spacing_3);
  align-items: center;
}
.tech-form__group tech-form-field,
.tech-form__group tech-select {
  width: 100%;
}
.tech-form__group.custom-group {
  align-items: flex-end;
}
.tech-form__group.custom-group .custom-button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.tech-form__group .tech-form__switch-container {
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 var(--tech-spacing_1-5);
}
.tech-form__group-iterable {
  margin-bottom: var(--tech-spacing_3);
}
.tech-form__group-iterable .tech-form__group-iterable__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--tech-spacing_2);
  min-height: 36px;
}
.tech-form__group-iterable .tech-form__group-iterable__header button {
  margin-left: var(--tech-spacing_4);
}
.tech-form__group-iterable .tech-form__group-iterable__title {
  font-size: var(--tech-font-size-md);
  font-weight: var(--tech-font-weight-normal);
  margin-bottom: 0;
}
.tech-form__group-iterable .tech-form__group-iterable__label span {
  padding-left: var(--tech-spacing_1);
}
.tech-form__group-iterable .tech-form__group-iterable__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 720px) {
  .custom-group {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .custom-group {
    display: flex;
    flex-direction: row;
  }
  .custom-group .custom-button {
    display: flex;
    justify-content: flex-start;
  }
}
textarea {
  min-height: 60px;
}
tech-form-field span.tech-form__floating-text {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -4px);
  font-size: var(--tech-base-font-size);
  line-height: 16px;
  height: 16px;
  color: var(--tech-text-color);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
tech-select-item.not-selectable {
  padding-top: var(--tech-spacing_1);
  padding-bottom: var(--tech-spacing_1);
  color: var(--tech-primary);
}
tech-select-item.not-selectable tech-label {
  font-weight: var(--tech-font-weight-heavy);
}
span.tech-form__hint {
  font-style: italic;
  opacity: 0.8;
}
.fc {
  overflow: visible;
  font-family: var(--tech-font-family), sans-serif;
  margin-top: 0 !important;
}
.fc th {
  color: #ffffff !important;
  background-color: var(--tech-secondary) !important;
  font-size: var(--tech-font-size-xs);
  font-weight: var(--tech-font-weight-heavy) !important;
  font-variant-caps: titling-caps;
  border-color: var(--tech-secondary) !important;
}
.fc tr:not(:first-child) {
  height: 65px;
}
.fc-button-primary {
  background-color: transparent !important;
  color: var(--tech-secondary) !important;
  border-color: transparent !important;
  box-shadow: none !important;
  position: relative;
  cursor: pointer;
}
.fc-button-primary:hover {
  color: var(--tech-primary) !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: var(--tech-transition) !important;
}
.fc .fc-button .fc-icon {
  font-size: 1.25em;
}
.fc-header-toolbar {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  justify-content: center !important;
}
.fc-toolbar-title {
  font-size: var(--tech-font-size-lg) !important;
  color: var(--tech-colors-black) !important;
  display: flex;
  align-items: center;
}
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
  font-size: medium;
  font-variant-caps: small-caps;
  font-weight: var(--tech-font-weight-bold);
}
.fc-daygrid-day-number {
  font-size: var(--tech-font-size-sm);
  color: var(--tech-colors-black);
}
.fc-daygrid-day {
  cursor: default;
}
.fc-multimonth {
  border-radius: var(--tech-border-radius-lg) !important;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0 !important;
}
.fc .fc-daygrid-day-frame {
  min-height: 100%;
  position: relative;
  line-height: normal;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(var(--tech-secondary-source), var(--tech-alpha_02));
}
.fc .fc-bg-event .fc-event-title {
  font-size: var(--tech-font-size-sm);
  color: var(--tech-colors-black) !important;
  font-weight: var(--tech-font-weight-bold);
  font-style: normal;
  font-variant-caps: all-petite-caps;
}
.fc-event.absence-event .fc-event-title,
.fc-event.absence-event .fc-event-main {
  display: none !important;
}
.fc-event.mixed-absence-event {
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.fc-event.mixed-holiday-event {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
full-calendar {
  font-family: var(--tech-font-family), sans-serif;
  gap: 0 !important;
  --fc-classic-button: transparent;
  --fc-classic-button-border: transparent;
  --fc-classic-button-strong: transparent;
  --fc-classic-button-strong-border: transparent;
  --fc-classic-button-foreground: var(--tech-secondary);
  --fc-classic-button-outline: var(--tech-primary);
  --fc-classic-today: rgba(var(--tech-secondary-source), var(--tech-alpha_02));
  --fc-classic-background-event-opacity: 30%;
  --fc-classic-background-event-foreground-opacity: 60%;
}
full-calendar [role=row] {
  flex-basis: 0 !important;
}
full-calendar .app-fc-toolbar {
  justify-content: center !important;
  gap: var(--tech-spacing_2) !important;
}
full-calendar .app-fc-title {
  font-size: var(--tech-font-size-lg) !important;
}
full-calendar .app-fc-day-header {
  background-color: var(--tech-secondary);
  color: rgb(var(--tech-colors-white));
  font-weight: var(--tech-font-weight-heavy);
  text-transform: uppercase;
  border-color: var(--tech-secondary);
}
full-calendar .app-fc-day-header-inner {
  padding-block: 4px;
}
full-calendar .app-fc-day-cell * {
  padding: 0;
  margin: 0;
  min-height: 30px;
}
full-calendar .app-fc-day-top {
  padding: 2px 4px;
  min-height: 30px;
}
full-calendar .app-fc-day-number {
  font-size: var(--tech-font-size-sm);
  color: rgb(var(--tech-colors-black));
}
full-calendar .app-fc-day-cell > div:nth-child(2) {
  flex: 1;
}
.calendar-absence-tooltip {
  position: absolute;
  padding: var(--tech-spacing_2-5);
  border-radius: var(--tech-border-radius);
  background: var(--tech-background-color);
  color: var(--tech-text-color);
  font-size: var(--tech-font-size-sm);
  font-family: var(--tech-font-family), sans-serif;
  z-index: 10000;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.calendar-absence-tooltip.show {
  opacity: 1;
  transform: translateY(0);
}
.calendar-absence-tooltip::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: var(--tech-border-radius);
  transform: rotate(-45deg);
  z-index: -1;
  background: var(--tech-background-color);
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tech-container__header {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}
.tech-container__header__title {
  display: flex;
  align-items: center;
  font-size: var(--tech-font-size-lg);
  font-weight: var(--tech-font-weight-heavy);
  margin-bottom: 0;
}
.tech-container__header__actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link {
  display: inline-flex;
  text-decoration: none;
}
.link-icon {
  color: var(--tech-primary);
  padding: var(--tech-spacing_1);
  border-radius: var(--tech-border-radius-full);
  transition: background-color var(--tech-transition);
  cursor: pointer;
}
.link-icon.link-icon--disabled {
  color: var(--tech-secondary);
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.link-icon:hover:not(.link-icon--disabled) {
  background-color: var(--tech-primary-lighter);
}
.tech-icon--prefix {
  margin-right: var(--tech-spacing_2);
}
.tech-icon--suffix {
  margin-left: var(--tech-spacing_2);
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--tech-text-color);
}
.hamburger-box {
  width: 25px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: var(--tech-text-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
:root {
  --scrollbar-bg: transparent;
  --scrollbar-thumb: rgb(var(--tech-colors-slate-500));
  --scrollbar-thumb-hover: rgb(var(--tech-colors-slate-400));
  --scrollbar-thumb-active: rgb(var(--tech-colors-slate-300));
  --sidebar-width: 280px;
}
html,
body,
body:first-child {
  display: block;
  height: 100%;
  overflow: hidden;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  background: #f2f2f2;
}
.notification-toast {
  padding: 0 !important;
  background: transparent;
}
.content-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.content-wrapper tech-card.with-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-wrapper .card-header {
  text-align: center;
  color: rgb(var(--tech-colors-slate-700));
}
.content-wrapper .card-header tech-icon {
  color: rgb(var(--tech-colors-slate-700));
}
.content-wrapper .card-header h2 {
  font-weight: normal;
}
.page-title {
  font-weight: 500;
  text-align: center;
  padding: 40px 0;
  color: rgb(var(--tech-colors-slate-700));
}
.page-title h1 {
  font-size: 30px;
}
.page-title tech-icon {
  font-size: 45px;
  width: 45px;
  height: 45px;
  padding-bottom: 20px;
}
lib-tech-modal-wrapper {
  z-index: 1000 !important;
}
lib-tech-modal-wrapper div.wrapper {
  overflow: hidden;
}
lib-tech-modal-wrapper div.wrapper tech-modal-backdrop div.tech-modal-backdrop {
  height: 100vh;
  padding-left: calc(var(--sidebar-width, 0px) / 2 + (100vw - var(--sidebar-width, 0px)) * 0.05);
  padding-top: 4%;
  box-sizing: border-box;
  align-items: center;
}
lib-tech-modal-wrapper div.wrapper tech-modal-backdrop div.tech-modal-backdrop tech-modal {
  overflow: hidden;
  max-width: calc(100vw - var(--sidebar-width, 0px) - 40px);
  max-height: 90vh;
  width: fit-content;
  min-width: 350px;
}
lib-tech-modal-wrapper div.wrapper tech-modal-backdrop div.tech-modal-backdrop tech-modal div.dialog {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
tech-list > tech-list-item > .tech-list-item-container {
  flex-wrap: wrap !important;
  white-space: wrap !important;
}
tech-list > tech-list-item.list-item__start > .tech-list-item-container {
  justify-content: flex-start !important;
}
tech-list > tech-list-item.list-item__center > .tech-list-item-container {
  justify-content: center !important;
}
tech-list > tech-list-item.list-item__end > .tech-list-item-container {
  justify-content: flex-end !important;
}
.tech-list-item-container {
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: flex-start;
  gap: 6px;
}
tech-tab-group .tech-tabs__header .tech-tab__label {
  height: auto !important;
  padding: var(--tech-spacing_5) var(--tech-spacing_3) !important;
}
tech-tab-group .tech-tabs__header .tech-tab__label:first-of-type {
  border-top-left-radius: var(--tech-border-radius-lg);
}
tech-tab-group .tech-tabs__header .tech-tab__label:last-of-type {
  border-top-right-radius: var(--tech-border-radius-lg);
}
tech-tab-group .tech-tabs__header .tech-tab__label span {
  line-height: normal;
}
tech-tab-group.tech--p-0 .tech-tabs__content {
  padding: 0 !important;
}
tech-tab-group.tab__label--short .tech-tab__label {
  padding: var(--tech-spacing_2) var(--tech-spacing_3) !important;
}
.tech-tabs__content {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  height: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1001 !important;
}

/* node_modules/.pnpm/@angular+cdk@21.2.14_@angular+common@21.2.20_@angular+core@21.2.20_@angular+compiler@21_314098e45ae1c77668b7f97df9091e47/node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}

/* node_modules/.pnpm/material-symbols@0.40.2/node_modules/material-symbols/index.css */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./media/material-symbols-outlined-BSAYFINZ.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./media/material-symbols-rounded-TVA34YS5.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./media/material-symbols-sharp-JMBSOGNX.woff2") format("woff2");
}
.material-symbols-sharp {
  font-family: "Material Symbols Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/* node_modules/.pnpm/@fullcalendar+angular@7.0.2_@angular+common@21.2.20_@angular+core@21.2.20_@angular+comp_9c1ef545e7284a9ad3126b4dd854e8c5/node_modules/@fullcalendar/angular/skeleton.css */
:root {
  --fc-sticky-header-footer-z: 3;
  --fc-popover-z: 4;
}
.fc-dp {
  z-index: var(--fc-popover-z) !important;
}
.fc-6T {
  isolation: isolate;
}
.fc-BO,
.fc-BO *,
.fc-BO *:before,
.fc-BO *:after {
  box-sizing: border-box !important;
}
.fc-la,
.fc-la * {
  cursor: not-allowed !important;
}
.fc-mM {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.fc-mM::-webkit-scrollbar {
  display: none !important;
}
.fc-yf {
  flex-shrink: 0 !important;
}
.fc-wS .fc-mP {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.fc-OB .fc-mP > * {
  float: left !important;
}
[dir=rtl] .fc-OB .fc-mP > *,
.fc-OB[dir=rtl] .fc-mP > * {
  float: right !important;
}
.fc-OB .fc-mP::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.fc-hH {
  cursor: pointer !important;
}
.fc-wi {
  cursor: n-resize !important;
}
.fc-My {
  cursor: s-resize !important;
}
.fc-N8 {
  cursor: w-resize !important;
}
[dir=rtl] .fc-N8 {
  cursor: e-resize !important;
}
.fc-Yv {
  cursor: e-resize !important;
}
[dir=rtl] .fc-Yv {
  cursor: w-resize !important;
}
.fc-DR {
  cursor: col-resize !important;
}
.fc-Lp,
.fc-YZ,
.fc-RU {
  position: absolute !important;
  box-sizing: content-box !important;
  width: 100% !important;
  height: 100% !important;
}
.fc-Lp {
  padding: 10px !important;
  margin: -10px !important;
}
.fc-YZ {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.fc-RU {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.fc-4P {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: -5px;
}
.fc-6M {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fc-Sy {
  visibility: hidden;
}
.fc-QX {
  border: 0 !important;
}
.fc-3t {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.fc-fo {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.fc-wk,
.fc-fx {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.fc-wk {
  border-inline-end: 0 !important;
}
.fc-fx {
  border-inline-start: 0 !important;
}
.fc-8R {
  border-left: 0 !important;
  border-right: 0 !important;
}
.fc-5a {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.fc-hM {
  border-inline-start: 1px solid transparent !important;
}
.fc-ei {
  display: flex !important;
  flex-direction: row !important;
}
.fc-Xt {
  display: flex !important;
  flex-direction: column !important;
}
.fc-QU {
  flex-grow: 1 !important;
}
.fc-J6 {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.fc-w9 {
  min-height: 0 !important;
}
.fc-q3 {
  flex-grow: 1 !important;
  flex-basis: 0 !important;
  min-width: 0 !important;
}
.fc-wS .fc-32,
.fc-wS .fc-IH {
  display: flex !important;
  flex-direction: column !important;
}
.fc-Kk {
  padding: 0 !important;
}
.fc-5M {
  margin: 0 !important;
}
.fc-G8 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.fc-tR {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fc-8y {
  white-space: nowrap !important;
}
.fc-gR {
  white-space: pre !important;
}
.fc-eu {
  overflow-anchor: none;
}
.fc-75 {
  overflow: hidden !important;
}
.fc-CJ {
  white-space: nowrap !important;
  overflow: hidden !important;
}
.fc-xp {
  position: relative !important;
}
.fc-So {
  position: absolute !important;
}
.fc-Q8 {
  inset-inline-start: 0 !important;
}
.fc-TJ {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.fc-X3,
.fc-O5 {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
}
.fc-WS,
.fc-Ld {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
}
.fc-X3 {
  top: 0 !important;
}
.fc-Ld {
  left: 0 !important;
  right: 0 !important;
  width: 0 !important;
}
@media not print {
  .fc-l5 {
    position: sticky !important;
  }
  .fc-dl {
    position: sticky !important;
    top: 0 !important;
  }
  .fc-oh {
    position: sticky !important;
    inset-inline-start: 0 !important;
  }
  .fc-3f {
    position: sticky !important;
    top: 0 !important;
    z-index: var(--fc-sticky-header-footer-z) !important;
  }
}
.fc-wx {
  box-sizing: content-box !important;
}
.fc-pJ {
  position: absolute !important;
  left: -10000px !important;
}
.fc-xM {
  align-items: center !important;
}
.fc-RJ {
  align-items: flex-start !important;
}
.fc-x9 {
  align-items: flex-end !important;
}
.fc-10 {
  position: sticky !important;
  bottom: 0 !important;
  z-index: var(--fc-sticky-header-footer-z) !important;
}
.fc-rg > * {
  margin-top: -1px !important;
}
.fc-rg > * > * {
  height: 1px !important;
}
.fc-OB .fc-sv {
  -moz-column-break-inside: avoid !important;
  break-inside: avoid !important;
}
.fc-OB .fc-32 {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
  border-spacing: 0 !important;
  border-collapse: separate !important;
}
.fc-OB .fc-IH {
  display: table-header-group !important;
  -moz-column-break-inside: avoid !important;
  break-inside: avoid !important;
  background: #fff !important;
  z-index: 9999 !important;
  position: relative !important;
}
.fc-Ph {
  min-height: 6em !important;
}
.fc-6d {
  z-index: 0;
}
.fc-y0 {
  z-index: 1;
}
.fc-5y:focus-visible {
  z-index: 2;
}
.fc-RK {
}
.fc-vB {
}
.fc-nH {
}
.fc-Be {
}
.fc-w3 {
}
.fc-Kf {
}
.fc-ve {
}
.fc-Er {
}
.fc-ll {
}
.fc-BR {
}
.fc-GZ {
}
.fc-Z9 {
}
.fc-VO {
}
.fc-rF {
}
.fc-zT {
}

/* node_modules/.pnpm/@fullcalendar+angular@7.0.2_@angular+common@21.2.20_@angular+core@21.2.20_@angular+comp_9c1ef545e7284a9ad3126b4dd854e8c5/node_modules/@fullcalendar/angular/themes/classic/theme.css */
.fc-classic-n5m {
  font-size: 16px;
  line-height: 1.5;
  --fc-classic-border-style: solid;
}
.fc-classic-Z9U {
  appearance: button;
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
.fc-classic-JiE {
  color: inherit;
  text-decoration: inherit;
}
.fc-classic-3Lc {
  pointer-events: none;
}
.fc-classic-1EY {
  position: absolute;
}
.fc-classic-eYX {
  position: relative;
}
.fc-classic-OUe {
  position: sticky;
}
.fc-classic-MaV {
  inset-inline: 0;
}
.fc-classic-AWB {
  inset-block: 0;
}
.fc-classic-11a {
  inset-inline-start: -4px;
}
.fc-classic-rbS {
  inset-inline-start: 0;
}
.fc-classic-bEw {
  inset-inline-end: -4px;
}
.fc-classic-2w8 {
  inset-inline-end: 2px;
}
.fc-classic-dnf {
  inset-inline-end: -3px;
}
.fc-classic-YDC {
  top: -4px;
}
.fc-classic-n9G {
  top: 0;
}
.fc-classic-2ik {
  top: 2px;
}
.fc-classic-ERR {
  top: 50%;
}
.fc-classic-fJL {
  bottom: -4px;
}
.fc-classic-jGI {
  bottom: 0;
}
.fc-classic-1V6 {
  left: 50%;
}
.fc-classic-88I {
  order: -1;
}
.fc-classic-gMS {
  margin: 4px;
}
.fc-classic-bvX {
  margin: 8px;
}
.fc-classic-jD5 {
  margin: 16px;
}
.fc-classic-J04 {
  margin-inline: -5px;
}
.fc-classic-cKZ {
  margin-inline: 2px;
}
.fc-classic-rVY {
  margin-inline: 4px;
}
.fc-classic-fn8 {
  margin-inline: 8px;
}
.fc-classic-148 {
  margin-inline: 1px;
}
.fc-classic-cJ3 {
  margin-block: 2px;
}
.fc-classic-V9v {
  margin-block: 4px;
}
.fc-classic-2tF {
  margin-block: 8px;
}
.fc-classic-Jzj {
  margin-inline-start: 2px;
}
.fc-classic-Mde {
  margin-inline-start: 8px;
}
.fc-classic-qvL {
  margin-inline-start: 1px;
}
.fc-classic-kp0 {
  margin-inline-end: -4px;
}
.fc-classic-3e1 {
  margin-inline-end: 2px;
}
.fc-classic-B3G {
  margin-inline-end: 2.5%;
}
.fc-classic-9hC {
  margin-inline-end: 1px;
}
.fc-classic-Dq8 {
  margin-top: -4px;
}
.fc-classic-a10 {
  margin-top: -5px;
}
.fc-classic-Ika {
  margin-bottom: 1px;
}
.fc-classic-nHS {
  margin-bottom: -1px;
}
.fc-classic-F99 {
  margin-left: -4px;
}
.fc-classic-eF2 {
  display: contents;
}
.fc-classic-I48 {
  display: block;
}
.fc-classic-dl1 {
  display: flex;
}
.fc-classic-i3N {
  display: grid;
}
.fc-classic-pps {
  display: none;
}
.fc-classic-3wQ {
  width: 8px;
  height: 8px;
}
.fc-classic-vnf {
  width: 16px;
  height: 16px;
}
.fc-classic-XUJ {
  width: 20px;
  height: 20px;
}
.fc-classic-uuA {
  height: 8px;
}
.fc-classic-zrJ {
  height: 12px;
}
.fc-classic-84e {
  min-height: 2px;
}
.fc-classic-mhE {
  min-height: 12px;
}
.fc-classic-toR {
  min-height: 1px;
}
.fc-classic-roZ {
  width: 50%;
}
.fc-classic-hza {
  width: 8px;
}
.fc-classic-4Tv {
  width: 5px;
}
.fc-classic-kMV {
  max-width: 200px;
}
.fc-classic-2KU {
  min-width: 0;
}
.fc-classic-aNc {
  min-width: 220px;
}
.fc-classic-yi0 {
  flex-shrink: 0;
}
.fc-classic-1Zl {
  flex-shrink: 1;
}
.fc-classic-OLq {
  flex-shrink: 100;
}
.fc-classic-1El {
  flex-grow: 1;
}
.fc-classic-jmT {
  rotate: 180deg;
}
.fc-classic-sgX {
  flex-direction: column;
}
.fc-classic-1sP {
  flex-direction: row;
}
.fc-classic-dNl {
  flex-wrap: wrap;
}
.fc-classic-XpK {
  align-items: center;
}
.fc-classic-N2M {
  justify-content: space-between;
}
.fc-classic-E9P {
  justify-content: center;
}
.fc-classic-LMv {
  justify-content: flex-end;
}
.fc-classic-aTF {
  gap: 2px;
}
.fc-classic-NWN {
  gap: 4px;
}
.fc-classic-wwb {
  gap: 12px;
}
.fc-classic-yth {
  gap: 20px;
}
.fc-classic-sI7 {
  align-self: flex-start;
}
.fc-classic-pKG {
  overflow: hidden;
}
.fc-classic-Ig4 {
  border-radius: 4px;
}
.fc-classic-AAA {
  border-radius: 3.40282e38px;
}
.fc-classic-Fvv {
  border-radius: 4px;
}
.fc-classic-kmj {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.fc-classic-Skl {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.fc-classic-C2g {
  border-end-end-radius: 4px;
}
.fc-classic-Z7Q {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.fc-classic-2qh {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-classic-wsy {
  border-style: var(--fc-classic-border-style);
  border-width: 1px;
}
.fc-classic-5JF {
  border-style: var(--fc-classic-border-style);
  border-width: 4px;
}
.fc-classic-yDA {
  border-style: var(--fc-classic-border-style);
  border-width: 5px;
}
.fc-classic-Mjo {
  border-style: var(--fc-classic-border-style);
  border-width: calc(var(--fc-classic-small-dot-width) / 2);
}
.fc-classic-GOm {
  border-style: var(--fc-classic-border-style);
  border-width: calc(var(--fc-classic-large-dot-width) / 2);
}
.fc-classic-1Wx {
  border-inline-style: var(--fc-classic-border-style);
  border-inline-width: 1px;
}
.fc-classic-ybF {
  border-inline-style: var(--fc-classic-border-style);
  border-inline-width: 5px;
}
.fc-classic-JIC {
  border-block-style: var(--fc-classic-border-style);
  border-block-width: 1px;
}
.fc-classic-XM3 {
  border-block-style: var(--fc-classic-border-style);
  border-block-width: 5px;
}
.fc-classic-3J4 {
  border-inline-start-style: var(--fc-classic-border-style);
  border-inline-start-width: 1px;
}
.fc-classic-hhi {
  border-inline-start-style: var(--fc-classic-border-style);
  border-inline-start-width: 5px;
}
.fc-classic-jIH {
  border-inline-start-style: var(--fc-classic-border-style);
  border-inline-start-width: 6px;
}
.fc-classic-USt {
  border-inline-end-style: var(--fc-classic-border-style);
  border-inline-end-width: 1px;
}
.fc-classic-Bda {
  border-inline-end-style: var(--fc-classic-border-style);
  border-inline-end-width: 5px;
}
.fc-classic-ku3 {
  border-top-style: var(--fc-classic-border-style);
  border-top-width: 1px;
}
.fc-classic-bLA {
  border-top-style: var(--fc-classic-border-style);
  border-top-width: 6px;
}
.fc-classic-zi1 {
  border-bottom-style: var(--fc-classic-border-style);
  border-bottom-width: 1px;
}
.fc-classic-TN2 {
  --fc-classic-border-style: dotted;
  border-style: dotted;
}
.fc-classic-C1x {
  border-color: var(--fc-classic-border);
}
.fc-classic-sYT {
  border-color: var(--fc-classic-now);
}
.fc-classic-0Pr {
  border-color: var(--fc-classic-primary);
}
.fc-classic-vXO {
  border-color: var(--fc-classic-button-border);
}
.fc-classic-rQI {
  border-color: var(--fc-classic-button-strong-border);
}
.fc-classic-C0k {
  border-color: var(--fc-classic-strong-border);
}
.fc-classic-lNM {
  border-color: var(--fc-event-color);
}
.fc-classic-d0j {
  border-color: #0000;
}
.fc-classic-Pqk {
  border-inline-color: #0000;
}
.fc-classic-rif {
  border-block-color: #0000;
}
.fc-classic-0qY {
  border-inline-start-color: var(--fc-classic-now);
}
.fc-classic-LaM {
  border-inline-start-color: #000;
}
.fc-classic-5JV {
  border-inline-end-color: #000;
}
.fc-classic-1Aa {
  border-top-color: var(--fc-classic-now);
}
.fc-classic-Jk3 {
  background-color: var(--fc-classic-background);
}
.fc-classic-iYS {
  background-color: var(--fc-classic-faint);
}
.fc-classic-hLU {
  background-color: var(--fc-classic-highlight);
}
.fc-classic-k3f {
  background-color: var(--fc-classic-muted);
}
.fc-classic-YjJ {
  background-color: var(--fc-event-color);
}
@media not print {
  @supports (color:color-mix(in lab, red, red)) {
    .fc-classic-hsC {
      background-color: color-mix(in oklab, var(--fc-event-color) var(--fc-classic-background-event-opacity), transparent);
    }
  }
  @supports not (color:color-mix(in lab, red, red)) {
    .fc-classic-hsC {
      position: relative;
      isolation: isolate;
    }
    .fc-classic-hsC:before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: var(--fc-event-color);
      opacity: var(--fc-classic-background-event-opacity);
      z-index: -1;
    }
  }
}
.fc-classic-JWq {
  background-color: var(--fc-classic-button);
}
.fc-classic-Adi {
  background-color: var(--fc-classic-button-strong);
}
.fc-classic-KUX {
  padding: 2px;
}
.fc-classic-XJa {
  padding: 6px;
}
.fc-classic-3N5 {
  padding: 8px;
}
.fc-classic-7A6 {
  padding: 1px;
}
.fc-classic-oQ2 {
  padding-inline: 2px;
}
.fc-classic-Eaq {
  padding-inline: 10px;
}
.fc-classic-Apf {
  padding-inline: 12px;
}
.fc-classic-F1o {
  padding-inline: 1px;
}
.fc-classic-2rx {
  padding-block: 2px;
}
.fc-classic-Jhn {
  padding-block: 4px;
}
.fc-classic-End {
  padding-block: 6px;
}
.fc-classic-dl6 {
  padding-block: 8px;
}
.fc-classic-P9h {
  padding-block: 60px;
}
.fc-classic-z5u {
  padding-block: 1px;
}
.fc-classic-a7i {
  padding-inline-start: 2px;
}
.fc-classic-166 {
  padding-top: 2px;
}
.fc-classic-8ub {
  padding-bottom: 2px;
}
.fc-classic-cM0 {
  padding-bottom: 16px;
}
.fc-classic-HXA {
  text-align: center;
}
.fc-classic-2HE {
  text-align: end;
}
.fc-classic-AVD {
  font-size: 24px;
  line-height: calc(2/1.5);
}
.fc-classic-vQz {
  font-size: 11px;
  line-height: 1.09091;
}
.fc-classic-1Po {
  font-size: 16px;
  line-height: calc(1.5/1);
}
.fc-classic-9yp {
  font-size: 14px;
  line-height: calc(1.25/.875);
}
.fc-classic-a3B {
  font-size: 12px;
  line-height: calc(1/.75);
}
.fc-classic-DIS {
  font-weight: 700;
}
.fc-classic-IPx {
  text-overflow: ellipsis;
}
.fc-classic-TZ4 {
  white-space: nowrap;
}
.fc-classic-jm6 {
  white-space: pre;
}
.fc-classic-taq {
  color: var(--fc-classic-faint-foreground);
}
.fc-classic-m9h {
  color: var(--fc-classic-muted-foreground);
}
.fc-classic-GAX {
  color: var(--fc-classic-foreground);
}
.fc-classic-RnT {
  color: var(--fc-classic-button-foreground);
}
.fc-classic-i9F {
  color: var(--fc-event-contrast-color);
}
.fc-classic-L1Y {
  font-style: italic;
}
.fc-classic-lMo {
  opacity: .5;
}
.fc-classic-Q3Z {
  opacity: .65;
}
.fc-classic-iTG {
  opacity: .75;
}
.fc-classic-MGT {
  opacity: var(--fc-classic-background-event-foreground-opacity);
}
.fc-classic-1kP {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.fc-classic-tkw {
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.fc-classic-qNs {
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}
.fc-classic-A3h {
  box-shadow: 0 0 0 1px var(--fc-classic-ring-color, currentcolor);
}
.fc-classic-yKG {
  --fc-classic-ring-color: var(--fc-classic-background) ;
}
.fc-classic-2R2 {
  outline-style: solid;
  outline-width: 1px;
}
.fc-classic-0Bj {
  outline-style: solid;
  outline-width: 2px;
}
.fc-classic-fFh {
  outline-offset: -2px;
}
.fc-classic-3Xj {
  outline-offset: 2px;
}
.fc-classic-lYz {
  outline-color: var(--fc-classic-button-outline);
}
.fc-classic-zIi {
  outline-color: var(--fc-classic-primary);
}
.fc-classic-SDU {
  background: linear-gradient(var(--fc-classic-muted), var(--fc-classic-muted))var(--fc-classic-background);
}
.fc-classic-BaR {
  background: linear-gradient(var(--fc-classic-strong), var(--fc-classic-strong))var(--fc-classic-background);
}
.fc-classic-mAY:not(:is(:where(.fc-classic-bCs):hover *)) {
  opacity: .65;
}
@media not all and (hover: hover) {
  .fc-classic-mAY {
    opacity: .65;
  }
}
@media not print {
  .fc-classic-hbn {
    background-color: var(--fc-classic-today);
  }
}
@media (hover: hover) {
  .fc-classic-vs6:is(:where(.fc-classic-bCs):hover *) {
    display: block;
  }
  .fc-classic-Ogp:is(:where(.fc-classic-bCs):hover *) {
    text-decoration-line: underline;
  }
}
.fc-classic-uk6:first-child {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.fc-classic-Tuc:last-child {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
@media (hover: hover) {
  .fc-classic-bqK:hover {
    border-color: var(--fc-classic-button-strong-border);
  }
  .fc-classic-9Rj:hover {
    background-color: var(--fc-classic-button-strong);
  }
  .fc-classic-Ubk:hover {
    background-color: var(--fc-classic-faint);
  }
  .fc-classic-4yP:hover {
    background-color: var(--fc-classic-muted);
  }
  .fc-classic-Eu0:hover {
    text-decoration-line: underline;
  }
}
.fc-classic-OIx:focus-visible {
  background-color: var(--fc-classic-faint);
}
.fc-classic-tCP:focus-visible {
  background-color: var(--fc-classic-muted);
}
.fc-classic-uqo:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}
.fc-classic-sOR:focus-visible {
  outline-style: solid;
  outline-width: 3px;
}
.fc-classic-aIH:active {
  border-color: var(--fc-classic-button-strong-border);
}
.fc-classic-5ky:active {
  background-color: var(--fc-classic-button-strong);
}
.fc-classic-28F:active {
  background-color: var(--fc-classic-muted);
}
.fc-classic-8gz:active {
  background-color: var(--fc-classic-strong);
}
@media print {
  .fc-classic-jsy {
    border-width: 1px;
  }
  .fc-classic-nQ5 {
    border-color: var(--fc-classic-button-strong-border);
  }
  .fc-classic-DO7 {
    border-color: var(--fc-event-color);
  }
  .fc-classic-4MR {
    border-color: #000;
  }
  .fc-classic-vwH {
    background-color: #fff;
  }
  .fc-classic-cfp {
    color: #000;
  }
}
[dir=rtl] .fc-classic-jY6 {
  rotate: none;
}
[dir=rtl] .fc-classic-asP {
  rotate: 180deg;
}

/* node_modules/.pnpm/@fullcalendar+angular@7.0.2_@angular+common@21.2.20_@angular+core@21.2.20_@angular+comp_9c1ef545e7284a9ad3126b4dd854e8c5/node_modules/@fullcalendar/angular/themes/classic/palette.css */
:root {
  --fc-classic-button: #334155;
  --fc-classic-button-border: #334155;
  --fc-classic-button-strong: #1e293b;
  --fc-classic-button-strong-border: #0f172a;
  --fc-classic-button-outline: #47556980;
  --fc-classic-button-foreground: #fff;
  --fc-classic-primary: #3788d8;
  --fc-classic-primary-foreground: #fff;
  --fc-classic-event: var(--fc-classic-primary);
  --fc-classic-event-contrast: var(--fc-classic-primary-foreground);
  --fc-classic-background-event: #22c55e;
  --fc-classic-background-event-opacity: 15%;
  --fc-classic-background-event-foreground-opacity: 50%;
  --fc-classic-highlight: #cffafe66;
  --fc-classic-today: #facc1526;
  --fc-classic-now: #ef4444;
  --fc-classic-small-dot-width: 8px;
  --fc-classic-large-dot-width: 10px;
  --fc-classic-background: #ffffff;
  --fc-classic-faint: #0000000A;
  --fc-classic-muted: #00000014;
  --fc-classic-strong: #00000024;
  --fc-classic-foreground: #030712;
  --fc-classic-faint-foreground: #9ca3af;
  --fc-classic-muted-foreground: #6b7280;
  --fc-classic-border: #ddd;
  --fc-classic-strong-border: #9ca3af;
}
@media not print {
  [data-color-scheme=dark] {
    --fc-classic-highlight: #3b82f633;
    --fc-classic-today: #fef08a1A;
    --fc-classic-background: #030712;
    --fc-classic-faint: #ffffff0A;
    --fc-classic-muted: #ffffff14;
    --fc-classic-strong: #ffffff24;
    --fc-classic-foreground: #fff;
    --fc-classic-faint-foreground: #4b5563;
    --fc-classic-muted-foreground: #9ca3af;
    --fc-classic-border: #1f2937;
    --fc-classic-strong-border: #374151;
  }
}

/* node_modules/.pnpm/@tech+components@4.0.36-beta.1_23df1f4c5aef94ed915103d1e607b29a/node_modules/@tech/components/global.css */
:root {
  --tech-colors-slate-50:
    248,
    250,
    252;
  --tech-colors-slate-100:
    241,
    245,
    249;
  --tech-colors-slate-200:
    226,
    232,
    240;
  --tech-colors-slate-300:
    203,
    213,
    225;
  --tech-colors-slate-400:
    148,
    163,
    184;
  --tech-colors-slate-500:
    100,
    116,
    139;
  --tech-colors-slate-600:
    71,
    85,
    105;
  --tech-colors-slate-700:
    51,
    65,
    85;
  --tech-colors-slate-800:
    30,
    41,
    59;
  --tech-colors-slate-900:
    15,
    23,
    42;
  --tech-colors-gray-50:
    249,
    250,
    251;
  --tech-colors-gray-100:
    243,
    244,
    246;
  --tech-colors-gray-200:
    229,
    231,
    235;
  --tech-colors-gray-300:
    209,
    213,
    219;
  --tech-colors-gray-400:
    156,
    163,
    175;
  --tech-colors-gray-500:
    107,
    114,
    128;
  --tech-colors-gray-600:
    75,
    85,
    99;
  --tech-colors-gray-700:
    55,
    65,
    81;
  --tech-colors-gray-800:
    31,
    41,
    55;
  --tech-colors-gray-900:
    17,
    24,
    39;
  --tech-colors-zinc-50:
    250,
    250,
    250;
  --tech-colors-zinc-100:
    244,
    244,
    245;
  --tech-colors-zinc-200:
    228,
    228,
    231;
  --tech-colors-zinc-300:
    212,
    212,
    216;
  --tech-colors-zinc-400:
    161,
    161,
    170;
  --tech-colors-zinc-500:
    113,
    113,
    122;
  --tech-colors-zinc-600:
    82,
    82,
    91;
  --tech-colors-zinc-700:
    63,
    63,
    70;
  --tech-colors-zinc-800:
    39,
    39,
    42;
  --tech-colors-zinc-900:
    24,
    24,
    27;
  --tech-colors-neutral-50:
    250,
    250,
    250;
  --tech-colors-neutral-100:
    245,
    245,
    245;
  --tech-colors-neutral-200:
    229,
    229,
    229;
  --tech-colors-neutral-300:
    212,
    212,
    212;
  --tech-colors-neutral-400:
    163,
    163,
    163;
  --tech-colors-neutral-500:
    115,
    115,
    115;
  --tech-colors-neutral-600:
    82,
    82,
    82;
  --tech-colors-neutral-700:
    64,
    64,
    64;
  --tech-colors-neutral-800:
    38,
    38,
    38;
  --tech-colors-neutral-900:
    23,
    23,
    23;
  --tech-colors-stone-50:
    250,
    250,
    249;
  --tech-colors-stone-100:
    245,
    245,
    244;
  --tech-colors-stone-200:
    231,
    229,
    228;
  --tech-colors-stone-300:
    214,
    211,
    209;
  --tech-colors-stone-400:
    168,
    162,
    158;
  --tech-colors-stone-500:
    120,
    113,
    108;
  --tech-colors-stone-600:
    87,
    83,
    78;
  --tech-colors-stone-700:
    68,
    64,
    60;
  --tech-colors-stone-800:
    41,
    37,
    36;
  --tech-colors-stone-900:
    28,
    25,
    23;
  --tech-colors-red-50:
    254,
    242,
    242;
  --tech-colors-red-100:
    254,
    226,
    226;
  --tech-colors-red-200:
    254,
    202,
    202;
  --tech-colors-red-300:
    252,
    165,
    165;
  --tech-colors-red-400:
    248,
    113,
    113;
  --tech-colors-red-500:
    239,
    68,
    68;
  --tech-colors-red-600:
    220,
    38,
    38;
  --tech-colors-red-700:
    185,
    28,
    28;
  --tech-colors-red-800:
    153,
    27,
    27;
  --tech-colors-red-900:
    127,
    29,
    29;
  --tech-colors-orange-50:
    255,
    247,
    237;
  --tech-colors-orange-100:
    255,
    237,
    213;
  --tech-colors-orange-200:
    254,
    215,
    170;
  --tech-colors-orange-300:
    253,
    186,
    116;
  --tech-colors-orange-400:
    251,
    146,
    60;
  --tech-colors-orange-500:
    249,
    115,
    22;
  --tech-colors-orange-600:
    234,
    88,
    12;
  --tech-colors-orange-700:
    194,
    65,
    12;
  --tech-colors-orange-800:
    154,
    52,
    18;
  --tech-colors-orange-900:
    124,
    45,
    18;
  --tech-colors-amber-50:
    255,
    251,
    235;
  --tech-colors-amber-100:
    254,
    243,
    199;
  --tech-colors-amber-200:
    253,
    230,
    138;
  --tech-colors-amber-300:
    252,
    211,
    77;
  --tech-colors-amber-400:
    251,
    191,
    36;
  --tech-colors-amber-500:
    245,
    158,
    11;
  --tech-colors-amber-600:
    217,
    119,
    6;
  --tech-colors-amber-700:
    180,
    83,
    9;
  --tech-colors-amber-800:
    146,
    64,
    14;
  --tech-colors-amber-900:
    120,
    53,
    15;
  --tech-colors-yellow-50:
    254,
    252,
    232;
  --tech-colors-yellow-100:
    254,
    249,
    195;
  --tech-colors-yellow-200:
    254,
    240,
    138;
  --tech-colors-yellow-300:
    253,
    224,
    71;
  --tech-colors-yellow-400:
    250,
    204,
    21;
  --tech-colors-yellow-500:
    234,
    179,
    8;
  --tech-colors-yellow-600:
    202,
    138,
    4;
  --tech-colors-yellow-700:
    161,
    98,
    7;
  --tech-colors-yellow-800:
    133,
    77,
    14;
  --tech-colors-yellow-900:
    113,
    63,
    18;
  --tech-colors-lime-50:
    247,
    254,
    231;
  --tech-colors-lime-100:
    236,
    252,
    203;
  --tech-colors-lime-200:
    217,
    249,
    157;
  --tech-colors-lime-300:
    190,
    242,
    100;
  --tech-colors-lime-400:
    163,
    230,
    53;
  --tech-colors-lime-500:
    132,
    204,
    22;
  --tech-colors-lime-600:
    101,
    163,
    13;
  --tech-colors-lime-700:
    77,
    124,
    15;
  --tech-colors-lime-800:
    63,
    98,
    18;
  --tech-colors-lime-900:
    54,
    83,
    20;
  --tech-colors-green-50:
    240,
    253,
    244;
  --tech-colors-green-100:
    220,
    252,
    231;
  --tech-colors-green-200:
    187,
    247,
    208;
  --tech-colors-green-300:
    134,
    239,
    172;
  --tech-colors-green-400:
    74,
    222,
    128;
  --tech-colors-green-500:
    34,
    197,
    94;
  --tech-colors-green-600:
    22,
    163,
    74;
  --tech-colors-green-700:
    21,
    128,
    61;
  --tech-colors-green-800:
    22,
    101,
    52;
  --tech-colors-green-900:
    20,
    83,
    45;
  --tech-colors-emerald-50:
    236,
    253,
    245;
  --tech-colors-emerald-100:
    209,
    250,
    229;
  --tech-colors-emerald-200:
    167,
    243,
    208;
  --tech-colors-emerald-300:
    110,
    231,
    183;
  --tech-colors-emerald-400:
    52,
    211,
    153;
  --tech-colors-emerald-500:
    16,
    185,
    129;
  --tech-colors-emerald-600:
    5,
    150,
    105;
  --tech-colors-emerald-700:
    4,
    120,
    87;
  --tech-colors-emerald-800:
    6,
    95,
    70;
  --tech-colors-emerald-900:
    6,
    78,
    59;
  --tech-colors-teal-50:
    240,
    253,
    250;
  --tech-colors-teal-100:
    204,
    251,
    241;
  --tech-colors-teal-200:
    153,
    246,
    228;
  --tech-colors-teal-300:
    94,
    234,
    212;
  --tech-colors-teal-400:
    45,
    212,
    191;
  --tech-colors-teal-500:
    20,
    184,
    166;
  --tech-colors-teal-600:
    13,
    148,
    136;
  --tech-colors-teal-700:
    15,
    118,
    110;
  --tech-colors-teal-800:
    17,
    94,
    89;
  --tech-colors-teal-900:
    19,
    78,
    74;
  --tech-colors-cyan-50:
    236,
    254,
    255;
  --tech-colors-cyan-100:
    207,
    250,
    254;
  --tech-colors-cyan-200:
    165,
    243,
    252;
  --tech-colors-cyan-300:
    103,
    232,
    249;
  --tech-colors-cyan-400:
    34,
    211,
    238;
  --tech-colors-cyan-500:
    6,
    182,
    212;
  --tech-colors-cyan-600:
    8,
    145,
    178;
  --tech-colors-cyan-700:
    14,
    116,
    144;
  --tech-colors-cyan-800:
    21,
    94,
    117;
  --tech-colors-cyan-900:
    22,
    78,
    99;
  --tech-colors-sky-50:
    240,
    249,
    255;
  --tech-colors-sky-100:
    224,
    242,
    254;
  --tech-colors-sky-200:
    186,
    230,
    253;
  --tech-colors-sky-300:
    125,
    211,
    252;
  --tech-colors-sky-400:
    56,
    189,
    248;
  --tech-colors-sky-500:
    14,
    165,
    233;
  --tech-colors-sky-600:
    2,
    132,
    199;
  --tech-colors-sky-700:
    3,
    105,
    161;
  --tech-colors-sky-800:
    7,
    89,
    133;
  --tech-colors-sky-900:
    12,
    74,
    110;
  --tech-colors-blue-50:
    239,
    246,
    255;
  --tech-colors-blue-100:
    219,
    234,
    254;
  --tech-colors-blue-200:
    191,
    219,
    254;
  --tech-colors-blue-300:
    147,
    197,
    253;
  --tech-colors-blue-400:
    96,
    165,
    250;
  --tech-colors-blue-500:
    59,
    130,
    246;
  --tech-colors-blue-600:
    37,
    99,
    235;
  --tech-colors-blue-700:
    29,
    78,
    216;
  --tech-colors-blue-800:
    30,
    64,
    175;
  --tech-colors-blue-900:
    30,
    58,
    138;
  --tech-colors-indigo-50:
    238,
    242,
    255;
  --tech-colors-indigo-100:
    224,
    231,
    255;
  --tech-colors-indigo-200:
    199,
    210,
    254;
  --tech-colors-indigo-300:
    165,
    180,
    252;
  --tech-colors-indigo-400:
    129,
    140,
    248;
  --tech-colors-indigo-500:
    99,
    102,
    241;
  --tech-colors-indigo-600:
    79,
    70,
    229;
  --tech-colors-indigo-700:
    67,
    56,
    202;
  --tech-colors-indigo-800:
    55,
    48,
    163;
  --tech-colors-indigo-900:
    49,
    46,
    129;
  --tech-colors-violet-50:
    245,
    243,
    255;
  --tech-colors-violet-100:
    237,
    233,
    254;
  --tech-colors-violet-200:
    221,
    214,
    254;
  --tech-colors-violet-300:
    196,
    181,
    253;
  --tech-colors-violet-400:
    167,
    139,
    250;
  --tech-colors-violet-500:
    139,
    92,
    246;
  --tech-colors-violet-600:
    124,
    58,
    237;
  --tech-colors-violet-700:
    109,
    40,
    217;
  --tech-colors-violet-800:
    91,
    33,
    182;
  --tech-colors-violet-900:
    76,
    29,
    149;
  --tech-colors-purple-50:
    250,
    245,
    255;
  --tech-colors-purple-100:
    243,
    232,
    255;
  --tech-colors-purple-200:
    233,
    213,
    255;
  --tech-colors-purple-300:
    216,
    180,
    254;
  --tech-colors-purple-400:
    192,
    132,
    252;
  --tech-colors-purple-500:
    168,
    85,
    247;
  --tech-colors-purple-600:
    147,
    51,
    234;
  --tech-colors-purple-700:
    126,
    34,
    206;
  --tech-colors-purple-800:
    107,
    33,
    168;
  --tech-colors-purple-900:
    88,
    28,
    135;
  --tech-colors-fuchsia-50:
    253,
    244,
    255;
  --tech-colors-fuchsia-100:
    250,
    232,
    255;
  --tech-colors-fuchsia-200:
    245,
    208,
    254;
  --tech-colors-fuchsia-300:
    240,
    171,
    252;
  --tech-colors-fuchsia-400:
    232,
    121,
    249;
  --tech-colors-fuchsia-500:
    217,
    70,
    239;
  --tech-colors-fuchsia-600:
    192,
    38,
    211;
  --tech-colors-fuchsia-700:
    162,
    28,
    175;
  --tech-colors-fuchsia-800:
    134,
    25,
    143;
  --tech-colors-fuchsia-900:
    112,
    26,
    117;
  --tech-colors-pink-50:
    253,
    242,
    248;
  --tech-colors-pink-100:
    252,
    231,
    243;
  --tech-colors-pink-200:
    251,
    207,
    232;
  --tech-colors-pink-300:
    249,
    168,
    212;
  --tech-colors-pink-400:
    244,
    114,
    182;
  --tech-colors-pink-500:
    236,
    72,
    153;
  --tech-colors-pink-600:
    219,
    39,
    119;
  --tech-colors-pink-700:
    190,
    24,
    93;
  --tech-colors-pink-800:
    157,
    23,
    77;
  --tech-colors-pink-900:
    131,
    24,
    67;
  --tech-colors-rose-50:
    255,
    241,
    242;
  --tech-colors-rose-100:
    255,
    228,
    230;
  --tech-colors-rose-200:
    254,
    205,
    211;
  --tech-colors-rose-300:
    253,
    164,
    175;
  --tech-colors-rose-400:
    251,
    113,
    133;
  --tech-colors-rose-500:
    244,
    63,
    94;
  --tech-colors-rose-600:
    225,
    29,
    72;
  --tech-colors-rose-700:
    190,
    18,
    60;
  --tech-colors-rose-800:
    159,
    18,
    57;
  --tech-colors-rose-900:
    136,
    19,
    55;
  --tech-colors-white:
    255,
    255,
    255;
  --tech-colors-black:
    0,
    0,
    0;
}
:root {
  --tech-spacing_0: 0px;
  --tech-spacing_px: 1px;
  --tech-spacing_0-5: 0.125rem;
  --tech-spacing_1: 0.25rem;
  --tech-spacing_1-5: 0.375rem;
  --tech-spacing_2: 0.5rem;
  --tech-spacing_2-5: 0.625rem;
  --tech-spacing_3: 0.75rem;
  --tech-spacing_3-5: 0.875rem;
  --tech-spacing_4: 1rem;
  --tech-spacing_5: 1.25rem;
  --tech-spacing_6: 1.5rem;
  --tech-spacing_7: 1.75rem;
  --tech-spacing_8: 2rem;
  --tech-spacing_9: 2.25rem;
  --tech-spacing_10: 2.5rem;
  --tech-spacing_11: 2.75rem;
  --tech-spacing_12: 3rem;
  --tech-spacing_14: 3.5rem;
  --tech-spacing_16: 4rem;
  --tech-spacing_20: 5rem;
  --tech-spacing_24: 6rem;
  --tech-spacing_28: 7rem;
  --tech-spacing_32: 8rem;
  --tech-spacing_36: 9rem;
  --tech-spacing_40: 10rem;
  --tech-spacing_44: 11rem;
  --tech-spacing_48: 12rem;
  --tech-spacing_52: 13rem;
  --tech-spacing_56: 14rem;
  --tech-spacing_60: 15rem;
  --tech-spacing_64: 16rem;
  --tech-spacing_72: 18rem;
  --tech-spacing_80: 20rem;
  --tech-spacing_96: 24rem;
  --tech-base-font-size: 16px;
  --tech-base-line-height: 1.375rem;
  --tech-font-size-3xs: 0.5rem;
  --tech-font-size-2xs: 0.625rem;
  --tech-font-size-xs: 0.75rem;
  --tech-font-size-sm: 0.875rem;
  --tech-font-size-md: 1rem;
  --tech-font-size-lg: 1.125rem;
  --tech-font-size-xl: 1.25rem;
  --tech-font-size-2xl: 1.5rem;
  --tech-font-size-3xl: 1.75rem;
  --tech-font-weight-lighter: 100;
  --tech-font-weight-light: 300;
  --tech-font-weight-normal: 400;
  --tech-font-weight-heavy: 500;
  --tech-font-weight-bold: 700;
  --tech-font-weight-bolder: 900;
  --tech-shadow: 0 3px 6px rgba(0,0,0, .16);
  --tech-shadow-md: 0 3px 12px rgba(0,0,0, .24);
  --tech-transition: .2s ease;
  --tech-border-radius: 3px;
  --tech-border-radius-lg: 6px;
  --tech-border-radius-xl: 12px;
  --tech-border-radius-full: 999px;
  --tech-alpha_01: 0.1;
  --tech-alpha_02: 0.2;
  --tech-alpha_03: 0.3;
  --tech-primary-source: var(--tech-colors-indigo-500);
  --tech-primary-lighter: rgba(var(--tech-primary-source), var(--tech-alpha_01));
  --tech-primary-light: rgba(var(--tech-primary-source), var(--tech-alpha_03));
  --tech-primary: rgb(var(--tech-primary-source));
  --tech-primary-dark: rgb(var(--tech-colors-indigo-600));
  --tech-primary-darker: rgb(var(--tech-colors-indigo-700));
  --tech-secondary-source: var(--tech-colors-slate-500);
  --tech-secondary-lighter: rgba(var(--tech-secondary-source), var(--tech-alpha_01));
  --tech-secondary-light: rgba(var(--tech-secondary-source), var(--tech-alpha_03));
  --tech-secondary: rgb(var(--tech-secondary-source));
  --tech-secondary-dark: rgb(var(--tech-colors-slate-600));
  --tech-secondary-darker: rgb(var(--tech-colors-slate-700));
  --tech-info-source: var(--tech-colors-sky-500);
  --tech-info-lighter: rgba(var(--tech-info-source), var(--tech-alpha_01));
  --tech-info-light: rgba(var(--tech-info-source), var(--tech-alpha_03));
  --tech-info: rgb(var(--tech-info-source));
  --tech-info-dark: rgb(var(--tech-colors-sky-600));
  --tech-info-darker: rgb(var(--tech-colors-sky-700));
  --tech-success-source: var(--tech-colors-emerald-500);
  --tech-success-lighter: rgba(var(--tech-success-source), var(--tech-alpha_01));
  --tech-success-light: rgba(var(--tech-success-source), var(--tech-alpha_03));
  --tech-success: rgb(var(--tech-success-source));
  --tech-success-dark: rgb(var(--tech-colors-emerald-600));
  --tech-success-darker: rgb(var(--tech-colors-emerald-700));
  --tech-warning-source: var(--tech-colors-yellow-500);
  --tech-warning-lighter: rgba(var(--tech-warning-source), var(--tech-alpha_01));
  --tech-warning-light: rgba(var(--tech-warning-source), var(--tech-alpha_03));
  --tech-warning: rgb(var(--tech-warning-source));
  --tech-warning-dark: rgb(var(--tech-colors-yellow-600));
  --tech-warning-darker: rgb(var(--tech-colors-yellow-700));
  --tech-danger-source: var(--tech-colors-red-700);
  --tech-danger-lighter: rgba(var(--tech-danger-source), var(--tech-alpha_01));
  --tech-danger-light: rgba(var(--tech-danger-source), var(--tech-alpha_03));
  --tech-danger: rgb(var(--tech-danger-source));
  --tech-danger-dark: rgb(var(--tech-colors-red-800));
  --tech-danger-darker: rgb(var(--tech-colors-red-900));
  --tech-font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
body {
  --tech-background-color: rgb(var(--tech-colors-white));
  --tech-background-color-dark: rgb(var(--tech-colors-gray-100));
  --tech-divider-color: var(--tech-colors-slate-200);
  --tech-text-color-source: var(--tech-colors-gray-600);
  --tech-text-color: rgb(var(--tech-colors-gray-600));
  --tech-text-color-light: rgb(var(--tech-colors-white));
  --tech-text-color-dark: rgb(var(--tech-colors-gray-700));
  --tech-input-label-color: var(--tech-colors-gray-500);
  --tech-input-label-color-focus: var(--tech-primary);
  --tech-input-label-color-error: var(--tech-danger-dark);
  --tech-input-label-color-disabled: rgba(var(--tech-text-color-source), 0.8);
  --tech-input-border-color: rgba(var(--tech-text-color-source), 0.3);
  --tech-input-border-color-hover: rgba(var(--tech-text-color-source), 0.8);
  --tech-input-border-color-focus: var(--tech-primary);
  --tech-input-border-color-error: var(--tech-danger);
  --tech-input-border-color-disabled: rgba(var(--tech-text-color-source), 0.2);
  --tech-input-background-color-disabled: rgba(var(--tech-text-color-source), 0.05);
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-latin-100-italic-MBA2DGXK.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-latin-300-italic-R2WB4ZTL.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-latin-400-italic-T7BPSL45.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-latin-500-italic-NO3OFNY5.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-latin-700-italic-7APZUHQD.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-latin-900-italic-SG4JWLFE.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-latin-100-normal-OOAFXKXL.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-latin-300-normal-HUKDSNAU.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-latin-400-normal-54N5OGOO.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-latin-500-normal-RXEWG4GH.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-latin-700-normal-MIORRAJE.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-latin-900-normal-QUCZXAN7.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-100-italic-JTHRUGMX.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-100-italic-S7EFSLMO.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-cyrillic-100-italic-H75HHCWQ.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-100-italic-NZL33PRW.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: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-greek-ext-100-italic-A6JSGM72.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-100-italic-RM3VWZNC.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-greek-100-italic-7MTXVNDO.woff2") format("woff2");
  src: url("./media/roboto-greek-100-italic-XVKHHNV3.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-vietnamese-100-italic-IIZKUV5S.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-100-italic-2ICSG444.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-latin-ext-100-italic-DUG7LFJP.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-100-italic-I3ZI4ULR.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-latin-100-italic-PRWOKKY7.woff2") format("woff2");
  src: url("./media/roboto-latin-100-italic-MBA2DGXK.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-300-italic-OKJNER53.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-300-italic-GU7NLBR6.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-cyrillic-300-italic-S3ZL4H6N.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-300-italic-WFRAOF6F.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: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-greek-ext-300-italic-E3JTHZPV.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-300-italic-UNWXTMEV.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-greek-300-italic-DU6ADTN6.woff2") format("woff2");
  src: url("./media/roboto-greek-300-italic-JYRQZYKS.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-vietnamese-300-italic-2G6SB52E.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-300-italic-QNEE2YXY.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-latin-ext-300-italic-UYHQ4PEP.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-300-italic-PZEXS77R.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-latin-300-italic-6JXY7KHB.woff2") format("woff2");
  src: url("./media/roboto-latin-300-italic-R2WB4ZTL.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-400-italic-KTK4R6NV.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-400-italic-IKOZFHVA.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-cyrillic-400-italic-JCQHE3DY.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-400-italic-IQFVEOOL.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: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-greek-ext-400-italic-DXG6ZKBC.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-400-italic-3WF5X6OA.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-greek-400-italic-YBBIZUX5.woff2") format("woff2");
  src: url("./media/roboto-greek-400-italic-AS2UASOT.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-vietnamese-400-italic-DEOG57KB.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-400-italic-GAW5AV4K.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-latin-ext-400-italic-ZCK57FVF.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-400-italic-D5S2FL7H.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-latin-400-italic-TFAPRTRA.woff2") format("woff2");
  src: url("./media/roboto-latin-400-italic-T7BPSL45.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-500-italic-UGHZMH5U.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-500-italic-RTPOL6L4.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-cyrillic-500-italic-ALEX55YJ.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-500-italic-OMIYHU7K.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: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-greek-ext-500-italic-TL7R6BSJ.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-500-italic-LETJDKFW.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-greek-500-italic-IZXIAWQJ.woff2") format("woff2");
  src: url("./media/roboto-greek-500-italic-REWZR564.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-vietnamese-500-italic-ZMPOCVNO.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-500-italic-4I7DFJBB.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-latin-ext-500-italic-RQCUOETB.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-500-italic-BXOF3RXG.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-latin-500-italic-BDWRG6XU.woff2") format("woff2");
  src: url("./media/roboto-latin-500-italic-NO3OFNY5.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-700-italic-56EQDG73.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-700-italic-BIGGNA7O.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-cyrillic-700-italic-7JCDTDRS.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-700-italic-W5V7JUJI.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: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-greek-ext-700-italic-V5UY6FG7.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-700-italic-VONXIQRA.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-greek-700-italic-37GQGP2J.woff2") format("woff2");
  src: url("./media/roboto-greek-700-italic-OXM7PXLD.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-vietnamese-700-italic-SP3CQARP.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-700-italic-PQIDHHVT.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-latin-ext-700-italic-EYFBSS6E.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-700-italic-5XONTJLJ.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-latin-700-italic-UWINQD2Z.woff2") format("woff2");
  src: url("./media/roboto-latin-700-italic-7APZUHQD.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-900-italic-BOFQGPHR.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-900-italic-4Y76I27U.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-cyrillic-900-italic-MLF4KN2K.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-900-italic-45UJRTHC.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: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-greek-ext-900-italic-YXY62Z2H.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-900-italic-CP26GQSU.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-greek-900-italic-RBFMCJZV.woff2") format("woff2");
  src: url("./media/roboto-greek-900-italic-ZMRSMKJZ.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-vietnamese-900-italic-V7536XV2.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-900-italic-XC5RHL5H.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-latin-ext-900-italic-YKT2HG4A.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-900-italic-QRNP26QQ.woff") format("woff");
  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: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-latin-900-italic-UHNJSYJP.woff2") format("woff2");
  src: url("./media/roboto-latin-900-italic-SG4JWLFE.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-100-normal-IIXO7BOE.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-100-normal-WKUTKSD4.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-cyrillic-100-normal-SCAHFMWV.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-100-normal-AQZ2HHON.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-weight: 100;
  font-display: swap;
  src: url("./media/roboto-greek-ext-100-normal-7H5IJ5PK.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-100-normal-TU7ISP6W.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-greek-100-normal-3JM6JDZI.woff2") format("woff2");
  src: url("./media/roboto-greek-100-normal-KOEOCTBK.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-vietnamese-100-normal-RWTIADI5.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-100-normal-UAGOQPUR.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-latin-ext-100-normal-ELEMAVBI.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-100-normal-KH3NUG3N.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/roboto-latin-100-normal-SQSIQYEQ.woff2") format("woff2");
  src: url("./media/roboto-latin-100-normal-OOAFXKXL.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-300-normal-D7ENCFLY.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-300-normal-LDSM56WA.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-cyrillic-300-normal-LQYCE6GI.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-300-normal-3BUT4JGL.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-weight: 300;
  font-display: swap;
  src: url("./media/roboto-greek-ext-300-normal-UB4UOTHV.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-300-normal-XUBSJPTH.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-greek-300-normal-7NUG2XNM.woff2") format("woff2");
  src: url("./media/roboto-greek-300-normal-7LXPCEQD.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-vietnamese-300-normal-JVDCXID7.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-300-normal-T4TOC26L.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-latin-ext-300-normal-ROZM7SZ2.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-300-normal-NGHUFZUZ.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/roboto-latin-300-normal-ZNJYGCVX.woff2") format("woff2");
  src: url("./media/roboto-latin-300-normal-HUKDSNAU.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-400-normal-J2JSVX6B.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-400-normal-Y66ZKD4O.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-cyrillic-400-normal-V3H5IIDP.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-400-normal-6JW3Q6UL.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-weight: 400;
  font-display: swap;
  src: url("./media/roboto-greek-ext-400-normal-IONFYYIZ.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-400-normal-JRMVRF66.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-greek-400-normal-VPVGP5YU.woff2") format("woff2");
  src: url("./media/roboto-greek-400-normal-YVGWJNX5.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-vietnamese-400-normal-KACKQ7ZL.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-400-normal-DDNVJO3T.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-latin-ext-400-normal-JLTDD7L3.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-400-normal-UMSBLPTO.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/roboto-latin-400-normal-LOX3CHMS.woff2") format("woff2");
  src: url("./media/roboto-latin-400-normal-54N5OGOO.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-500-normal-CDI2P3CX.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-500-normal-AAQU5ZGQ.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-cyrillic-500-normal-RHUEYUET.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-500-normal-AWMCDHTT.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-weight: 500;
  font-display: swap;
  src: url("./media/roboto-greek-ext-500-normal-UMWLP6CJ.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-500-normal-COZODMMK.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-greek-500-normal-XWJR77VV.woff2") format("woff2");
  src: url("./media/roboto-greek-500-normal-MKZBOWQQ.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-vietnamese-500-normal-VJX2WMYG.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-500-normal-6ESNSBNK.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-latin-ext-500-normal-JYCUQIKH.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-500-normal-UGCQCX6A.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/roboto-latin-500-normal-D6YDQ3CR.woff2") format("woff2");
  src: url("./media/roboto-latin-500-normal-RXEWG4GH.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-700-normal-EFD6V7AP.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-700-normal-3FUJMBMM.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-cyrillic-700-normal-SC4KOBVO.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-700-normal-FSJQIZI2.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-weight: 700;
  font-display: swap;
  src: url("./media/roboto-greek-ext-700-normal-QK2I7OFR.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-700-normal-EPRM6O3R.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-greek-700-normal-RO7FC64R.woff2") format("woff2");
  src: url("./media/roboto-greek-700-normal-WXFHNFPQ.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-vietnamese-700-normal-LA5HL3OG.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-700-normal-SU7RGW3X.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-latin-ext-700-normal-RZWHNB6B.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-700-normal-NK2J5GTF.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/roboto-latin-700-normal-T27NHG46.woff2") format("woff2");
  src: url("./media/roboto-latin-700-normal-MIORRAJE.woff") format("woff");
  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;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-cyrillic-ext-900-normal-KGSBZYWY.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-ext-900-normal-RXUBYI3M.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-cyrillic-900-normal-MVRTEOSA.woff2") format("woff2");
  src: url("./media/roboto-cyrillic-900-normal-ALWYHIKY.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-weight: 900;
  font-display: swap;
  src: url("./media/roboto-greek-ext-900-normal-MSDQ444M.woff2") format("woff2");
  src: url("./media/roboto-greek-ext-900-normal-MMPYBTK4.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-greek-900-normal-F2CGW6PH.woff2") format("woff2");
  src: url("./media/roboto-greek-900-normal-AWWUBRPC.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-vietnamese-900-normal-PHMVHVGD.woff2") format("woff2");
  src: url("./media/roboto-vietnamese-900-normal-7TXTKSIQ.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-latin-ext-900-normal-YI55VELW.woff2") format("woff2");
  src: url("./media/roboto-latin-ext-900-normal-54QOTSQ7.woff") format("woff");
  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: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/roboto-latin-900-normal-OCA4GQGA.woff2") format("woff2");
  src: url("./media/roboto-latin-900-normal-QUCZXAN7.woff") format("woff");
  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;
}
.tech-button {
  -webkit-tap-highlight-color: transparent;
  border: none;
  color: var(--tech-text-color-light);
  text-decoration: none;
  white-space: nowrap;
  border-radius: var(--tech-border-radius);
  padding: 0 var(--tech-spacing_4);
  height: 36px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: var(--tech-font-size-sm);
  text-transform: uppercase;
  font-weight: var(--tech-font-weight-heavy);
  text-align: center;
  font-family: inherit;
  transition: background-color var(--tech-transition), box-shadow var(--tech-transition);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  --tech-button-background: var(--tech-primary);
  --tech-button-background-hover: var(--tech-primary-dark);
  --tech-button-background-active: var(--tech-primary-darker);
  background: var(--tech-button-background);
}
.tech-button:hover {
  box-shadow: var(--tech-shadow);
  background: var(--tech-button-background-hover);
}
.tech-button:active {
  box-shadow: none;
  background: var(--tech-button-background-active);
}
.tech-button.tech-button--color-primary {
  --tech-button-background: var(--tech-primary);
  --tech-button-background-hover: var(--tech-primary-dark);
  --tech-button-background-active: var(--tech-primary-darker);
}
.tech-button.tech-button--color-secondary {
  --tech-button-background: var(--tech-secondary);
  --tech-button-background-hover: var(--tech-secondary-dark);
  --tech-button-background-active: var(--tech-secondary-darker);
}
.tech-button.tech-button--color-info {
  --tech-button-background: var(--tech-info);
  --tech-button-background-hover: var(--tech-info-dark);
  --tech-button-background-active: var(--tech-info-darker);
}
.tech-button.tech-button--color-success {
  --tech-button-background: var(--tech-success);
  --tech-button-background-hover: var(--tech-success-dark);
  --tech-button-background-active: var(--tech-success-darker);
}
.tech-button.tech-button--color-warning {
  --tech-button-background: var(--tech-warning);
  --tech-button-background-hover: var(--tech-warning-dark);
  --tech-button-background-active: var(--tech-warning-darker);
}
.tech-button.tech-button--color-danger {
  --tech-button-background: var(--tech-danger);
  --tech-button-background-hover: var(--tech-danger-dark);
  --tech-button-background-active: var(--tech-danger-darker);
}
.tech-button[disabled] {
  --tech-button-background: rgba(var(--tech-colors-gray-500), .2);
  --tech-button-background-hover: rgba(var(--tech-colors-gray-500), .2);
  --tech-button-background-active: rgba(var(--tech-colors-gray-500), .2);
  box-shadow: none;
  color: rgb(var(--tech-colors-gray-400));
  cursor: not-allowed;
  opacity: 0.5;
}
.tech-button[disabled]:hover {
  box-shadow: none;
}
.tech-button.tech-button--round-full {
  border-radius: var(--tech-border-radius-full);
}
.tech-button.tech-button--round-semi {
  border-radius: var(--tech-border-radius-lg);
}
.tech-button.tech-button--round-normal {
  border-radius: var(--tech-border-radius);
}
.tech-button.tech-button--round-none {
  border-radius: 0;
}
.tech-button tech-icon[techPrefix] {
  padding-right: var(--tech-spacing_2);
}
.tech-button tech-icon[techSuffix] {
  padding-left: var(--tech-spacing_2);
}
.tech-icon-button {
  width: 36px;
  padding: 0;
}
.tech-icon-button tech-icon {
  padding-right: 0;
  padding-left: 0;
}
.tech-flat-button {
  -webkit-tap-highlight-color: transparent;
  border: none;
  color: var(--tech-text-color-light);
  text-decoration: none;
  white-space: nowrap;
  border-radius: var(--tech-border-radius);
  padding: 0 var(--tech-spacing_4);
  height: 36px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: var(--tech-font-size-sm);
  text-transform: uppercase;
  font-weight: var(--tech-font-weight-heavy);
  text-align: center;
  font-family: inherit;
  transition: background-color var(--tech-transition), box-shadow var(--tech-transition);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  --tech-button-background: var(--tech-primary);
  --tech-button-background-hover: var(--tech-primary-dark);
  --tech-button-background-active: var(--tech-primary-darker);
  background: var(--tech-button-background);
}
.tech-flat-button:hover {
  box-shadow: var(--tech-shadow);
  background: var(--tech-button-background-hover);
}
.tech-flat-button:active {
  box-shadow: none;
  background: var(--tech-button-background-active);
}
.tech-flat-button.tech-button--color-primary {
  --tech-button-background: var(--tech-primary);
  --tech-button-background-hover: var(--tech-primary-dark);
  --tech-button-background-active: var(--tech-primary-darker);
}
.tech-flat-button.tech-button--color-secondary {
  --tech-button-background: var(--tech-secondary);
  --tech-button-background-hover: var(--tech-secondary-dark);
  --tech-button-background-active: var(--tech-secondary-darker);
}
.tech-flat-button.tech-button--color-info {
  --tech-button-background: var(--tech-info);
  --tech-button-background-hover: var(--tech-info-dark);
  --tech-button-background-active: var(--tech-info-darker);
}
.tech-flat-button.tech-button--color-success {
  --tech-button-background: var(--tech-success);
  --tech-button-background-hover: var(--tech-success-dark);
  --tech-button-background-active: var(--tech-success-darker);
}
.tech-flat-button.tech-button--color-warning {
  --tech-button-background: var(--tech-warning);
  --tech-button-background-hover: var(--tech-warning-dark);
  --tech-button-background-active: var(--tech-warning-darker);
}
.tech-flat-button.tech-button--color-danger {
  --tech-button-background: var(--tech-danger);
  --tech-button-background-hover: var(--tech-danger-dark);
  --tech-button-background-active: var(--tech-danger-darker);
}
.tech-flat-button[disabled] {
  --tech-button-background: rgba(var(--tech-colors-gray-500), .2);
  --tech-button-background-hover: rgba(var(--tech-colors-gray-500), .2);
  --tech-button-background-active: rgba(var(--tech-colors-gray-500), .2);
  box-shadow: none;
  color: rgb(var(--tech-colors-gray-400));
  cursor: not-allowed;
  opacity: 0.5;
}
.tech-flat-button[disabled]:hover {
  box-shadow: none;
}
.tech-flat-button.tech-button--round-full {
  border-radius: var(--tech-border-radius-full);
}
.tech-flat-button.tech-button--round-semi {
  border-radius: var(--tech-border-radius-lg);
}
.tech-flat-button.tech-button--round-normal {
  border-radius: var(--tech-border-radius);
}
.tech-flat-button.tech-button--round-none {
  border-radius: 0;
}
.tech-flat-button {
  background: transparent;
}
.tech-flat-button:hover {
  box-shadow: none;
}
.tech-flat-button.tech-button--color-primary {
  color: var(--tech-primary);
  --tech-button-background-hover: var(--tech-primary-lighter);
  --tech-button-background-active: var(--tech-primary-light);
}
.tech-flat-button.tech-button--color-secondary {
  color: var(--tech-secondary);
  --tech-button-background-hover: var(--tech-secondary-lighter);
  --tech-button-background-active: var(--tech-secondary-light);
}
.tech-flat-button.tech-button--color-info {
  color: var(--tech-info);
  --tech-button-background-hover: var(--tech-info-lighter);
  --tech-button-background-active: var(--tech-info-light);
}
.tech-flat-button.tech-button--color-success {
  color: var(--tech-success);
  --tech-button-background-hover: var(--tech-success-lighter);
  --tech-button-background-active: var(--tech-success-light);
}
.tech-flat-button.tech-button--color-warning {
  color: var(--tech-warning);
  --tech-button-background-hover: var(--tech-warning-lighter);
  --tech-button-background-active: var(--tech-warning-light);
}
.tech-flat-button.tech-button--color-danger {
  color: var(--tech-danger);
  --tech-button-background-hover: var(--tech-danger-lighter);
  --tech-button-background-active: var(--tech-danger-light);
}
.tech-flat-button[disabled] {
  color: var(--tech-text-color);
  opacity: 0.3;
}
.tech-flat-button[disabled]:hover {
  background: transparent;
  color: var(--tech-text-color);
}
.tech-flat-button[disabled]:active {
  background: transparent;
  color: var(--tech-text-color);
}
.tech-icon-round-button {
  padding: 0;
  border-radius: var(--tech-border-radius-full) !important;
}
.tech-badges {
}
.tech-badges.tech-badges-small {
  position: relative;
  left: 3px;
  display: inline;
  border-radius: 4px;
  --tech-badges-background: var(--tech-secondary-darker);
  --tech-badges-color: var(--tech-colors-white);
}
.tech-badges.tech-badges-small.tech-badges--color-standard .tech-badge-content {
  background-color: var(--tech-secondary-darker);
}
.tech-badges.tech-badges-small.tech-badges--color-primary .tech-badge-content {
  background-color: var(--tech-primary);
}
.tech-badges.tech-badges-small.tech-badges--color-secondary .tech-badge-content {
  background-color: var(--tech-secondary);
}
.tech-badges.tech-badges-small.tech-badges--color-info .tech-badge-content {
  background-color: var(--tech-info);
}
.tech-badges.tech-badges-small.tech-badges--color-success .tech-badge-content {
  background-color: var(--tech-success);
}
.tech-badges.tech-badges-small.tech-badges--color-warning .tech-badge-content {
  background-color: var(--tech-warning);
}
.tech-badges.tech-badges-small.tech-badges--color-danger .tech-badge-content {
  background-color: var(--tech-danger);
}
.tech-badges.tech-badges-small.tech-badges-top .tech-badge-content {
  top: -12px;
}
.tech-badges.tech-badges-small.tech-badges-bottom .tech-badge-content {
  bottom: -12px;
}
.tech-badges.tech-badges-small.tech-badges-left .tech-badge-content {
  left: -12px;
}
.tech-badges.tech-badges-small.tech-badges-right .tech-badge-content {
  right: -12px;
}
.tech-badges.tech-badges-small.tech-badges-left:not(button) .tech-badge-content {
  left: auto !important;
}
.tech-badges.tech-badges-small.tech-badges-right:not(button) .tech-badge-content {
  right: auto !important;
}
.tech-badges.tech-badges-small.tech-badges-left:is(a) .tech-badge-content {
  left: -12px !important;
}
.tech-badges.tech-badges-small.tech-badges-right:is(a) .tech-badge-content {
  right: -12px !important;
}
.tech-badges.tech-badges-small.tech-badges-right .tech-badge-content {
  right: -12px;
}
.tech-badges.tech-badges-small.tech-badges-overlap.tech-badges-left .tech-badge-content {
  left: -12px;
}
.tech-badges.tech-badges-small.tech-badges-overlap.tech-badges-right .tech-badge-content {
  right: -12px;
}
.tech-badges.tech-badges-small .tech-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tech-secondary-darker);
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  font-weight: 600;
  font-size: 14px;
  padding: 3px 4px;
  box-sizing: content-box;
}
.tech-badges.tech-badges-small .tech-badge-content {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.tech-badges.tech-badges-medium {
  position: relative;
  left: 3px;
  display: inline;
  border-radius: 4px;
  --tech-badges-background: var(--tech-secondary-darker);
  --tech-badges-color: var(--tech-colors-white);
}
.tech-badges.tech-badges-medium.tech-badges--color-standard .tech-badge-content {
  background-color: var(--tech-secondary-darker);
}
.tech-badges.tech-badges-medium.tech-badges--color-primary .tech-badge-content {
  background-color: var(--tech-primary);
}
.tech-badges.tech-badges-medium.tech-badges--color-secondary .tech-badge-content {
  background-color: var(--tech-secondary);
}
.tech-badges.tech-badges-medium.tech-badges--color-info .tech-badge-content {
  background-color: var(--tech-info);
}
.tech-badges.tech-badges-medium.tech-badges--color-success .tech-badge-content {
  background-color: var(--tech-success);
}
.tech-badges.tech-badges-medium.tech-badges--color-warning .tech-badge-content {
  background-color: var(--tech-warning);
}
.tech-badges.tech-badges-medium.tech-badges--color-danger .tech-badge-content {
  background-color: var(--tech-danger);
}
.tech-badges.tech-badges-medium.tech-badges-top .tech-badge-content {
  top: -15px;
}
.tech-badges.tech-badges-medium.tech-badges-bottom .tech-badge-content {
  bottom: -15px;
}
.tech-badges.tech-badges-medium.tech-badges-left .tech-badge-content {
  left: -15px;
}
.tech-badges.tech-badges-medium.tech-badges-right .tech-badge-content {
  right: -15px;
}
.tech-badges.tech-badges-medium.tech-badges-left:not(button) .tech-badge-content {
  left: auto !important;
}
.tech-badges.tech-badges-medium.tech-badges-right:not(button) .tech-badge-content {
  right: auto !important;
}
.tech-badges.tech-badges-medium.tech-badges-left:is(a) .tech-badge-content {
  left: -15px !important;
}
.tech-badges.tech-badges-medium.tech-badges-right:is(a) .tech-badge-content {
  right: -15px !important;
}
.tech-badges.tech-badges-medium.tech-badges-right .tech-badge-content {
  right: -15px;
}
.tech-badges.tech-badges-medium.tech-badges-overlap.tech-badges-left .tech-badge-content {
  left: -15px;
}
.tech-badges.tech-badges-medium.tech-badges-overlap.tech-badges-right .tech-badge-content {
  right: -15px;
}
.tech-badges.tech-badges-medium .tech-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tech-secondary-darker);
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 6px;
  box-sizing: content-box;
}
.tech-badges.tech-badges-medium .tech-badge-content {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tech-badges.tech-badges-large {
  position: relative;
  left: 3px;
  display: inline;
  border-radius: 4px;
  --tech-badges-background: var(--tech-secondary-darker);
  --tech-badges-color: var(--tech-colors-white);
}
.tech-badges.tech-badges-large.tech-badges--color-standard .tech-badge-content {
  background-color: var(--tech-secondary-darker);
}
.tech-badges.tech-badges-large.tech-badges--color-primary .tech-badge-content {
  background-color: var(--tech-primary);
}
.tech-badges.tech-badges-large.tech-badges--color-secondary .tech-badge-content {
  background-color: var(--tech-secondary);
}
.tech-badges.tech-badges-large.tech-badges--color-info .tech-badge-content {
  background-color: var(--tech-info);
}
.tech-badges.tech-badges-large.tech-badges--color-success .tech-badge-content {
  background-color: var(--tech-success);
}
.tech-badges.tech-badges-large.tech-badges--color-warning .tech-badge-content {
  background-color: var(--tech-warning);
}
.tech-badges.tech-badges-large.tech-badges--color-danger .tech-badge-content {
  background-color: var(--tech-danger);
}
.tech-badges.tech-badges-large.tech-badges-top .tech-badge-content {
  top: -18px;
}
.tech-badges.tech-badges-large.tech-badges-bottom .tech-badge-content {
  bottom: -18px;
}
.tech-badges.tech-badges-large.tech-badges-left .tech-badge-content {
  left: -18px;
}
.tech-badges.tech-badges-large.tech-badges-right .tech-badge-content {
  right: -18px;
}
.tech-badges.tech-badges-large.tech-badges-left:not(button) .tech-badge-content {
  left: auto !important;
}
.tech-badges.tech-badges-large.tech-badges-right:not(button) .tech-badge-content {
  right: auto !important;
}
.tech-badges.tech-badges-large.tech-badges-left:is(a) .tech-badge-content {
  left: -18px !important;
}
.tech-badges.tech-badges-large.tech-badges-right:is(a) .tech-badge-content {
  right: -18px !important;
}
.tech-badges.tech-badges-large.tech-badges-right .tech-badge-content {
  right: -18px;
}
.tech-badges.tech-badges-large.tech-badges-overlap.tech-badges-left .tech-badge-content {
  left: -18px;
}
.tech-badges.tech-badges-large.tech-badges-overlap.tech-badges-right .tech-badge-content {
  right: -18px;
}
.tech-badges.tech-badges-large .tech-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tech-secondary-darker);
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  font-weight: 600;
  font-size: 18px;
  padding: 7px 8px;
  box-sizing: content-box;
}
.tech-badges.tech-badges-large .tech-badge-content {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.tech-badges-icon {
  left: 30%;
  position: relative;
  display: inline-flex !important;
}
.tech-badges-extended {
  position: relative;
  left: 3px;
  display: inline;
  border-radius: 4px;
  --tech-badges-background: var(--tech-secondary-darker);
  --tech-badges-color: var(--tech-colors-white);
}
.tech-badges-extended.tech-badges--color-standard .tech-badge-content {
  background-color: var(--tech-secondary-darker);
}
.tech-badges-extended.tech-badges--color-primary .tech-badge-content {
  background-color: var(--tech-primary);
}
.tech-badges-extended.tech-badges--color-secondary .tech-badge-content {
  background-color: var(--tech-secondary);
}
.tech-badges-extended.tech-badges--color-info .tech-badge-content {
  background-color: var(--tech-info);
}
.tech-badges-extended.tech-badges--color-success .tech-badge-content {
  background-color: var(--tech-success);
}
.tech-badges-extended.tech-badges--color-warning .tech-badge-content {
  background-color: var(--tech-warning);
}
.tech-badges-extended.tech-badges--color-danger .tech-badge-content {
  background-color: var(--tech-danger);
}
.tech-badges-extended.tech-badges-top .tech-badge-content {
  top: -15px;
}
.tech-badges-extended.tech-badges-bottom .tech-badge-content {
  bottom: -15px;
}
.tech-badges-extended.tech-badges-left .tech-badge-content {
  left: -15px;
}
.tech-badges-extended.tech-badges-right .tech-badge-content {
  right: -15px;
}
.tech-badges-extended.tech-badges-left:not(button) .tech-badge-content {
  left: auto !important;
}
.tech-badges-extended.tech-badges-right:not(button) .tech-badge-content {
  right: auto !important;
}
.tech-badges-extended.tech-badges-left:is(a) .tech-badge-content {
  left: -15px !important;
}
.tech-badges-extended.tech-badges-right:is(a) .tech-badge-content {
  right: -15px !important;
}
.tech-badges-extended.tech-badges-right .tech-badge-content {
  right: -15px;
}
.tech-badges-extended.tech-badges-overlap.tech-badges-left .tech-badge-content {
  left: -15px;
}
.tech-badges-extended.tech-badges-overlap.tech-badges-right .tech-badge-content {
  right: -15px;
}
.tech-badges-extended .tech-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tech-secondary-darker);
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 6px;
  box-sizing: content-box;
}
.tech-badges-extended .tech-badge-content {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tech-badges-extended {
  bottom: 50%;
  border-radius: 40%;
}
:root {
  --scrollbar-bg: rgba(var(--tech-colors-gray-300), 0.5);
  --scrollbar-thumb: rgb(var(--tech-colors-gray-600));
  --scrollbar-thumb-hover: rgb(var(--tech-colors-gray-700));
  --scrollbar-thumb-active: rgb(var(--tech-colors-gray-800));
}
.tech-scrollbars {
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-bg);
  scrollbar-width: thin;
  transition: all 300ms linear;
  scrollbar-gutter: stable both-edges;
}
.tech-scrollbars::-webkit-scrollbar {
  background-color: var(--scrollbar-bg);
  width: 8px;
  height: 8px;
}
.tech-scrollbars::-webkit-scrollbar-track {
  background-color: var(--scrollbar-bg);
}
.tech-scrollbars::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}
.tech-scrollbars::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
.tech-scrollbars::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}
.tech-scrollbars::-webkit-scrollbar-button {
  display: none;
}
html,
body {
  color: rgb(var(--tech-text-color));
  font: var(--tech-font-weight-normal) var(--tech-base-font-size)/var(--tech-base-line-height) var(--tech-font-family);
  letter-spacing: normal;
}
html h1,
body h1 {
  font: var(--tech-font-weight-normal) var(--tech-font-size-2xl)/calc(var(--tech-font-size-md) * 2) var(--tech-font-family);
  letter-spacing: normal;
  margin: 0 0 var(--tech-spacing_4);
}
html h2,
body h2 {
  font: var(--tech-font-weight-heavy) var(--tech-font-size-xl)/calc(var(--tech-font-size-md) * 2) var(--tech-font-family);
  letter-spacing: normal;
  margin: 0 0 var(--tech-spacing_4);
}
html h3,
body h3 {
  font: var(--tech-font-weight-normal) var(--tech-font-size-md)/var(--tech-font-size-3xl) var(--tech-font-family);
  letter-spacing: normal;
  margin: 0 0 var(--tech-spacing_4);
}
html h4,
body h4 {
  font: var(--tech-font-weight-normal) calc(var(--tech-font-size-md) * 0.93)/var(--tech-font-size-2xl) var(--tech-font-family);
  letter-spacing: normal;
  margin: 0 0 var(--tech-spacing_4);
}
html h5,
body h5 {
  font: var(--tech-font-weight-normal) calc(var(--tech-font-size-md) * 0.83)/var(--tech-font-size-xl) var(--tech-font-family);
  margin: 0 0 var(--tech-spacing_3);
}
html h6,
body h6 {
  font: var(--tech-font-weight-normal) calc(var(--tech-font-size-md) * 0.67)/var(--tech-font-size-xl) var(--tech-font-family);
  margin: 0 0 var(--tech-spacing_3);
}
html p,
body p {
  margin: 0 0 var(--tech-spacing_3);
}

/* node_modules/.pnpm/@tech+components@4.0.36-beta.1_23df1f4c5aef94ed915103d1e607b29a/node_modules/@tech/components/theme-light.css */
body.theme-light tech-notification {
  --tech-notifications-info-text-color: var(--tech-info);
  --tech-notifications-info-text-color-body: var(--tech-info-darker);
  --tech-notifications-info-text-color-title: var(--tech-info-darker);
  --tech-notifications-info-background-color: var(--tech-info-light);
  --tech-notifications-info-shadow: 0 3px 6px var(--tech-info-lighter);
  --tech-notifications-info-shadow-hover: 0 3px 12px var(--tech-info-light);
  --tech-notifications-info-icon-color: var(--tech-info);
  --tech-notifications-info-action-text-color: var(--tech-info);
  --tech-notifications-info-action-text-color-hover: var(--tech-info-dark);
  --tech-notifications-info-action-text-color-active: var(--tech-info);
  --tech-notifications-info-action-background-color: transparent;
  --tech-notifications-info-action-background-color-hover: var(--tech-info-lighter);
  --tech-notifications-info-action-background-color-active: var(--tech-info-light);
  --tech-notifications-info-close-button-color: var(--tech-info-dark);
  --tech-notifications-info-close-button-background-color: transparent;
  --tech-notifications-info-close-button-background-color-hover: var(--tech-info-light);
  --tech-notifications-info-close-button-background-color-active: var(--tech-info-light);
  --tech-notifications-success-text-color: var(--tech-success);
  --tech-notifications-success-text-color-body: var(--tech-success-darker);
  --tech-notifications-success-text-color-title: var(--tech-success-darker);
  --tech-notifications-success-background-color: var(--tech-success-light);
  --tech-notifications-success-shadow: 0 3px 6px var(--tech-success-lighter);
  --tech-notifications-success-shadow-hover: 0 3px 12px var(--tech-success-light);
  --tech-notifications-success-icon-color: var(--tech-success);
  --tech-notifications-success-action-text-color: var(--tech-success);
  --tech-notifications-success-action-text-color-hover: var(--tech-success-dark);
  --tech-notifications-success-action-text-color-active: var(--tech-success);
  --tech-notifications-success-action-background-color: transparent;
  --tech-notifications-success-action-background-color-hover: var(--tech-success-lighter);
  --tech-notifications-success-action-background-color-active: var(--tech-success-light);
  --tech-notifications-success-close-button-color: var(--tech-success-dark);
  --tech-notifications-success-close-button-background-color: transparent;
  --tech-notifications-success-close-button-background-color-hover: var(--tech-success-light);
  --tech-notifications-success-close-button-background-color-active: var(--tech-success-light);
  --tech-notifications-warning-text-color: var(--tech-warning);
  --tech-notifications-warning-text-color-body: var(--tech-warning-darker);
  --tech-notifications-warning-text-color-title: var(--tech-warning-darker);
  --tech-notifications-warning-background-color: var(--tech-warning-light);
  --tech-notifications-warning-shadow: 0 3px 6px var(--tech-warning-lighter);
  --tech-notifications-warning-shadow-hover: 0 3px 12px var(--tech-warning-light);
  --tech-notifications-warning-icon-color: var(--tech-warning);
  --tech-notifications-warning-action-text-color: var(--tech-warning);
  --tech-notifications-warning-action-text-color-hover: var(--tech-warning-dark);
  --tech-notifications-warning-action-text-color-active: var(--tech-warning);
  --tech-notifications-warning-action-background-color: transparent;
  --tech-notifications-warning-action-background-color-hover: var(--tech-warning-lighter);
  --tech-notifications-warning-action-background-color-active: var(--tech-warning-light);
  --tech-notifications-warning-close-button-color: var(--tech-warning-dark);
  --tech-notifications-warning-close-button-background-color: transparent;
  --tech-notifications-warning-close-button-background-color-hover: var(--tech-warning-light);
  --tech-notifications-warning-close-button-background-color-active: var(--tech-warning-light);
  --tech-notifications-danger-text-color: var(--tech-danger);
  --tech-notifications-danger-text-color-body: var(--tech-danger-darker);
  --tech-notifications-danger-text-color-title: var(--tech-danger-darker);
  --tech-notifications-danger-background-color: var(--tech-danger-light);
  --tech-notifications-danger-shadow: 0 3px 6px var(--tech-danger-lighter);
  --tech-notifications-danger-shadow-hover: 0 3px 12px var(--tech-danger-light);
  --tech-notifications-danger-icon-color: var(--tech-danger);
  --tech-notifications-danger-action-text-color: var(--tech-danger);
  --tech-notifications-danger-action-text-color-hover: var(--tech-danger-dark);
  --tech-notifications-danger-action-text-color-active: var(--tech-danger);
  --tech-notifications-danger-action-background-color: transparent;
  --tech-notifications-danger-action-background-color-hover: var(--tech-danger-lighter);
  --tech-notifications-danger-action-background-color-active: var(--tech-danger-light);
  --tech-notifications-danger-close-button-color: var(--tech-danger-dark);
  --tech-notifications-danger-close-button-background-color: transparent;
  --tech-notifications-danger-close-button-background-color-hover: var(--tech-danger-light);
  --tech-notifications-danger-close-button-background-color-active: var(--tech-danger-light);
}

/* node_modules/.pnpm/@tech+components@4.0.36-beta.1_23df1f4c5aef94ed915103d1e607b29a/node_modules/@tech/components/theme-dark.css */
body.theme-dark tech-notification {
  --tech-notifications-base-text-color: rgba(var(--tech-colors-white), .6);
  --tech-notifications-base-text-color-title: rgb(var(--tech-colors-white));
  --tech-notifications-base-text-color-body: rgba(var(--tech-colors-white), .85);
  --tech-notifications-base-action-text-color: rgba(var(--tech-colors-white), .85);
  --tech-notifications-base-action-text-color-hover: rgb(var(--tech-colors-white));
  --tech-notifications-base-action-text-color-active: rgb(var(--tech-colors-white));
  --tech-notifications-base-action-background-color: transparent;
  --tech-notifications-base-action-background-color-hover: rgba(var(--tech-colors-black), .15);
  --tech-notifications-base-action-background-color-active: rgba(var(--tech-colors-black), .3);
  --tech-notifications-base-close-button-color: rgb(var(--tech-colors-white));
  --tech-notifications-base-close-button-background-color: transparent;
  --tech-notifications-base-close-button-background-color-hover: rgba(var(--tech-colors-black), .15);
  --tech-notifications-base-close-button-background-color-active: rgba(var(--tech-colors-black), .3);
  --tech-notifications-info-icon-color: rgba(var(--tech-colors-white), .6);
  --tech-notifications-success-icon-color: rgba(var(--tech-colors-white), .6);
  --tech-notifications-warning-icon-color: rgba(var(--tech-colors-white), .6);
  --tech-notifications-danger-icon-color: rgba(var(--tech-colors-white), .6);
  --tech-notifications-info-background-color: var(--tech-info-dark);
  --tech-notifications-success-background-color: var(--tech-success-dark);
  --tech-notifications-warning-background-color: var(--tech-warning-dark);
  --tech-notifications-danger-background-color: var(--tech-danger-dark);
}

/* src/app/styles/themes/_dev.scss */
:root {
  --core-panel-background: rgb(var(--tech-colors-zinc-800));
  --core-panel-active: rgb(var(--tech-colors-zinc-700));
  --core-sidebar-item-color: rgb(var(--tech-colors-zinc-400));
  --core-sidebar-item-color-active: rgb(var(--tech-colors-white));
  --core-sidebar-scrollbar-thumb: rgb(var(--tech-colors-zinc-600));
  --core-sidebar-scrollbar-thumb-hover: rgb(var(--tech-colors-zinc-500));
  --core-sidebar-scrollbar-thumb-active: rgb(var(--tech-colors-zinc-400));
}

/* node_modules/.pnpm/flag-icons@7.5.0/node_modules/flag-icons/css/flag-icons.min.css */
.fib,
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: "\a0";
}
.fi.fis {
  width: 1em;
}
.fi-xx {
  background-image: url("./media/xx-PLWBNAIN.svg");
}
.fi-xx.fis {
  background-image: url("./media/xx-G3UIP7DW.svg");
}
.fi-ad {
  background-image: url("./media/ad-WVS4VU5Z.svg");
}
.fi-ad.fis {
  background-image: url("./media/ad-CSZHNGVR.svg");
}
.fi-ae {
  background-image: url("./media/ae-6FRK6AZM.svg");
}
.fi-ae.fis {
  background-image: url("./media/ae-2A7XNIFU.svg");
}
.fi-af {
  background-image: url("./media/af-YYCQZTMI.svg");
}
.fi-af.fis {
  background-image: url("./media/af-INKHBY43.svg");
}
.fi-ag {
  background-image: url("./media/ag-MLHWUEFS.svg");
}
.fi-ag.fis {
  background-image: url("./media/ag-4TWHSYGO.svg");
}
.fi-ai {
  background-image: url("./media/ai-FINFSMYB.svg");
}
.fi-ai.fis {
  background-image: url("./media/ai-USZU7BF3.svg");
}
.fi-al {
  background-image: url("./media/al-LX4JVSFF.svg");
}
.fi-al.fis {
  background-image: url("./media/al-JAZ3J42J.svg");
}
.fi-am {
  background-image: url("./media/am-P5ZIE6XV.svg");
}
.fi-am.fis {
  background-image: url("./media/am-GSESEJM5.svg");
}
.fi-ao {
  background-image: url("./media/ao-UT6SIN5N.svg");
}
.fi-ao.fis {
  background-image: url("./media/ao-3RQCMZL6.svg");
}
.fi-aq {
  background-image: url("./media/aq-ZYPY4U2R.svg");
}
.fi-aq.fis {
  background-image: url("./media/aq-6LPVLOJ5.svg");
}
.fi-ar {
  background-image: url("./media/ar-MIEAOHWP.svg");
}
.fi-ar.fis {
  background-image: url("./media/ar-ADBHFCB5.svg");
}
.fi-as {
  background-image: url("./media/as-AFSH7LPB.svg");
}
.fi-as.fis {
  background-image: url("./media/as-UKIT7IQG.svg");
}
.fi-at {
  background-image: url("./media/at-LOEZTH7U.svg");
}
.fi-at.fis {
  background-image: url("./media/at-57ZS3UEH.svg");
}
.fi-au {
  background-image: url("./media/au-G5MX3IJM.svg");
}
.fi-au.fis {
  background-image: url("./media/au-65DV5A7C.svg");
}
.fi-aw {
  background-image: url("./media/aw-77CRWWSI.svg");
}
.fi-aw.fis {
  background-image: url("./media/aw-HDZESU3O.svg");
}
.fi-ax {
  background-image: url("./media/ax-KKUASZ2E.svg");
}
.fi-ax.fis {
  background-image: url("./media/ax-74KRLXQ4.svg");
}
.fi-az {
  background-image: url("./media/az-NDX32BEU.svg");
}
.fi-az.fis {
  background-image: url("./media/az-DODTDJFK.svg");
}
.fi-ba {
  background-image: url("./media/ba-U3MTPTGM.svg");
}
.fi-ba.fis {
  background-image: url("./media/ba-662VQHCC.svg");
}
.fi-bb {
  background-image: url("./media/bb-J5IMGOVD.svg");
}
.fi-bb.fis {
  background-image: url("./media/bb-HEBFUVVN.svg");
}
.fi-bd {
  background-image: url("./media/bd-HMCXBQD3.svg");
}
.fi-bd.fis {
  background-image: url("./media/bd-3WQOALJA.svg");
}
.fi-be {
  background-image: url("./media/be-O7GM6FZX.svg");
}
.fi-be.fis {
  background-image: url("./media/be-RXMHZQOU.svg");
}
.fi-bf {
  background-image: url("./media/bf-IFOTMWPV.svg");
}
.fi-bf.fis {
  background-image: url("./media/bf-LAHWWADE.svg");
}
.fi-bg {
  background-image: url("./media/bg-E7TOOTKR.svg");
}
.fi-bg.fis {
  background-image: url("./media/bg-2XZIGVGO.svg");
}
.fi-bh {
  background-image: url("./media/bh-F7YG7A6Z.svg");
}
.fi-bh.fis {
  background-image: url("./media/bh-QSDHTEIW.svg");
}
.fi-bi {
  background-image: url("./media/bi-U2ZALGUG.svg");
}
.fi-bi.fis {
  background-image: url("./media/bi-WD3FHDHV.svg");
}
.fi-bj {
  background-image: url("./media/bj-CN25RSKN.svg");
}
.fi-bj.fis {
  background-image: url("./media/bj-CSYFBYJX.svg");
}
.fi-bl {
  background-image: url("./media/bl-BVLZS6N6.svg");
}
.fi-bl.fis {
  background-image: url("./media/bl-FQR6M52P.svg");
}
.fi-bm {
  background-image: url("./media/bm-UJYJRUXQ.svg");
}
.fi-bm.fis {
  background-image: url("./media/bm-OUTZ6BCH.svg");
}
.fi-bn {
  background-image: url("./media/bn-YE5LSPKO.svg");
}
.fi-bn.fis {
  background-image: url("./media/bn-JZPMRRNL.svg");
}
.fi-bo {
  background-image: url("./media/bo-T2X2U5Y2.svg");
}
.fi-bo.fis {
  background-image: url("./media/bo-I64H4HM7.svg");
}
.fi-bq {
  background-image: url("./media/bq-63KYFP2P.svg");
}
.fi-bq.fis {
  background-image: url("./media/bq-NCZV5VRJ.svg");
}
.fi-br {
  background-image: url("./media/br-3Y26HUAJ.svg");
}
.fi-br.fis {
  background-image: url("./media/br-M6TFAL6M.svg");
}
.fi-bs {
  background-image: url("./media/bs-2C7RMWIG.svg");
}
.fi-bs.fis {
  background-image: url("./media/bs-D7DELWN7.svg");
}
.fi-bt {
  background-image: url("./media/bt-XSK7E7FD.svg");
}
.fi-bt.fis {
  background-image: url("./media/bt-DI23WV4Q.svg");
}
.fi-bv {
  background-image: url("./media/bv-3PDSPR4E.svg");
}
.fi-bv.fis {
  background-image: url("./media/bv-WN3KBQRU.svg");
}
.fi-bw {
  background-image: url("./media/bw-34ZWNZWI.svg");
}
.fi-bw.fis {
  background-image: url("./media/bw-UGYDHEK3.svg");
}
.fi-by {
  background-image: url("./media/by-3TFC4SNR.svg");
}
.fi-by.fis {
  background-image: url("./media/by-VH23K4GM.svg");
}
.fi-bz {
  background-image: url("./media/bz-A6YTSORZ.svg");
}
.fi-bz.fis {
  background-image: url("./media/bz-EOOSEAIP.svg");
}
.fi-ca {
  background-image: url("./media/ca-RFV4UZ2Q.svg");
}
.fi-ca.fis {
  background-image: url("./media/ca-WQC5DB53.svg");
}
.fi-cc {
  background-image: url("./media/cc-OVOWQDZT.svg");
}
.fi-cc.fis {
  background-image: url("./media/cc-RPI2SZZG.svg");
}
.fi-cd {
  background-image: url("./media/cd-EWAILBJX.svg");
}
.fi-cd.fis {
  background-image: url("./media/cd-775WWT4L.svg");
}
.fi-cf {
  background-image: url("./media/cf-XZ4EZSBL.svg");
}
.fi-cf.fis {
  background-image: url("./media/cf-NT7STPUR.svg");
}
.fi-cg {
  background-image: url("./media/cg-2HM4F56T.svg");
}
.fi-cg.fis {
  background-image: url("./media/cg-JMHTE5PU.svg");
}
.fi-ch {
  background-image: url("./media/ch-USJZZOGC.svg");
}
.fi-ch.fis {
  background-image: url("./media/ch-XK5AFUZJ.svg");
}
.fi-ci {
  background-image: url("./media/ci-KFEINJVJ.svg");
}
.fi-ci.fis {
  background-image: url("./media/ci-M54FCW6L.svg");
}
.fi-ck {
  background-image: url("./media/ck-ATMQHHMA.svg");
}
.fi-ck.fis {
  background-image: url("./media/ck-2Z4BDAPR.svg");
}
.fi-cl {
  background-image: url("./media/cl-Y567I43B.svg");
}
.fi-cl.fis {
  background-image: url("./media/cl-LIRBEXHU.svg");
}
.fi-cm {
  background-image: url("./media/cm-UKMPYCC7.svg");
}
.fi-cm.fis {
  background-image: url("./media/cm-6SBA3VM6.svg");
}
.fi-cn {
  background-image: url("./media/cn-P7M3XOME.svg");
}
.fi-cn.fis {
  background-image: url("./media/cn-ZNJNV4IL.svg");
}
.fi-co {
  background-image: url("./media/co-NN4OA66V.svg");
}
.fi-co.fis {
  background-image: url("./media/co-O2ECSUVX.svg");
}
.fi-cr {
  background-image: url("./media/cr-ZQEISEUX.svg");
}
.fi-cr.fis {
  background-image: url("./media/cr-DMRHIMC5.svg");
}
.fi-cu {
  background-image: url("./media/cu-IFDVQOOF.svg");
}
.fi-cu.fis {
  background-image: url("./media/cu-VWPEGJ3Z.svg");
}
.fi-cv {
  background-image: url("./media/cv-RMXBYFLP.svg");
}
.fi-cv.fis {
  background-image: url("./media/cv-KJX5SGW5.svg");
}
.fi-cw {
  background-image: url("./media/cw-SO4F3P5A.svg");
}
.fi-cw.fis {
  background-image: url("./media/cw-AJKHVX6T.svg");
}
.fi-cx {
  background-image: url("./media/cx-7UVFV3VV.svg");
}
.fi-cx.fis {
  background-image: url("./media/cx-IZ3KL2GP.svg");
}
.fi-cy {
  background-image: url("./media/cy-OJEUQTEX.svg");
}
.fi-cy.fis {
  background-image: url("./media/cy-EOO2JBKI.svg");
}
.fi-cz {
  background-image: url("./media/cz-PSDLWGGB.svg");
}
.fi-cz.fis {
  background-image: url("./media/cz-QNKUAFG6.svg");
}
.fi-de {
  background-image: url("./media/de-MZUAL5O7.svg");
}
.fi-de.fis {
  background-image: url("./media/de-OZB4IZTT.svg");
}
.fi-dj {
  background-image: url("./media/dj-7WZCZM6N.svg");
}
.fi-dj.fis {
  background-image: url("./media/dj-LE4POCSP.svg");
}
.fi-dk {
  background-image: url("./media/dk-JMBRHM34.svg");
}
.fi-dk.fis {
  background-image: url("./media/dk-RGBW7M2U.svg");
}
.fi-dm {
  background-image: url("./media/dm-YMQF4KNF.svg");
}
.fi-dm.fis {
  background-image: url("./media/dm-XZS4XU7P.svg");
}
.fi-do {
  background-image: url("./media/do-SBKDMMUM.svg");
}
.fi-do.fis {
  background-image: url("./media/do-LX7RYXZN.svg");
}
.fi-dz {
  background-image: url("./media/dz-5TGC2F6O.svg");
}
.fi-dz.fis {
  background-image: url("./media/dz-JVBE53J2.svg");
}
.fi-ec {
  background-image: url("./media/ec-7Z2J7NDS.svg");
}
.fi-ec.fis {
  background-image: url("./media/ec-YQIK2NB2.svg");
}
.fi-ee {
  background-image: url("./media/ee-K3ODV3VK.svg");
}
.fi-ee.fis {
  background-image: url("./media/ee-QZX5D2O5.svg");
}
.fi-eg {
  background-image: url("./media/eg-AR6V26BC.svg");
}
.fi-eg.fis {
  background-image: url("./media/eg-7JACT5ZO.svg");
}
.fi-eh {
  background-image: url("./media/eh-RQWWFEAA.svg");
}
.fi-eh.fis {
  background-image: url("./media/eh-7NPZFSBW.svg");
}
.fi-er {
  background-image: url("./media/er-KIRTBRZF.svg");
}
.fi-er.fis {
  background-image: url("./media/er-3WONC2FU.svg");
}
.fi-es {
  background-image: url("./media/es-W5FXGZQG.svg");
}
.fi-es.fis {
  background-image: url("./media/es-K3QE5W2N.svg");
}
.fi-et {
  background-image: url("./media/et-EWIPOR6K.svg");
}
.fi-et.fis {
  background-image: url("./media/et-QMP3OGKR.svg");
}
.fi-fi {
  background-image: url("./media/fi-S5EH7BG6.svg");
}
.fi-fi.fis {
  background-image: url("./media/fi-E3JGQ7PL.svg");
}
.fi-fj {
  background-image: url("./media/fj-U7G4LWJB.svg");
}
.fi-fj.fis {
  background-image: url("./media/fj-XWXY4C45.svg");
}
.fi-fk {
  background-image: url("./media/fk-F6TQFE43.svg");
}
.fi-fk.fis {
  background-image: url("./media/fk-M6YTU5ZV.svg");
}
.fi-fm {
  background-image: url("./media/fm-MJGAIAPB.svg");
}
.fi-fm.fis {
  background-image: url("./media/fm-T5U4ITOY.svg");
}
.fi-fo {
  background-image: url("./media/fo-M4LV5KMN.svg");
}
.fi-fo.fis {
  background-image: url("./media/fo-4IJHBALY.svg");
}
.fi-fr {
  background-image: url("./media/fr-6U4A3EWN.svg");
}
.fi-fr.fis {
  background-image: url("./media/fr-TMQYSRPC.svg");
}
.fi-ga {
  background-image: url("./media/ga-YVFEOFTR.svg");
}
.fi-ga.fis {
  background-image: url("./media/ga-5UURDNUX.svg");
}
.fi-gb {
  background-image: url("./media/gb-UUF3TOPS.svg");
}
.fi-gb.fis {
  background-image: url("./media/gb-QRYEKRSV.svg");
}
.fi-gd {
  background-image: url("./media/gd-4BNJI5VY.svg");
}
.fi-gd.fis {
  background-image: url("./media/gd-CSSVRXT2.svg");
}
.fi-ge {
  background-image: url("./media/ge-5I22MBRW.svg");
}
.fi-ge.fis {
  background-image: url("./media/ge-LAAYSAQO.svg");
}
.fi-gf {
  background-image: url("./media/gf-GQZN5HJ5.svg");
}
.fi-gf.fis {
  background-image: url("./media/gf-5PJTSXDP.svg");
}
.fi-gg {
  background-image: url("./media/gg-FIL6D5PB.svg");
}
.fi-gg.fis {
  background-image: url("./media/gg-EAZW2EKW.svg");
}
.fi-gh {
  background-image: url("./media/gh-YF6PQ6FW.svg");
}
.fi-gh.fis {
  background-image: url("./media/gh-ISFQEUNF.svg");
}
.fi-gi {
  background-image: url("./media/gi-DN7STW4R.svg");
}
.fi-gi.fis {
  background-image: url("./media/gi-EOG4XJCI.svg");
}
.fi-gl {
  background-image: url("./media/gl-PA2YIJP7.svg");
}
.fi-gl.fis {
  background-image: url("./media/gl-KRCL3NCK.svg");
}
.fi-gm {
  background-image: url("./media/gm-5WF3VK63.svg");
}
.fi-gm.fis {
  background-image: url("./media/gm-7HY34KI6.svg");
}
.fi-gn {
  background-image: url("./media/gn-MSN2M353.svg");
}
.fi-gn.fis {
  background-image: url("./media/gn-6GDXA6D7.svg");
}
.fi-gp {
  background-image: url("./media/gp-XPVJBMQZ.svg");
}
.fi-gp.fis {
  background-image: url("./media/gp-N7HRXPRG.svg");
}
.fi-gq {
  background-image: url("./media/gq-YVZPM5OI.svg");
}
.fi-gq.fis {
  background-image: url("./media/gq-YYJI24Q2.svg");
}
.fi-gr {
  background-image: url("./media/gr-YRG5TXUI.svg");
}
.fi-gr.fis {
  background-image: url("./media/gr-WKNXHTGC.svg");
}
.fi-gs {
  background-image: url("./media/gs-7YZXJO4D.svg");
}
.fi-gs.fis {
  background-image: url("./media/gs-JLTYLCJJ.svg");
}
.fi-gt {
  background-image: url("./media/gt-YX2GRSLF.svg");
}
.fi-gt.fis {
  background-image: url("./media/gt-BF2FD7AX.svg");
}
.fi-gu {
  background-image: url("./media/gu-WAZ6PJUI.svg");
}
.fi-gu.fis {
  background-image: url("./media/gu-5GFPBJ2H.svg");
}
.fi-gw {
  background-image: url("./media/gw-5JOHOM4A.svg");
}
.fi-gw.fis {
  background-image: url("./media/gw-MOUWXICS.svg");
}
.fi-gy {
  background-image: url("./media/gy-USKJNYER.svg");
}
.fi-gy.fis {
  background-image: url("./media/gy-636EOCYC.svg");
}
.fi-hk {
  background-image: url("./media/hk-7PG6PZYV.svg");
}
.fi-hk.fis {
  background-image: url("./media/hk-3TQIFL4W.svg");
}
.fi-hm {
  background-image: url("./media/hm-QK556LBN.svg");
}
.fi-hm.fis {
  background-image: url("./media/hm-LPWLC72J.svg");
}
.fi-hn {
  background-image: url("./media/hn-E5B7VZX4.svg");
}
.fi-hn.fis {
  background-image: url("./media/hn-ATO4TSJZ.svg");
}
.fi-hr {
  background-image: url("./media/hr-GS35EQR2.svg");
}
.fi-hr.fis {
  background-image: url("./media/hr-6DEEZSRK.svg");
}
.fi-ht {
  background-image: url("./media/ht-3IFWGGF6.svg");
}
.fi-ht.fis {
  background-image: url("./media/ht-T6IVA52U.svg");
}
.fi-hu {
  background-image: url("./media/hu-C3DDGX7P.svg");
}
.fi-hu.fis {
  background-image: url("./media/hu-3ULY6T2N.svg");
}
.fi-id {
  background-image: url("./media/id-JSWZPKEB.svg");
}
.fi-id.fis {
  background-image: url("./media/id-CT342IAA.svg");
}
.fi-ie {
  background-image: url("./media/ie-QFERZM3U.svg");
}
.fi-ie.fis {
  background-image: url("./media/ie-H76CLZVR.svg");
}
.fi-il {
  background-image: url("./media/il-QCYKQ6FR.svg");
}
.fi-il.fis {
  background-image: url("./media/il-DCNITDWQ.svg");
}
.fi-im {
  background-image: url("./media/im-I6NNH2NW.svg");
}
.fi-im.fis {
  background-image: url("./media/im-MR3WDGRG.svg");
}
.fi-in {
  background-image: url("./media/in-RFNBK4ET.svg");
}
.fi-in.fis {
  background-image: url("./media/in-2DLPX63L.svg");
}
.fi-io {
  background-image: url("./media/io-7R7OXQKY.svg");
}
.fi-io.fis {
  background-image: url("./media/io-NO27AS2A.svg");
}
.fi-iq {
  background-image: url("./media/iq-55AX5UMN.svg");
}
.fi-iq.fis {
  background-image: url("./media/iq-S6LS2NUN.svg");
}
.fi-ir {
  background-image: url("./media/ir-QAP3XBD4.svg");
}
.fi-ir.fis {
  background-image: url("./media/ir-WC3H5SOH.svg");
}
.fi-is {
  background-image: url("./media/is-3ECY77QF.svg");
}
.fi-is.fis {
  background-image: url("./media/is-IKJDNY7W.svg");
}
.fi-it {
  background-image: url("./media/it-SGJZRZTG.svg");
}
.fi-it.fis {
  background-image: url("./media/it-UM7O24C7.svg");
}
.fi-je {
  background-image: url("./media/je-FN5CO33V.svg");
}
.fi-je.fis {
  background-image: url("./media/je-F5K7ILFN.svg");
}
.fi-jm {
  background-image: url("./media/jm-2KQZARJN.svg");
}
.fi-jm.fis {
  background-image: url("./media/jm-XWWLCPNS.svg");
}
.fi-jo {
  background-image: url("./media/jo-DV2T64H3.svg");
}
.fi-jo.fis {
  background-image: url("./media/jo-L4N4B7NG.svg");
}
.fi-jp {
  background-image: url("./media/jp-I2KXFJBD.svg");
}
.fi-jp.fis {
  background-image: url("./media/jp-65TZY7K2.svg");
}
.fi-ke {
  background-image: url("./media/ke-6FWLA2OA.svg");
}
.fi-ke.fis {
  background-image: url("./media/ke-S65BOELU.svg");
}
.fi-kg {
  background-image: url("./media/kg-X2BMIK3G.svg");
}
.fi-kg.fis {
  background-image: url("./media/kg-TFH62HKQ.svg");
}
.fi-kh {
  background-image: url("./media/kh-CHVZUD2Q.svg");
}
.fi-kh.fis {
  background-image: url("./media/kh-4Z5KN7K4.svg");
}
.fi-ki {
  background-image: url("./media/ki-TZHFSXBP.svg");
}
.fi-ki.fis {
  background-image: url("./media/ki-FYE75PZ7.svg");
}
.fi-km {
  background-image: url("./media/km-PIG23ZAS.svg");
}
.fi-km.fis {
  background-image: url("./media/km-MRWRJE7G.svg");
}
.fi-kn {
  background-image: url("./media/kn-7U3Y5ED7.svg");
}
.fi-kn.fis {
  background-image: url("./media/kn-CCGIQR3T.svg");
}
.fi-kp {
  background-image: url("./media/kp-SEAR4W4Z.svg");
}
.fi-kp.fis {
  background-image: url("./media/kp-YJJ4ZO4H.svg");
}
.fi-kr {
  background-image: url("./media/kr-MU7S6YDV.svg");
}
.fi-kr.fis {
  background-image: url("./media/kr-W7DPZXO5.svg");
}
.fi-kw {
  background-image: url("./media/kw-625K23GU.svg");
}
.fi-kw.fis {
  background-image: url("./media/kw-7NHLMXCH.svg");
}
.fi-ky {
  background-image: url("./media/ky-J6OAXARV.svg");
}
.fi-ky.fis {
  background-image: url("./media/ky-Y3K2RVLW.svg");
}
.fi-kz {
  background-image: url("./media/kz-NYPJSTE2.svg");
}
.fi-kz.fis {
  background-image: url("./media/kz-A63AXCOQ.svg");
}
.fi-la {
  background-image: url("./media/la-EGLFW22S.svg");
}
.fi-la.fis {
  background-image: url("./media/la-UZ4XVL3O.svg");
}
.fi-lb {
  background-image: url("./media/lb-5UW5ZJWS.svg");
}
.fi-lb.fis {
  background-image: url("./media/lb-SW5QMKBD.svg");
}
.fi-lc {
  background-image: url("./media/lc-OULIXNAF.svg");
}
.fi-lc.fis {
  background-image: url("./media/lc-VMHZPRVP.svg");
}
.fi-li {
  background-image: url("./media/li-LTPNGJJM.svg");
}
.fi-li.fis {
  background-image: url("./media/li-SSDUPSSA.svg");
}
.fi-lk {
  background-image: url("./media/lk-W7CR3PX4.svg");
}
.fi-lk.fis {
  background-image: url("./media/lk-EMLG5DDX.svg");
}
.fi-lr {
  background-image: url("./media/lr-KO42VJWL.svg");
}
.fi-lr.fis {
  background-image: url("./media/lr-ETPAOBTN.svg");
}
.fi-ls {
  background-image: url("./media/ls-H76MXNPC.svg");
}
.fi-ls.fis {
  background-image: url("./media/ls-TV2LHLKM.svg");
}
.fi-lt {
  background-image: url("./media/lt-X5H273BZ.svg");
}
.fi-lt.fis {
  background-image: url("./media/lt-RSVM7DR2.svg");
}
.fi-lu {
  background-image: url("./media/lu-Q3PHAGF2.svg");
}
.fi-lu.fis {
  background-image: url("./media/lu-YUFF4VEK.svg");
}
.fi-lv {
  background-image: url("./media/lv-UD2OKAKZ.svg");
}
.fi-lv.fis {
  background-image: url("./media/lv-JFY5ZN55.svg");
}
.fi-ly {
  background-image: url("./media/ly-OZ6WDQ73.svg");
}
.fi-ly.fis {
  background-image: url("./media/ly-WFLGLZ3G.svg");
}
.fi-ma {
  background-image: url("./media/ma-VSPIMR33.svg");
}
.fi-ma.fis {
  background-image: url("./media/ma-AELGTMLU.svg");
}
.fi-mc {
  background-image: url("./media/mc-IV2TK64Y.svg");
}
.fi-mc.fis {
  background-image: url("./media/mc-RWDN7GBP.svg");
}
.fi-md {
  background-image: url("./media/md-3OSMP7CU.svg");
}
.fi-md.fis {
  background-image: url("./media/md-DLAQKR3G.svg");
}
.fi-me {
  background-image: url("./media/me-JF4ISXGZ.svg");
}
.fi-me.fis {
  background-image: url("./media/me-PYQLSQWK.svg");
}
.fi-mf {
  background-image: url("./media/mf-5RTEBV3V.svg");
}
.fi-mf.fis {
  background-image: url("./media/mf-XQEUTB33.svg");
}
.fi-mg {
  background-image: url("./media/mg-7XGP7WEH.svg");
}
.fi-mg.fis {
  background-image: url("./media/mg-JB33C2RL.svg");
}
.fi-mh {
  background-image: url("./media/mh-FZUUKPYM.svg");
}
.fi-mh.fis {
  background-image: url("./media/mh-QQZSE2EP.svg");
}
.fi-mk {
  background-image: url("./media/mk-4CGYETXE.svg");
}
.fi-mk.fis {
  background-image: url("./media/mk-F2FINWYG.svg");
}
.fi-ml {
  background-image: url("./media/ml-REJ3NIH6.svg");
}
.fi-ml.fis {
  background-image: url("./media/ml-XJ6OQGYU.svg");
}
.fi-mm {
  background-image: url("./media/mm-RDY24G3G.svg");
}
.fi-mm.fis {
  background-image: url("./media/mm-LCHQEOG3.svg");
}
.fi-mn {
  background-image: url("./media/mn-GZPVWGU7.svg");
}
.fi-mn.fis {
  background-image: url("./media/mn-W7QXSVY7.svg");
}
.fi-mo {
  background-image: url("./media/mo-LQF6KQBW.svg");
}
.fi-mo.fis {
  background-image: url("./media/mo-E2DHXYUL.svg");
}
.fi-mp {
  background-image: url("./media/mp-7OKXFG5J.svg");
}
.fi-mp.fis {
  background-image: url("./media/mp-RBBNB2UM.svg");
}
.fi-mq {
  background-image: url("./media/mq-KUXVEPE7.svg");
}
.fi-mq.fis {
  background-image: url("./media/mq-76GWDJXU.svg");
}
.fi-mr {
  background-image: url("./media/mr-WHEUMQBT.svg");
}
.fi-mr.fis {
  background-image: url("./media/mr-CAVFBP2S.svg");
}
.fi-ms {
  background-image: url("./media/ms-K7K4BZXH.svg");
}
.fi-ms.fis {
  background-image: url("./media/ms-FYMVQ26Q.svg");
}
.fi-mt {
  background-image: url("./media/mt-FKAZRJHZ.svg");
}
.fi-mt.fis {
  background-image: url("./media/mt-XCVQ55PC.svg");
}
.fi-mu {
  background-image: url("./media/mu-ZHDOJ3TI.svg");
}
.fi-mu.fis {
  background-image: url("./media/mu-IKV5OAGF.svg");
}
.fi-mv {
  background-image: url("./media/mv-6NYHRQLF.svg");
}
.fi-mv.fis {
  background-image: url("./media/mv-ZWMFKUNA.svg");
}
.fi-mw {
  background-image: url("./media/mw-NHPNPETS.svg");
}
.fi-mw.fis {
  background-image: url("./media/mw-MWTRGIR2.svg");
}
.fi-mx {
  background-image: url("./media/mx-CE2LQUFP.svg");
}
.fi-mx.fis {
  background-image: url("./media/mx-XQSZK5TD.svg");
}
.fi-my {
  background-image: url("./media/my-7QKJDGWA.svg");
}
.fi-my.fis {
  background-image: url("./media/my-FTOMRUNQ.svg");
}
.fi-mz {
  background-image: url("./media/mz-EUDOTZOI.svg");
}
.fi-mz.fis {
  background-image: url("./media/mz-J4CMZFUJ.svg");
}
.fi-na {
  background-image: url("./media/na-KS5KAAHO.svg");
}
.fi-na.fis {
  background-image: url("./media/na-UZGYZIPX.svg");
}
.fi-nc {
  background-image: url("./media/nc-7ZHOHZIE.svg");
}
.fi-nc.fis {
  background-image: url("./media/nc-KHCVQ3CA.svg");
}
.fi-ne {
  background-image: url("./media/ne-NIQVZJOH.svg");
}
.fi-ne.fis {
  background-image: url("./media/ne-3WV2VAGZ.svg");
}
.fi-nf {
  background-image: url("./media/nf-BY5TRXD6.svg");
}
.fi-nf.fis {
  background-image: url("./media/nf-IB6SVOCC.svg");
}
.fi-ng {
  background-image: url("./media/ng-5QXHJYS4.svg");
}
.fi-ng.fis {
  background-image: url("./media/ng-KJDQPHTZ.svg");
}
.fi-ni {
  background-image: url("./media/ni-KFRUCHJY.svg");
}
.fi-ni.fis {
  background-image: url("./media/ni-X5745JJN.svg");
}
.fi-nl {
  background-image: url("./media/nl-YSPORVIR.svg");
}
.fi-nl.fis {
  background-image: url("./media/nl-FSMODX3U.svg");
}
.fi-no {
  background-image: url("./media/no-JTVUCTCT.svg");
}
.fi-no.fis {
  background-image: url("./media/no-UUM3YD7C.svg");
}
.fi-np {
  background-image: url("./media/np-HJPOYHEB.svg");
}
.fi-np.fis {
  background-image: url("./media/np-VFDZHTRO.svg");
}
.fi-nr {
  background-image: url("./media/nr-7GG6ZEK3.svg");
}
.fi-nr.fis {
  background-image: url("./media/nr-VA5HA23D.svg");
}
.fi-nu {
  background-image: url("./media/nu-4OUEUAXX.svg");
}
.fi-nu.fis {
  background-image: url("./media/nu-VN2VZZK5.svg");
}
.fi-nz {
  background-image: url("./media/nz-CYQS4UPV.svg");
}
.fi-nz.fis {
  background-image: url("./media/nz-4KLKVJVG.svg");
}
.fi-om {
  background-image: url("./media/om-ISPXLMQJ.svg");
}
.fi-om.fis {
  background-image: url("./media/om-A5DSAHBH.svg");
}
.fi-pa {
  background-image: url("./media/pa-PC5ZUPN6.svg");
}
.fi-pa.fis {
  background-image: url("./media/pa-X3FDV5QL.svg");
}
.fi-pe {
  background-image: url("./media/pe-CMQM2GTM.svg");
}
.fi-pe.fis {
  background-image: url("./media/pe-OTUAVF3F.svg");
}
.fi-pf {
  background-image: url("./media/pf-IHUQZUIO.svg");
}
.fi-pf.fis {
  background-image: url("./media/pf-IMCFY7FY.svg");
}
.fi-pg {
  background-image: url("./media/pg-ZNRFG2YQ.svg");
}
.fi-pg.fis {
  background-image: url("./media/pg-5V4ZU7HT.svg");
}
.fi-ph {
  background-image: url("./media/ph-2IMCALLE.svg");
}
.fi-ph.fis {
  background-image: url("./media/ph-7XE723TW.svg");
}
.fi-pk {
  background-image: url("./media/pk-WUV7X2DC.svg");
}
.fi-pk.fis {
  background-image: url("./media/pk-HGQFY5FC.svg");
}
.fi-pl {
  background-image: url("./media/pl-JSSZW3KY.svg");
}
.fi-pl.fis {
  background-image: url("./media/pl-W7YEMTF5.svg");
}
.fi-pm {
  background-image: url("./media/pm-UVIIXDZR.svg");
}
.fi-pm.fis {
  background-image: url("./media/pm-NY5YOR5H.svg");
}
.fi-pn {
  background-image: url("./media/pn-WTQ2W2VH.svg");
}
.fi-pn.fis {
  background-image: url("./media/pn-LYI3AO5D.svg");
}
.fi-pr {
  background-image: url("./media/pr-RHIV6URD.svg");
}
.fi-pr.fis {
  background-image: url("./media/pr-5LEJVZHH.svg");
}
.fi-ps {
  background-image: url("./media/ps-V6KGIQPI.svg");
}
.fi-ps.fis {
  background-image: url("./media/ps-MUPGH2AI.svg");
}
.fi-pt {
  background-image: url("./media/pt-VTKAHQAY.svg");
}
.fi-pt.fis {
  background-image: url("./media/pt-OULXL7DV.svg");
}
.fi-pw {
  background-image: url("./media/pw-YQJZ6R4B.svg");
}
.fi-pw.fis {
  background-image: url("./media/pw-4R6NRIC7.svg");
}
.fi-py {
  background-image: url("./media/py-S5MYBXBE.svg");
}
.fi-py.fis {
  background-image: url("./media/py-MUR5PEE3.svg");
}
.fi-qa {
  background-image: url("./media/qa-6547HYTX.svg");
}
.fi-qa.fis {
  background-image: url("./media/qa-PHNLGCML.svg");
}
.fi-re {
  background-image: url("./media/re-2PCPYGMW.svg");
}
.fi-re.fis {
  background-image: url("./media/re-JUMEK724.svg");
}
.fi-ro {
  background-image: url("./media/ro-YBPUPSYC.svg");
}
.fi-ro.fis {
  background-image: url("./media/ro-JCC2KRGD.svg");
}
.fi-rs {
  background-image: url("./media/rs-HP76C2NL.svg");
}
.fi-rs.fis {
  background-image: url("./media/rs-B5C62J77.svg");
}
.fi-ru {
  background-image: url("./media/ru-FRCHSBTM.svg");
}
.fi-ru.fis {
  background-image: url("./media/ru-T3RKIDXZ.svg");
}
.fi-rw {
  background-image: url("./media/rw-ZBPAPAP4.svg");
}
.fi-rw.fis {
  background-image: url("./media/rw-ATVPPEBH.svg");
}
.fi-sa {
  background-image: url("./media/sa-BW46R3BR.svg");
}
.fi-sa.fis {
  background-image: url("./media/sa-TJ3JAAG4.svg");
}
.fi-sb {
  background-image: url("./media/sb-Z5VEZ25P.svg");
}
.fi-sb.fis {
  background-image: url("./media/sb-MOULO6LC.svg");
}
.fi-sc {
  background-image: url("./media/sc-V2MOTRIU.svg");
}
.fi-sc.fis {
  background-image: url("./media/sc-SWRDLW3S.svg");
}
.fi-sd {
  background-image: url("./media/sd-4DSZW3W3.svg");
}
.fi-sd.fis {
  background-image: url("./media/sd-ZQ44F7OI.svg");
}
.fi-se {
  background-image: url("./media/se-5RJHQXTW.svg");
}
.fi-se.fis {
  background-image: url("./media/se-NY67VEUK.svg");
}
.fi-sg {
  background-image: url("./media/sg-PLMFMQ2U.svg");
}
.fi-sg.fis {
  background-image: url("./media/sg-NR6HPXPC.svg");
}
.fi-sh {
  background-image: url("./media/sh-HLIV5IJZ.svg");
}
.fi-sh.fis {
  background-image: url("./media/sh-TJMGU47M.svg");
}
.fi-si {
  background-image: url("./media/si-ERIUG64V.svg");
}
.fi-si.fis {
  background-image: url("./media/si-PQDA3RQI.svg");
}
.fi-sj {
  background-image: url("./media/sj-EOPZSLCL.svg");
}
.fi-sj.fis {
  background-image: url("./media/sj-QYYJ3R3Y.svg");
}
.fi-sk {
  background-image: url("./media/sk-ELFBGQEC.svg");
}
.fi-sk.fis {
  background-image: url("./media/sk-IH44HMRL.svg");
}
.fi-sl {
  background-image: url("./media/sl-DE7XOWOL.svg");
}
.fi-sl.fis {
  background-image: url("./media/sl-XDRPTSE3.svg");
}
.fi-sm {
  background-image: url("./media/sm-JITZHE4P.svg");
}
.fi-sm.fis {
  background-image: url("./media/sm-T456GX2E.svg");
}
.fi-sn {
  background-image: url("./media/sn-KYWABXNT.svg");
}
.fi-sn.fis {
  background-image: url("./media/sn-HK436VOQ.svg");
}
.fi-so {
  background-image: url("./media/so-QH5SJVG2.svg");
}
.fi-so.fis {
  background-image: url("./media/so-SCWJTLJW.svg");
}
.fi-sr {
  background-image: url("./media/sr-HMODPFV5.svg");
}
.fi-sr.fis {
  background-image: url("./media/sr-BFJ2NIE7.svg");
}
.fi-ss {
  background-image: url("./media/ss-CYJKS5XU.svg");
}
.fi-ss.fis {
  background-image: url("./media/ss-N5S5IPGO.svg");
}
.fi-st {
  background-image: url("./media/st-4LIOQET4.svg");
}
.fi-st.fis {
  background-image: url("./media/st-ETCSW6CL.svg");
}
.fi-sv {
  background-image: url("./media/sv-SVKTTQZJ.svg");
}
.fi-sv.fis {
  background-image: url("./media/sv-JJ7PGQKT.svg");
}
.fi-sx {
  background-image: url("./media/sx-DIQRHMRS.svg");
}
.fi-sx.fis {
  background-image: url("./media/sx-XI7KKH7B.svg");
}
.fi-sy {
  background-image: url("./media/sy-D4ZDMKR3.svg");
}
.fi-sy.fis {
  background-image: url("./media/sy-6RCKNZUQ.svg");
}
.fi-sz {
  background-image: url("./media/sz-ZSNOQNHB.svg");
}
.fi-sz.fis {
  background-image: url("./media/sz-MG5COQXB.svg");
}
.fi-tc {
  background-image: url("./media/tc-DVAM44GW.svg");
}
.fi-tc.fis {
  background-image: url("./media/tc-PFTC74CB.svg");
}
.fi-td {
  background-image: url("./media/td-IEJMZVM7.svg");
}
.fi-td.fis {
  background-image: url("./media/td-L4QKZRA4.svg");
}
.fi-tf {
  background-image: url("./media/tf-PSLXXLYB.svg");
}
.fi-tf.fis {
  background-image: url("./media/tf-L6UFHBZP.svg");
}
.fi-tg {
  background-image: url("./media/tg-K4K352CF.svg");
}
.fi-tg.fis {
  background-image: url("./media/tg-UGUE6RST.svg");
}
.fi-th {
  background-image: url("./media/th-WAHAQKQK.svg");
}
.fi-th.fis {
  background-image: url("./media/th-543UAZS4.svg");
}
.fi-tj {
  background-image: url("./media/tj-Z2UJEGVZ.svg");
}
.fi-tj.fis {
  background-image: url("./media/tj-CVBC574I.svg");
}
.fi-tk {
  background-image: url("./media/tk-YC7WNHF3.svg");
}
.fi-tk.fis {
  background-image: url("./media/tk-JRIL6W7E.svg");
}
.fi-tl {
  background-image: url("./media/tl-FRLMYCHK.svg");
}
.fi-tl.fis {
  background-image: url("./media/tl-RI4B3XTP.svg");
}
.fi-tm {
  background-image: url("./media/tm-YD7DXRTX.svg");
}
.fi-tm.fis {
  background-image: url("./media/tm-NKHMK24W.svg");
}
.fi-tn {
  background-image: url("./media/tn-G7EOPTWC.svg");
}
.fi-tn.fis {
  background-image: url("./media/tn-ADYDPKKU.svg");
}
.fi-to {
  background-image: url("./media/to-4IPHWATD.svg");
}
.fi-to.fis {
  background-image: url("./media/to-Y3ZWK7GO.svg");
}
.fi-tr {
  background-image: url("./media/tr-2TE5SKW5.svg");
}
.fi-tr.fis {
  background-image: url("./media/tr-BXXVVJLD.svg");
}
.fi-tt {
  background-image: url("./media/tt-4CMF6HDJ.svg");
}
.fi-tt.fis {
  background-image: url("./media/tt-NK2SRYUQ.svg");
}
.fi-tv {
  background-image: url("./media/tv-HASL2ZPX.svg");
}
.fi-tv.fis {
  background-image: url("./media/tv-NEB4WA2N.svg");
}
.fi-tw {
  background-image: url("./media/tw-OOSFQCFC.svg");
}
.fi-tw.fis {
  background-image: url("./media/tw-X2EV3JOS.svg");
}
.fi-tz {
  background-image: url("./media/tz-F7DARXBO.svg");
}
.fi-tz.fis {
  background-image: url("./media/tz-DSCJI5GW.svg");
}
.fi-ua {
  background-image: url("./media/ua-6L6MVDVK.svg");
}
.fi-ua.fis {
  background-image: url("./media/ua-DEDK3LCD.svg");
}
.fi-ug {
  background-image: url("./media/ug-SUFOZCE2.svg");
}
.fi-ug.fis {
  background-image: url("./media/ug-IR5577EN.svg");
}
.fi-um {
  background-image: url("./media/um-3TCGFAMU.svg");
}
.fi-um.fis {
  background-image: url("./media/um-HPF3LBVV.svg");
}
.fi-us {
  background-image: url("./media/us-5WPJ3T3N.svg");
}
.fi-us.fis {
  background-image: url("./media/us-OS5BPCLY.svg");
}
.fi-uy {
  background-image: url("./media/uy-SU32MXNU.svg");
}
.fi-uy.fis {
  background-image: url("./media/uy-2LGNGCBQ.svg");
}
.fi-uz {
  background-image: url("./media/uz-6LD3WNBK.svg");
}
.fi-uz.fis {
  background-image: url("./media/uz-KR6UXLJE.svg");
}
.fi-va {
  background-image: url("./media/va-SWMHLWJN.svg");
}
.fi-va.fis {
  background-image: url("./media/va-IIHI4DCJ.svg");
}
.fi-vc {
  background-image: url("./media/vc-73265KDC.svg");
}
.fi-vc.fis {
  background-image: url("./media/vc-ENVAYUHB.svg");
}
.fi-ve {
  background-image: url("./media/ve-7QMM4EDR.svg");
}
.fi-ve.fis {
  background-image: url("./media/ve-7LNK7AU5.svg");
}
.fi-vg {
  background-image: url("./media/vg-K235OISV.svg");
}
.fi-vg.fis {
  background-image: url("./media/vg-UK5I2DQS.svg");
}
.fi-vi {
  background-image: url("./media/vi-A7WYZ7V4.svg");
}
.fi-vi.fis {
  background-image: url("./media/vi-VLVLCRRK.svg");
}
.fi-vn {
  background-image: url("./media/vn-OLY63DMY.svg");
}
.fi-vn.fis {
  background-image: url("./media/vn-QUENQA3C.svg");
}
.fi-vu {
  background-image: url("./media/vu-4BCJQIBN.svg");
}
.fi-vu.fis {
  background-image: url("./media/vu-4LYJO6DK.svg");
}
.fi-wf {
  background-image: url("./media/wf-XSUYVC54.svg");
}
.fi-wf.fis {
  background-image: url("./media/wf-64XCGZ3D.svg");
}
.fi-ws {
  background-image: url("./media/ws-PVUKQ4PE.svg");
}
.fi-ws.fis {
  background-image: url("./media/ws-P5MXR5ZW.svg");
}
.fi-ye {
  background-image: url("./media/ye-TWPEZHYT.svg");
}
.fi-ye.fis {
  background-image: url("./media/ye-R46HCZOQ.svg");
}
.fi-yt {
  background-image: url("./media/yt-ARO4LFTS.svg");
}
.fi-yt.fis {
  background-image: url("./media/yt-UUCGT7AF.svg");
}
.fi-za {
  background-image: url("./media/za-WS2IXHK7.svg");
}
.fi-za.fis {
  background-image: url("./media/za-IGVA77JN.svg");
}
.fi-zm {
  background-image: url("./media/zm-545JV347.svg");
}
.fi-zm.fis {
  background-image: url("./media/zm-LDTTV5LG.svg");
}
.fi-zw {
  background-image: url("./media/zw-HZY5LJGS.svg");
}
.fi-zw.fis {
  background-image: url("./media/zw-6ENSY5DW.svg");
}
.fi-arab {
  background-image: url("./media/arab-A42JLJNT.svg");
}
.fi-arab.fis {
  background-image: url("./media/arab-S6KYB4TR.svg");
}
.fi-asean {
  background-image: url("./media/asean-ELZDU4TE.svg");
}
.fi-asean.fis {
  background-image: url("./media/asean-SS3GRO5T.svg");
}
.fi-cefta {
  background-image: url("./media/cefta-HR3KQ2EO.svg");
}
.fi-cefta.fis {
  background-image: url("./media/cefta-NTUUUQSZ.svg");
}
.fi-cp {
  background-image: url("./media/cp-2DVX35UB.svg");
}
.fi-cp.fis {
  background-image: url("./media/cp-6QAMTOXH.svg");
}
.fi-dg {
  background-image: url("./media/dg-FXQ2KR4X.svg");
}
.fi-dg.fis {
  background-image: url("./media/dg-KL5G7PRJ.svg");
}
.fi-eac {
  background-image: url("./media/eac-DLAEKB33.svg");
}
.fi-eac.fis {
  background-image: url("./media/eac-RVDXN5KH.svg");
}
.fi-es-ct {
  background-image: url("./media/es-ct-LZMYMK2E.svg");
}
.fi-es-ct.fis {
  background-image: url("./media/es-ct-YZMY3BN2.svg");
}
.fi-es-ga {
  background-image: url("./media/es-ga-6PZUYNFD.svg");
}
.fi-es-ga.fis {
  background-image: url("./media/es-ga-CPWP5IRZ.svg");
}
.fi-es-pv {
  background-image: url("./media/es-pv-OXFBXZM5.svg");
}
.fi-es-pv.fis {
  background-image: url("./media/es-pv-TCDUGVHX.svg");
}
.fi-eu {
  background-image: url("./media/eu-Z34VKHYH.svg");
}
.fi-eu.fis {
  background-image: url("./media/eu-N4MK7TMC.svg");
}
.fi-gb-eng {
  background-image: url("./media/gb-eng-4H6GWTY6.svg");
}
.fi-gb-eng.fis {
  background-image: url("./media/gb-eng-KED2JQT6.svg");
}
.fi-gb-nir {
  background-image: url("./media/gb-nir-R3CUP5HV.svg");
}
.fi-gb-nir.fis {
  background-image: url("./media/gb-nir-6QHYPVOC.svg");
}
.fi-gb-sct {
  background-image: url("./media/gb-sct-CDZZA2QR.svg");
}
.fi-gb-sct.fis {
  background-image: url("./media/gb-sct-MYMPELAJ.svg");
}
.fi-gb-wls {
  background-image: url("./media/gb-wls-U35MHGIX.svg");
}
.fi-gb-wls.fis {
  background-image: url("./media/gb-wls-DTZ5TTAQ.svg");
}
.fi-ic {
  background-image: url("./media/ic-CQCOSBIQ.svg");
}
.fi-ic.fis {
  background-image: url("./media/ic-XC4APDRB.svg");
}
.fi-pc {
  background-image: url("./media/pc-TT6YEIH4.svg");
}
.fi-pc.fis {
  background-image: url("./media/pc-EX5GAM4Z.svg");
}
.fi-sh-ac {
  background-image: url("./media/sh-ac-JFUG6UDV.svg");
}
.fi-sh-ac.fis {
  background-image: url("./media/sh-ac-CA7Y7WNG.svg");
}
.fi-sh-hl {
  background-image: url("./media/sh-hl-YQIJUYB7.svg");
}
.fi-sh-hl.fis {
  background-image: url("./media/sh-hl-MZFPYVQ5.svg");
}
.fi-sh-ta {
  background-image: url("./media/sh-ta-E3Y363IZ.svg");
}
.fi-sh-ta.fis {
  background-image: url("./media/sh-ta-TYDLYCHE.svg");
}
.fi-un {
  background-image: url("./media/un-TACTIQXL.svg");
}
.fi-un.fis {
  background-image: url("./media/un-64W32BF7.svg");
}
.fi-xk {
  background-image: url("./media/xk-T7BAH4YE.svg");
}
.fi-xk.fis {
  background-image: url("./media/xk-SYLXNOIJ.svg");
}

/* angular:styles/global:styles */
