@charset "UTF-8";@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4
}

*, :before, :after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:before, :after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0
}

details, main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

code, kbd, pre, samp {
    font-family: monospace,monospace
}

pre {
    font-size: 1em
}

b, strong {
    font-weight: bolder
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

textarea {
    overflow: auto;
    resize: vertical
}

button, input, optgroup, select, textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit], [role=button] {
    cursor: pointer;
    color: inherit
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        outline: 1px dotted ButtonText
    }

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button, input, select, textarea {
    /*    background-color: transparent;
    */    border-style: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

    select::-ms-expand {
        display: none
    }

    select::-ms-value {
        color: currentColor
    }

legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

::-ms-clear, ::-ms-reveal {
    display: none
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

        [hidden~=screen]:not(:active):not(:focus):not(:target) {
            position: absolute !important;
            clip: rect(0 0 0 0) !important
        }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

.dialog-transition-enter-active, .dialog-bottom-transition-enter-active, .dialog-top-transition-enter-active {
    transition-duration: 225ms !important;
    transition-timing-function: cubic-bezier(0,0,.2,1) !important
}

.dialog-transition-leave-active, .dialog-bottom-transition-leave-active, .dialog-top-transition-leave-active {
    transition-duration: 125ms !important;
    transition-timing-function: cubic-bezier(.4,0,1,1) !important
}

.dialog-transition-enter-active, .dialog-transition-leave-active, .dialog-bottom-transition-enter-active, .dialog-bottom-transition-leave-active, .dialog-top-transition-enter-active, .dialog-top-transition-leave-active {
    transition-property: transform,opacity !important;
    pointer-events: none
}

.dialog-transition-enter-from, .dialog-transition-leave-to {
    transform: scale(.9);
    opacity: 0
}

.dialog-transition-enter-to, .dialog-transition-leave-from {
    opacity: 1
}

.dialog-bottom-transition-enter-from, .dialog-bottom-transition-leave-to {
    transform: translateY(calc(50vh + 50%))
}

.dialog-top-transition-enter-from, .dialog-top-transition-leave-to {
    transform: translateY(calc(-50vh - 50%))
}

.picker-transition-enter-active, .picker-reverse-transition-enter-active, .picker-transition-leave-active, .picker-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.picker-transition-move, .picker-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.picker-transition-enter-from, .picker-transition-leave-to, .picker-reverse-transition-enter-from, .picker-reverse-transition-leave-to {
    opacity: 0
}

.picker-transition-leave-from, .picker-transition-leave-active, .picker-transition-leave-to, .picker-reverse-transition-leave-from, .picker-reverse-transition-leave-active, .picker-reverse-transition-leave-to {
    position: absolute !important
}

.picker-transition-enter-active, .picker-transition-leave-active, .picker-reverse-transition-enter-active, .picker-reverse-transition-leave-active {
    transition-property: transform,opacity !important
}

.picker-transition-enter-active, .picker-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.picker-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.picker-transition-enter-from {
    transform: translate(100%)
}

.picker-transition-leave-to {
    transform: translate(-100%)
}

.picker-reverse-transition-enter-active, .picker-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.picker-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.picker-reverse-transition-enter-from {
    transform: translate(-100%)
}

.picker-reverse-transition-leave-to {
    transform: translate(100%)
}

.expand-transition-enter-active, .expand-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.expand-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.expand-transition-enter-active, .expand-transition-leave-active {
    transition-property: height !important
}

.expand-x-transition-enter-active, .expand-x-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.expand-x-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.expand-x-transition-enter-active, .expand-x-transition-leave-active {
    transition-property: width !important
}

.scale-transition-enter-active, .scale-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scale-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scale-transition-leave-to {
    opacity: 0
}

.scale-transition-leave-active {
    transition-duration: .1s !important
}

.scale-transition-enter-from {
    opacity: 0;
    transform: scale(0)
}

.scale-transition-enter-active, .scale-transition-leave-active {
    transition-property: transform,opacity !important
}

.scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scale-rotate-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scale-rotate-transition-leave-to {
    opacity: 0
}

.scale-rotate-transition-leave-active {
    transition-duration: .1s !important
}

.scale-rotate-transition-enter-from {
    opacity: 0;
    transform: scale(0) rotate(-45deg)
}

.scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
    transition-property: transform,opacity !important
}

.scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scale-rotate-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scale-rotate-reverse-transition-leave-to {
    opacity: 0
}

.scale-rotate-reverse-transition-leave-active {
    transition-duration: .1s !important
}

.scale-rotate-reverse-transition-enter-from {
    opacity: 0;
    transform: scale(0) rotate(45deg)
}

.scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
    transition-property: transform,opacity !important
}

.message-transition-enter-active, .message-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.message-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.message-transition-enter-from, .message-transition-leave-to {
    opacity: 0;
    transform: translateY(-15px)
}

.message-transition-leave-from, .message-transition-leave-active {
    position: absolute
}

.message-transition-enter-active, .message-transition-leave-active {
    transition-property: transform,opacity !important
}

.slide-y-transition-enter-active, .slide-y-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-y-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-y-transition-enter-from, .slide-y-transition-leave-to {
    opacity: 0;
    transform: translateY(-15px)
}

.slide-y-transition-enter-active, .slide-y-transition-leave-active {
    transition-property: transform,opacity !important
}

.slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-y-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
    opacity: 0;
    transform: translateY(15px)
}

.slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
    transition-property: transform,opacity !important
}

.scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-y-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
    opacity: 0
}

.scroll-y-transition-enter-from {
    transform: translateY(-15px)
}

.scroll-y-transition-leave-to {
    transform: translateY(15px)
}

.scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
    transition-property: transform,opacity !important
}

.scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-y-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
    opacity: 0
}

.scroll-y-reverse-transition-enter-from {
    transform: translateY(15px)
}

.scroll-y-reverse-transition-leave-to {
    transform: translateY(-15px)
}

.scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
    transition-property: transform,opacity !important
}

.scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-x-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
    opacity: 0
}

.scroll-x-transition-enter-from {
    transform: translate(-15px)
}

.scroll-x-transition-leave-to {
    transform: translate(15px)
}

.scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
    transition-property: transform,opacity !important
}

.scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-x-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
    opacity: 0
}

.scroll-x-reverse-transition-enter-from {
    transform: translate(15px)
}

.scroll-x-reverse-transition-leave-to {
    transform: translate(-15px)
}

.scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
    transition-property: transform,opacity !important
}

.slide-x-transition-enter-active, .slide-x-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-x-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-x-transition-enter-from, .slide-x-transition-leave-to {
    opacity: 0;
    transform: translate(-15px)
}

.slide-x-transition-enter-active, .slide-x-transition-leave-active {
    transition-property: transform,opacity !important
}

.slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-x-reverse-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
    opacity: 0;
    transform: translate(15px)
}

.slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
    transition-property: transform,opacity !important
}

.fade-transition-enter-active, .fade-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.fade-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.fade-transition-enter-from, .fade-transition-leave-to {
    opacity: 0 !important
}

.fade-transition-enter-active, .fade-transition-leave-active {
    transition-property: opacity !important
}

.fab-transition-enter-active, .fab-transition-leave-active {
    transition-duration: .3s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.fab-transition-move {
    transition-duration: .5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important
}

.fab-transition-enter-from, .fab-transition-leave-to {
    transform: scale(0) rotate(-45deg)
}

.fab-transition-enter-active, .fab-transition-leave-active {
    transition-property: transform !important
}

.v-locale--is-rtl {
    direction: rtl
}

.v-locale--is-ltr {
    direction: ltr
}

.blockquote {
    padding: 16px 0 16px 24px;
    font-size: 18px;
    font-weight: 300
}

html {
    font-family: Noto Sans;
    line-height: 1.5;
    font-size: 1rem;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    html.overflow-y-hidden {
        overflow-y: hidden !important
    }

:root {
    --v-theme-overlay-multiplier: 1;
    --v-scrollbar-offset: 0px
}

@supports (-webkit-touch-callout: none) {
    body {
        cursor: pointer
    }
}

a {
    color: rgb(var(--v-theme-primary));
    cursor: pointer
}

.title-1 {
    font-weight: 600;
    font-size: 1.3rem
}

.title-2 {
    font-weight: 400;
    font-size: 1rem
}

.bold {
    font-weight: 600
}

ol, ul {
    margin-left: 1.5rem
}

.section-content {
    margin-bottom: var(--v-explore-container-padding)
}

    .section-content > *:last-child {
        margin-bottom: 0
    }

.content-max-width {
    max-width: 1280px;
    width: 100%;
    padding: var(--v-explore-container-padding) var(--v-explore-container-padding)
}

.v-text-field .v-input__details {
    display: none
}

.v-list {
    scrollbar-color: rgb(var(--v-theme-primary)) rgb(var(--v-explore-grey-background));
    scrollbar-width: thin
}

    .v-list::-webkit-scrollbar-thumb {
        border-radius: 5px
    }

.list-prepend {
    padding: var(--v-explore-container-margin) var(--v-explore-container-margin) 0 var(--v-explore-container-margin);
    color: rgb(var(--v-theme-primary))
}

.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--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
}

.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 .2s cubic-bezier(.4,0,.2,1);
    pointer-events: none
}

.v-btn {
    align-items: center;
    border-radius: 5px;
    display: inline-grid;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .0892857143em;
    line-height: normal;
    max-width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-property: box-shadow,transform,opacity,background;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0
}

.v-btn--size-x-small {
    --v-btn-size: .625rem;
    --v-btn-height: 40px;
    font-size: var(--v-btn-size);
    min-width: 72px;
    padding: 0 18px
}

.v-btn--size-small {
    --v-btn-size: .75rem;
    --v-btn-height: 48px;
    font-size: var(--v-btn-size);
    min-width: 86px;
    padding: 0 22px
}

.v-btn--size-default {
    --v-btn-size: .875rem;
    --v-btn-height: 56px;
    font-size: var(--v-btn-size);
    min-width: 100px;
    padding: 0 24px
}

.v-btn--size-large {
    --v-btn-size: 1rem;
    --v-btn-height: 64px;
    font-size: var(--v-btn-size);
    min-width: 114px;
    padding: 0 28px
}

.v-btn--size-x-large {
    --v-btn-size: 1.125rem;
    --v-btn-height: 72px;
    font-size: var(--v-btn-size);
    min-width: 128px;
    padding: 0 32px
}

.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-small {
    height: calc(var(--v-btn-height) + -24px)
}

.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: .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: rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))
}

