/*!
 Material Components for the web
 Copyright (c) 2017 Google Inc.
 License: Apache-2.0
*/
.mdc-permanent-drawer .mdc-list-item,.mdc-temporary-drawer .mdc-list-item{font-size:.875rem;font-weight:500;line-height:1.5rem;text-decoration:none;outline:0}.mdc-permanent-drawer,.mdc-temporary-drawer,.mdc-temporary-drawer__drawer{overflow:hidden;box-sizing:border-box}.mdc-list,.mdc-list-group__subheader,.mdc-list-item__text__secondary,.mdc-permanent-drawer .mdc-list-item,.mdc-temporary-drawer .mdc-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;letter-spacing:.04em}.mdc-permanent-drawer{background:var(--mdc-theme-background,#fff);border-left:0;border-right:1px solid #e4e4e4;left:0;right:initial;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:240px;height:100%}.mdc-permanent-drawer__toolbar-spacer{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:flex-center;-ms-flex-align:flex-center;align-items:flex-center;height:56px;padding:16px;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box}.mdc-permanent-drawer__toolbar-spacer--theme-dark .mdc-permanent-drawer__toolbar-spacer,.mdc-theme--dark .mdc-permanent-drawer__toolbar-spacer{border-bottom:1px solid rgba(255,255,255,.12)}@media (min-width:600px){.mdc-permanent-drawer__toolbar-spacer{height:64px}}.mdc-permanent-drawer__header{position:relative}.mdc-permanent-drawer__header::before{display:block;padding-top:56.25%;content:""}.mdc-permanent-drawer__header-content{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:16px;box-sizing:border-box}.mdc-permanent-drawer .mdc-list,.mdc-permanent-drawer .mdc-list-group{padding-right:0;padding-left:0}.mdc-permanent-drawer .mdc-list-item{position:relative;padding:0 16px;color:inherit}.mdc-permanent-drawer .mdc-list-item__start-detail{color:rgba(0,0,0,.54)}.mdc-permanent-drawer .mdc-list-item__start-detail--theme-dark .mdc-permanent-drawer .mdc-list-item__start-detail,.mdc-theme--dark .mdc-permanent-drawer .mdc-list-item__start-detail{color:rgba(255,255,255,.54)}.mdc-permanent-drawer--selected.mdc-list-item,.mdc-permanent-drawer--selected.mdc-list-item .mdc-list-item__start-detail{color:#3f51b5;color:var(--mdc-theme-primary,#3f51b5)}.mdc-permanent-drawer .mdc-list-item::before{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 120ms 0s cubic-bezier(.4,0,1,1);transition:opacity 120ms 0s cubic-bezier(.4,0,1,1);border-radius:inherit;background:currentColor;content:"";opacity:0}.mdc-permanent-drawer .mdc-list-item:focus::before{-webkit-transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);opacity:.12}.mdc-permanent-drawer .mdc-list-item:active::before{-webkit-transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);opacity:.18}.mdc-permanent-drawer .mdc-list-item:active:focus::before{-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-permanent-drawer[dir=rtl],[dir=rtl] .mdc-permanent-drawer{border-left:1px solid #e4e4e4;border-right:0;left:initial;right:0}.mdc-permanent-drawer--theme-dark,.mdc-theme--dark .mdc-permanent-drawer{background:#212121;color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);border-left:0;border-right:1px solid rgba(255,255,255,.12)}.mdc-permanent-drawer--theme-dark[dir=rtl],.mdc-theme--dark .mdc-permanent-drawer[dir=rtl],[dir=rtl] .mdc-permanent-drawer--theme-dark,[dir=rtl] .mdc-theme--dark .mdc-permanent-drawer{border-left:1px solid rgba(255,255,255,.12);border-right:0}.mdc-permanent-drawer--floating{background:0 0;border-left:0;border-right:none}.mdc-permanent-drawer--floating[dir=rtl],[dir=rtl] .mdc-permanent-drawer--floating{border-left:none;border-right:0}.mdc-permanent-drawer--floating--theme-dark,.mdc-theme--dark .mdc-permanent-drawer--floating{background:0 0;border-left:0;border-right:none}.mdc-permanent-drawer--floating--theme-dark[dir=rtl],.mdc-theme--dark .mdc-permanent-drawer--floating[dir=rtl],[dir=rtl] .mdc-permanent-drawer--floating--theme-dark,[dir=rtl] .mdc-theme--dark .mdc-permanent-drawer--floating{border-left:none;border-right:0}.mdc-temporary-drawer{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;contain:strict;z-index:3}.mdc-temporary-drawer__toolbar-spacer{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:flex-center;-ms-flex-align:flex-center;align-items:flex-center;height:56px;padding:16px;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box}.mdc-list-item__text,.mdc-temporary-drawer__drawer{-webkit-box-orient:vertical;-webkit-box-direction:normal}.mdc-temporary-drawer__toolbar-spacer--theme-dark .mdc-temporary-drawer__toolbar-spacer,.mdc-theme--dark .mdc-temporary-drawer__toolbar-spacer{border-bottom:1px solid rgba(255,255,255,.12)}@media (min-width:600px){.mdc-temporary-drawer__toolbar-spacer{height:64px}}.mdc-temporary-drawer__header{position:relative}.mdc-temporary-drawer__header::before{display:block;padding-top:56.25%;content:""}.mdc-temporary-drawer__header-content{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:16px;box-sizing:border-box}.mdc-temporary-drawer .mdc-list,.mdc-temporary-drawer .mdc-list-group{padding-right:0;padding-left:0}.mdc-temporary-drawer .mdc-list-item{position:relative;padding:0 16px;color:inherit}.mdc-temporary-drawer .mdc-list-item__start-detail{color:rgba(0,0,0,.54)}.mdc-temporary-drawer .mdc-list-item__start-detail--theme-dark .mdc-temporary-drawer .mdc-list-item__start-detail,.mdc-theme--dark .mdc-temporary-drawer .mdc-list-item__start-detail{color:rgba(255,255,255,.54)}.mdc-temporary-drawer--selected.mdc-list-item,.mdc-temporary-drawer--selected.mdc-list-item .mdc-list-item__start-detail{color:#3f51b5;color:var(--mdc-theme-primary,#3f51b5)}.mdc-temporary-drawer .mdc-list-item::before{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 120ms 0s cubic-bezier(.4,0,1,1);transition:opacity 120ms 0s cubic-bezier(.4,0,1,1);border-radius:inherit;background:currentColor;content:"";opacity:0}.mdc-temporary-drawer .mdc-list-item:focus::before{-webkit-transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);opacity:.12}.mdc-temporary-drawer .mdc-list-item:active::before{-webkit-transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);transition:opacity 180ms 0s cubic-bezier(0,0,.2,1);opacity:.18}.mdc-temporary-drawer .mdc-list-item:active:focus::before{-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdc-temporary-drawer::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);content:"";opacity:0;opacity:var(--mdc-temporary-drawer-opacity,0);will-change:opacity;box-sizing:border-box}.mdc-temporary-drawer__drawer{background:var(--mdc-theme-background,#fff);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);left:0;right:initial;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 56px);max-width:280px;height:100%;-webkit-transform:translateX(calc(-100% - 20px));transform:translateX(calc(-100% - 20px));will-change:transform;-ms-touch-action:none;touch-action:none}.mdc-temporary-drawer__drawer[dir=rtl],[dir=rtl] .mdc-temporary-drawer__drawer{left:initial;right:0}.mdc-temporary-drawer--theme-dark .mdc-temporary-drawer__drawer,.mdc-theme--dark .mdc-temporary-drawer__drawer{background:#303030;color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-list-item.mdc-ripple-upgraded::after,.mdc-list-item.mdc-ripple-upgraded::before{background-color:rgba(0,0,0,.06);border-radius:50%;content:""}.mdc-temporary-drawer[dir=rtl] .mdc-temporary-drawer__drawer,[dir=rtl] .mdc-temporary-drawer .mdc-temporary-drawer__drawer{-webkit-transform:translateX(calc(100% + 20px));transform:translateX(calc(100% + 20px))}@media (min-width:600px){.mdc-temporary-drawer__drawer{width:calc(100% - 64px);max-width:320px}}.mdc-temporary-drawer__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;-webkit-overflow-scrolling:touch;-ms-touch-action:pan-y;touch-action:pan-y}.mdc-temporary-drawer__footer{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-ms-flex-negative:0;flex-shrink:0}.mdc-temporary-drawer--animating::before{-webkit-transition:opacity .3s 0s cubic-bezier(0,0,.2,1);transition:opacity .3s 0s cubic-bezier(0,0,.2,1)}.mdc-temporary-drawer--animating.mdc-temporary-drawer--open .mdc-temporary-drawer__drawer{-webkit-transition:-webkit-transform .33s 0s cubic-bezier(0,0,.2,1);transition:-webkit-transform .33s 0s cubic-bezier(0,0,.2,1);transition:transform .33s 0s cubic-bezier(0,0,.2,1);transition:transform .33s 0s cubic-bezier(0,0,.2,1),-webkit-transform .33s 0s cubic-bezier(0,0,.2,1)}.mdc-temporary-drawer--animating .mdc-temporary-drawer__drawer{-webkit-transition:-webkit-transform .13s 0s cubic-bezier(0,0,.2,1);transition:-webkit-transform .13s 0s cubic-bezier(0,0,.2,1);transition:transform .13s 0s cubic-bezier(0,0,.2,1);transition:transform .13s 0s cubic-bezier(0,0,.2,1),-webkit-transform .13s 0s cubic-bezier(0,0,.2,1)}.mdc-temporary-drawer--open{pointer-events:auto}.mdc-temporary-drawer--open::before{opacity:1;opacity:var(--mdc-temporary-drawer-opacity,1)}.mdc-temporary-drawer--open .mdc-temporary-drawer__drawer,.mdc-temporary-drawer--open[dir=rtl] .mdc-temporary-drawer__drawer,[dir=rtl] .mdc-temporary-drawer--open .mdc-temporary-drawer__drawer{-webkit-transform:none;transform:none}.mdc-elevation--z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mdc-elevation--z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mdc-elevation--z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mdc-elevation--z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mdc-elevation--z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-elevation--z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mdc-elevation--z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mdc-elevation--z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mdc-elevation--z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mdc-elevation--z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mdc-elevation--z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mdc-elevation--z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mdc-elevation--z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mdc-elevation--z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mdc-elevation--z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mdc-elevation--z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mdc-elevation--z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mdc-elevation--z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mdc-elevation--z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mdc-elevation--z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mdc-elevation--z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mdc-elevation--z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mdc-elevation--z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mdc-elevation--z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mdc-elevation--z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mdc-elevation-transition{-webkit-transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);will-change:box-shadow}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,0));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,0))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,0));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,0))}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{opacity:1;-webkit-animation-timing-function:linear;animation-timing-function:linear}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{opacity:1;-webkit-animation-timing-function:linear;animation-timing-function:linear}to{opacity:0}}@-webkit-keyframes mdc-ripple-fg-unbounded-opacity-deactivate{from{opacity:1}to{opacity:0}}@keyframes mdc-ripple-fg-unbounded-opacity-deactivate{from{opacity:1}to{opacity:0}}@-webkit-keyframes mdc-ripple-fg-unbounded-transform-deactivate{from{-webkit-transform:0;transform:0;-webkit-transform:var(--mdc-ripple-fg-approx-xf,0);transform:var(--mdc-ripple-fg-approx-xf,0)}to{-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0))}}@keyframes mdc-ripple-fg-unbounded-transform-deactivate{from{-webkit-transform:0;transform:0;-webkit-transform:var(--mdc-ripple-fg-approx-xf,0);transform:var(--mdc-ripple-fg-approx-xf,0)}to{-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0))}}.mdc-list{font-size:1rem;font-weight:400;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));margin:0;padding:8px 16px 0;line-height:1.5rem;list-style-type:none}.mdc-list--theme-dark,.mdc-theme--dark .mdc-list{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-list--dense{padding-top:4px;font-size:.812rem}.mdc-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:48px}.mdc-list-item__start-detail{width:24px;height:24px;margin-left:0;margin-right:32px}.mdc-list-item[dir=rtl] .mdc-list-item__start-detail,[dir=rtl] .mdc-list-item .mdc-list-item__start-detail{margin-left:32px;margin-right:0}.mdc-list-item__end-detail{width:24px;height:24px;margin-left:auto;margin-right:16px}.mdc-list-item[dir=rtl] .mdc-list-item__end-detail,[dir=rtl] .mdc-list-item .mdc-list-item__end-detail{margin-left:16px;margin-right:auto}.mdc-list-item__text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column}.mdc-list-item__text__secondary{font-size:.875rem;font-weight:400;line-height:1.25rem;color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))}.mdc-list-item__text__secondary--theme-dark,.mdc-theme--dark .mdc-list-item__text__secondary{color:rgba(255,255,255,.7);color:var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7))}.mdc-list--dense .mdc-list-item__text__secondary{font-size:inherit}.mdc-list--dense .mdc-list-item{height:40px}.mdc-list--dense .mdc-list-item__start-detail{width:20px;height:20px;margin-left:0;margin-right:36px}.mdc-list-item[dir=rtl] .mdc-list--dense .mdc-list-item__start-detail,[dir=rtl] .mdc-list-item .mdc-list--dense .mdc-list-item__start-detail{margin-left:36px;margin-right:0}.mdc-list--dense .mdc-list-item__end-detail{width:20px;height:20px}.mdc-list--avatar-list .mdc-list-item{height:56px}.mdc-list--avatar-list .mdc-list-item__start-detail{width:40px;height:40px;margin-left:0;margin-right:16px;border-radius:50%}.mdc-list-item[dir=rtl] .mdc-list--avatar-list .mdc-list-item__start-detail,[dir=rtl] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__start-detail{margin-left:16px;margin-right:0}.mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item{height:48px}.mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item__start-detail{width:36px;height:36px;margin-left:0;margin-right:20px}.mdc-list-item[dir=rtl] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item__start-detail,[dir=rtl] .mdc-list-item .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list__item__start-detail{margin-left:20px;margin-right:0}.mdc-list--two-line .mdc-list-item{height:72px}.mdc-list--two-line.mdc-list--dense .mdc-list-item{height:60px}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-size:0;--mdc-ripple-surface-height:0;--mdc-ripple-surface-width:0;--mdc-ripple-xfo-x:center;--mdc-ripple-xfo-y:center;--mdc-ripple-fg-unbounded-opacity-duration:0ms;--mdc-ripple-fg-unbounded-transform-duration:0ms;--mdc-ripple-fg-approx-xf:0;will-change:transform,opacity;-webkit-tap-highlight-color:transparent;position:relative;left:-16px;width:calc(100% + 32px);padding:0 16px;overflow:hidden}.mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active::after,.mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus::before,.mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):hover::before{-webkit-transition-duration:85ms;transition-duration:85ms;opacity:.6}.mdc-list-item.mdc-ripple-upgraded::before{position:absolute;top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;-webkit-transition:opacity 250ms linear;transition:opacity 250ms linear;opacity:0;pointer-events:none}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before{opacity:.99999}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before{-webkit-transition-duration:.6s;transition-duration:.6s}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before{-webkit-transition-duration:120ms;transition-duration:120ms;opacity:1}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);top:var(--mdc-ripple-top,calc(50% - 50%));left:calc(50% - 50%);left:var(--mdc-ripple-left,calc(50% - 50%));width:100%;width:var(--mdc-ripple-fg-size,100%);height:100%;height:var(--mdc-ripple-fg-size,100%);-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-list-item.mdc-ripple-upgraded::after{position:absolute;top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;-webkit-transition:opacity 250ms linear;transition:opacity 250ms linear;opacity:0;pointer-events:none}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after{top:0;left:0;width:100%;width:var(--mdc-ripple-fg-size,100%);height:100%;height:var(--mdc-ripple-fg-size,100%);-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center;opacity:0}.mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after{-webkit-transform-origin:center center;transform-origin:center center}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top,0);left:0;left:var(--mdc-ripple-left,0);width:100%;width:var(--mdc-ripple-fg-size,100%);height:100%;height:var(--mdc-ripple-fg-size,100%);-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after{-webkit-animation:.3s mdc-ripple-fg-radius-in,.4s mdc-ripple-fg-opacity-out;animation:.3s mdc-ripple-fg-radius-in,.4s mdc-ripple-fg-opacity-out}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after{-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0));-webkit-transition:opacity 110ms linear,-webkit-transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;transition:opacity 110ms linear,-webkit-transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;transition:opacity 110ms linear,transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;transition:opacity 110ms linear,transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms,-webkit-transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;opacity:1}.mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after{-webkit-animation:mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration,0) linear,mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration,0) cubic-bezier(.4,0,.2,1);animation:mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration,0) linear,mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration,0) cubic-bezier(.4,0,.2,1)}.mdc-list-item.mdc-ripple-upgraded:focus{outline:0}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded::before{background-color:rgba(255,255,255,.12);position:absolute;top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;-webkit-transition:opacity 250ms linear;transition:opacity 250ms linear;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active::before{opacity:.99999}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-active:active::before{-webkit-transition-duration:.6s;transition-duration:.6s}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--background-bounded-active-fill::before{-webkit-transition-duration:120ms;transition-duration:120ms;opacity:1}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);top:var(--mdc-ripple-top,calc(50% - 50%));left:calc(50% - 50%);left:var(--mdc-ripple-left,calc(50% - 50%));width:100%;width:var(--mdc-ripple-fg-size,100%);height:100%;height:var(--mdc-ripple-fg-size,100%);-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded::after{background-color:rgba(255,255,255,.12);position:absolute;top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%;-webkit-transition:opacity 250ms linear;transition:opacity 250ms linear;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded::after{top:0;left:0;width:100%;width:var(--mdc-ripple-fg-size,100%);height:100%;height:var(--mdc-ripple-fg-size,100%);-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center;opacity:0}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded:not(.mdc-ripple-upgraded--unbounded)::after{-webkit-transform-origin:center center;transform-origin:center center}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top,0);left:0;left:var(--mdc-ripple-left,0);width:100%;width:var(--mdc-ripple-fg-size,100%);height:100%;height:var(--mdc-ripple-fg-size,100%);-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-bounded-active-fill::after{-webkit-animation:.3s mdc-ripple-fg-radius-in,.4s mdc-ripple-fg-opacity-out;animation:.3s mdc-ripple-fg-radius-in,.4s mdc-ripple-fg-opacity-out}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-activation::after{-webkit-transform:scale(var(--mdc-ripple-fg-scale,0));transform:scale(var(--mdc-ripple-fg-scale,0));-webkit-transition:opacity 110ms linear,-webkit-transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;transition:opacity 110ms linear,-webkit-transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;transition:opacity 110ms linear,transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;transition:opacity 110ms linear,transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms,-webkit-transform var(--mdc-ripple-fg-unbounded-transform-duration,0) linear 80ms;opacity:1}.mdc-list--theme-dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after,.mdc-theme--dark .mdc-list-item.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded--foreground-unbounded-deactivation::after{-webkit-animation:mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration,0) linear,mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration,0) cubic-bezier(.4,0,.2,1);animation:mdc-ripple-fg-unbounded-opacity-deactivate var(--mdc-ripple-fg-unbounded-opacity-duration,0) linear,mdc-ripple-fg-unbounded-transform-deactivate var(--mdc-ripple-fg-unbounded-transform-duration,0) cubic-bezier(.4,0,.2,1)}.mdc-list-divider{height:0;margin:0;border:none;border-bottom:1px solid rgba(0,0,0,.12)}.mdc-list--theme-dark .mdc-list-divider,.mdc-theme--dark .mdc-list-divider{border-bottom-color:rgba(255,255,255,.2)}.mdc-list-divider--inset{margin-left:56px;margin-right:0;width:calc(100% - 56px)}.mdc-list-group[dir=rtl] .mdc-list-divider--inset,[dir=rtl] .mdc-list-group .mdc-list-divider--inset{margin-left:0;margin-right:56px}.mdc-list-group{padding:0 16px}.mdc-list-group__subheader{font-size:.875rem;font-weight:500;line-height:1.5rem;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));margin:.75rem 0}.mdc-list-group__subheader--theme-dark,.mdc-theme--dark .mdc-list-group__subheader{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-list-group .mdc-list{padding:0}