@layer vuetify-components {
  .v-img {
    --v-theme-overlay-multiplier: 3;
    z-index: 0;
  }
  .v-img.v-img--absolute {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .v-img.v-img--fit-content {
    max-width: fit-content;
  }
  .v-img.v-img--fit-content > .v-img__img {
    position: relative;
  }
  .v-img.v-img--fit-content > .v-responsive__sizer {
    display: none;
  }
  .v-img--booting .v-responsive__sizer {
    transition: none;
  }
  .v-img--rounded {
    border-radius: 4px;
  }
  .v-img__img,
  .v-img__picture,
  .v-img__gradient,
  .v-img__placeholder,
  .v-img__error {
    z-index: -1;
  }
  .v-img__img,
  .v-img__picture,
  .v-img__gradient,
  .v-img__placeholder,
  .v-img__error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-img__img--preload {
    filter: blur(4px);
  }
  .v-img__img--contain {
    object-fit: contain;
  }
  .v-img__img--cover {
    object-fit: cover;
  }
  .v-img__gradient {
    background-repeat: no-repeat;
  }
}@layer vuetify-components {
  .v-responsive {
    display: flex;
    flex: 1 0 auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .v-responsive--inline {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .v-responsive__content {
    flex: 1 0 0px;
    max-width: 100%;
  }
  .v-responsive__sizer ~ .v-responsive__content {
    margin-inline-start: -100%;
  }
  .v-responsive__sizer {
    flex: 1 0 0px;
    transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
}@layer vuetify-components {
  .v-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex-direction: row;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.0071428571em;
    line-height: normal;
    max-width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
    text-indent: 0.0071428571em;
    text-transform: none;
    transition-property: box-shadow, transform, opacity, background;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
  }
  .v-locale--is-rtl .v-btn {
    text-indent: -0.0071428571em;
  }
  .v-btn--size-x-small {
    --v-btn-size: 0.625rem;
    --v-btn-height: 20px;
    font-size: var(--v-btn-size);
    min-width: 36px;
    padding: 0 8px;
  }
  .v-btn--size-small {
    --v-btn-size: 0.75rem;
    --v-btn-height: 28px;
    font-size: var(--v-btn-size);
    min-width: 50px;
    padding: 0 12px;
  }
  .v-btn--size-default {
    --v-btn-size: 0.875rem;
    --v-btn-height: 36px;
    font-size: var(--v-btn-size);
    min-width: 64px;
    padding: 0 16px;
  }
  .v-btn--size-large {
    --v-btn-size: 1rem;
    --v-btn-height: 44px;
    font-size: var(--v-btn-size);
    min-width: 78px;
    padding: 0 20px;
  }
  .v-btn--size-x-large {
    --v-btn-size: 1.125rem;
    --v-btn-height: 52px;
    font-size: var(--v-btn-size);
    min-width: 92px;
    padding: 0 24px;
  }
  .v-btn.v-btn--density-default {
    height: calc(var(--v-btn-height) + 0px);
  }
  .v-btn.v-btn--density-comfortable {
    height: calc(var(--v-btn-height) + -8px);
  }
  .v-btn.v-btn--density-compact {
    height: calc(var(--v-btn-height) + -12px);
  }
  .v-btn {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-btn--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-btn--absolute {
    position: absolute;
  }
  .v-btn--fixed {
    position: fixed;
  }
  .v-btn:hover > .v-btn__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-btn:focus-visible > .v-btn__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-btn:focus > .v-btn__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-btn--variant-plain {
    opacity: 0.62;
  }
  .v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
    opacity: 1;
  }
  .v-btn--variant-plain .v-btn__overlay {
    display: none;
  }
  .v-btn--variant-elevated, .v-btn--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-btn--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-btn--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-btn--variant-outlined {
    border: thin solid currentColor;
  }
  .v-btn--variant-text .v-btn__overlay {
    background: currentColor;
  }
  .v-btn--variant-tonal .v-btn__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-btn .v-btn__underlay {
    position: absolute;
  }
  @supports selector(:focus-visible) {
    .v-btn::after {
      pointer-events: none;
      border: 2px solid currentColor;
      border-radius: inherit;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
    }
    .v-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .v-btn:focus-visible::after {
      opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn--icon {
    border-radius: 50%;
    min-width: 0;
    padding: 0;
  }
  .v-btn--icon.v-btn--size-default {
    --v-btn-size: 1rem;
  }
  .v-btn--icon.v-btn--density-default {
    width: calc(var(--v-btn-height) + 12px);
    height: calc(var(--v-btn-height) + 12px);
  }
  .v-btn--icon.v-btn--density-comfortable {
    width: calc(var(--v-btn-height) + 0px);
    height: calc(var(--v-btn-height) + 0px);
  }
  .v-btn--icon.v-btn--density-compact {
    width: calc(var(--v-btn-height) + -8px);
    height: calc(var(--v-btn-height) + -8px);
  }
  .v-btn--elevated:hover, .v-btn--elevated:focus {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-btn--elevated:active {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-btn--flat {
    box-shadow: none;
  }
  .v-btn--block {
    display: flex;
    flex: 1 0 auto;
    min-width: 100%;
  }
  .v-btn--spaced .v-btn__content {
    flex-grow: 1;
  }
  .v-btn--spaced.v-btn--spaced-start > .v-btn__content {
    justify-content: end;
  }
  .v-btn--spaced.v-btn--spaced-end > .v-btn__content {
    justify-content: start;
  }
  .v-btn--disabled {
    pointer-events: none;
    opacity: 0.26;
  }
  .v-btn--disabled:hover {
    opacity: 0.26;
  }
  .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
    box-shadow: none;
    opacity: 1;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) 26%, transparent);
    background: rgb(var(--v-theme-surface));
  }
  .v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
    opacity: 0.4615384615;
  }
  .v-btn--loading {
    pointer-events: none;
  }
  .v-btn--loading .v-btn__content,
  .v-btn--loading .v-btn__prepend,
  .v-btn--loading .v-btn__append {
    opacity: 0;
  }
  .v-btn--stacked {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  .v-btn--stacked .v-btn__content {
    flex-direction: column;
    line-height: 1.25;
  }
  .v-btn--stacked .v-btn__prepend,
  .v-btn--stacked .v-btn__append,
  .v-btn--stacked .v-btn__content > .v-icon--start,
  .v-btn--stacked .v-btn__content > .v-icon--end {
    margin-inline: 0;
  }
  .v-btn--stacked.v-btn--size-x-small {
    --v-btn-size: 0.625rem;
    --v-btn-height: 56px;
    font-size: var(--v-btn-size);
    min-width: 56px;
    padding: 0 12px;
  }
  .v-btn--stacked.v-btn--size-small {
    --v-btn-size: 0.75rem;
    --v-btn-height: 64px;
    font-size: var(--v-btn-size);
    min-width: 64px;
    padding: 0 14px;
  }
  .v-btn--stacked.v-btn--size-default {
    --v-btn-size: 0.875rem;
    --v-btn-height: 72px;
    font-size: var(--v-btn-size);
    min-width: 72px;
    padding: 0 16px;
  }
  .v-btn--stacked.v-btn--size-large {
    --v-btn-size: 1rem;
    --v-btn-height: 80px;
    font-size: var(--v-btn-size);
    min-width: 80px;
    padding: 0 18px;
  }
  .v-btn--stacked.v-btn--size-x-large {
    --v-btn-size: 1.125rem;
    --v-btn-height: 88px;
    font-size: var(--v-btn-size);
    min-width: 88px;
    padding: 0 20px;
  }
  .v-btn--stacked.v-btn--density-default {
    height: calc(var(--v-btn-height) + 0px);
  }
  .v-btn--stacked.v-btn--density-comfortable {
    height: calc(var(--v-btn-height) + -16px);
  }
  .v-btn--stacked.v-btn--density-compact {
    height: calc(var(--v-btn-height) + -24px);
  }
  .v-btn--slim {
    padding: 0 8px;
  }
  .v-btn--readonly {
    pointer-events: none;
  }
  .v-btn--rounded {
    border-radius: 24px;
  }
  .v-btn--rounded.v-btn--icon {
    border-radius: 4px;
  }
  .v-btn .v-icon {
    --v-icon-size-multiplier: 0.8571428571;
  }
  .v-btn--icon .v-icon {
    --v-icon-size-multiplier: 1;
  }
  .v-btn--stacked .v-icon {
    --v-icon-size-multiplier: 1.1428571429;
  }
  .v-btn--stacked.v-btn--block {
    min-width: 100%;
  }
  .v-btn__loader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-btn__loader > .v-progress-circular {
    width: 1.5em;
    height: 1.5em;
  }
  .v-btn__content,
  .v-btn__prepend,
  .v-btn__append {
    align-items: center;
    display: flex;
    transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-btn__prepend {
    margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
  }
  .v-btn--slim .v-btn__prepend {
    margin-inline-start: 0;
  }
  .v-btn__append {
    margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
  }
  .v-btn--slim .v-btn__append {
    margin-inline-end: 0;
  }
  .v-btn__content {
    justify-content: center;
    white-space: nowrap;
  }
  .v-btn__content > .v-icon--start {
    margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
  }
  .v-btn__content > .v-icon--end {
    margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
  }
  .v-btn--stacked .v-btn__content {
    white-space: normal;
  }
  .v-btn__overlay {
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-btn__overlay,
  .v-btn__underlay {
    pointer-events: none;
  }
  .v-btn__overlay,
  .v-btn__underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-pagination .v-btn {
    width: auto;
    padding-inline: 5px;
  }
  .v-pagination .v-btn.v-btn--density-default {
    min-width: calc(var(--v-btn-height) + 12px);
  }
  .v-pagination .v-btn.v-btn--density-comfortable {
    min-width: calc(var(--v-btn-height) + 0px);
  }
  .v-pagination .v-btn.v-btn--density-compact {
    min-width: calc(var(--v-btn-height) + -8px);
  }
  .v-pagination .v-btn {
    border-radius: 4px;
  }
  .v-pagination .v-btn--rounded {
    border-radius: 50%;
  }
  .v-pagination .v-btn__overlay {
    transition: none;
  }
  .v-pagination__prev .v-btn, .v-pagination__next .v-btn {
    padding-inline: 0;
  }
  .v-pagination__prev .v-btn.v-btn--density-default, .v-pagination__next .v-btn.v-btn--density-default {
    width: calc(var(--v-btn-height) + 12px);
  }
  .v-pagination__prev .v-btn.v-btn--density-comfortable, .v-pagination__next .v-btn.v-btn--density-comfortable {
    width: calc(var(--v-btn-height) + 0px);
  }
  .v-pagination__prev .v-btn.v-btn--density-compact, .v-pagination__next .v-btn.v-btn--density-compact {
    width: calc(var(--v-btn-height) + -8px);
  }
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
    opacity: var(--v-border-opacity);
  }
  @media (forced-colors: active) {
    .v-btn:not(.v-btn--variant-text, .v-btn--variant-plain) {
      border: thin solid;
    }
    .v-btn:focus-visible {
      outline: 2px solid;
      outline-offset: 2px;
    }
  }
}@layer vuetify-components {
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
    opacity: 1;
  }
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-elevated > .v-btn__overlay, .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-flat > .v-btn__overlay {
    opacity: 0;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-btn-toggle > .v-btn:not(.v-btn--disabled) {
      border-color: buttontext;
    }
    .v-btn-toggle > .v-btn:not(.v-btn--disabled):focus-visible {
      outline: 0;
    }
    .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):hover, .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible {
      color: highlight;
      border-color: currentColor;
    }
    .v-btn-toggle > .v-btn--active {
      color: highlight;
      forced-color-adjust: preserve-parent-color;
    }
    .v-btn-toggle > .v-btn--active:not(.v-btn--variant-text, .v-btn--variant-plain) {
      background-color: highlight;
      color: highlighttext;
      border-color: highlight;
    }
  }
}@layer vuetify-components {
  .v-btn-group {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 0;
    overflow-y: hidden;
    overflow-x: auto;
    vertical-align: middle;
  }
  .v-btn-group {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-btn-group--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-btn-group {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-btn-group {
    border-radius: 4px;
  }
  .v-btn-group {
    background: transparent;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-btn-group .v-btn {
    border-radius: 0;
    border-color: inherit;
  }
  .v-btn-group--tile {
    border-radius: 0;
  }
  .v-btn-group--density-default.v-btn-group--horizontal {
    height: 48px;
  }
  .v-btn-group--density-comfortable.v-btn-group--horizontal {
    height: 40px;
  }
  .v-btn-group--density-compact.v-btn-group--horizontal {
    height: 36px;
  }
  .v-btn-group--horizontal .v-btn:not(:last-child) {
    border-inline-end: none;
  }
  .v-btn-group--horizontal .v-btn:not(:first-child) {
    border-inline-start: none;
  }
  .v-btn-group--horizontal .v-btn:first-child {
    border-start-start-radius: inherit;
    border-end-start-radius: inherit;
  }
  .v-btn-group--horizontal .v-btn:last-child {
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
  }
  .v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child) {
    border-inline-end-width: thin;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-btn-group--vertical {
    flex-direction: column;
  }
  .v-btn-group--vertical .v-btn:not(:last-child) {
    border-block-end: none;
  }
  .v-btn-group--vertical .v-btn:not(:first-child) {
    border-block-start: none;
  }
  .v-btn-group--vertical .v-btn:first-child {
    border-start-start-radius: inherit;
    border-start-end-radius: inherit;
  }
  .v-btn-group--vertical .v-btn:last-child {
    border-end-start-radius: inherit;
    border-end-end-radius: inherit;
  }
  .v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child) {
    border-block-end-width: thin;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
}@layer vuetify-components {
  .v-icon {
    --v-icon-size-multiplier: 1;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    height: 1em;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    opacity: var(--v-icon-opacity, 1);
    text-indent: 0;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    min-width: 1em;
  }
  .v-icon--clickable {
    cursor: pointer;
  }
  .v-icon--disabled {
    pointer-events: none;
    opacity: 0.38;
  }
  .v-icon--size-x-small {
    font-size: calc(var(--v-icon-size-multiplier) * 1em);
  }
  .v-icon--size-small {
    font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
  }
  .v-icon--size-default {
    font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
  }
  .v-icon--size-large {
    font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
  }
  .v-icon--size-x-large {
    font-size: calc(var(--v-icon-size-multiplier) * 2em);
  }
  .v-icon__svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
  }
  .v-icon--start {
    margin-inline-end: 8px;
  }
  .v-icon--end {
    margin-inline-start: 8px;
  }
}@layer vuetify-components {
  .v-progress-circular {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
  }
  .v-progress-circular > svg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .v-progress-circular__content {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .v-progress-circular__underlay {
    color: rgba(var(--v-border-color), var(--v-border-opacity));
    stroke: currentColor;
    z-index: 1;
  }
  .v-progress-circular__overlay {
    stroke: currentColor;
    transition: all 0.2s ease-in-out, stroke-width 0s;
    z-index: 2;
  }
  .v-progress-circular--revealing {
    --progress-reveal-duration: $progress-circular-reveal-duration;
  }
  .v-progress-circular--revealing .v-progress-circular__overlay {
    transition-duration: var(--progress-reveal-duration), 0s;
  }
  .v-progress-circular--size-x-small {
    height: 16px;
    width: 16px;
  }
  .v-progress-circular--size-small {
    height: 24px;
    width: 24px;
  }
  .v-progress-circular--size-default {
    height: 32px;
    width: 32px;
  }
  .v-progress-circular--size-large {
    height: 48px;
    width: 48px;
  }
  .v-progress-circular--size-x-large {
    height: 64px;
    width: 64px;
  }
  .v-progress-circular--indeterminate > svg {
    animation: progress-circular-rotate 1.4s linear infinite;
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
  }
  .v-progress-circular--indeterminate .v-progress-circular__overlay {
    animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
    stroke-dasharray: 25, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    transform-origin: center center;
    transform: rotate(-90deg);
  }
  .v-progress-circular--disable-shrink > svg {
    animation-duration: 0.7s;
  }
  .v-progress-circular--disable-shrink .v-progress-circular__overlay {
    animation: none;
  }
  .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
  .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
    animation-play-state: paused;
  }
  @keyframes progress-circular-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0px;
    }
    50% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -15px;
    }
    100% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes progress-circular-rotate {
    100% {
      transform: rotate(270deg);
    }
  }
}@layer vuetify-components {
  .v-progress-linear {
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
    width: 100%;
  }
  .v-progress-linear--rounded {
    border-radius: 9999px;
  }
  @media (forced-colors: active) {
    .v-progress-linear {
      border: thin solid buttontext;
    }
  }
  .v-progress-linear__background,
  .v-progress-linear__buffer {
    background: currentColor;
    bottom: 0;
    left: 0;
    opacity: var(--v-border-opacity);
    position: absolute;
    top: 0;
    width: 100%;
    transition-property: width, left, right;
    transition: inherit;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-progress-linear__buffer {
      background-color: highlight;
      opacity: 0.5;
    }
  }
}
@layer vuetify-components {
  .v-progress-linear__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-progress-linear--clickable .v-progress-linear__content {
    pointer-events: none;
  }
  .v-progress-linear__determinate,
  .v-progress-linear__indeterminate {
    background: currentColor;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-progress-linear__determinate,
    .v-progress-linear__indeterminate {
      background-color: highlight;
    }
  }
}
@layer vuetify-components {
  .v-progress-linear__determinate {
    height: inherit;
    left: 0;
    position: absolute;
    transition: inherit;
    transition-property: width, left, right;
  }
  .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
    animation-play-state: paused;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    bottom: 0;
    height: inherit;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: auto;
  }
  .v-progress-linear__indeterminate .long {
    animation-name: indeterminate-ltr;
  }
  .v-progress-linear__indeterminate .short {
    animation-name: indeterminate-short-ltr;
  }
  .v-progress-linear__stream {
    animation: stream 0.25s infinite linear;
    animation-play-state: paused;
    bottom: 0;
    left: auto;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    transition: inherit;
    transition-property: width, left, right;
  }
  .v-progress-linear--reverse .v-progress-linear__background,
  .v-progress-linear--reverse .v-progress-linear__determinate,
  .v-progress-linear--reverse .v-progress-linear__content {
    left: auto;
    right: 0;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
    left: auto;
    right: 0;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
    animation-name: indeterminate-rtl;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
    animation-name: indeterminate-short-rtl;
  }
  .v-progress-linear--reverse .v-progress-linear__stream {
    right: auto;
  }
  .v-progress-linear--absolute,
  .v-progress-linear--fixed {
    left: 0;
    z-index: 1;
  }
  .v-progress-linear--absolute {
    position: absolute;
  }
  .v-progress-linear--fixed {
    position: fixed;
  }
  .v-progress-linear--rounded {
    border-radius: 9999px;
  }
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
    border-radius: inherit;
  }
  .v-progress-linear--striped .v-progress-linear__determinate {
    animation: progress-linear-stripes 1s infinite linear;
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
    background-repeat: repeat;
    background-size: var(--v-progress-linear-height);
  }
  .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
    animation-play-state: running;
  }
  .v-progress-linear--active .v-progress-linear__stream {
    animation-play-state: running;
  }
  .v-progress-linear--rounded-bar .v-progress-linear__determinate,
  .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
  .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
    border-radius: 9999px;
  }
  .v-progress-linear--rounded-bar .v-progress-linear__determinate {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  @keyframes indeterminate-ltr {
    0% {
      left: -90%;
      right: 100%;
    }
    60% {
      left: -90%;
      right: 100%;
    }
    100% {
      left: 100%;
      right: -35%;
    }
  }
  @keyframes indeterminate-rtl {
    0% {
      left: 100%;
      right: -90%;
    }
    60% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: -35%;
      right: 100%;
    }
  }
  @keyframes indeterminate-short-ltr {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 107%;
      right: -8%;
    }
    100% {
      left: 107%;
      right: -8%;
    }
  }
  @keyframes indeterminate-short-rtl {
    0% {
      left: 100%;
      right: -200%;
    }
    60% {
      left: -8%;
      right: 107%;
    }
    100% {
      left: -8%;
      right: 107%;
    }
  }
  @keyframes stream {
    to {
      transform: translateX(var(--v-progress-linear-stream-to));
    }
  }
  @keyframes progress-linear-stripes {
    0% {
      background-position-x: var(--v-progress-linear-height);
    }
  }
}@layer vuetify-components {
  .v-ripple__container {
    color: inherit;
    border-radius: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    contain: strict;
  }
  .v-ripple__animation {
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    will-change: transform, opacity;
  }
  .v-ripple__animation--enter {
    transition: none;
    opacity: 0;
  }
  .v-ripple__animation--in {
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
  }
  @media (prefers-reduced-motion: reduce) {
    .v-ripple__animation--in {
      transition-property: opacity;
      transition-duration: 0.1s;
    }
  }
  .v-ripple__animation--out {
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
  }
}@layer vuetify-components {
  .v-avatar {
    flex: none;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: width, height;
    vertical-align: middle;
  }
  .v-avatar.v-avatar--size-x-small {
    --v-avatar-height: 24px;
  }
  .v-avatar.v-avatar--size-small {
    --v-avatar-height: 32px;
  }
  .v-avatar.v-avatar--size-default {
    --v-avatar-height: 40px;
  }
  .v-avatar.v-avatar--size-large {
    --v-avatar-height: 48px;
  }
  .v-avatar.v-avatar--size-x-large {
    --v-avatar-height: 56px;
  }
  .v-avatar.v-avatar--density-default {
    height: calc(var(--v-avatar-height) + 0px);
    width: calc(var(--v-avatar-height) + 0px);
  }
  .v-avatar.v-avatar--density-comfortable {
    height: calc(var(--v-avatar-height) + -4px);
    width: calc(var(--v-avatar-height) + -4px);
  }
  .v-avatar.v-avatar--density-compact {
    height: calc(var(--v-avatar-height) + -8px);
    width: calc(var(--v-avatar-height) + -8px);
  }
  .v-avatar {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-avatar--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-avatar {
    border-radius: 50%;
  }
  .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-avatar--variant-plain {
    opacity: 0.62;
  }
  .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
    opacity: 1;
  }
  .v-avatar--variant-plain .v-avatar__overlay {
    display: none;
  }
  .v-avatar--variant-elevated, .v-avatar--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
  }
  .v-avatar--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-avatar--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-avatar--variant-outlined {
    border: thin solid currentColor;
  }
  .v-avatar--variant-text .v-avatar__overlay {
    background: currentColor;
  }
  .v-avatar--variant-tonal .v-avatar__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-avatar .v-avatar__underlay {
    position: absolute;
  }
  .v-avatar--rounded {
    border-radius: 4px;
  }
  .v-avatar--start {
    margin-inline-end: 8px;
  }
  .v-avatar--end {
    margin-inline-start: 8px;
  }
  .v-avatar .v-img {
    height: 100%;
    width: 100%;
  }
}@layer vuetify-components {
  .v-badge {
    display: inline-block;
    line-height: 1;
  }
  .v-badge__badge {
    align-items: center;
    display: inline-flex;
    border-radius: 10px;
    font-family: var(--v-font-body, "Roboto", sans-serif);
    font-size: 0.75rem;
    font-weight: 500;
    height: 1.25rem;
    justify-content: center;
    min-width: 20px;
    padding: 4px 6px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
  }
  .v-badge__badge {
    background: rgb(var(--v-theme-surface-variant));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-badge__badge:has(.v-icon) {
    padding: 4px 6px;
  }
  .v-badge--bordered .v-badge__badge::after {
    border-radius: inherit;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--v-theme-background));
    content: "";
    position: absolute;
    inset: 0;
    transform: scale(1.05);
  }
  .v-badge--dot .v-badge__badge {
    border-radius: 50%;
    height: 9px;
    min-width: 0;
    padding: 0;
    width: 9px;
  }
  .v-badge--dot .v-badge__badge::after {
    border-width: 1.5px;
  }
  .v-badge--inline .v-badge__badge {
    position: relative;
    vertical-align: middle;
  }
  .v-badge__badge .v-icon {
    color: inherit;
    font-size: 0.75rem;
    margin: 0 -2px;
  }
  .v-badge__badge img,
  .v-badge__badge .v-img {
    height: 100%;
    width: 100%;
  }
  .v-badge__wrapper {
    display: flex;
    position: relative;
  }
  .v-badge--inline .v-badge__wrapper {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 4px;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-badge__badge {
      forced-color-adjust: preserve-parent-color;
      background: highlight;
      color: highlighttext;
    }
  }
}@layer vuetify-components {
  .v-input {
    display: grid;
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .v-input--disabled {
    pointer-events: none;
  }
  .v-input--indent-details .v-input__details {
    padding-inline: 16px;
  }
  .v-input--density-default {
    --v-input-control-height: 56px;
    --v-input-padding-top: 16px;
  }
  .v-input--density-comfortable {
    --v-input-control-height: 48px;
    --v-input-padding-top: 12px;
  }
  .v-input--density-compact {
    --v-input-control-height: 40px;
    --v-input-padding-top: 8px;
  }
  .v-input--vertical {
    grid-template-areas: "append" "control" "prepend";
    grid-template-rows: max-content auto max-content;
    grid-template-columns: min-content;
  }
  .v-input--vertical .v-input__prepend {
    margin-block-start: 16px;
  }
  .v-input--vertical .v-input__append {
    margin-block-end: 16px;
  }
  .v-input--horizontal {
    grid-template-areas: "prepend control append" "a messages b";
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    grid-template-rows: 1fr auto;
  }
  .v-input--horizontal .v-input__prepend {
    margin-inline-end: 16px;
  }
  .v-input--horizontal .v-input__append {
    margin-inline-start: 16px;
  }
  .v-input__details {
    align-items: flex-end;
    display: flex;
    font-size: 0.75rem;
    font-weight: 400;
    grid-area: messages;
    letter-spacing: 0.0333333333em;
    line-height: normal;
    min-height: 22px;
    padding-top: 6px;
    overflow: hidden;
    justify-content: space-between;
  }
  .v-input__details > .v-icon,
  .v-input__prepend > .v-icon,
  .v-input__append > .v-icon {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-input--disabled .v-input__details > .v-icon,
  .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
  .v-input--error .v-input__details .v-messages,
  .v-input--disabled .v-input__prepend > .v-icon,
  .v-input--disabled .v-input__prepend .v-messages,
  .v-input--error .v-input__prepend > .v-icon,
  .v-input--error .v-input__prepend .v-messages,
  .v-input--disabled .v-input__append > .v-icon,
  .v-input--disabled .v-input__append .v-messages,
  .v-input--error .v-input__append > .v-icon,
  .v-input--error .v-input__append .v-messages {
    opacity: 1;
  }
  .v-input--glow.v-input--focused .v-input__details > .v-icon,
  .v-input--glow.v-input--focused .v-input__prepend > .v-icon,
  .v-input--glow.v-input--focused .v-input__append > .v-icon {
    opacity: 1;
  }
  .v-input--disabled .v-input__details,
  .v-input--disabled .v-input__prepend,
  .v-input--disabled .v-input__append {
    opacity: var(--v-disabled-opacity);
  }
  .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
  .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
  .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
  .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
  .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
  .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
    color: rgb(var(--v-theme-error));
  }
  .v-input__prepend,
  .v-input__append {
    display: flex;
    align-items: flex-start;
    padding-top: var(--v-input-padding-top);
  }
  .v-input--center-affix .v-input__prepend,
  .v-input--center-affix .v-input__append {
    align-items: center;
    padding-top: 0;
  }
  .v-input__prepend {
    grid-area: prepend;
  }
  .v-input__append {
    grid-area: append;
  }
  .v-input__control {
    display: flex;
    grid-area: control;
  }
  .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
  .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .v-input--hide-spin-buttons input[type=number] {
    -moz-appearance: textfield;
  }
  .v-input--plain-underlined .v-input__prepend,
  .v-input--plain-underlined .v-input__append {
    align-items: flex-start;
  }
  .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
    padding-top: calc(var(--v-input-padding-top) + 4px);
  }
  .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
    padding-top: calc(var(--v-input-padding-top) + 2px);
  }
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
    padding-top: calc(var(--v-input-padding-top) + 0px);
  }
}@layer vuetify-components {
  .v-messages {
    flex: 1 1 auto;
    font-size: 12px;
    min-height: 14px;
    min-width: 1px;
    opacity: var(--v-medium-emphasis-opacity);
    position: relative;
  }
  .v-messages__message {
    line-height: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    transition-duration: 150ms;
  }
}@layer vuetify-components {
  .v-card {
    display: block;
    overflow: hidden;
    overflow-wrap: break-word;
    position: relative;
    padding: 0;
    text-decoration: none;
    transition-duration: 0.28s;
    transition-property: box-shadow, opacity, background, --v-elevation-overlay;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
  }
  .v-card {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-card--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-card--absolute {
    position: absolute;
  }
  .v-card--fixed {
    position: fixed;
  }
  .v-card {
    border-radius: 4px;
  }
  .v-card:hover > .v-card__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-card:focus-visible > .v-card__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-card:focus > .v-card__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-card--variant-plain {
    opacity: 0.62;
  }
  .v-card--variant-plain:focus, .v-card--variant-plain:hover {
    opacity: 1;
  }
  .v-card--variant-plain .v-card__overlay {
    display: none;
  }
  .v-card--variant-elevated, .v-card--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-card--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-card--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-card--variant-outlined {
    border: thin solid currentColor;
  }
  .v-card--variant-text .v-card__overlay {
    background: currentColor;
  }
  .v-card--variant-tonal .v-card__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-card .v-card__underlay {
    position: absolute;
  }
  .v-card--disabled {
    pointer-events: none;
    user-select: none;
  }
  .v-card--disabled > :not(.v-card__loader) {
    opacity: 0.6;
  }
  .v-card--flat {
    box-shadow: none;
  }
  .v-card--hover {
    cursor: pointer;
  }
  .v-card--hover::before, .v-card--hover::after {
    border-radius: inherit;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
  }
  .v-card--hover::before {
    opacity: 1;
    z-index: -1;
  }
  .v-card--hover::before {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-card--hover::after {
    z-index: 1;
    opacity: 0;
  }
  .v-card--hover::after {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
  .v-card--hover:hover::after {
    opacity: 1;
  }
  .v-card--hover:hover::before {
    opacity: 0;
  }
  .v-card--hover:hover {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
  .v-card--link {
    cursor: pointer;
  }
  .v-card-actions {
    align-items: center;
    display: flex;
    flex: none;
    min-height: 52px;
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .v-card-item {
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    padding: 0.625rem 1rem;
  }
  .v-card-item + .v-card-text {
    padding-top: 0;
  }
  .v-card-item__prepend, .v-card-item__append {
    align-items: center;
    display: flex;
  }
  .v-card-item__prepend {
    grid-area: prepend;
    padding-inline-end: 0.5rem;
  }
  .v-card-item__append {
    grid-area: append;
    padding-inline-start: 0.5rem;
  }
  .v-card-item__content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
  }
  .v-card-title {
    display: block;
    flex: none;
    font-size: 1.375rem;
    font-weight: 400;
    hyphens: auto;
    letter-spacing: normal;
    min-width: 0;
    overflow-wrap: normal;
    overflow: hidden;
    padding: 0.5rem 1rem;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    word-break: normal;
    word-wrap: break-word;
  }
  .v-card .v-card-title {
    line-height: 1.2727272727;
  }
  .v-card--density-comfortable .v-card-title {
    line-height: 1.75rem;
  }
  .v-card--density-compact .v-card-title {
    line-height: 1.55rem;
  }
  .v-card-item .v-card-title {
    padding: 0;
  }
  .v-card-title + .v-card-text,
  .v-card-title + .v-card-actions {
    padding-top: 0;
  }
  .v-card-subtitle {
    display: block;
    flex: none;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
    overflow: hidden;
    padding: 0 1rem;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
  }
  .v-card .v-card-subtitle {
    line-height: 1.4285714286;
  }
  .v-card--density-comfortable .v-card-subtitle {
    line-height: 1.125rem;
  }
  .v-card--density-compact .v-card-subtitle {
    line-height: 1rem;
  }
  .v-card-item .v-card-subtitle {
    padding: 0 0 0.25rem;
  }
  .v-card-text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    opacity: var(--v-card-text-opacity, 1);
    padding: 1rem;
    text-transform: none;
  }
  .v-card .v-card-text {
    line-height: 1.4285714286;
  }
  .v-card--density-comfortable .v-card-text {
    line-height: 1.2rem;
  }
  .v-card--density-compact .v-card-text {
    line-height: 1.15rem;
  }
  .v-card__image {
    display: flex;
    height: 100%;
    flex: 1 1 auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .v-card__content {
    border-radius: inherit;
    overflow: hidden;
    position: relative;
  }
  .v-card__loader {
    bottom: auto;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
  }
  @media (forced-colors: active) {
    .v-card__loader .v-progress-linear {
      border: none;
    }
  }
  .v-card__overlay {
    background-color: currentColor;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  @media (forced-colors: active) {
    .v-card:not(.v-card--variant-text, .v-card--variant-plain) {
      border: thin solid;
    }
  }
}@layer vuetify-components {
  .v-container {
    width: 100%;
    padding: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 840px) {
    .v-container {
      max-width: 700px;
    }
  }
  @media (min-width: 1145px) {
    .v-container {
      max-width: 1000px;
    }
  }
  @media (min-width: 1545px) {
    .v-container {
      max-width: 1400px;
    }
  }
  @media (min-width: 2138px) {
    .v-container {
      max-width: 2000px;
    }
  }
  .v-container--fluid {
    max-width: 100%;
  }
}@layer vuetify-components {
  .v-row {
    --v-row-columns: 12;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    gap: var(--v-col-gap-y) var(--v-col-gap-x);
  }
  .v-row + .v-row {
    margin-top: var(--v-col-gap-y);
  }
  .v-row--density-default {
    --v-col-gap-x: 24px;
    --v-col-gap-y: 24px;
  }
  .v-row--density-comfortable {
    --v-col-gap-x: 16px;
    --v-col-gap-y: 16px;
  }
  .v-row--density-compact {
    --v-col-gap-x: 8px;
    --v-col-gap-y: 8px;
  }
  .v-row--no-gutters {
    --v-col-gap-x: 0px;
    --v-col-gap-y: 0px;
  }
  .v-col {
    flex-grow: var(--v-col-is-size, 0) var(--v-col-is-auto, 0) var(--v-col-is-grow, 1);
    flex-shrink: 0;
    flex-basis: var(--v-col-is-size, calc(var(--v-col-size) * (100% + var(--v-col-gap-x)) / var(--v-col-size-columns) - var(--v-col-gap-x))) var(--v-col-is-auto, auto) var(--v-col-is-grow, 0);
    max-width: 100%;
    min-width: var(--v-col-is-size, 0) var(--v-col-is-auto, auto) var(--v-col-is-grow, auto);
    --v-col-is-size:  ;
    --v-col-is-auto:  ;
    --v-col-is-grow: initial;
    --v-col-size-base: initial;
    --v-col-size-base-sm: initial;
    --v-col-size-base-md: initial;
    --v-col-size-base-lg: initial;
    --v-col-size-base-xl: initial;
    --v-col-size-base-xxl: initial;
    --v-col-offset-base: initial;
    --v-col-offset-base-sm: initial;
    --v-col-offset-base-md: initial;
    --v-col-offset-base-lg: initial;
    --v-col-offset-base-xl: initial;
    --v-col-offset-base-xxl: initial;
  }
  .v-col:where([class*=v-col--offset-]) {
    margin-inline-start: calc(var(--v-col-offset) * (100% + var(--v-col-gap-x)) / var(--v-col-offset-columns));
  }
  .v-col--cols-auto {
    --v-col-is-size:  ;
    --v-col-is-auto: initial;
    --v-col-is-grow:  ;
  }
  .v-col--cols-1 {
    --v-col-size: 1;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-2 {
    --v-col-size: 2;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-3 {
    --v-col-size: 3;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-4 {
    --v-col-size: 4;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-5 {
    --v-col-size: 5;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-6 {
    --v-col-size: 6;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-7 {
    --v-col-size: 7;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-8 {
    --v-col-size: 8;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-9 {
    --v-col-size: 9;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-10 {
    --v-col-size: 10;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-11 {
    --v-col-size: 11;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-12 {
    --v-col-size: 12;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--offset-1 {
    --v-col-offset: 1;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-2 {
    --v-col-offset: 2;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-3 {
    --v-col-offset: 3;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-4 {
    --v-col-offset: 4;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-5 {
    --v-col-offset: 5;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-6 {
    --v-col-offset: 6;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-7 {
    --v-col-offset: 7;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-8 {
    --v-col-offset: 8;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-9 {
    --v-col-offset: 9;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-10 {
    --v-col-offset: 10;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-11 {
    --v-col-offset: 11;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  @media (min-width: 600px) {
    .v-col--sm {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-sm-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-sm-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
  }
  @media (min-width: 840px) {
    .v-col--md {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-md-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-md-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
  }
  @media (min-width: 1145px) {
    .v-col--lg {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-lg-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-lg-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
  }
  @media (min-width: 1545px) {
    .v-col--xl {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-xl-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-xl-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
  }
  @media (min-width: 2138px) {
    .v-col--xxl {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-xxl-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-xxl-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
  }
}