.v-btn--variant-elevated {
    box-shadow: 0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn--variant-flat {
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.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 .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(.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: 0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn--elevated:active {
    box-shadow: 0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn--flat {
    box-shadow: none
}

.v-btn--block {
    display: flex;
    flex: 1 0 auto;
    min-width: 100%
}

.v-btn--disabled {
    pointer-events: none;
    opacity: .26
}

    .v-btn--disabled:hover {
        opacity: .26
    }

    .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
        box-shadow: none;
        opacity: 1;
        color: rgba(var(--v-theme-on-surface),.26);
        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: .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 {
    grid-template-areas: "prepend" "content" "append";
    grid-template-columns: auto;
    grid-template-rows: max-content max-content max-content;
    justify-items: center;
    align-content: center
}

    .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__prepend, .v-btn--stacked .v-btn__content > .v-icon--start {
            margin-bottom: 4px
        }

        .v-btn--stacked .v-btn__append, .v-btn--stacked .v-btn__content > .v-icon--end {
            margin-top: 4px
        }

    .v-btn--stacked.v-btn--size-x-small {
        --v-btn-size: .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: .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: .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: 5px
    }

.v-btn .v-icon {
    --v-icon-size-multiplier: .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 .2s cubic-bezier(.4,0,.2,1)
}

.v-btn__prepend {
    grid-area: 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 {
    grid-area: 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 {
    grid-area: 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 .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 {
    border-radius: 4px
}

.v-pagination .v-btn--rounded {
    border-radius: 50%
}

.v-pagination .v-btn__overlay {
    transition: none
}

.v-pagination .v-pagination__item--is-active .v-btn__overlay {
    opacity: var(--v-border-opacity)
}

.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-group {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    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: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-btn-group {
    border-radius: 4px
}

.v-btn-group {
    background: transparent;
    color: rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))
}

.v-btn-group--density-default.v-btn-group {
    height: 48px
}

.v-btn-group--density-comfortable.v-btn-group {
    height: 40px
}

.v-btn-group--density-compact.v-btn-group {
    height: 36px
}

.v-btn-group .v-btn {
    border-radius: 0;
    border-color: inherit
}

    .v-btn-group .v-btn:not(:last-child) {
        border-inline-end: none
    }

    .v-btn-group .v-btn:not(:first-child) {
        border-inline-start: none
    }

    .v-btn-group .v-btn:first-child {
        border-start-start-radius: inherit;
        border-end-start-radius: inherit
    }

    .v-btn-group .v-btn:last-child {
        border-start-end-radius: inherit;
        border-end-end-radius: inherit
    }

.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--tile {
    border-radius: 0
}

.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;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    min-width: 1em
}

.v-icon--clickable {
    cursor: pointer
}

.v-icon--disabled {
    pointer-events: none;
    opacity: .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
}

.v-progress-circular {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    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 .2s ease-in-out,stroke-width 0s;
    z-index: 2
}

.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 .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: .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 !important
}

@keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100,200;
        stroke-dashoffset: -15px
    }

    to {
        stroke-dasharray: 100,200;
        stroke-dashoffset: -124px
    }
}

@keyframes progress-circular-rotate {
    to {
        transform: rotate(270deg)
    }
}

.v-progress-linear {
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: .2s cubic-bezier(.4,0,.2,1);
    width: 100%
}

@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
}

@media (forced-colors: active) {
    .v-progress-linear__buffer {
        background-color: highlight;
        opacity: .3
    }
}

.v-progress-linear__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.v-progress-linear__determinate, .v-progress-linear__indeterminate {
    background: currentColor
}

@media (forced-colors: active) {
    .v-progress-linear__determinate, .v-progress-linear__indeterminate {
        background-color: highlight
    }
}

.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 .25s infinite linear;
    animation-play-state: paused;
    bottom: 0;
    left: auto;
    opacity: .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, .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%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.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, .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%
    }

    to {
        left: 100%;
        right: -35%
    }
}

@keyframes indeterminate-rtl {
    0% {
        left: 100%;
        right: -90%
    }

    60% {
        left: 100%;
        right: -90%
    }

    to {
        left: -35%;
        right: 100%
    }
}

@keyframes indeterminate-short-ltr {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    to {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short-rtl {
    0% {
        left: 100%;
        right: -200%
    }

    60% {
        left: -8%;
        right: 107%
    }

    to {
        left: -8%;
        right: 107%
    }
}

@keyframes stream {
    to {
        transform: translate(var(--v-progress-linear-stream-to))
    }
}

@keyframes progress-linear-stripes {
    0% {
        background-position-x: var(--v-progress-linear-height)
    }
}

.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 .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);
    opacity: calc(.25 * var(--v-theme-overlay-multiplier))
}

.v-ripple__animation--out {
    transition: opacity .3s cubic-bezier(0,0,.2,1);
    opacity: 0
}

.v-avatar {
    flex: none;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: .2s cubic-bezier(.4,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: .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: var(--v-theme-surface);
    color: rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))
}

.v-avatar--variant-elevated {
    box-shadow: 0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-avatar--variant-flat {
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.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%
}

.v-label {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-size: 1rem;
    letter-spacing: .009375em;
    min-width: 0;
    opacity: var(--v-medium-emphasis-opacity);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.v-label--clickable {
    cursor: pointer
}

.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--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: .75rem;
    font-weight: 400;
    grid-area: messages;
    letter-spacing: .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)
}

.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;
    -webkit-hyphens: auto;
    hyphens: auto;
    transition-duration: .15s
}

.v-list {
    overflow: auto;
    padding: 8px 0;
    position: relative;
    outline: none
}

.v-list {
    border-color: rgba(var(--v-border-color),var(--v-border-opacity));
    border-style: solid;
    border-width: 0
}

.v-list--border {
    border-width: thin;
    box-shadow: none
}

.v-list {
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-list {
    border-radius: 0
}

.v-list {
    background: rgba(var(--v-theme-surface));
    color: rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))
}

.v-list--disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.v-list--nav {
    padding-inline: 8px
}

.v-list--rounded {
    border-radius: 4px
}

.v-list--subheader {
    padding-top: 0
}

.v-list-img {
    border-radius: inherit;
    display: flex;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.v-list-subheader {
    align-items: center;
    background: inherit;
    color: rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding-inline-end: 16px;
    min-height: 40px;
    transition: .2s min-height cubic-bezier(.4,0,.2,1)
}

.v-list-subheader__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.v-list--density-default .v-list-subheader {
    min-height: 40px;
    padding-inline-start: calc(16px + var(--indent-padding)) !important
}

.v-list--density-comfortable .v-list-subheader {
    min-height: 36px;
    padding-inline-start: calc(16px + var(--indent-padding)) !important
}

.v-list--density-compact .v-list-subheader {
    min-height: 32px;
    padding-inline-start: calc(16px + var(--indent-padding)) !important
}

.v-list-subheader--inset {
    --indent-padding: 56px
}

.v-list--nav .v-list-subheader {
    font-size: .75rem
}

.v-list-subheader--sticky {
    background: inherit;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 1
}

.v-list__overlay {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in-out
}

.v-list-item {
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content 1fr auto;
    outline: none;
    max-width: 100%;
    padding: 4px 16px;
    position: relative;
    text-decoration: none
}

.v-list-item {
    border-color: rgba(var(--v-border-color),var(--v-border-opacity));
    border-style: solid;
    border-width: 0
}

.v-list-item--border {
    border-width: thin;
    box-shadow: none
}

.v-list-item:hover > .v-list-item__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))
}

.v-list-item:focus-visible > .v-list-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))
}

@supports not selector(:focus-visible) {
    .v-list-item:focus > .v-list-item__overlay {
        opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))
    }
}

.v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))
}

.v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))
}

.v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))
}

@supports not selector(:focus-visible) {
    .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
        opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))
    }
}

.v-list-item {
    border-radius: 0
}

.v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
    background: transparent;
    color: inherit
}

.v-list-item--variant-plain {
    opacity: .62
}

    .v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
        opacity: 1
    }

    .v-list-item--variant-plain .v-list-item__overlay {
        display: none
    }

.v-list-item--variant-elevated, .v-list-item--variant-flat {
    background: rgba(var(--v-theme-surface));
    color: rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))
}

.v-list-item--variant-elevated {
    box-shadow: 0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-list-item--variant-flat {
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-list-item--variant-outlined {
    border: thin solid currentColor
}

.v-list-item--variant-text .v-list-item__overlay {
    background: currentColor
}

.v-list-item--variant-tonal .v-list-item__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.v-list-item .v-list-item__underlay {
    position: absolute
}

@supports selector(:focus-visible) {
    .v-list-item:after {
        pointer-events: none;
        border: 2px solid currentColor;
        border-radius: 4px;
        opacity: 0;
        transition: opacity .2s ease-in-out
    }

    .v-list-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .v-list-item:focus-visible:after {
        opacity: calc(.15 * var(--v-theme-overlay-multiplier))
    }
}

.v-list-item__prepend > .v-badge .v-icon, .v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon, .v-list-item__append > .v-icon {
    opacity: var(--v-medium-emphasis-opacity)
}

.v-list-item--active .v-list-item__prepend > .v-badge .v-icon, .v-list-item--active .v-list-item__prepend > .v-icon, .v-list-item--active .v-list-item__append > .v-badge .v-icon, .v-list-item--active .v-list-item__append > .v-icon {
    opacity: 1
}

.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))
}

.v-list-item--rounded {
    border-radius: 4px
}

.v-list-item--disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: .6
}

.v-list-item--link {
    cursor: pointer
}

.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
    --v-avatar-height: 24px
}

.v-list-item__prepend {
    align-items: center;
    align-self: center;
    display: flex;
    grid-area: prepend
}

    .v-list-item__prepend > .v-badge ~ .v-list-item__spacer, .v-list-item__prepend > .v-icon ~ .v-list-item__spacer, .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
        width: 32px
    }

    .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer, .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
        width: 16px
    }

.v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer, .v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer, .v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
    width: 20px
}

.v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer, .v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
    width: 4px
}

.v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
    width: 4px
}

.v-list-item--three-line .v-list-item__prepend {
    align-self: start
}

.v-list-item__append {
    align-self: center;
    display: flex;
    align-items: center;
    grid-area: append
}

    .v-list-item__append .v-list-item__spacer {
        order: -1;
        transition: .15s width cubic-bezier(.4,0,.2,1)
    }

    .v-list-item__append > .v-badge ~ .v-list-item__spacer, .v-list-item__append > .v-icon ~ .v-list-item__spacer, .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
        width: 32px
    }

    .v-list-item__append > .v-avatar ~ .v-list-item__spacer, .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
        width: 16px
    }

    .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
        width: 16px
    }

.v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer, .v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer, .v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
    width: 20px
}

.v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer, .v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
    width: 4px
}

.v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
    width: 4px
}

.v-list-item--three-line .v-list-item__append {
    align-self: start
}

.v-list-item__content {
    align-self: center;
    grid-area: content;
    overflow: hidden
}

.v-list-item-action {
    align-self: center;
    display: flex;
    align-items: center;
    flex: none;
    transition: inherit;
    transition-property: height,width
}

.v-list-item-action--start {
    margin-inline-end: 8px;
    margin-inline-start: -8px
}

.v-list-item-action--end {
    margin-inline-start: 8px;
    margin-inline-end: -8px
}

.v-list-item-media {
    margin-top: 0;
    margin-bottom: 0
}

.v-list-item-media--start {
    margin-inline-end: 16px
}

.v-list-item-media--end {
    margin-inline-start: 16px
}

.v-list-item--two-line .v-list-item-media {
    margin-top: -4px;
    margin-bottom: -4px
}

.v-list-item--three-line .v-list-item-media {
    margin-top: 0;
    margin-bottom: 0
}

.v-list-item-subtitle {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    word-break: initial
}

.v-list-item--one-line .v-list-item-subtitle {
    -webkit-line-clamp: 1
}

.v-list-item--two-line .v-list-item-subtitle {
    -webkit-line-clamp: 2
}

.v-list-item--three-line .v-list-item-subtitle {
    -webkit-line-clamp: 3
}

.v-list-item-subtitle {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1rem;
    text-transform: none
}

.v-list-item--nav .v-list-item-subtitle {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1rem
}

.v-list-item-title {
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: normal;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: break-word
}

.v-list-item-title {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .009375em;
    line-height: 1.5;
    text-transform: none
}

.v-list-item--nav .v-list-item-title {
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1rem
}

.v-list-item--density-default {
    min-height: 40px
}

    .v-list-item--density-default.v-list-item--one-line {
        min-height: 48px;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .v-list-item--density-default.v-list-item--two-line {
        min-height: 64px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .v-list-item--density-default.v-list-item--three-line {
        min-height: 88px;
        padding-top: 16px;
        padding-bottom: 16px
    }

        .v-list-item--density-default.v-list-item--three-line .v-list-item__prepend, .v-list-item--density-default.v-list-item--three-line .v-list-item__append {
            padding-top: 8px
        }

    .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
        padding-inline: 16px
    }

    .v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
        padding-inline: 16px
    }

    .v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
        padding-inline: 16px
    }

.v-list-item--density-comfortable {
    min-height: 36px
}

    .v-list-item--density-comfortable.v-list-item--one-line {
        min-height: 44px
    }

    .v-list-item--density-comfortable.v-list-item--two-line {
        min-height: 60px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .v-list-item--density-comfortable.v-list-item--three-line {
        min-height: 84px;
        padding-top: 12px;
        padding-bottom: 12px
    }

        .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend, .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
            padding-top: 6px
        }

    .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
        padding-inline: 16px
    }

    .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
        padding-inline: 16px
    }

    .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
        padding-inline: 16px
    }

