/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(calc(-50% - .5px)) translateZ(0) scale(1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(calc(-50% - .5px)) translateZ(0) scale(1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerLeft{left:20px}#noty_layout__centerLeft,#noty_layout__centerRight{top:50%;width:325px;-webkit-transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1);transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerRight{right:20px}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0) translateZ(0) scale(1);transform:translate(0) scale(1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{to{opacity:.3}}@keyframes noty_modal_in{to{opacity:.3}}@-webkit-keyframes noty_modal_out{to{opacity:0}}@keyframes noty_modal_out{to{opacity:0}}@-webkit-keyframes noty_anim_in{to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{to{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{to{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{to{height:0}}@keyframes noty_anim_height{to{height:0}}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #d1d1d1;color:#2f2f2f}.noty_theme__mint.noty_type__warning{background-color:#ffae42;border-bottom:1px solid #e89f3c;color:#fff}.noty_theme__mint.noty_type__error{background-color:#de636f;border-bottom:1px solid #ca5a65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7f7eff;border-bottom:1px solid #7473e8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#afc765;border-bottom:1px solid #a0b55c;color:#fff}:root{--blue:#2196f3;--dark-blue:#1e88e5;--red:#f44336;--dark-red:#d32f2f;--moon-grey:#f2f2f2}.button{outline:0;border:0;padding:.5em 1em;border-radius:.1em;cursor:pointer;background:var(--blue);color:#fff;border:1px solid rgba(0,0,0,.05);-webkit-box-shadow:0 0 5px rgba(0,0,0,.05);box-shadow:0 0 5px rgba(0,0,0,.05);-webkit-transition:all .1s ease;transition:all .1s ease}.button:hover{background-color:var(--dark-blue)}.button--block{margin:0 0 .5em;display:block;width:100%}.button--red{background:var(--red)}.button--red:hover{background:var(--dark-red)}.button--flat{color:var(--dark-blue);background:transparent;-webkit-box-shadow:0 0 0;box-shadow:0 0 0;border:0;text-transform:uppercase}.button--flat:hover{background:var(--moon-grey)}.button--flat.button--red{color:var(--dark-red)}.button--flat.button--grey{color:#6f6f6f}.button[disabled]{opacity:.5;cursor:not-allowed}.input{border-radius:.1em;padding:.5em 1em;background:#fff;border:1px solid rgba(0,0,0,.1);-webkit-transition:all .2s ease;transition:all .2s ease;color:#333;margin:0}.input:focus,.input:hover{border-color:rgba(0,0,0,.2)}.input--block{margin-bottom:.5em;display:block;width:100%}.input--textarea{line-height:1.15;font-family:monospace;min-height:10em;resize:vertical}.input--red{background:#fcd0cd}.input--green{background:#c9f2da}.shell{position:fixed;bottom:0;left:0;height:25em;max-height:calc(100% - 4em);background:#fff;color:#212121;z-index:9999;width:100%;font-family:monospace;overflow:auto;font-size:1rem;cursor:text;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);-webkit-transition:transform .2s ease;transition:transform .2s ease}.shell__result{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5em;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-top:1px solid rgba(0,0,0,.05)}.shell--hidden{-webkit-transform:translateY(105%);transform:translateY(105%)}.shell__result--hidden{opacity:0}.shell__prompt,.shell__prompt i,.shell__text{font-size:inherit}.shell__prompt{width:1.2rem}.shell__prompt i{color:var(--blue)}.shell__text{margin:0;font-family:inherit;white-space:pre-wrap;width:100%}.share__box{text-align:center;-webkit-box-shadow:rgba(0,0,0,.06) 0 1px 3px,rgba(0,0,0,.12) 0 1px 2px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.12);background:#fff;display:block;border-radius:.2em;width:90%;max-width:25em;margin:6em auto}.share__box__download{width:100%;padding:1em;cursor:pointer;background:#fff;color:rgba(0,0,0,.5);border-bottom:1px solid rgba(0,0,0,.05)}.share__box__info{padding:2em 3em}.share__box__title{margin-top:.2em;overflow:hidden;text-overflow:ellipsis}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(../fonts/MaterialIcons-Regular.e79bfd88.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(../fonts/MaterialIcons-Regular.570eb838.woff2) format("woff2"),url(../fonts/MaterialIcons-Regular.012cf6a1.woff) format("woff"),url(../fonts/MaterialIcons-Regular.a37b0c01.ttf) format("truetype")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(../fonts/normal-cyrillic-ext.e4335fd5.woff2) format("woff2");unicode-range:U+0460-052f,U+20b4,U+2de0-2dff,U+a640-a69f}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(../fonts/normal-cyrillic.6aeaf19e.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(data:font/woff2;base64,d09GMgABAAAAAAWYABIAAAAACXAAAAU8AAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhQbgSYcDAZgAFgITAmDPBEMCoNog0gSFAE2AiQDHAsQAAQgBYIQByAMgVsbDgjIjpRu3ioIqKY6eyCC2HxKcgqgZDlADilGVF1dgG0OEKmAL+aVCkQuAPwQrGL//20/tf/KuqoW8CV1jQerelcEHrhuanrGTigAdKTmcBleO907yH4E4MGoCWwI8/PARYLtaJXVjQmK1+3ZOsiEnq1dA0wfXLN9I4vQALLZemtCVaGqUOoOBrq2bqQY68YkdkxDoWsOFArbWUaZSEmQ/X1uen7dDAn9EFC1E+JCdNAv02eAGE2m1DfpVgBbT33BF7iyrYQPAWGAmpaWGuKQ/d/GMHTbL1MwEVcDaGW6xEQNBVDBEsIOQXZzAQvQMAGUNQSMbsr2ffFQHePOukL7i0v09pthYwpXcpgUu3mH9TSzlFOsppOZygIe5Vkgd3g1+v7K5ZhqGLdWRq52HgFdkmsrJE/cRND2JD4ASaRBOluTaSHOtx4U2RPy+Mi0U121MipFxDSr+iqlWB2VSkSKKeGoVCNmtVTHV7cnx1pmyty3bn3KrDZ716yX2niCM3fpSlkxU9KR7MOjiWRYxi0j6O6yrLKo1Lqga+6UBQGzvzG9HzMy/0elHmm4qTqhNdmWlIcrDRmvtIxw2KyST7Ym7VWVRtiyotI2P0ziB/oKZ0rZ67YpUelofUBHUsYNiZVKxSbGhuXhVMpIzd6oanhy2wcFrFocr75W9aA43JprPuxYDVrrak08u12syqh0Rho6klUsCu/mishxVVHpjsjx9Ks9kfREcdpMdSQfiqOx7kEHpxPJhxin/rDZMuTYjlvm6QcDpMkK7+uNyPjpB02WJtPjqTQeYrz6Q6UVfSkRBwrX6wfAjg/3AU5gEdAbn/MAr6FjWJX6Hk2Fm4zw2RxB3z7/7n29/Y6B5f5+MRB7yeEPvnClvvqoUxz5+Gv3OV9+SOexj1ypDxIc/pB9u4/P3rfMTdLV7ebdsxLviUnPostn1a7l6Pbg0aqdP7p3fX2tKlactv6vuqX14lvfu2CR/WZ5h/OWi+eK1/reumiJ67Y77nbdckH83ceF+kbuI/cP5Sq/D/z71qiHHn7Fp/w3ryj30m1Lns37bIEVbrtlmbK3JVFbll75yFgmoFWDHX3Y+SxPHN6dpbfo72U8gWBwxDzpRiVDDN1Gd57rHUJSlZRKzEgroUVWBMEhkMloCq38GZ1m2OmOvrTL81vGk6J756USSPs8v5VO6w15WV6kIe050hvI5AnX1GT4A+M3S2qBTChGGpXdMWkfsngxKYZkY9IdkNrQZEzqQ0VSjxUW2/lXZ5x2DRSbdpxE+SwFrn5vxuFV/gW/YzgAePanYAnA0MfNl/1j/P+us9Sx7dz1n1aHAPvgsLLgrPvHGK53lv4qawwFu3ou6zlX/Av6YXaqJpv054d311y0cwH5JNDb9fpAQcn9Ry8HO0tREZoTgQfCiIKP18OymresgVgnQrHYRojqSR8J1tLOJhzZxHb79Ha66GEHg6xhK510wWnb6GMTGzGZTgmlJppGwDY/TfyNM3vYLMpHetlu8jdTRoy+q1LCGjbblXX00hW7zSa20kOMQfpYRxcb2YZP20aMRuqooIpmOpAjOgOfirEl27+f6+BU6ZkqmUpG+JSpIuMX+BYP+MtKxxsBHFN5QNTOLwnnBj0PKMnauZMYoLZXzByfD7SVTQumFgF9dmRMkR/Ytqyonm4A+0W7lpeNBY6DPa3zioEzUTV7QgFw7VzdMHtk3n1sfXMd4Pkwk1q3AHhzg16nTc63YPrEUHCOTMBlnyr5TScypSPEtozMdahW7vbMYWpzZkfGH0pnN4XEDg==) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(../fonts/normal-greek.27b786b8.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(../fonts/normal-vietnamese.90c22b69.woff2) format("woff2");unicode-range:U+0102-0103,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(../fonts/normal-latin-ext.d4b4ed95.woff2) format("woff2");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(../fonts/normal-latin.7e367be0.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../fonts/medium-cyrillic-ext.0033a62d.woff2) format("woff2");unicode-range:U+0460-052f,U+20b4,U+2de0-2dff,U+a640-a69f}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../fonts/medium-cyrillic.71588ab9.woff2) format("woff2");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(data:font/woff2;base64,d09GMgABAAAAAAWEABEAAAAACVAAAAUnAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG4EmHAwGYABYCFYJgzwRDAqDZINJEhQBNgIkAxwLEAAEIAWCHAcgDIFMGwIIyAYe6DezNzDErHW2F6go1DXZqkFNJSduE86yJ/5p6snVmtq/sA4LA+gyHqzKfXBDCC271FXXKBIGgB0pGt9h7OIyvhQBxJjBNmShfsIMWi7dvWUd7VduWb6WnusWb9vAUCRArVZvRagpNDVC38Ha5Vs20NL2Q3sQrF3D9QgazWU4Q7drOUaIhDNkkpADsceALi8Wv2GAcYXRC0Te3Vx/mRUaNP+Gj4jVpmAfBGyA0ZMnj2Y41P4PUYUV4Ss0LMS1AHKgobAQCZ26CXW2U7h7xYDBSCyA6hIB+Ym1mv+jhjpxSEB33fxxidHcgxCdeY7zuQbc/ju2ELCfWSxkEouE5FmgcXUR+F/alWRqA0hWLyWn28TlQBrLs8kYisah5jQJPUlGm0suLDEAFM54FZ3ilYU4x6+I2nF1rFU5qi9c4CrhWFZxdUGJRa7SHCU6267SHate6e3qp3ltfKukHzh2Wcmqt1YtXqZkOxdn7rG85HezFNO91fb4DM9Ww30z6F3u+wNdJbugSk/Jh0FrTWPqGkyk/neV4Yy/rd5+ijfVU4cKphpe8E3btorqySmeuaxg2r7vqtD8sJvYv7r5TIlwI9TZVZHWh0z31HBT4ZdKsak2tjpUKpml2ZtlHU9uWBFQreF49fViRRyakms9ZNlMrHf0Op7dHn7BVVFn/HSvSJG9V8xRnYquijuqM35zwil3EKes0nSvYTiSpZUIp2Z4DXTSv9rkm6pNx23rVCVDmlzhQ5OOGn6qYjHHK3emYDbQWf+q4LtvJhpBY/rTAITto1NAFBgCrIw3EsBLp50DtPpeqWuZbCoUMXffm961d9WayNp56TVibezdDr31Uaz0yTuzxOF3Pz3747dnzjj8Tqz01gwOvR0/802xd24cL7YizuuZr3lDdHwWQz2rL5+HEc4eKe74Mb7z0+t1Mf+UcUt949RPgjcuHJm7675y47suGcZL016/pIj+fFnujouH89p/8pcHxW03VRDfzPjpYeOW2+6v/VHfovdlG4e+2uTzofO7TC8v1PaML04efa//uEl7ZD2EMf5/4HmeWq2rfWcsM94MEplsNjdAOTHFS4QaokYvTL6EougprZtZ1vJD/QiCRTobSI1WgcDAtDA10lCx94JEgpbcT8uo1HvdewQybzGEdDbuGCUYCSSRxCPvFTQWsS6e/Zb5m181HJixye49UPFuKvySIeymxEvS3VQ8o+RL0C3b+L3NT0TDErSQPE+H+JO+5JPC048tTA/+HTMCwLM/ZbsCvPTupIv+afv/69F5ka0Hb/y/ugSE11UlT3RtCas6wvTBrNBUwvpZLONCUQXjBCt0h5XGc9W6mtUw59IUOY12/SnQ0Jp+qVdDmDnoCBlF0BLCqEaKNcJZPW9WQpGBQ0cIQfoMSPndG5jGRpaYaNtZFhNZzjJWs531TMOwEnWvYzFbmCWfvYWtrGYjG7DoSVe666gH9IH2QWlSXtu7P20XVqHubWxiIN106s5oVxZL3YtZyiqWx/bayBZW0o11rMbV5Wxgqw1b8V4TGMsoikxiOnS64/t1tHW1NXu7Cp6pEl0UXQhEUusigpSw7/BQamD3dmaGSBceEv27tm2ZDXof0iYN79mmCZHTxwzqajd2y7Sc0b1jvmlKLrR06jDXTIaH924nF5k7bmCnFnLRo8smDWwjF9u5ZEJfuxA/f+c8KJfYsWh831YySadtXePEAoJ0MtxF8aF2BqqR2BpMsdjbgkPEpuz2IJ1HuY15sR0AAAA=) format("woff2");unicode-range:U+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../fonts/medium-greek.33b390a3.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../fonts/medium-vietnamese.6124b7c2.woff2) format("woff2");unicode-range:U+0102-0103,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../fonts/medium-latin-ext.e1bc1f66.woff2) format("woff2");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../fonts/medium-latin.bb474f16.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}*,:active,:focus,:hover{outline:0}a{text-decoration:none}img{max-width:100%}audio,video{width:100%}.mobile-only{display:none!important}i.spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}#app{-webkit-transition:padding .2s ease;transition:padding .2s ease}#app.multiple{padding-bottom:4em}.file_action_wrapper nav{width:20em;min-width:20em;max-width:20em;padding-right:.7rem}.file_action_wrapper nav .action{width:100%;display:block;border-radius:0;font-size:1.1em;padding:.5em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file_action_wrapper nav>div{border-top:1px solid rgba(0,0,0,.05)}.file_action_wrapper nav .action>*{vertical-align:middle}#breadcrumbs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:4em;border-bottom:1px solid rgba(0,0,0,.05)}#breadcrumbs,#breadcrumbs .left,#breadcrumbs .right{display:-webkit-box;display:-ms-flexbox;display:flex}#breadcrumbs .right .theme--light.v-label{color:#6f6f6f;font-size:10px}#breadcrumbs,#breadcrumbs span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#6f6f6f}#breadcrumbs a{color:inherit;-webkit-transition:.1s ease-in;transition:.1s ease-in;border-radius:.125em}#breadcrumbs a:hover{background-color:rgba(0,0,0,.05)}#breadcrumbs span a{padding:.2em}#progress{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9999999999}#progress div{height:100%;background-color:#40c4ff;width:0;-webkit-transition:width .2s ease;transition:width .2s ease}.break-word{word-break:break-all}.header_wrapper{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.075);-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);width:100%;padding:0}header{width:100%;max-width:150rem;display:-webkit-box;display:-ms-flexbox;display:flex}header .overlay{width:0;height:0}header a,header a:hover{color:inherit}header>div:first-child>.action,header img{margin-right:1em}header img{height:2.5em}header>div:first-child>.action{display:none}header>div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:.5em .5em .5em 1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .action span{display:none}header>div div{vertical-align:middle;position:relative}header>div:last-child div{display:-webkit-box;display:-ms-flexbox;display:flex}header>div:first-child{height:3.4em}header>div:last-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header .search-button{display:none}header .title{font-size:1.4rem!important;color:#dfdfdf}#more{display:none}#search{height:100%;width:100%;max-width:35em}#input{background-color:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.75em;border-radius:.3em;-webkit-transition:all .1s ease;transition:all .1s ease;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #f0f0f0;width:30rem}#search.active{position:fixed;top:0;right:0;width:100%;max-width:100%;height:100%;z-index:9999}#search.active #input{border-bottom:1px solid rgba(0,0,0,.075);-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);background-color:#fff;height:4em}#search.active>div{border-radius:0!important}#search.active i,#search.active input{color:#212121}#search #input>.action,#search #input>i{margin-right:.3em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#listing h2{margin:0 0 0 .5em;font-size:.9em;color:rgba(0,0,0,.38);font-weight:500}#listing .item div:last-of-type *{text-overflow:ellipsis;overflow:hidden}#listing>div{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#listing .item,#listing>div{display:-webkit-box;display:-ms-flexbox;display:flex}#listing .item{background-color:#fff;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;color:#6f6f6f;-webkit-transition:background .1s ease,opacity .1s ease;transition:background .1s ease,opacity .1s ease;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}#listing .item div:last-of-type{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#listing .item p{margin:0}#listing .item .modified,#listing .item .size{font-size:.9em}#listing .item .name{font-weight:700}#listing .item i{font-size:4em;margin-right:.1em;vertical-align:bottom}.message{text-align:center;font-size:2em;margin:1em auto;display:block!important;width:95%;color:rgba(0,0,0,.3);font-weight:500}.message i{font-size:2.5em;margin-bottom:.2em;display:block}#listing.mosaic{width:100%;padding-top:1em;margin:0 -.5em}#listing.mosaic .item{width:calc(25% - 1em);margin:.5em;padding:.5em;border-radius:.2em;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.12);box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.12)}#listing.mosaic .item:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important}#listing.mosaic .header{display:none}#listing.mosaic .item div:first-of-type{width:5em}#listing.mosaic .item div:last-of-type{width:calc(100% - 5vw)}#listing.list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%;margin:0}#listing.list .item{width:100%;margin:0;border:1px solid rgba(0,0,0,.1);padding:1em;border-top:0}#listing.list h2{display:none}#listing .item[aria-selected=true]{background:var(--blue)!important;color:#fff!important}#listing.list .item div:first-of-type{width:3em}#listing.list .item div:first-of-type i{font-size:2em}#listing.list .item div:last-of-type{width:calc(100% - 3em);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#listing.list .item .name{width:50%}#listing.list .item .size{width:25%}#listing .item.header{display:none!important;background-color:#ccc}#listing.list .header i{font-size:1.5em;vertical-align:middle;margin-left:.2em}#listing.list .item.header{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;background:#fafafa;padding:.85em;border:0;border-bottom:1px solid rgba(0,0,0,.1)}#listing.list .header a{color:inherit}#listing.list .item.header>div:first-child{width:0}#listing.list .name{font-weight:400}#listing.list .item.header .name{margin-right:3em}#listing.list .header span{vertical-align:middle}#listing.list .header i{opacity:0;-webkit-transition:all .1s ease;transition:all .1s ease}#listing.list .header .active i,#listing.list .header p:hover i{opacity:1}#listing.list .item.header .active{font-weight:700}#listing #multiple-selection{position:fixed;bottom:-4em;left:0;z-index:99999;width:100%;background-color:var(--blue);height:4em;padding:.5em .5em .5em 1em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:bottom .2s ease;transition:bottom .2s ease}#listing #multiple-selection.active{bottom:0}#listing #multiple-selection i,#listing #multiple-selection p{color:#fff}.link{color:var(--blue)}.action{display:inline-block;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;border:0;margin:0;color:#546e7a;border-radius:50%;background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none;vertical-align:middle;text-align:left;position:relative}.action.disabled{opacity:.2;cursor:not-allowed}.action i{padding:.4em;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-radius:50%}.action:hover{background-color:rgba(0,0,0,.1)}.action ul{position:absolute;top:0;color:#7d7d7d;list-style:none;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.action ul li{line-height:1;padding:.7em;-webkit-transition:background-color .1s ease;transition:background-color .1s ease}.action ul li:hover{background-color:rgba(0,0,0,.04)}#click-overlay{display:none;position:fixed;cursor:pointer;top:0;left:0;height:100%;width:100%}#click-overlay.active{display:block}.action .counter{display:block;position:absolute;bottom:0;right:0;background:var(--blue);color:#fff;border-radius:50%;font-size:.75em;width:1.5em;height:1.5em;text-align:center;line-height:1.25em;border:2px solid #fff}#previewer{background-color:rgba(0,0,0,.9);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden}#previewer .bar{width:100%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5em;height:5.2em}#previewer .action:first-of-type{margin-right:auto}#previewer .action i{color:#fff}#previewer .action:hover{background-color:hsla(0,0%,100%,.3)}#previewer .action span{display:none}#previewer .preview{margin:2em auto 4em;max-width:80%;text-align:center;height:calc(100vh - 9.7em)}#previewer .preview pre{text-align:left;overflow:auto}#previewer .preview img,#previewer .preview pre,#previewer .preview video{max-height:100%;margin:0}#previewer .pdf{width:100%;height:100%}#previewer h2.message{color:hsla(0,0%,100%,.5)}#previewer>button{margin:0;position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#previewer>button:first-of-type{left:.5em}#previewer>button:last-of-type{right:.5em}.noty_buttons{text-align:right;padding:0 10px 10px!important}.noty_buttons button{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;font-size:14px}.credits{font-size:.6em;margin:3em 2.5em;color:#a5a5a5}.credits>span{display:block;margin:.3em 0}.credits a,.credits a:hover{color:inherit;cursor:pointer}@-webkit-keyframes spin{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes spin{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.rules>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:.5rem 0}.rules input[type=checkbox]{margin-right:.2rem}.rules input[type=text]{border:1px solid#ddd;padding:.2rem}.rules label{margin-right:.5rem}.rules button{margin-left:auto}.rules button.delete{padding:.2rem .5rem;margin-left:.5rem}