<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.container[data-v-fffdbdf6]{display:flex;height:20px;width:20px;align-items:center;justify-content:center}.container .spinner[data-v-fffdbdf6]{width:12px;height:12px;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation-fffdbdf6 1s linear infinite}.theme--default .container .spinner[data-v-fffdbdf6]{border:1px solid #9c9b94;border-bottom-color:transparent}.theme--dark .container .spinner[data-v-fffdbdf6]{border:1px solid #a9a9a9;border-bottom-color:transparent}@keyframes rotation-fffdbdf6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fill[data-v-83625559]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-83625559]{fill:#a9a9a9}.theme--dark .fill[data-v-83625559]{fill:#c3baba}.stroke[data-v-83625559]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-83625559]{stroke:#a9a9a9}.theme--dark .stroke[data-v-83625559]{stroke:#c3baba}.color[data-v-83625559]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-83625559]{color:#a9a9a9}.theme--dark .color[data-v-83625559]{color:#c3baba}.secondaryIcon[data-v-83625559]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-83625559]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-83625559]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-b7350d70]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-b7350d70]{fill:#a9a9a9}.theme--dark .fill[data-v-b7350d70]{fill:#c3baba}.stroke[data-v-b7350d70]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-b7350d70]{stroke:#a9a9a9}.theme--dark .stroke[data-v-b7350d70]{stroke:#c3baba}.color[data-v-b7350d70]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-b7350d70]{color:#a9a9a9}.theme--dark .color[data-v-b7350d70]{color:#c3baba}.secondaryIcon[data-v-b7350d70]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-b7350d70]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-b7350d70]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-946f878d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-946f878d]{fill:#a9a9a9}.theme--dark .fill[data-v-946f878d]{fill:#c3baba}.stroke[data-v-946f878d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-946f878d]{stroke:#a9a9a9}.theme--dark .stroke[data-v-946f878d]{stroke:#c3baba}.color[data-v-946f878d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-946f878d]{color:#a9a9a9}.theme--dark .color[data-v-946f878d]{color:#c3baba}.secondaryIcon[data-v-946f878d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-946f878d]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-946f878d]{fill:#e1dddd;stroke:#181a1b}.agenda-icon[data-v-946f878d]{position:relative;display:flex}.agenda-icon .day[data-v-946f878d]{position:absolute;font-weight:500;font-size:9px;line-height:10px;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:7%}.fill[data-v-d4cd8a11]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-d4cd8a11]{fill:#a9a9a9}.theme--dark .fill[data-v-d4cd8a11]{fill:#c3baba}.stroke[data-v-d4cd8a11]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-d4cd8a11]{stroke:#a9a9a9}.theme--dark .stroke[data-v-d4cd8a11]{stroke:#c3baba}.color[data-v-d4cd8a11]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-d4cd8a11]{color:#a9a9a9}.theme--dark .color[data-v-d4cd8a11]{color:#c3baba}.secondaryIcon[data-v-d4cd8a11]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-d4cd8a11]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-d4cd8a11]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-6cb69d35]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-6cb69d35]{fill:#a9a9a9}.theme--dark .fill[data-v-6cb69d35]{fill:#c3baba}.stroke[data-v-6cb69d35]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-6cb69d35]{stroke:#a9a9a9}.theme--dark .stroke[data-v-6cb69d35]{stroke:#c3baba}.color[data-v-6cb69d35]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-6cb69d35]{color:#a9a9a9}.theme--dark .color[data-v-6cb69d35]{color:#c3baba}.secondaryIcon[data-v-6cb69d35]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-6cb69d35]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-6cb69d35]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-c1ebd569]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-c1ebd569]{fill:#a9a9a9}.theme--dark .fill[data-v-c1ebd569]{fill:#c3baba}.stroke[data-v-c1ebd569]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-c1ebd569]{stroke:#a9a9a9}.theme--dark .stroke[data-v-c1ebd569]{stroke:#c3baba}.color[data-v-c1ebd569]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-c1ebd569]{color:#a9a9a9}.theme--dark .color[data-v-c1ebd569]{color:#c3baba}.secondaryIcon[data-v-c1ebd569]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-c1ebd569]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-c1ebd569]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-5d757c0d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-5d757c0d]{fill:#a9a9a9}.theme--dark .fill[data-v-5d757c0d]{fill:#c3baba}.stroke[data-v-5d757c0d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-5d757c0d]{stroke:#a9a9a9}.theme--dark .stroke[data-v-5d757c0d]{stroke:#c3baba}.color[data-v-5d757c0d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-5d757c0d]{color:#a9a9a9}.theme--dark .color[data-v-5d757c0d]{color:#c3baba}.secondaryIcon[data-v-5d757c0d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-5d757c0d]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-5d757c0d]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-b7454348]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-b7454348]{fill:#a9a9a9}.theme--dark .fill[data-v-b7454348]{fill:#c3baba}.stroke[data-v-b7454348]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-b7454348]{stroke:#a9a9a9}.theme--dark .stroke[data-v-b7454348]{stroke:#c3baba}.color[data-v-b7454348]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-b7454348]{color:#a9a9a9}.theme--dark .color[data-v-b7454348]{color:#c3baba}.secondaryIcon[data-v-b7454348]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-b7454348]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-b7454348]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-ea893d2a]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-ea893d2a]{fill:#a9a9a9}.theme--dark .fill[data-v-ea893d2a]{fill:#c3baba}.stroke[data-v-ea893d2a]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-ea893d2a]{stroke:#a9a9a9}.theme--dark .stroke[data-v-ea893d2a]{stroke:#c3baba}.color[data-v-ea893d2a]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-ea893d2a]{color:#a9a9a9}.theme--dark .color[data-v-ea893d2a]{color:#c3baba}.secondaryIcon[data-v-ea893d2a]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-ea893d2a]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-ea893d2a]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-864f53d5]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-864f53d5]{fill:#a9a9a9}.theme--dark .fill[data-v-864f53d5]{fill:#c3baba}.stroke[data-v-864f53d5]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-864f53d5]{stroke:#a9a9a9}.theme--dark .stroke[data-v-864f53d5]{stroke:#c3baba}.color[data-v-864f53d5]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-864f53d5]{color:#a9a9a9}.theme--dark .color[data-v-864f53d5]{color:#c3baba}.secondaryIcon[data-v-864f53d5]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-864f53d5]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-864f53d5]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-2ef5c5a0]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-2ef5c5a0]{fill:#a9a9a9}.theme--dark .fill[data-v-2ef5c5a0]{fill:#c3baba}.stroke[data-v-2ef5c5a0]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-2ef5c5a0]{stroke:#a9a9a9}.theme--dark .stroke[data-v-2ef5c5a0]{stroke:#c3baba}.color[data-v-2ef5c5a0]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-2ef5c5a0]{color:#a9a9a9}.theme--dark .color[data-v-2ef5c5a0]{color:#c3baba}.secondaryIcon[data-v-2ef5c5a0]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-2ef5c5a0]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-2ef5c5a0]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-e5e66f83]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-e5e66f83]{fill:#a9a9a9}.theme--dark .fill[data-v-e5e66f83]{fill:#c3baba}.stroke[data-v-e5e66f83]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-e5e66f83]{stroke:#a9a9a9}.theme--dark .stroke[data-v-e5e66f83]{stroke:#c3baba}.color[data-v-e5e66f83]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-e5e66f83]{color:#a9a9a9}.theme--dark .color[data-v-e5e66f83]{color:#c3baba}.secondaryIcon[data-v-e5e66f83]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-e5e66f83]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-e5e66f83]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-bdd5088f]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-bdd5088f]{fill:#a9a9a9}.theme--dark .fill[data-v-bdd5088f]{fill:#c3baba}.stroke[data-v-bdd5088f]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-bdd5088f]{stroke:#a9a9a9}.theme--dark .stroke[data-v-bdd5088f]{stroke:#c3baba}.color[data-v-bdd5088f]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-bdd5088f]{color:#a9a9a9}.theme--dark .color[data-v-bdd5088f]{color:#c3baba}.secondaryIcon[data-v-bdd5088f]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-bdd5088f]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-bdd5088f]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-62f300a1]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-62f300a1]{fill:#a9a9a9}.theme--dark .fill[data-v-62f300a1]{fill:#c3baba}.stroke[data-v-62f300a1]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-62f300a1]{stroke:#a9a9a9}.theme--dark .stroke[data-v-62f300a1]{stroke:#c3baba}.color[data-v-62f300a1]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-62f300a1]{color:#a9a9a9}.theme--dark .color[data-v-62f300a1]{color:#c3baba}.secondaryIcon[data-v-62f300a1]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-62f300a1]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-62f300a1]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-fe603d8b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-fe603d8b]{fill:#a9a9a9}.theme--dark .fill[data-v-fe603d8b]{fill:#c3baba}.stroke[data-v-fe603d8b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-fe603d8b]{stroke:#a9a9a9}.theme--dark .stroke[data-v-fe603d8b]{stroke:#c3baba}.color[data-v-fe603d8b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-fe603d8b]{color:#a9a9a9}.theme--dark .color[data-v-fe603d8b]{color:#c3baba}.secondaryIcon[data-v-fe603d8b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-fe603d8b]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-fe603d8b]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-4c40a703]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4c40a703]{fill:#a9a9a9}.theme--dark .fill[data-v-4c40a703]{fill:#c3baba}.stroke[data-v-4c40a703]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4c40a703]{stroke:#a9a9a9}.theme--dark .stroke[data-v-4c40a703]{stroke:#c3baba}.color[data-v-4c40a703]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4c40a703]{color:#a9a9a9}.theme--dark .color[data-v-4c40a703]{color:#c3baba}.secondaryIcon[data-v-4c40a703]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4c40a703]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4c40a703]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-248e5f50]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-248e5f50]{fill:#a9a9a9}.theme--dark .fill[data-v-248e5f50]{fill:#c3baba}.stroke[data-v-248e5f50]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-248e5f50]{stroke:#a9a9a9}.theme--dark .stroke[data-v-248e5f50]{stroke:#c3baba}.color[data-v-248e5f50]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-248e5f50]{color:#a9a9a9}.theme--dark .color[data-v-248e5f50]{color:#c3baba}.secondaryIcon[data-v-248e5f50]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-248e5f50]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-248e5f50]{fill:#e1dddd;stroke:#181a1b}path.fill.isWhite[data-v-248e5f50]{fill:#fff}.fill[data-v-c9289199]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-c9289199]{fill:#a9a9a9}.theme--dark .fill[data-v-c9289199]{fill:#c3baba}.stroke[data-v-c9289199]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-c9289199]{stroke:#a9a9a9}.theme--dark .stroke[data-v-c9289199]{stroke:#c3baba}.color[data-v-c9289199]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-c9289199]{color:#a9a9a9}.theme--dark .color[data-v-c9289199]{color:#c3baba}.secondaryIcon[data-v-c9289199]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-c9289199]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-c9289199]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-f076a6e7]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-f076a6e7]{fill:#a9a9a9}.theme--dark .fill[data-v-f076a6e7]{fill:#c3baba}.stroke[data-v-f076a6e7]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-f076a6e7]{stroke:#a9a9a9}.theme--dark .stroke[data-v-f076a6e7]{stroke:#c3baba}.color[data-v-f076a6e7]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-f076a6e7]{color:#a9a9a9}.theme--dark .color[data-v-f076a6e7]{color:#c3baba}.secondaryIcon[data-v-f076a6e7]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-f076a6e7]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-f076a6e7]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-8c8739ea]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-8c8739ea]{fill:#a9a9a9}.theme--dark .fill[data-v-8c8739ea]{fill:#c3baba}.stroke[data-v-8c8739ea]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-8c8739ea]{stroke:#a9a9a9}.theme--dark .stroke[data-v-8c8739ea]{stroke:#c3baba}.color[data-v-8c8739ea]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-8c8739ea]{color:#a9a9a9}.theme--dark .color[data-v-8c8739ea]{color:#c3baba}.secondaryIcon[data-v-8c8739ea]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-8c8739ea]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-8c8739ea]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-f7963adf]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-f7963adf]{fill:#a9a9a9}.theme--dark .fill[data-v-f7963adf]{fill:#c3baba}.stroke[data-v-f7963adf]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-f7963adf]{stroke:#a9a9a9}.theme--dark .stroke[data-v-f7963adf]{stroke:#c3baba}.color[data-v-f7963adf]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-f7963adf]{color:#a9a9a9}.theme--dark .color[data-v-f7963adf]{color:#c3baba}.secondaryIcon[data-v-f7963adf]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-f7963adf]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-f7963adf]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-a47482bc]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-a47482bc]{fill:#a9a9a9}.theme--dark .fill[data-v-a47482bc]{fill:#c3baba}.stroke[data-v-a47482bc]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-a47482bc]{stroke:#a9a9a9}.theme--dark .stroke[data-v-a47482bc]{stroke:#c3baba}.color[data-v-a47482bc]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-a47482bc]{color:#a9a9a9}.theme--dark .color[data-v-a47482bc]{color:#c3baba}.secondaryIcon[data-v-a47482bc]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-a47482bc]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-a47482bc]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-a4c9413b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-a4c9413b]{fill:#a9a9a9}.theme--dark .fill[data-v-a4c9413b]{fill:#c3baba}.stroke[data-v-a4c9413b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-a4c9413b]{stroke:#a9a9a9}.theme--dark .stroke[data-v-a4c9413b]{stroke:#c3baba}.color[data-v-a4c9413b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-a4c9413b]{color:#a9a9a9}.theme--dark .color[data-v-a4c9413b]{color:#c3baba}.secondaryIcon[data-v-a4c9413b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-a4c9413b]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-a4c9413b]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-71ebe41d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-71ebe41d]{fill:#a9a9a9}.theme--dark .fill[data-v-71ebe41d]{fill:#c3baba}.stroke[data-v-71ebe41d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-71ebe41d]{stroke:#a9a9a9}.theme--dark .stroke[data-v-71ebe41d]{stroke:#c3baba}.color[data-v-71ebe41d]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-71ebe41d]{color:#a9a9a9}.theme--dark .color[data-v-71ebe41d]{color:#c3baba}.secondaryIcon[data-v-71ebe41d]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-71ebe41d]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-71ebe41d]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-60c7b3e7]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-60c7b3e7]{fill:#a9a9a9}.theme--dark .fill[data-v-60c7b3e7]{fill:#c3baba}.stroke[data-v-60c7b3e7]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-60c7b3e7]{stroke:#a9a9a9}.theme--dark .stroke[data-v-60c7b3e7]{stroke:#c3baba}.color[data-v-60c7b3e7]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-60c7b3e7]{color:#a9a9a9}.theme--dark .color[data-v-60c7b3e7]{color:#c3baba}.secondaryIcon[data-v-60c7b3e7]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-60c7b3e7]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-60c7b3e7]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-815133a5]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-815133a5]{fill:#a9a9a9}.theme--dark .fill[data-v-815133a5]{fill:#c3baba}.stroke[data-v-815133a5]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-815133a5]{stroke:#a9a9a9}.theme--dark .stroke[data-v-815133a5]{stroke:#c3baba}.color[data-v-815133a5]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-815133a5]{color:#a9a9a9}.theme--dark .color[data-v-815133a5]{color:#c3baba}.secondaryIcon[data-v-815133a5]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-815133a5]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-815133a5]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-b9b973a8]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-b9b973a8]{fill:#a9a9a9}.theme--dark .fill[data-v-b9b973a8]{fill:#c3baba}.stroke[data-v-b9b973a8]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-b9b973a8]{stroke:#a9a9a9}.theme--dark .stroke[data-v-b9b973a8]{stroke:#c3baba}.color[data-v-b9b973a8]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-b9b973a8]{color:#a9a9a9}.theme--dark .color[data-v-b9b973a8]{color:#c3baba}.secondaryIcon[data-v-b9b973a8]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-b9b973a8]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-b9b973a8]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-61fef86c]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-61fef86c]{fill:#a9a9a9}.theme--dark .fill[data-v-61fef86c]{fill:#c3baba}.stroke[data-v-61fef86c]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-61fef86c]{stroke:#a9a9a9}.theme--dark .stroke[data-v-61fef86c]{stroke:#c3baba}.color[data-v-61fef86c]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-61fef86c]{color:#a9a9a9}.theme--dark .color[data-v-61fef86c]{color:#c3baba}.secondaryIcon[data-v-61fef86c]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-61fef86c]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-61fef86c]{fill:#e1dddd;stroke:#181a1b}.schedule-icon[data-v-61fef86c]{position:relative}.schedule-icon .recurring[data-v-61fef86c]{position:absolute;height:17px;width:17px;top:37%;left:40%;border-radius:50px;display:flex;align-items:center;justify-content:center}.theme--default .schedule-icon .recurring[data-v-61fef86c]{background:#fff}.theme--dark .schedule-icon .recurring[data-v-61fef86c]{background:#181a1b}.schedule-icon .recurring svg[data-v-61fef86c]{height:12px;width:12px}.fill[data-v-59e2b629]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-59e2b629]{fill:#a9a9a9}.theme--dark .fill[data-v-59e2b629]{fill:#c3baba}.stroke[data-v-59e2b629]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-59e2b629]{stroke:#a9a9a9}.theme--dark .stroke[data-v-59e2b629]{stroke:#c3baba}.color[data-v-59e2b629]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-59e2b629]{color:#a9a9a9}.theme--dark .color[data-v-59e2b629]{color:#c3baba}.secondaryIcon[data-v-59e2b629]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-59e2b629]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-59e2b629]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-4857c312]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4857c312]{fill:#a9a9a9}.theme--dark .fill[data-v-4857c312]{fill:#c3baba}.stroke[data-v-4857c312]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4857c312]{stroke:#a9a9a9}.theme--dark .stroke[data-v-4857c312]{stroke:#c3baba}.color[data-v-4857c312]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4857c312]{color:#a9a9a9}.theme--dark .color[data-v-4857c312]{color:#c3baba}.secondaryIcon[data-v-4857c312]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4857c312]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4857c312]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-9222c25b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-9222c25b]{fill:#a9a9a9}.theme--dark .fill[data-v-9222c25b]{fill:#c3baba}.stroke[data-v-9222c25b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-9222c25b]{stroke:#a9a9a9}.theme--dark .stroke[data-v-9222c25b]{stroke:#c3baba}.color[data-v-9222c25b]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-9222c25b]{color:#a9a9a9}.theme--dark .color[data-v-9222c25b]{color:#c3baba}.secondaryIcon[data-v-9222c25b]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-9222c25b]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-9222c25b]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-4865d246]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-4865d246]{fill:#a9a9a9}.theme--dark .fill[data-v-4865d246]{fill:#c3baba}.stroke[data-v-4865d246]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-4865d246]{stroke:#a9a9a9}.theme--dark .stroke[data-v-4865d246]{stroke:#c3baba}.color[data-v-4865d246]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-4865d246]{color:#a9a9a9}.theme--dark .color[data-v-4865d246]{color:#c3baba}.secondaryIcon[data-v-4865d246]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-4865d246]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-4865d246]{fill:#e1dddd;stroke:#181a1b}.fill[data-v-b52749ef]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out}.theme--default .fill[data-v-b52749ef]{fill:#a9a9a9}.theme--dark .fill[data-v-b52749ef]{fill:#c3baba}.stroke[data-v-b52749ef]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .stroke[data-v-b52749ef]{stroke:#a9a9a9}.theme--dark .stroke[data-v-b52749ef]{stroke:#c3baba}.color[data-v-b52749ef]{-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .color[data-v-b52749ef]{color:#a9a9a9}.theme--dark .color[data-v-b52749ef]{color:#c3baba}.secondaryIcon[data-v-b52749ef]{-moz-transition:fill .1s ease-out;-o-transition:fill .1s ease-out;-webkit-transition:fill .1s ease-out;transition:fill .1s ease-out;-moz-transition:stroke .1s ease-out;-o-transition:stroke .1s ease-out;-webkit-transition:stroke .1s ease-out;transition:stroke .1s ease-out}.theme--default .secondaryIcon[data-v-b52749ef]{fill:#47505d;stroke:#fff}.theme--dark .secondaryIcon[data-v-b52749ef]{fill:#e1dddd;stroke:#181a1b}.task-checkbox label span.lg[data-v-eb38a3a1]{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.1px}.task-checkbox[data-v-eb38a3a1]{position:relative;display:flex;align-items:center;cursor:default;outline:none;max-width:100%}.task-checkbox:not(.noEllipsis) span[data-v-eb38a3a1]{text-overflow:ellipsis}.task-checkbox .check-container[data-v-eb38a3a1]{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:3px;z-index:1}.task-checkbox .check-container.xxs[data-v-eb38a3a1]{height:6px;width:6px}.task-checkbox .check-container.xs[data-v-eb38a3a1]{height:10px;width:10px}.task-checkbox .check-container.s[data-v-eb38a3a1]{height:12px;width:12px}.task-checkbox .check-container.sm[data-v-eb38a3a1]{height:14px;width:14px}.task-checkbox .check-container.md[data-v-eb38a3a1]{height:16px;width:16px}.task-checkbox .check-container.lg[data-v-eb38a3a1]{height:18px;width:18px}.task-checkbox .check-container.hasHoverEffect[data-v-eb38a3a1]:hover{box-shadow:0 0 0 5px #adadad1a}.task-checkbox label[data-v-eb38a3a1]{position:relative;display:flex;align-items:center;transition:color .3s ease;min-width:0}.task-checkbox label span[data-v-eb38a3a1]{outline:none;overflow:hidden;white-space:nowrap;transition:color .3s ease-in-out}.theme--default .task-checkbox label span[data-v-eb38a3a1]{color:#2a3038}.theme--dark .task-checkbox label span[data-v-eb38a3a1]{color:#f5f4f1}.theme--default .task-checkbox label span.isChecked[data-v-eb38a3a1],.theme--default .task-checkbox label span.isIgnored[data-v-eb38a3a1]{color:#a9a9a9}.theme--dark .task-checkbox label span.isChecked[data-v-eb38a3a1],.theme--dark .task-checkbox label span.isIgnored[data-v-eb38a3a1]{color:#c3baba}.task-checkbox label span.isIgnored[data-v-eb38a3a1]{text-decoration:line-through}.task-checkbox label[data-v-eb38a3a1]:before,.task-checkbox label[data-v-eb38a3a1]:after{content:"";position:absolute;display:none}.task-checkbox label[data-v-eb38a3a1]:before{opacity:0;height:2px;width:8px;left:-24px;border-radius:2px;transition:background .3s ease}.theme--default .task-checkbox label[data-v-eb38a3a1]:before{background:#9c9b94}.theme--dark .task-checkbox label[data-v-eb38a3a1]:before{background:#a9a9a9}.task-checkbox label[data-v-eb38a3a1]:after{height:4px;width:4px;top:8px;left:-24px;border-radius:50%}.task-checkbox input[type=checkbox][data-v-eb38a3a1]{-webkit-appearance:none;-moz-appearance:none;position:relative;outline:none;border-radius:3px;margin:0;display:flex;align-items:center;transition:all .15s ease-in;flex-shrink:0}.theme--default .task-checkbox input[type=checkbox][data-v-eb38a3a1]{background:#fff;border:1px solid #9c9b94}.theme--dark .task-checkbox input[type=checkbox][data-v-eb38a3a1]{background:#181a1b;border:1px solid #a9a9a9}.task-checkbox input[type=checkbox].md.hasTitle[data-v-eb38a3a1]{margin-right:8px}.task-checkbox input[type=checkbox].lg.hasTitle[data-v-eb38a3a1]{margin-right:12px}.task-checkbox input[type=checkbox].xxs[data-v-eb38a3a1]{height:6px;width:6px;border-radius:1px}.task-checkbox input[type=checkbox].xs[data-v-eb38a3a1]{height:10px;width:10px;border-radius:3px}.task-checkbox input[type=checkbox].s[data-v-eb38a3a1]{height:12px;width:12px}.task-checkbox input[type=checkbox].sm[data-v-eb38a3a1]{height:14px;width:14px}.task-checkbox input[type=checkbox].md[data-v-eb38a3a1]{height:16px;width:16px}.task-checkbox input[type=checkbox].lg[data-v-eb38a3a1]{height:18px;width:18px}.theme--default .task-checkbox input[type=checkbox].isDisabled.default[data-v-eb38a3a1]{background:#f2f2f2}.theme--dark .task-checkbox input[type=checkbox].isDisabled.default[data-v-eb38a3a1]{background:#2f3031}.theme--default .task-checkbox input[type=checkbox].isDisabled.isChecked.blue[data-v-eb38a3a1],.theme--dark .task-checkbox input[type=checkbox].isDisabled.isChecked.blue[data-v-eb38a3a1]{background:#7d87e5;border-color:#7d87e5}.theme--default .task-checkbox input[type=checkbox].isDisabled.isChecked.red[data-v-eb38a3a1],.theme--dark .task-checkbox input[type=checkbox].isDisabled.isChecked.red[data-v-eb38a3a1]{background:#f96359;border-color:#f96359}.task-checkbox input[type=checkbox].hasHoverEffect[data-v-eb38a3a1]:hover:not(.isDisabled){box-shadow:0 0 0 5px #adadad1a}.theme--default .task-checkbox input[type=checkbox].hasHoverEffect[data-v-eb38a3a1]:hover:not(.isDisabled){border:1px solid #2a3038}.theme--dark .task-checkbox input[type=checkbox].hasHoverEffect[data-v-eb38a3a1]:hover:not(.isDisabled){border:1px solid #f5f4f1}.theme--default .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).blue[data-v-eb38a3a1]{border-color:#7d87e5}.theme--dark .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).blue[data-v-eb38a3a1]{border-color:#7d87e5}.theme--default .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).red[data-v-eb38a3a1]{border-color:#f96359}.theme--dark .task-checkbox input[type=checkbox].hasHoverEffect:hover:not(.isDisabled).red[data-v-eb38a3a1]{border-color:#f96359}.task-checkbox input[type=checkbox][data-v-eb38a3a1]:before{width:0px;right:60%;transform-origin:right bottom}.task-checkbox input[type=checkbox][data-v-eb38a3a1]:after{width:0px;left:40%;transform-origin:left bottom}.theme--default .task-checkbox input[type=checkbox].isChecked[data-v-eb38a3a1]:not(.isDisabled){background:#d0cbcb;border:1px solid #d0cbcb}.theme--dark .task-checkbox input[type=checkbox].isChecked[data-v-eb38a3a1]:not(.isDisabled){background:#6a6b67;border:1px solid #6a6b67}.theme--default .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).red[data-v-eb38a3a1]{background-color:#f96359;border-color:#f96359}.theme--dark .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).red[data-v-eb38a3a1]{background-color:#f96359;border-color:#f96359}.theme--default .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).blue[data-v-eb38a3a1]{background-color:#7d87e5;border-color:#7d87e5}.theme--dark .task-checkbox input[type=checkbox].isChecked:not(.isDisabled).blue[data-v-eb38a3a1]{background-color:#7d87e5;border-color:#7d87e5}.theme--default .task-checkbox input[type=checkbox].isIgnored[data-v-eb38a3a1]:not(.isDisabled){background-color:#f2f2f2}.theme--dark .task-checkbox input[type=checkbox].isIgnored[data-v-eb38a3a1]:not(.isDisabled){background-color:#2f3031}
</pre></body></html>