.v-list-item--density-compact {
    min-height: 32px
}

    .v-list-item--density-compact.v-list-item--one-line {
        min-height: 40px
    }

    .v-list-item--density-compact.v-list-item--two-line {
        min-height: 56px;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .v-list-item--density-compact.v-list-item--three-line {
        min-height: 80px;
        padding-top: 8px;
        padding-bottom: 8px
    }

        .v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend, .v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
            padding-top: 4px
        }

    .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
        padding-inline: 16px
    }

    .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
        padding-inline: 16px
    }

    .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
        padding-inline: 16px
    }

.v-list-item--nav {
    padding-inline: 8px
}

.v-list .v-list-item--nav:not(:only-child) {
    margin-bottom: 4px
}

.v-list-item__underlay {
    position: absolute
}

.v-list-item__overlay {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in-out
}

.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
    --v-theme-overlay-multiplier: 0
}

.v-list {
    --indent-padding: 0px
}

.v-list--nav {
    --indent-padding: -8px
}

.v-list-group {
    --list-indent-size: 16px;
    --parent-padding: var(--indent-padding);
    --prepend-width: 40px
}

.v-list--slim .v-list-group {
    --prepend-width: 28px
}

.v-list-group--fluid {
    --list-indent-size: 0px
}

.v-list-group--prepend {
    --parent-padding: calc(var(--indent-padding) + var(--prepend-width))
}

.v-list-group--fluid.v-list-group--prepend {
    --parent-padding: var(--indent-padding)
}

.v-list-group__items {
    --indent-padding: calc(var(--parent-padding) + var(--list-indent-size))
}

    .v-list-group__items .v-list-item {
        padding-inline-start: calc(16px + var(--indent-padding)) !important
    }

.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
    opacity: 0
}

.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))
}

.v-divider {
    display: block;
    flex: 1 1 100%;
    height: 0px;
    max-height: 0px;
    opacity: var(--v-border-opacity);
    transition: inherit
}

.v-divider {
    border-style: solid;
    border-width: thin 0 0 0
}

.v-divider--vertical {
    align-self: stretch;
    border-width: 0 thin 0 0;
    display: inline-flex;
    height: auto;
    margin-left: -1px;
    max-height: 100%;
    max-width: 0px;
    vertical-align: text-bottom;
    width: 0px
}

.v-divider--inset:not(.v-divider--vertical) {
    max-width: calc(100% - 72px);
    margin-inline-start: 72px
}

.v-divider--inset.v-divider--vertical {
    margin-bottom: 8px;
    margin-top: 8px;
    max-height: calc(100% - 16px)
}

.v-divider__content {
    padding: 0 16px;
    text-wrap: nowrap
}

.v-divider__wrapper--vertical .v-divider__content {
    padding: 4px 0
}

.v-divider__wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.v-divider__wrapper--vertical {
    flex-direction: column;
    height: 100%
}

    .v-divider__wrapper--vertical .v-divider {
        margin: 0 auto
    }

.v-menu > .v-overlay__content {
    display: flex;
    flex-direction: column
}

.v-menu > .v-overlay__content {
    border-radius: 4px
}

    .v-menu > .v-overlay__content > .v-card, .v-menu > .v-overlay__content > .v-sheet, .v-menu > .v-overlay__content > .v-list {
        background: rgb(var(--v-theme-surface));
        border-radius: inherit;
        overflow: auto;
        height: 100%
    }

    .v-menu > .v-overlay__content > .v-card, .v-menu > .v-overlay__content > .v-sheet, .v-menu > .v-overlay__content > .v-list {
        box-shadow: 0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
    }

.v-overlay-container {
    contain: layout;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    display: contents
}

.v-overlay-scroll-blocked {
    padding-inline-end: var(--v-scrollbar-offset)
}

    .v-overlay-scroll-blocked:not(html) {
        overflow-y: hidden !important
    }

html.v-overlay-scroll-blocked {
    position: fixed;
    top: var(--v-body-scroll-y);
    left: var(--v-body-scroll-x);
    width: 100%;
    height: 100%
}

.v-overlay {
    --v-overlay-opacity: .32;
    border-radius: inherit;
    display: flex;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0
}

.v-overlay__content {
    outline: none;
    position: absolute;
    pointer-events: auto;
    contain: layout
}

.v-overlay__scrim {
    pointer-events: auto;
    background: rgb(var(--v-theme-on-surface));
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: var(--v-overlay-opacity);
    position: fixed;
    right: 0;
    top: 0
}

.v-overlay--absolute, .v-overlay--contained .v-overlay__scrim {
    position: absolute
}

.v-overlay--scroll-blocked {
    padding-inline-end: var(--v-scrollbar-offset)
}

.v-text-field input {
    color: inherit;
    opacity: 0;
    flex: 1;
    transition: .15s opacity cubic-bezier(.4,0,.2,1);
    min-width: 0
}

    .v-text-field input:focus, .v-text-field input:active {
        outline: none
    }

    .v-text-field input:invalid {
        box-shadow: none
    }

.v-text-field .v-field {
    cursor: text
}

.v-text-field--prefixed.v-text-field .v-field__input {
    --v-field-padding-start: 6px
}

.v-text-field--suffixed.v-text-field .v-field__input {
    --v-field-padding-end: 0
}

.v-text-field .v-input__details {
    padding-inline: 16px
}

.v-input--plain-underlined.v-text-field .v-input__details {
    padding-inline: 0
}

.v-text-field .v-field--no-label input, .v-text-field .v-field--active input {
    opacity: 1
}

.v-text-field .v-field--single-line input {
    transition: none
}

.v-text-field__prefix, .v-text-field__suffix {
    align-items: center;
    color: rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));
    cursor: default;
    display: flex;
    opacity: 0;
    transition: inherit;
    white-space: nowrap;
    min-height: max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
    padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
    padding-bottom: var(--v-field-padding-bottom, 6px)
}

.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
    opacity: 1
}

.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
    color: rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))
}

.v-text-field__prefix {
    padding-inline-start: var(--v-field-padding-start)
}

.v-text-field__suffix {
    padding-inline-end: var(--v-field-padding-end)
}

.v-counter {
    color: rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));
    flex: 0 1 auto;
    font-size: 12px;
    transition-duration: .15s
}

.v-field {
    display: grid;
    grid-template-areas: "prepend-inner field clear append-inner";
    grid-template-columns: min-content minmax(0,1fr) min-content min-content;
    font-size: 16px;
    letter-spacing: .009375em;
    max-width: 100%;
    border-radius: 4px;
    contain: layout;
    flex: 1 0;
    grid-area: control;
    position: relative;
    --v-theme-overlay-multiplier: 1;
    --v-field-padding-start: 16px;
    --v-field-padding-end: 16px;
    --v-field-padding-top: 8px;
    --v-field-padding-bottom: 4px;
    --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
    --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)
}

.v-field--disabled {
    opacity: var(--v-disabled-opacity);
    pointer-events: none
}

.v-field .v-chip {
    --v-chip-height: 24px
}

.v-field--prepended {
    padding-inline-start: 12px
}

.v-field--appended {
    padding-inline-end: 12px
}

.v-field--variant-solo, .v-field--variant-solo-filled {
    background: rgb(var(--v-theme-surface));
    border-color: transparent;
    color: rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))
}

.v-field--variant-solo, .v-field--variant-solo-filled {
    box-shadow: 0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-field--variant-solo-inverted {
    background: rgb(var(--v-theme-surface));
    border-color: transparent;
    color: rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))
}

.v-field--variant-solo-inverted {
    box-shadow: 0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

    .v-field--variant-solo-inverted.v-field--focused {
        color: rgb(var(--v-theme-on-surface-variant))
    }

.v-field--variant-filled {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
    --v-input-control-height: 56px;
    --v-field-padding-bottom: 4px
}

.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
    --v-input-control-height: 48px;
    --v-field-padding-bottom: 0px
}

.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
    --v-input-control-height: 40px;
    --v-field-padding-bottom: 0px
}

.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
    --v-field-padding-top: 0px
}

.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
    --v-field-padding-bottom: 16px
}

.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
    --v-field-padding-bottom: 12px
}

.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
    --v-field-padding-bottom: 8px
}

.v-field--variant-plain, .v-field--variant-underlined {
    border-radius: 0;
    padding: 0
}

    .v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
        --v-field-padding-start: 0px;
        --v-field-padding-end: 0px
    }

.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
    --v-input-control-height: 48px;
    --v-field-padding-top: 4px;
    --v-field-padding-bottom: 4px
}

.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
    --v-input-control-height: 40px;
    --v-field-padding-top: 2px;
    --v-field-padding-bottom: 0px
}

.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
    --v-input-control-height: 32px;
    --v-field-padding-top: 0px;
    --v-field-padding-bottom: 0px
}

.v-field--flat {
    box-shadow: none
}

.v-field--rounded {
    border-radius: 24px
}

.v-field.v-field--prepended {
    --v-field-padding-start: 6px
}

.v-field.v-field--appended {
    --v-field-padding-end: 6px
}

.v-field__input {
    align-items: center;
    color: inherit;
    column-gap: 2px;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: .009375em;
    opacity: var(--v-high-emphasis-opacity);
    min-height: max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
    min-width: 0;
    padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
    padding-top: var(--v-field-input-padding-top);
    padding-bottom: var(--v-field-input-padding-bottom);
    position: relative;
    width: 100%
}

.v-input--density-default .v-field__input {
    row-gap: 8px
}

.v-input--density-comfortable .v-field__input {
    row-gap: 6px
}

.v-input--density-compact .v-field__input {
    row-gap: 4px
}

.v-field__input input {
    letter-spacing: inherit
}

    .v-field__input input::placeholder, input.v-field__input::placeholder, textarea.v-field__input::placeholder {
        color: currentColor;
        opacity: var(--v-disabled-opacity)
    }

.v-field__input:focus, .v-field__input:active {
    outline: none
}

.v-field__input:invalid {
    box-shadow: none
}

.v-field__field {
    flex: 1 0;
    grid-area: field;
    position: relative;
    align-items: flex-start;
    display: flex
}

.v-field__prepend-inner {
    grid-area: prepend-inner;
    padding-inline-end: var(--v-field-padding-after)
}

.v-field__clearable {
    grid-area: clear
}

.v-field__append-inner {
    grid-area: append-inner;
    padding-inline-start: var(--v-field-padding-after)
}

.v-field__append-inner, .v-field__clearable, .v-field__prepend-inner {
    display: flex;
    align-items: flex-start;
    padding-top: var(--v-input-padding-top, 8px)
}

.v-field--center-affix .v-field__append-inner, .v-field--center-affix .v-field__clearable, .v-field--center-affix .v-field__prepend-inner {
    align-items: center;
    padding-top: 0
}

.v-field.v-field--variant-underlined .v-field__append-inner, .v-field.v-field--variant-underlined .v-field__clearable, .v-field.v-field--variant-underlined .v-field__prepend-inner, .v-field.v-field--variant-plain .v-field__append-inner, .v-field.v-field--variant-plain .v-field__clearable, .v-field.v-field--variant-plain .v-field__prepend-inner {
    align-items: flex-start;
    padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
    padding-bottom: var(--v-field-padding-bottom, 4px)
}

.v-field--focused .v-field__prepend-inner, .v-field--focused .v-field__append-inner {
    opacity: 1
}

.v-field__prepend-inner > .v-icon, .v-field__append-inner > .v-icon, .v-field__clearable > .v-icon {
    opacity: var(--v-medium-emphasis-opacity)
}

.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon, .v-field--glow.v-field--focused .v-field__prepend-inner > .v-icon, .v-field--disabled .v-field__append-inner > .v-icon, .v-field--error .v-field__append-inner > .v-icon, .v-field--glow.v-field--focused .v-field__append-inner > .v-icon, .v-field--disabled .v-field__clearable > .v-icon, .v-field--error .v-field__clearable > .v-icon, .v-field--glow.v-field--focused .v-field__clearable > .v-icon {
    opacity: 1
}

.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon, .v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon, .v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
    color: rgb(var(--v-theme-error))
}

.v-field__clearable {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    margin-inline: 4px;
    transition: .15s cubic-bezier(.4,0,.2,1);
    transition-property: opacity,transform,width
}

.v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
    opacity: 1
}

@media (hover: hover) {
    .v-field:hover .v-field__clearable {
        opacity: 1
    }
}

@media (hover: none) {
    .v-field__clearable {
        opacity: 1
    }
}

.v-label.v-field-label {
    contain: layout paint;
    display: block;
    margin-inline-start: var(--v-field-padding-start);
    margin-inline-end: var(--v-field-padding-end);
    max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
    pointer-events: none;
    position: absolute;
    top: var(--v-input-padding-top);
    transform-origin: left center;
    transition: .15s cubic-bezier(.4,0,.2,1);
    transition-property: opacity,transform;
    z-index: 1
}

.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
    top: calc(var(--v-input-padding-top) + var(--v-field-padding-top))
}

.v-field--center-affix .v-label.v-field-label {
    top: 50%;
    transform: translateY(-50%)
}

.v-field--active .v-label.v-field-label {
    visibility: hidden
}

.v-field--focused .v-label.v-field-label, .v-field--error .v-label.v-field-label {
    opacity: 1
}

.v-field--error:not(.v-field--disabled) .v-label.v-field-label {
    color: rgb(var(--v-theme-error))
}

.v-label.v-field-label--floating {
    --v-field-label-scale: .75em;
    font-size: var(--v-field-label-scale);
    visibility: hidden
}

.v-field--variant-outlined .v-label.v-field-label--floating {
    max-width: 100%
}

.v-field--center-affix .v-label.v-field-label--floating {
    transform: none
}

.v-field.v-field--active .v-label.v-field-label--floating {
    visibility: unset
}

.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 7px
}

.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 5px
}

.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 3px
}

.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
    transform: translateY(-16px);
    margin: 0;
    top: var(--v-input-padding-top)
}

.v-field--variant-outlined .v-label.v-field-label--floating {
    transform: translateY(-50%);
    transform-origin: center;
    position: static;
    margin: 0 4px
}

.v-field__outline {
    --v-field-border-width: 1px;
    --v-field-border-opacity: .38;
    align-items: stretch;
    contain: layout;
    display: flex;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%
}

@media (hover: hover) {
    .v-field:hover .v-field__outline {
        --v-field-border-opacity: var(--v-high-emphasis-opacity)
    }
}

.v-field--error:not(.v-field--disabled) .v-field__outline {
    color: rgb(var(--v-theme-error))
}

.v-field.v-field--focused .v-field__outline, .v-input.v-input--error .v-field__outline {
    --v-field-border-opacity: 1
}

.v-field--variant-outlined.v-field--focused .v-field__outline {
    --v-field-border-width: 2px
}

.v-field--variant-filled .v-field__outline:before, .v-field--variant-underlined .v-field__outline:before {
    border-color: currentColor;
    border-style: solid;
    border-width: 0 0 var(--v-field-border-width);
    opacity: var(--v-field-border-opacity);
    transition: opacity .25s cubic-bezier(.4,0,.2,1)
}

.v-field--variant-filled .v-field__outline:before, .v-field--variant-underlined .v-field__outline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.v-field--variant-filled .v-field__outline:after, .v-field--variant-underlined .v-field__outline:after {
    border-color: currentColor;
    border-style: solid;
    border-width: 0 0 2px;
    transform: scaleX(0);
    transition: transform .15s cubic-bezier(.4,0,.2,1)
}

.v-field--variant-filled .v-field__outline:after, .v-field--variant-underlined .v-field__outline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.v-field--focused.v-field--variant-filled .v-field__outline:after, .v-field--focused.v-field--variant-underlined .v-field__outline:after {
    transform: scaleX(1)
}

.v-field--variant-outlined .v-field__outline {
    border-radius: inherit
}

.v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch:before, .v-field--variant-outlined .v-field__outline__notch:after, .v-field--variant-outlined .v-field__outline__end {
    border: 0 solid currentColor;
    opacity: var(--v-field-border-opacity);
    transition: opacity .25s cubic-bezier(.4,0,.2,1)
}

.v-field--variant-outlined .v-field__outline__start {
    flex: 0 0 12px;
    border-top-width: var(--v-field-border-width);
    border-bottom-width: var(--v-field-border-width);
    border-inline-start-width: var(--v-field-border-width);
    border-start-start-radius: inherit;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: inherit
}

.v-field--rounded.v-field--variant-outlined .v-field__outline__start, [class^=rounded-].v-field--variant-outlined .v-field__outline__start, [class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
    flex-basis: calc(var(--v-input-control-height) / 2 + 2px)
}

.v-field--reverse.v-field--variant-outlined .v-field__outline__start {
    border-start-start-radius: 0;
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
    border-end-start-radius: 0;
    border-inline-end-width: var(--v-field-border-width);
    border-inline-start-width: 0
}

.v-field--variant-outlined .v-field__outline__notch {
    flex: none;
    position: relative;
    max-width: calc(100% - 24px)
}

.v-field--rounded.v-field--variant-outlined .v-field__outline__notch, [class^=rounded-].v-field--variant-outlined .v-field__outline__notch, [class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch {
    max-width: calc(100% - var(--v-input-control-height))
}

.v-field--variant-outlined .v-field__outline__notch:before, .v-field--variant-outlined .v-field__outline__notch:after {
    opacity: var(--v-field-border-opacity);
    transition: opacity .25s cubic-bezier(.4,0,.2,1)
}

.v-field--variant-outlined .v-field__outline__notch:before, .v-field--variant-outlined .v-field__outline__notch:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.v-field--variant-outlined .v-field__outline__notch:before {
    border-width: var(--v-field-border-width) 0 0
}

.v-field--variant-outlined .v-field__outline__notch:after {
    bottom: 0;
    border-width: 0 0 var(--v-field-border-width)
}

.v-field--active.v-field--variant-outlined .v-field__outline__notch:before {
    opacity: 0
}

.v-field--variant-outlined .v-field__outline__end {
    flex: 1;
    border-top-width: var(--v-field-border-width);
    border-bottom-width: var(--v-field-border-width);
    border-inline-end-width: var(--v-field-border-width);
    border-start-start-radius: 0;
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
    border-end-start-radius: 0
}

.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
    border-start-start-radius: inherit;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: inherit;
    border-inline-end-width: 0;
    border-inline-start-width: var(--v-field-border-width)
}

.v-field__loader {
    top: calc(100% - 2px);
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden
}

.v-field--variant-outlined .v-field__loader {
    top: calc(100% - 3px);
    width: calc(100% - 2px);
    left: 1px
}

.v-field__overlay {
    border-radius: inherit;
    pointer-events: none
}

.v-field__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.v-field--variant-filled .v-field__overlay {
    background-color: currentColor;
    opacity: .04;
    transition: opacity .25s cubic-bezier(.4,0,.2,1)
}

.v-field--variant-filled.v-field--has-background .v-field__overlay {
    opacity: 0
}

@media (hover: hover) {
    .v-field--variant-filled:hover .v-field__overlay {
        opacity: calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))
    }
}

.v-field--variant-filled.v-field--focused .v-field__overlay {
    opacity: calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))
}

.v-field--variant-solo-filled .v-field__overlay {
    background-color: currentColor;
    opacity: .04;
    transition: opacity .25s cubic-bezier(.4,0,.2,1)
}

@media (hover: hover) {
    .v-field--variant-solo-filled:hover .v-field__overlay {
        opacity: calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))
    }
}

.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
    opacity: calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))
}

.v-field--variant-solo-inverted .v-field__overlay {
    transition: opacity .25s cubic-bezier(.4,0,.2,1)
}

.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
    opacity: 0
}

@media (hover: hover) {
    .v-field--variant-solo-inverted:hover .v-field__overlay {
        opacity: calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))
    }
}

.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
    background-color: rgb(var(--v-theme-surface-variant));
    opacity: 1
}

.v-field--reverse .v-field__field, .v-field--reverse .v-field__input, .v-field--reverse .v-field__outline {
    flex-direction: row-reverse
}

.v-field--reverse .v-field__input, .v-field--reverse input {
    text-align: end
}

.v-input--disabled .v-field--variant-filled .v-field__outline:before, .v-input--disabled .v-field--variant-underlined .v-field__outline:before {
    border-image: repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat
}

.v-field--loading .v-field__outline:after, .v-field--loading .v-field__outline:before {
    opacity: 0
}

.v-layout {
    --v-scrollbar-offset: 0px;
    display: flex;
    flex: 1 1 auto
}

.v-layout--full-height {
    --v-scrollbar-offset: inherit;
    height: 100%
}

.v-navigation-drawer {
    -webkit-overflow-scrolling: touch;
    background: rgb(var(--v-theme-surface));
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    pointer-events: auto;
    transition-duration: .2s;
    transition-property: box-shadow,transform,visibility,width,height,left,right,top,bottom;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: absolute
}

.v-navigation-drawer {
    border-color: rgba(var(--v-border-color),var(--v-border-opacity));
    border-style: solid;
    border-width: 0
}

.v-navigation-drawer--border {
    border-width: thin;
    box-shadow: none
}

.v-navigation-drawer {
    box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-navigation-drawer {
    background: rgb(var(--v-theme-surface));
    color: rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))
}

.v-navigation-drawer--rounded {
    border-radius: 4px
}

.v-navigation-drawer--top {
    top: 0;
    border-bottom-width: thin
}

.v-navigation-drawer--bottom {
    left: 0;
    border-top-width: thin
}

.v-navigation-drawer--left {
    top: 0;
    left: 0;
    right: auto;
    border-right-width: thin
}

.v-navigation-drawer--right {
    top: 0;
    left: auto;
    right: 0;
    border-left-width: thin
}

.v-navigation-drawer--floating {
    border: none
}

.v-navigation-drawer--temporary.v-navigation-drawer--active {
    box-shadow: 0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.v-navigation-drawer--sticky {
    height: auto;
    transition: box-shadow,transform,visibility,width,height,left,right
}

.v-navigation-drawer .v-list {
    overflow: hidden
}

.v-navigation-drawer__content {
    flex: 0 1 auto;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.v-navigation-drawer__img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

    .v-navigation-drawer__img img:not(.v-img__img) {
        height: inherit;
        object-fit: cover;
        width: inherit
    }

.v-navigation-drawer__scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
    z-index: 1
}

.v-navigation-drawer__prepend, .v-navigation-drawer__append {
    flex: none;
    overflow: hidden
}

.v-textarea .v-field {
    --v-textarea-control-height: var(--v-input-control-height)
}

.v-textarea .v-field__field {
    --v-input-control-height: var(--v-textarea-control-height)
}

.v-textarea .v-field__input {
    flex: 1 1 auto;
    outline: none;
    -webkit-mask-image: linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
    mask-image: linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px))
}

    .v-textarea .v-field__input.v-textarea__sizer {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        height: 0 !important;
        min-height: 0 !important;
        pointer-events: none
    }

.v-textarea--no-resize .v-field__input {
    resize: none
}

.v-textarea .v-field--no-label textarea, .v-textarea .v-field--active textarea {
    opacity: 1
}

.v-textarea textarea {
    opacity: 0;
    flex: 1;
    min-width: 0;
    height: 100%;
    transition: .15s opacity cubic-bezier(.4,0,.2,1)
}

    .v-textarea textarea:focus, .v-textarea textarea:active {
        outline: none
    }

    .v-textarea textarea:invalid {
        box-shadow: none
    }

.menu-content {
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))
}

.menu-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%
}

    .menu-mobile .mobile-input {
        margin-bottom: var(--v-explore-container-margin)
    }

    .menu-mobile .menu-close-icon {
        display: flex;
        flex-wrap: nowrap;
        justify-content: end;
        margin-bottom: calc(var(--v-explore-container-margin) / 2)
    }

.prevent-ripple.v-list-item:hover > .v-list-item__overlay {
    opacity: 0 !important
}

.v-menu > .v-overlay__content > .v-list {
    box-shadow: none
}

.document-group-list[data-v-165425cf] {
    color: rgb(var(--v-theme-primary))
}

.document-group-list .caption[data-v-165425cf] {
    margin-bottom: var(--v-explore-container-margin)
}

.document-group-list .title-2.bold[data-v-165425cf] {
    margin-bottom: calc(var(--v-explore-container-margin) / 2)
}

.document-group-list .document-group-items[data-v-165425cf] {
    margin-right: calc(var(--v-explore-container-margin) * -1)
}

.document-group-list .document-group-items button[data-v-165425cf] {
    margin: 0 var(--v-explore-container-margin) var(--v-explore-container-margin) 0;
    font-weight: 600
}

.lookup-control-list-item {
    color: rgb(var(--v-theme-primary));
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

    .lookup-control-list-item > div:first-child {
        margin-right: calc(var(--v-explore-container-margin) / 2)
    }

    .lookup-control-list-item > div:nth-child(2) {
        font-weight: 600;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center
    }

        .lookup-control-list-item > div:nth-child(2) > div {
            display: flex;
            flex-wrap: wrap
        }

            .lookup-control-list-item > div:nth-child(2) > div > div {
                width: 100%;
                min-width: 0;
                text-wrap: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

                .lookup-control-list-item > div:nth-child(2) > div > div:nth-child(2) {
                    font-weight: 400
                }

                    .lookup-control-list-item > div:nth-child(2) > div > div:nth-child(2) > div {
                        width: 100%;
                        text-wrap: nowrap
                    }

.connecting-control .add-connecting-control[data-v-5c8363d1] {
    color: rgb(var(--v-theme-on-primary))
}

.connecting-control .add-connecting-control .v-icon[data-v-5c8363d1] {
    margin-right: calc(var(--v-explore-container-margin) / 2)
}

.connecting-control[data-v-5c8363d1] .v-icon.v-combobox__menu-icon {
    display: none
}

.connecting-control .remove-connecting-icon[data-v-5c8363d1] {
    color: rgb(var(--v-theme-primary))
}

.inputs-container-control[data-v-0eb40a8e] {
    background-color: rgb(var(--v-theme-primary));
    color: rgb(var(--v-theme-on-primary));
    padding: var(--v-explore-container-padding) 0;
    display: flex;
    justify-content: center
}

    .inputs-container-control[data-v-0eb40a8e] .v-input .v-input__control {
        color: rgb(var(--v-theme-primary));
        background-color: rgb(var(--v-theme-on-primary))
    }

        .inputs-container-control[data-v-0eb40a8e] .v-input .v-input__control .v-field--variant-filled .v-field__outline:before {
            border-bottom-width: calc(var(--v-explore-container-margin) / 4)
        }

.inputs-container-control .v-form[data-v-0eb40a8e] {
    display: grid;
    column-gap: var(--v-explore-container-margin);
    row-gap: var(--v-explore-container-margin);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6,1fr);
    align-items: center
}

    .inputs-container-control .v-form[data-v-0eb40a8e] > * {
        grid-column: 1
    }

.inputs-container-control .travel-document-control[data-v-0eb40a8e] {
    grid-row: 1
}

.inputs-container-control .nationality-control[data-v-0eb40a8e] {
    grid-row: 2
}

.inputs-container-control .from-location-control[data-v-0eb40a8e] {
    grid-row: 3
}

.inputs-container-control .to-location-control[data-v-0eb40a8e] {
    grid-row: 4
}

.inputs-container-control .connecting-control[data-v-0eb40a8e] {
    grid-row: 5
}

.inputs-container-control .submit-button[data-v-0eb40a8e] {
    grid-row: 6;
    width: 100%
}

.inputs-container-control.with-issuing-authority .v-form[data-v-0eb40a8e] {
    grid-template-rows: repeat(7,1fr)
}

.inputs-container-control.with-issuing-authority .issuing-authority-control[data-v-0eb40a8e] {
    grid-row: 2
}

.inputs-container-control.with-issuing-authority .nationality-control[data-v-0eb40a8e] {
    grid-row: 3
}

.inputs-container-control.with-issuing-authority .from-location-control[data-v-0eb40a8e] {
    grid-row: 4
}

.inputs-container-control.with-issuing-authority .to-location-control[data-v-0eb40a8e] {
    grid-row: 5
}

.inputs-container-control.with-issuing-authority .connecting-control[data-v-0eb40a8e] {
    grid-row: 6
}

.inputs-container-control.with-issuing-authority .submit-button[data-v-0eb40a8e] {
    grid-row: 7;
    width: 100%
}

.input-list-item[data-v-0eb40a8e] {
    color: rgb(var(--v-theme-primary));
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

.input-list-item > div[data-v-0eb40a8e]:first-child {
    margin-right: calc(var(--v-explore-container-margin) / 2)
}

.input-list-item > div[data-v-0eb40a8e]:nth-child(2) {
    font-weight: 600;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.lookup-control-list-item[data-v-0eb40a8e] {
    color: rgb(var(--v-theme-primary));
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

.lookup-control-list-item > div[data-v-0eb40a8e]:first-child {
    margin-right: calc(var(--v-explore-container-margin) / 2)
}

.lookup-control-list-item > div[data-v-0eb40a8e]:nth-child(2) {
    font-weight: 600;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.lookup-control-list-item > div:nth-child(2) > div[data-v-0eb40a8e] {
    display: flex;
    flex-wrap: wrap
}

.lookup-control-list-item > div:nth-child(2) > div > div[data-v-0eb40a8e] {
    width: 100%;
    min-width: 0;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .lookup-control-list-item > div:nth-child(2) > div > div[data-v-0eb40a8e]:nth-child(2) {
        font-weight: 400
    }

.lookup-control-list-item > div:nth-child(2) > div > div:nth-child(2) > div[data-v-0eb40a8e] {
    width: 100%;
    text-wrap: nowrap
}

@media (min-width: 600px) {
    .inputs-container-control.with-issuing-authority .v-form[data-v-0eb40a8e], .inputs-container-control .v-form[data-v-0eb40a8e] {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(3,1fr)
    }

    .inputs-container-control.with-issuing-authority .travel-document-control[data-v-0eb40a8e], .inputs-container-control .travel-document-control[data-v-0eb40a8e] {
        grid-row: 1;
        grid-column: 1
    }

    .inputs-container-control.with-issuing-authority .issuing-authority-control[data-v-0eb40a8e], .inputs-container-control .issuing-authority-control[data-v-0eb40a8e] {
        grid-row: 1;
        grid-column: 2
    }

    .inputs-container-control.with-issuing-authority .nationality-control[data-v-0eb40a8e], .inputs-container-control .nationality-control[data-v-0eb40a8e] {
        grid-row: 2;
        grid-column: 1
    }

    .inputs-container-control.with-issuing-authority .from-location-control[data-v-0eb40a8e], .inputs-container-control .from-location-control[data-v-0eb40a8e] {
        grid-row: 2;
        grid-column: 2
    }

    .inputs-container-control.with-issuing-authority .to-location-control[data-v-0eb40a8e], .inputs-container-control .to-location-control[data-v-0eb40a8e] {
        grid-row: 2;
        grid-column: 3
    }

    .inputs-container-control.with-issuing-authority .connecting-control[data-v-0eb40a8e], .inputs-container-control .connecting-control[data-v-0eb40a8e] {
        grid-row: 3;
        grid-column: 1
    }

    .inputs-container-control.with-issuing-authority .submit-button[data-v-0eb40a8e], .inputs-container-control .submit-button[data-v-0eb40a8e] {
        grid-row: 3;
        grid-column: 2/span 2;
        justify-self: end;
        width: unset
    }
}

@media (min-width: 960px) {
    .inputs-container-control.with-issuing-authority .v-form[data-v-0eb40a8e], .inputs-container-control .v-form[data-v-0eb40a8e] {
        grid-template-columns: repeat(4,1fr)
    }

    .inputs-container-control.with-issuing-authority .connecting-control[data-v-0eb40a8e], .inputs-container-control .connecting-control[data-v-0eb40a8e] {
        grid-column: 3
    }

    .inputs-container-control.with-issuing-authority .submit-button[data-v-0eb40a8e], .inputs-container-control .submit-button[data-v-0eb40a8e] {
        grid-row: 2;
        grid-column: 4;
        width: 100%
    }
}

    .language-selection-control[data-v-86c99cc7] {
        display: flex;
        flex-wrap: nowrap;
        color: rgb(var(--v-theme-primary));
        cursor: pointer;
        /*    padding-bottom: calc(var(--v-explore-container-margin) / 4)
*/ padding: 14px 0;
    }

        .language-selection-control[data-v-86c99cc7] > * {
            margin-right: calc(var(--v-explore-container-margin) / 2)
        }

            .language-selection-control[data-v-86c99cc7] > *:last-child {
                margin-right: 0
            }

    .feedback-control[data-v-eb2fc360] {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin: var(--v-explore-container-margin)
    }

        .feedback-control[data-v-eb2fc360] > * {
            width: 100%
        }

            .feedback-control[data-v-eb2fc360] > * > * {
                margin-bottom: var(--v-explore-container-margin)
            }

    .feedback-control > * .title-1[data-v-eb2fc360] {
        color: rgb(var(--v-theme-primary))
    }

    .feedback-control .button-container[data-v-eb2fc360] {
        display: flex;
        flex-wrap: nowrap;
        justify-content: end
    }

    .feedback-control .button-container button[data-v-eb2fc360] {
        margin-right: var(--v-explore-container-margin)
    }

        .feedback-control .button-container button[data-v-eb2fc360]:last-child {
            margin: 0
        }

    .results-action-control[data-v-d8fc0559] {
        display: flex;
        flex-wrap: nowrap;
        border-bottom: calc(var(--v-explore-container-margin) / 4) solid transparent;
        color: rgb(var(--v-theme-primary))
    }

        .results-action-control[data-v-d8fc0559] > * {
            margin-right: calc(var(--v-explore-container-margin) / 2)
        }

            .results-action-control[data-v-d8fc0559] > *:last-child {
                margin-right: 0
            }

        .results-action-control[data-v-d8fc0559]:hover {
            border-bottom-color: rgb(var(--v-theme-primary))
        }

    .results-action-control:hover a[data-v-d8fc0559] {
        color: rgb(var(--v-theme-primary))
    }

    .v-layout[data-v-f5068893] {
        flex-direction: column;
        min-height: 100vh;
        position: relative;
        /*    background: url(/assets/layout.background.svg) right top/150vh repeat-y border-box
*/
    }

    header[data-v-f5068893] {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        position: sticky;
        top: 0;
        z-index: 9999;
        background-color: white;
    }

    header > div[data-v-f5068893] {
        width: 100%;
        display: flex
    }

    header > div.app-bar-control-section[data-v-f5068893] {
        justify-content: center
    }

    header > div.app-bar-control-section > .content-max-width[data-v-f5068893] {
        justify-content: space-between;
/*        align-items: center;
*/        display: flex;
        flex-wrap: nowrap
    }

    header > div.app-bar-control-section > .content-max-width .app-bar-controls[data-v-f5068893] {
        margin-right: calc(var(--v-explore-container-margin) * -1);
        display: flex;
        justify-content: right;
        flex-wrap: nowrap
    }

        header > div.app-bar-control-section > .content-max-width .app-bar-controls[data-v-f5068893] > * {
            margin-right: var(--v-explore-container-margin);
            display: none
        }

    header > div.app-bar-control-section > .content-max-width .app-bar-controls > *.v-app-bar-nav-icon[data-v-f5068893] {
        margin-right: 0;
        display: unset;
        color: rgb(var(--v-theme-primary)) !important
    }

    header > div.app-bar-control-section > .content-max-width .logo[data-v-f5068893] {
        background-image: var(--v-explore-logo);
        background-position: center center;
        background-clip: border-box;
        background-repeat: no-repeat;
        background-size: contain;
        width: 200px;
        height: 50px
    }

    header .pre-appbar[data-v-f5068893] {
        z-index: 10;
        color: rgb(var(--v-theme-primary));
        background-color: rgb(var(--v-explore-light-blue));
/*        padding: calc(var(--v-explore-container-padding) / 2) 0;
*/        align-content: center;
        justify-content: center
    }

    main[data-v-f5068893] {
        padding-top: var(--v-explore-container-padding);
        min-height: 100%;
        flex: 1
    }

    footer[data-v-f5068893] {
        background-color: rgb(var(--v-explore-footer-grey));
        color: rgb(var(--v-theme-background));
        display: flex;
        justify-content: center;
        align-items: center
    }

    footer > div[data-v-f5068893] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    footer > div > div[data-v-f5068893] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%
    }

        footer > div > div[data-v-f5068893]:first-child {
            flex-wrap: wrap
        }

            footer > div > div[data-v-f5068893]:first-child > * {
                text-align: center;
                margin-bottom: var(--v-explore-container-margin)
            }

        footer > div > div[data-v-f5068893] > * {
            text-align: center;
            margin-bottom: var(--v-explore-container-margin);
            margin-right: var(--v-explore-container-margin)
        }

            footer > div > div[data-v-f5068893] > *:last-child {
                margin-right: 0
            }

    footer a[data-v-f5068893] {
        color: rgb(var(--v-theme-background));
        text-wrap: nowrap
    }

    footer .logo[data-v-f5068893] {
        background-image: url("data:image/svg+xml,%3csvg%20width='98'%20height='12'%20viewBox='0%200%2098%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_369_2135)'%3e%3cpath%20d='M81.193%200.491455C78.2381%200.491455%2075.8667%202.89185%2075.8667%205.84037C75.8667%208.78889%2078.2569%2011.1893%2081.193%2011.1893C84.1479%2011.1893%2086.5193%208.78889%2086.5193%205.84037C86.5193%202.89185%2084.129%200.491455%2081.193%200.491455ZM81.193%209.35591C79.2733%209.35591%2077.6923%207.78715%2077.6923%205.84037C77.6923%203.89359%2079.2544%202.32483%2081.193%202.32483C83.1127%202.32483%2084.6937%203.89359%2084.6937%205.84037C84.6937%207.78715%2083.1127%209.35591%2081.193%209.35591Z'%20fill='white'/%3e%3cpath%20d='M69.0535%200.491455L65.6846%200.491455L65.6846%202.34373L69.0535%202.34373C70.9733%202.34373%2072.5542%203.91249%2072.5542%205.85927C72.5542%207.80605%2070.9921%209.37481%2069.0535%209.37481L66.2492%209.37481L64.4048%2011.2271L66.2492%2011.2271L69.0535%2011.2271C72.0084%2011.2271%2074.3798%208.82669%2074.3798%205.87817C74.3798%202.92965%2071.9896%200.491455%2069.0535%200.491455Z'%20fill='white'/%3e%3cpath%20d='M89.8505%205.84035C89.8505%203.91247%2091.4126%202.32481%2093.3512%202.32481L96.1555%202.32481L97.9999%200.472534L96.1555%200.472534L93.3512%200.472534C90.3963%200.472534%2088.0249%202.87293%2088.0249%205.82145C88.0249%208.76997%2090.4151%2011.1704%2093.3512%2011.1704L96.7201%2011.1704L96.7201%209.31809L93.3512%209.31809C91.4126%209.35589%2089.8505%207.78713%2089.8505%205.84035Z'%20fill='white'/%3e%3cpath%20d='M81.193%207.84375C82.2948%207.84375%2083.188%206.94677%2083.188%205.84027C83.188%204.73378%2082.2948%203.83679%2081.193%203.83679C80.0912%203.83679%2079.198%204.73378%2079.198%205.84027C79.198%206.94677%2080.0912%207.84375%2081.193%207.84375Z'%20fill='%23FFB94E'/%3e%3cpath%20d='M69.0536%207.84375C70.1554%207.84375%2071.0486%206.94677%2071.0486%205.84027C71.0486%204.73378%2070.1554%203.83679%2069.0536%203.83679C67.9518%203.83679%2067.0586%204.73378%2067.0586%205.84027C67.0586%206.94677%2067.9518%207.84375%2069.0536%207.84375Z'%20fill='%23D1001C'/%3e%3cpath%20d='M93.3324%207.84375C94.4342%207.84375%2095.3274%206.94677%2095.3274%205.84027C95.3274%204.73378%2094.4342%203.83679%2093.3324%203.83679C92.2306%203.83679%2091.3374%204.73378%2091.3374%205.84027C91.3374%206.94677%2092.2306%207.84375%2093.3324%207.84375Z'%20fill='%2300D55A'/%3e%3cpath%20d='M17.2398%207.29573C18.6514%206.84211%2019.6677%205.51906%2019.6677%203.9692C19.6677%202.04132%2018.1056%200.491455%2016.1858%200.491455L10.916%200.491455L10.916%2011.2082L12.7981%2011.2082L12.7981%207.46584L15.1507%207.46584L17.748%2011.2082L19.95%2011.2082L17.2398%207.29573ZM12.7793%202.38153L16.1858%202.38153C17.0516%202.38153%2017.7668%203.09976%2017.7668%203.9692C17.7668%204.83863%2017.0516%205.55686%2016.1858%205.55686L13.9273%205.55686L12.7793%205.55686L12.7793%202.38153Z'%20fill='white'/%3e%3cpath%20d='M56.707%209.35591L56.707%200.491455L54.8625%200.491455L54.8625%2011.2082L62.4097%2011.2082L62.4097%209.35591L56.707%209.35591Z'%20fill='white'/%3e%3cpath%20d='M8.65758%200.491455L0%200.491455L6.16687e-10%202.34373L3.38775%202.34373L3.38775%2011.2082L5.23219%2011.2082L5.23219%202.34373L8.65758%202.34373L8.65758%200.491455Z'%20fill='white'/%3e%3cpath%20d='M45.3581%202.34373L51.4184%202.34373L51.4184%200.491455L43.5137%200.491455L43.5137%2011.2082L51.4184%2011.2082L51.4184%209.35591L45.3581%209.35591L45.3581%206.76651L50.7409%206.76651L50.7409%204.91423L45.3581%204.91423L45.3581%204.72523L45.3581%202.34373Z'%20fill='white'/%3e%3cpath%20d='M36.6818%207.55089L33.2286%200.491455L31.2144%200.491455L36.6818%2011.6902L42.1492%200.491455L40.1349%200.491455L36.6818%207.55089Z'%20fill='white'/%3e%3cpath%20d='M26.6502%204.13926L30.0993%2011.2081L32.1134%2011.2081L26.6502%20-1.81888e-09L21.187%2011.2081L23.2011%2011.2081L26.6502%204.13926Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_369_2135'%3e%3crect%20width='98'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        background-position: center center;
        background-size: cover;
        width: 150px;
        height: 16px
    }

    .mobile-menu[data-v-f5068893] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-end;
        padding: var(--v-explore-container-margin)
    }

        .mobile-menu[data-v-f5068893] > * {
            margin-bottom: var(--v-explore-container-margin)
        }

    @media (min-width: 600px) {
        .app-bar-controls[data-v-f5068893] > * {
            display: flex !important
        }
        .MiniNav {
            display: block;
        }
        .app-bar-controls > *.v-app-bar-nav-icon[data-v-f5068893] {
            display: none !important
        }
        header[data-v-f5068893]{
            position:relative;
        }
        footer > div > div[data-v-f5068893]:first-child {
            flex-wrap: nowrap;
            justify-content: space-between;
            margin-bottom: var(--v-explore-container-margin)
        }

            footer > div > div[data-v-f5068893]:first-child > * {
                margin-bottom: unset
            }

        footer > div > div[data-v-f5068893]:last-child {
            justify-content: flex-end
        }

            footer > div > div[data-v-f5068893]:last-child > * {
                margin-bottom: unset
            }
    }

    @media (min-width: 960px) {
        footer .logo[data-v-f5068893] {
            width: 98px;
            height: 12px
        }
        header[data-v-f5068893] {
            position: sticky;
        }
        footer > div[data-v-f5068893] {
            justify-content: space-between;
            flex-wrap: nowrap
        }

        footer > div > div[data-v-f5068893] {
            width: unset
        }

            footer > div > div[data-v-f5068893]:first-child {
                margin-bottom: unset
            }
    }

    .marketing-content[data-v-6b33f56c] {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        color: rgb(var(--v-theme-primary))
    }

    .marketing-content h1[data-v-6b33f56c] {
        font-family: Noto Sans;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .marketing-content p[data-v-6b33f56c] {
        font-family: Noto Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal
    }

    .marketing-content .mobile-content[data-v-6b33f56c], .marketing-content .desktop-content[data-v-6b33f56c] {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }

    .marketing-content .mobile-content[data-v-6b33f56c] > *, .marketing-content .desktop-content[data-v-6b33f56c] > * {
        width: 100%;
        margin-bottom: var(--v-explore-container-margin)
    }

    .marketing-content .desktop-content[data-v-6b33f56c] {
/*        padding-top: 1rem;
*/        display: none
    }

    .marketing-content .desktop-content h1[data-v-6b33f56c] {
        font-family: Noto Sans;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .marketing-content .desktop-content h2[data-v-6b33f56c] {
        font-family: Noto Sans;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal
    }

    .marketing-content .desktop-content p[data-v-6b33f56c] {
        font-family: Noto Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal
    }

    .marketing-content .desktop-content .info-block-container[data-v-6b33f56c] {
        font-family: Noto Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 55%;
        display: flex;
        margin-bottom: 0;
        flex-wrap: wrap;
        margin-bottom: calc(var(--v-explore-container-margin) * 2)
    }

        .marketing-content .desktop-content .info-block-container[data-v-6b33f56c] > * {
            display: inline-block;
            text-wrap: nowrap;
            background-color: rgb(var(--v-explore-light-blue));
            color: rgb(var(--v-theme-primary));
            padding: calc(var(--v-explore-container-padding) / 2) var(--v-explore-container-padding);
            margin: 0 var(--v-explore-container-margin) var(--v-explore-container-margin) 0
        }

            .marketing-content .desktop-content .info-block-container[data-v-6b33f56c] > *:last-child {
                margin-right: 0
            }

    .inputs-container-control[data-v-6b33f56c] {
        margin-bottom: var(--v-explore-container-margin)
    }

    @media (min-width: 600px) {
        .marketing-content .desktop-content[data-v-6b33f56c] {
            display: flex
        }

        .marketing-content .mobile-content[data-v-6b33f56c] {
            display: none
        }
    }
    /* Add a black background color to the top navigation */
    .topnav {
        background-color: #0;
        overflow: hidden;
        width: 100%;
    }

    .NavSiteTarget {
        width: 15%;
        margin: 5px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 20px;
        border-radius: 35px;
        height: 35px;
    }
    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        /*  color: #f2f2f2;*/
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    /* Add an active class to highlight the current page */
    .active {
        background-color: #04AA6D;
        color: white;
    }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }

    /* Dropdown container - needed to position the dropdown content */
    .dropdown {
        float: left;
        overflow: hidden;
    }

        /* Style the dropdown button to fit inside the topnav */
        .dropdown .dropbtn {
            font-size: 17px;
            border: none;
            outline: none;
            color: rgb(var(--v-theme-primary));
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }

        .dropdown .dropbtn2 {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

    /* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: white;
}

        /* Style the links inside the dropdown */
        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }



    /* Style the dropdown content (hidden by default) */
    .dropdown-content2 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        color:white;
    }

        /* Style the links inside the dropdown */
        .dropdown-content2 a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }
    /* Add a dark background on topnav links and the dropdown button on hover */
    .topnav a:hover, .dropdown:hover, .dropdown2:hover .dropbtn {
        background-color: #5CC8C1;
        border-radius: 8px;
    }

    /* Add a grey background to dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Show the dropdown menu when the user moves the mouse over the dropdown button */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown-content2 a:hover {
        background-color: #ddd;
        color: black;
    }
    /* Show the dropdown menu when the user moves the mouse over the dropdown button */
    .dropbtn2:hover .dropdown-content2 {
        display: block;
    }
.dropdown:hover{
    color:white;
}
.MiniNav {
    margin: 5px 5px 0 5px;
    padding-left: 10px;
    height: 40px;
    width: 25%;
}

    .NavigationSearchContainer {
        background-color: white;
        width: 100%;
        max-width: 1280px;
        width: 1000px;
        margin: 30px 5px 0 5px;
        background-color: #f6f6f6;
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 10px;
        border-radius: 15px;
        height: 100px;
        display: none;
        margin:auto;
    }

    .NavigationSearchSection {
        width: 180px;
        float: left;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 0 0 5px;
    }

    .MainSearchContainer {
        background-image: url("/assets/SearchBackground2.jpg");
        height: 630px;
        width: 100%;
        margin: auto;
    }

.MobileMainSearchContainer {
    margin: auto;
    padding: 0 5px 0 5px;
}

    .searchSVG {
        color: white;
        fill: white;
        width: 15px;
    }

    .FAQBanner {
        align-content: end;
        background-position: center;
        margin: 0 10px 0 0;
    }

    .FAQSection {
        padding: 25px 0 0 0;
    }

    .FAQQuestion {
        font-weight: 800;
        width: 100%;
        padding: 10px 0;
    }

    .FAQAnswer {
    }

    .FAQSep {
        color: #5cc8c1;
        margin: 10px 0;
    }

    .CombinedNewsBanner {
        background-image: url("/assets/CombinedNews.jpeg");
        height: 400px;
        width: 590px;
        float: left;
        align-content: end;
        background-position: center;
        margin: 0 10px 0 0;
    }
.MobileCombinedNewsBanner {
    background-image: url("/assets/CombinedNews.jpeg");
    /*    height: 400px;
    width: 480px;*/
    align-content: end;
    background-position: center;
    padding: 80px 0;
}
    .CombinedTravelBanner {
        background-image: url("/assets/CombinedTravel.jpeg");
        height: 400px;
        align-content: end;
        background-position: center;
        margin: 0 0 0 10px;
    }
.MobileCombinedTravelBanner {
    background-image: url("/assets/CombinedTravel.jpeg");
    align-content: end;
    background-position: center;
    padding:10px 0 0;
}
    .InfoImage1 {
        background-image: url("/assets/InfoImage1.jpeg");
        height: 387px;
        padding: 5px;
        align-content: end;
    }

    .InfoImage2 {
        background-image: url("/assets/InfoImage2.jpeg");
        height: 200px;
        padding: 5px;
        align-content: end;
    }

    .InfoImage3 {
        background-image: url("/assets/InfoImage4.jpeg");
        height: 600px;
        padding: 5px;
        align-content: end;
    }

    .MoreSolutionsContainer {
        background-image: url("/assets/MoreSolutionsBackground.jpeg");
        height: 444px;
    }

    .moreSolutionsHeadline {
        text-align: center;
        color: white;
        font-size: 2.5rem;
        font-weight: 800;
        padding: 120px 0 0 0;
    }

    .moreSolutionsSubHeadline {
        text-align: center;
        color: white;
        font-weight: 600;
        padding: 30px 0 0 0;
    }

.AboutUsBanner {
    background-image: url('/assets/AboutUsBanner.jpg');
    height: 425px;
    /*    background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
    opacity: .6;
    filter: brightness(50%);
    background-image:linear-gradient()*/
}

    .MobileAboutUsBanner {
    }

        .MobileAboutUsBanner h1 {
            font-size: 2rem;
            padding: 10px 50px 0 10px;
        }

    .AboutUsBanner h1 {
        color: white;
        font-size: 3rem;
        padding: 210px 50px 0 50px;
    }

    .AboutUsHeadline {
        text-align: center;
        color: #013565;
        font-size: 2.5rem;
        font-weight: 800;
        padding: 60px 0 0 0;
    }

    .AboutUsSubHeadline {
        text-align: center;
        color: #013565;
        font-weight: 600;
        padding: 30px 0 30px 0;
    }

    .AboutUsMoreSolutionsHeadline {
        text-align: center;
        color: #013565;
        font-size: 2.5rem;
        font-weight: 800;
        padding: 60px 0 0 0;
    }

    .AboutUsMoreSolutionsSubHeadline {
        text-align: center;
        color: #013565;
        font-weight: 600;
        padding: 30px 20px 0 20px;
    }

    .AboutUsMoreSolutionsButtons {
        width: 80%;
        margin: auto;
        padding: 75px 0;
    }

    .AboutUsMoreSolutionsButtons {
        width: 80%;
        margin: auto;
        padding: 30px 0;
    }

    .AboutUsMoreSolutionsButton {
        float: left;
        width: 33%;
    }

    .AboutUsMoreSolutionsInfoDesc {
        width: 100%;
    }

    .AboutUsMoreSolutionsInfoContainer {
        width: 100%;
    }

.AboutUsMoreSolutionsInfoImage {
    float: left;
    width: 600px;
    height: 400px;
    background-image: url('/assets/New_about_us_panel.jpeg');
}

    .AboutUsMoreSolutionsInfoDescLogo {
        margin: auto;
        width: 300px;
        padding: 50px 0;
    }

    .AboutUsMoreSolutionsInfoDescDetail {
        padding: 10px 75px 10px 75px;
        line-height: 2;
    }

    .AboutUsMoreSolutionsInfoDescButton {
        margin: auto;
        width: 30%;
        padding: 30px 0;
    }

    .AboutUsMoreSolutionsInfoDesc {
        float: left;
        width: 48%;
        margin: 10px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        background-color: #e9e9e9;
        padding-left: 10px;
        border-radius: 35px;
        height: 380px;
    }

    .MobileAboutUsMoreSolutionsInfoDesc {
        margin: 10px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        background-color: #e9e9e9;
        padding-left: 10px;
        border-radius: 35px;
        height: 380px;
    }

.MobileAboutUsMoreSolutionsInfoDescButton {
    padding:20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .MobileAboutUsMoreSolutionsButtons {
        padding: 15px 0 0 40px;
    }

    .AboutUsICTSContainer {
        width: 100%;
    }

    .aboutUsICTSHead {
        font-size: 2.5rem;
        font-weight: 800;
    }

    .AboutUsICTSSubHeadline {
        padding: 15px 0;
    }

    .AboutUsICTSLogos {
        margin: auto;
        padding: 100px 150px;
    }

.MobileAboutUsICTSLogos {
    padding: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .AboutUsICTSLogos img {
        width: 250px;
    }

    .AboutUsCommitmentContainer {
        width: 100%;
        background-color: #d4e7ee;
    }

    .AboutUsCommitmentHeadline {
        font-size: 1.5rem;
        font-weight: 800;
    }

    .AboutUsCommitmentInfo {
    }

    .AboutUsCommitmentLogos {
        width: 80%;
        padding: 50px 15px;
        margin: auto;
    }

        .AboutUsCommitmentLogos img {
            height: 65px;
            padding: 0 15px;
        }

    .SmallBoxIcon {
        display: flex;
        justify-content: center;
        padding: 30px 0 0 0;
    }

    .SmallBoxTitle {
        font-weight: 800;
        text-align: center;
        padding: 35px 0 10px;
        font-size: 1.2rem;
    }

    .SmallBoxInfo {
        text-align: center;
        padding: 15px 10px 10px 0;
    }
.InputError {
    color: #a6272f;
    font-weight: 800;
}
.FourColumnRoundedBox {
    width: 22%;
    float: left;
    margin: 30px 5px 0 5px;
    background: rgba(255,255, 255, 0.4);
    box-shadow: 0px 0.5px 3px #888888;
    padding-left: 10px;
    border-radius: 35px;
    height: 200px;
}

    .FourColumnRoundedBoxGreen {
        width: 22%;
        float: left;
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        background-color: #5cc8c1;
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 10px;
        border-radius: 35px;
        height: 200px;
        color: white;
    }

    .ThreeColumnRoundedBox {
        width: 32%;
        float: left;
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 10px;
        border-radius: 35px;
        height: 300px;
    }

    .ThreeColumnRoundedBoxGrey {
        width: 32%;
        float: left;
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        background-color: #e9e9e9;
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 10px;
        border-radius: 35px;
        height: 300px;
    }

    .RoundedBox {
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 10px;
        border-radius: 35px;
        height: 300px;
    }

    .RoundedBoxGrey {
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        background-color: #e9e9e9;
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 10px;
        border-radius: 35px;
        height: 300px;
    }

    .ThreeStepsMainImage {
        background-image: url("/assets/3StepsMainImage2.jpeg");
        height: 600px;
    }

    .ThreeStepsNumber {
        color: #5CC8C1;
        font-size: 2.5em;
        font-weight: 800;
        float: left;
        height: 100%;
        width: 10%;
        padding: 0;
    }

    .ThreeStepsDetail {
        float: left;
        width: 90%;
        padding: 10px 0;
    }
.ThreeStepsDetailSubmit {
    float: left;
    width: 100%;
    padding: 10px 0;
}
    .ThreeStepsListTitle {
        font-size: 1.75em;
        font-weight: 600;
    }

    .ThreeStepsListDesc {
        padding: 10px 0 0 0;
    }

    .ThreeStepsListContainer {
        padding: 10px 0 0 25px;
    }

    .ThreeStepsMobileListContainer {
        padding: 10px 0 0 0;
    }

    .LatestArticleContainer {
        float: left;
        width: 33%;
        padding: 15px;
    }

    .MobileLatestArticleContainer {
        padding: 15px 0 0 0;
    }
.ArticleListBox {
    background: rgba(255,255, 255, 0.4);
    box-shadow: 0px 0.5px 3px #888888;
    border-radius: 15px;
    min-height: 320px;
}
.ArticleHorizontalListBox {
    background: rgba(255,255, 255, 0.4);
    box-shadow: 0px 0.5px 3px #888888;
    border-radius: 15px;
    min-height: 175px;
    margin: 0 10px 30px 0;
}
.SmallArticleHorizontalListBox {
    background: rgba(255,255, 255, 0.4);
    box-shadow: 0px 0.5px 3px #888888;
    border-radius: 15px;
    min-height: 100px;
    margin: 0 10px 20px 0;
}
.MobileArticleListBox {
    background: rgba(255,255, 255, 0.4);
    box-shadow: 0px 0.5px 3px #888888;
    padding: 15px;
    border-radius: 15px;
    min-height: 285px;
}
.select2-results__options {
    list-style: none;
    font-size: 0.75rem;
}

    .select2-dropdown {
        width: 350px !important;
        z-index: 9999;
    }

    .select2-results__option {
        padding: 10px 0 10px 5px;
    }

    .select2-result-repository__title {
        padding: 0 0 0 5px;
    }

    .select2-result-repository__avatar {
        padding: 0 5px 0 0;
    }

    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 10px;
        padding: 6px;
    }

    .select2-container .select2-selection--single {
        height: 40px;
    }

    .select2-result-repository__statistics {
        padding: 0 10px 0 0;
    }
.ContactUsForm {
    margin: 30px 5px 0 5px;
    background: rgba(255,255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    background-color: #e9e9e9;
    box-shadow: 0px 0.5px 3px #888888;
    padding-left: 10px;
    border-radius: 10px;
    height: 500px;
}
.ContactUsFormLabel{
    padding:15px 0 0;
}
.ContactUsFormInput {
    padding: 10px 0 0 0;
    font-size: 0.75rem !important;
}
.ContactUsFormSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0;
}
ul.breadcrumb {
    padding: 5px 0;
    list-style: none;
    margin-left: 0;
}

        /* Display list items side by side */
        ul.breadcrumb li {
            display: inline;
            font-size: 18px;
        }

            /* Add a slash symbol (/) before/behind each list item */
            ul.breadcrumb li + li:before {
                padding: 8px;
                /*    color: black;
*/ content: "\003E";
            }

            ul.breadcrumb li a {
                /*    color: #0275d8;
*/ text-decoration: none;
            }

    .button-22b {
        align-items: center;
        appearance: button;
        background-color: #013565;
        border-radius: 8px;
        border-style: none;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: white;
        cursor: pointer;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 10px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-22d {
        align-items: center;
        appearance: button;
        background-color: #5CC8C1;
        border-radius: 8px;
        border-style: none;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: white;
        cursor: auto;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 10px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
.button-22daction {
    align-items: center;
    appearance: button;
    background-color: #5CC8C1;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    font-family: "RM Neue",sans-serif;
    font-size: 1em;
    line-height: 1.15;
    margin: 0 5px 10px 0;
    padding: 10px 21px;
    text-align: center;
    text-transform: none;
    transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
    .button-22dtab {
        align-items: center;
        appearance: button;
        background-color: #5CC8C1;
        border-radius: 8px;
        border-style: solid;
        border-color: #5CC8C1;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: white;
        cursor: auto;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 10px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-22dinv {
        align-items: center;
        appearance: button;
        background-color: white;
        border-radius: 8px;
        border-style: solid;
        border-color: #5CC8C1;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: #013565;
        cursor: auto;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 10px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

.button-22c {
    align-items: center;
    appearance: button;
    background-color: white;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #013565;
    cursor: auto;
    /*    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: "RM Neue",sans-serif;*/
    font-size: 1em;
    line-height: 1.15;
    margin: 0 5px 30px 10px;
    padding: 10px 21px;
    text-align: left;
    text-transform: none;
    transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    max-width: 370px;
}

    .button-22e {
        align-items: center;
        appearance: button;
        background-color: white;
        border-radius: 8px;
        border-style: none;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: #013565;
        cursor: pointer;
        /*    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: "RM Neue",sans-serif;*/
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.15;
        margin: 0 5px 30px 10px;
        padding: 10px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
    /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
    @media screen and (max-width: 600px) {
        .topnav a:not(:first-child), .dropdown .dropbtn {
            display: none;
        }

        .topnav a.icon {
            float: right;
            display: block;
        }
    }

    .Container100perc {
        width: 100%;
    }
.Container100PercCenter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 0;
}
.Container100percImage {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
}
    .TwoColumnJourneyActive {
        width: 48%;
        float: left;
        margin: 30px 5px 10px 5px;
        background: rgba(255,255, 255, 0.4);
        box-shadow: 0px 0.5px 3px #888888;
        padding-left: 10px;
        border-radius: 25px;
        height: 100px;
    }

    .TwoColumnJourneyInActive {
        width: 48%;
        float: left;
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        padding-left: 10px;
        height: 100px;
    }

    .TwoColumn50perc {
        width: 50%;
        float: left;
    }

        .TwoColumn50perc img {
            width: 100%;
        }

        .TwoColumn50perc inactive {
            color: lightslategray;
        }

    .TwoColumn66perc {
        width: 66%;
        float: left;
    }

    .TwoColumn34perc {
        width: 34%;
        float: left;
    }

    .Column25perc {
        width: 25%;
        float: left;
        padding-top: 10px;
    }

    .SearchResultsTitle {
        font-size: 2.75rem;
        font-weight: 800;
        color: rgb(var(--v-theme-primary))
    }

    .MobileSearchResultsTitle {
        font-size: 1.75rem;
        font-weight: 800;
        color: rgb(var(--v-theme-primary))
    }

    .SearchResultsSubHeading {
        color: #5CC8C1;
        text-transform: uppercase;
        padding: 10px 0 0 0;
        font-weight: 600;
    }

    .icon_svg {
        width: 1.5em;
        padding: 12px 0 0 0;
    }

    .SearchResultsButtonContainer {
        padding: 25px 0;
    }

    .SearchResultsSubHeadingInfo {
        font-size: 1.25rem;
        font-weight: 600;
        color: rgb(var(--v-theme-primary));
    }

    .link {
        cursor: pointer;
    }

    .inactive {
        color: gray;
    }

    .SearchResultsDetailSubHeading {
        font-size: 1rem;
        font-weight: 600;
        color: rgb(var(--v-theme-primary));
        padding: 10px 0;
    }

    .SearchResultsDetailInfo {
        font-size: 1rem;
        color: rgb(var(--v-theme-primary));
        padding: 10px 0;
    }

    .SearchResultsDetailInfoRequirements {
        font-size: 1rem;
        color: rgb(var(--v-theme-primary));
        padding: 10px 0;
        float: left;
        color: black;
        padding: 0 7px;
        line-height: 1.2rem;
    }

    .hidemessages {
        display: none;
    }

    .SearchResultsDetailInfoIVisa {
        width: 98%;
        margin: 25px 5px 25px 0px;
        background: rgba(255,255, 255, 0.4);
        padding-left: 10px;
        border-radius: 15px;
        display: flex;
        border: rgb(var(--v-theme-primary));
        color: white;
        border-style: solid;
        border-width: 1px;
        background: rgb(var(--v-theme-primary));
    }

    .MobileSearchResultsDetailInfoIVisa {
        width: 98%;
        margin: 25px 5px 25px 0px;
        background: rgba(255,255, 255, 0.4);
        padding-left: 10px;
        border-radius: 15px;
        border: rgb(var(--v-theme-primary));
        color: white;
        border-style: solid;
        border-width: 1px;
        background: rgb(var(--v-theme-primary));
    }

    .SearchResultsDetailInfoIVisaTitle {
        padding: 7px 0 0 0;
        font-weight: 600;
    }

    .SearchResultsDetailInfoIVisaInfo {
        padding: 0 0 7px 0;
        font-weight: 600;
    }

    .button-IVisa {
        align-items: center;
        appearance: button;
        background-color: white;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        border-radius: 20px;
        border-style: none;
        color: rgb(var(--v-theme-primary));
        cursor: pointer;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 7px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin: 5px 10px 5px 0;
        font-weight: 600;
    }

    .SearchResultsDetailContainer {
        width: 100%;
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        padding-left: 10px;
        border-radius: 15px;
        display: flex;
        border: gray;
        border-style: solid;
        border-width: 1px;
        background: linear-gradient(to right, #f7f7f7 34%, #fff 34%);
    }

    .MobileSearchResultsDetailContainer {
        width: 100%;
        margin: 30px 5px 0 5px;
        background: rgba(255,255, 255, 0.4);
        padding-left: 10px;
        border-radius: 15px;
        border: gray;
        border-style: solid;
        border-width: 1px;
    }

    .destinationMessage {
        margin-top: 1px;
    }

    .MobiledestinationMessage {
        margin-top: 10px;
    }

    .Mobileshowmessages {
        padding: 15px 0 0 0;
    }

    .SearchResultsDetailHeading {
        color: black;
        font-size: 1.3rem;
        font-weight: 600;
        padding: 10px 5px;
    }

    .MobileSearchResultsDetailHeading {
        color: black;
        font-size: 1rem;
        font-weight: 600;
        padding: 10px 5px;
    }

    .SearchResultsDetailHeading {
        color: black;
        font-size: 1.3rem;
        font-weight: 600;
        padding: 10px 5px;
        margin-top: 10px;
    }

    .SectionPillContainer {
        padding: 5px;
    }
.ContactUsTextArea {
    resize: none;
    width: 98%;
    height: 120px;
}
.button-pill-border {
    align-items: center;
    appearance: button;
    background-color: white;
    border-radius: 30px;
    border-style: solid;
    border-color: #5CC8C1;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #013565;
    cursor: auto;
    font-family: "RM Neue",sans-serif;
    font-size: 1em;
    line-height: 1.15;
    margin: 0 5px 10px 0;
    padding: 7px 21px;
    text-align: center;
    text-transform: none;
    transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 5px 10px 5px 0;
}
.button-pill-border-active {
    align-items: center;
    appearance: button;
    background-color: white;
    border-radius: 30px;
    border-style: solid;
    border-color: #5CC8C1;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #013565;
    cursor: pointer;
    font-family: "RM Neue",sans-serif;
    font-size: 1em;
    line-height: 1.15;
    margin: 0 5px 10px 0;
    padding: 7px 21px;
    text-align: center;
    text-transform: none;
    transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 5px 10px 5px 0;
}
    .button-Solid-Green-Info {
        align-items: center;
        appearance: button;
        background-color: green;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: white;
        cursor: auto;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 7px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin: 5px 10px 5px 0;
    }

    .button-Solid-Amber-Info {
        align-items: center;
        appearance: button;
        background-color: rgb(var(--v-theme-amber));
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: white;
        cursor: auto;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 7px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin: 5px 10px 5px 0;
    }

    .button-Border-Green-Info {
        align-items: center;
        appearance: button;
        background-color: green;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: white;
        cursor: auto;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 7px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin: 5px 10px 5px 0;
    }

    .button-Solid-Red-Info {
        align-items: center;
        appearance: button;
        background-color: red;
        box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
        box-sizing: border-box;
        color: white;
        cursor: auto;
        font-family: "RM Neue",sans-serif;
        font-size: 1em;
        line-height: 1.15;
        margin: 0 5px 10px 0;
        padding: 7px 21px;
        text-align: center;
        text-transform: none;
        transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin: 5px 10px 5px 0;
    }












    .searchSelect {
        position: relative;
        color: grey;
        width: 90%;
        padding: 8px;
        border: 1px solid grey;
        border-radius: 10px;
        background-color: white;
    }
.languageSelect {
    position: relative;
    background-color: white;
    color: rgb(var(--v-theme-primary));
}
        .searchSelect:before {
            content: "";
            position: absolute;
            right: 10px;
            top: 8px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #f00;
        }

        .searchSelect:after {
            content: "";
            position: absolute;
            right: 10px;
            top: 3px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #333;
        }

    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
    @media screen and (max-width: 600px) {
        .topnav.responsive {
            position: relative;
        }

            .topnav.responsive a.icon {
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }

            .topnav.responsive .dropdown {
                float: none;
            }

            .topnav.responsive .dropdown-content {
                position: relative;
            }

            .topnav.responsive .dropdown .dropbtn {
                display: block;
                width: 100%;
                text-align: left;
            }
    }


#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
}

#tm:checked + .main-menu {
    display: block;
/*    width: 100%;
    overflow: hidden;
    float: right;*/
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #444;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

    #menu .sub-menu li:last-child {
        border-width: 0;
    }

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: rgb(var(--v-theme-primary));
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {
    background-color: #fff;
}

    #toggle-menu,
    #menu a {
        padding: 1em 1.5em;
    }

    #menu a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
    }

        #menu a:hover {
            background-color: white;
            color: #09c;
        }

    #menu .sub-menu {
        display: none;
    }

    #menu input[type="checkbox"]:checked + .sub-menu {
        display: block;
    }

    #menu .sub-menu a:hover {
        color: #444;
    }

    #toggle-menu .drop-icon,
    #menu li label.drop-icon {
        position: absolute;
        right: 1.5em;
        top: 1.25em;
    }

    #menu label.drop-icon, #toggle-menu span.drop-icon {
        border-radius: 50%;
        width: 1em;
        height: 1em;
        text-align: center;
        background-color: rgba(0, 0, 0, .125);
        text-shadow: 0 0 0 transparent;
        color: rgba(255, 255, 255, .75);
    }

    #menu .drop-icon {
        line-height: 1;
    }
@media only screen and (max-width: 64em) and (min-width: 52.01em) {
    #menu li {
        width: 33.333%;
    }

    #menu .sub-menu li {
        width: auto;
    }
}

@media only screen and (min-width: 52em) {
    #menu .main-menu {
        display: block;
    }

    #toggle-menu,
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;
    }

    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 12em;
        z-index: 3000;
    }

    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }

        #menu .sub-menu li {
            border-width: 0 0 1px;
        }

        #menu .sub-menu .sub-menu {
            top: 0;
            left: 100%;
        }

    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
}
.main-navigation{
    margin:auto;
    width:1280px;
    padding-top:10px;
}
.main-navigation-logo {
    background-image: var(--v-explore-logo);
    background-position: center center;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 50px;
}
.main-navigation-content {
    float: left;
    color: rgb(var(--v-theme-primary));
}
.main-navigation-content-right {
    float: right;
    color: rgb(var(--v-theme-primary));
}
@media (max-width: 900px){
    .main-navigation-content .desktop-content[data-v-6b33f56c] {
        display: none
    }
    header[data-v-f5068893] {
        position: relative;
    }
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #e9e9e9;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
} 