@-webkit-keyframes expand{0%{top:8px;height:64px}50%,to{top:24px;height:32px}}@keyframes expand{0%{top:8px;height:64px}50%,to{top:24px;height:32px}}@-webkit-keyframes pulse{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}@keyframes pulse{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}@-webkit-keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}html{line-height:1.15;-webkit-text-size-adjust:100%;font-size:62.5%}body{margin:0;background-color:#e2e6ea;color:#242634;font-family:"SF Pro Display",sans-serif}details,main{display:block}h1{font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}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{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{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}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:"SF Pro Display";src:url(./fonts/sf-pro-display-regular.woff2) format("woff2"),url(../fonts/sf-pro-display-regular.woff) format("woff");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(./fonts/sf-pro-display-medium.woff2) format("woff2"),url(../fonts/sf-pro-display-medium.woff) format("woff");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:"SF Pro Display";src:url(./fonts/sf-pro-display-bold.woff2) format("woff2"),url(../fonts/sf-pro-display-bold.woff) format("woff");font-display:swap;font-weight:700;font-style:normal}*,::after,::before{box-sizing:border-box}h1,h2,h3,h4,li,p,ul{margin:0;padding:0}a:focus,button:focus{outline:0}.container{display:flex;align-items:flex-start;max-width:807px;height:100vh;margin:0 auto;padding:60px 20px}.visually-hidden{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.home-link,.paper{background-color:#fff}.paper{width:100%;padding:16px;border-radius:24px}.home-link{display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid #ebeff2;border-radius:50%;color:#242634;text-decoration:none;transition:all .3s ease-out}.home-link--filled,.home-link:focus-visible,.home-link:hover{border-color:#6b72c2;background-color:#6b72c2}.home-link--filled .home-link__icon,.home-link:focus-visible .home-link__icon,.home-link:hover .home-link__icon{fill:#fff}.home-link--filled:focus-visible,.home-link--filled:hover{border-color:#ebeff2;background-color:#fff}.home-link--filled:focus-visible .home-link__icon,.home-link--filled:hover .home-link__icon{fill:#6b72c2}.home-link__icon{width:16px;height:16px;fill:#6b72c2;transition:fill .3s ease-out}.header{display:flex;align-items:center;margin:0 -16px;padding:0 16px 16px;border-bottom:1px solid #ebeff2}.header__navigation{margin:0 auto;padding:5px;border-radius:40px;background:#f7f9fb;box-shadow:inset 0 0 2px rgba(0,0,0,.1)}.header__link{padding:8px 20px;border:2px solid transparent;border-radius:40px;background-color:transparent;color:#6b72c2;font-size:1.6rem;font-weight:500;cursor:pointer;transition:all .3s ease-out;display:inline-block;text-decoration:none}.header__link--active{background-color:#6b72c2;color:#fff}.header__link:focus-visible:not(.header__link--active),.header__link:hover:not(.header__link--active){border-color:#6b72c2}.header__link+.header__link{margin-left:5px}.footer{justify-content:space-between;margin:0 -16px;padding:16px 20px 0;border-top:1px solid #ebeff2}.footer,.footer__sync{display:flex;align-items:center}.footer__sync--error{color:#dc3545}.footer__sync--error .footer__sync-icon--success{display:none}.footer__sync--error .footer__sync-icon--error{display:block}.footer__sync-icon{width:20px;height:20px;margin-right:10px;fill:#198754}.footer__sync-icon--error{display:none;fill:#dc3545}.footer__sync-status{font-size:1.6rem}.progress{position:relative;height:6px;overflow:hidden;border-radius:24px;background-color:#ebeff2;text-align:center}.progress--text{height:16px;padding:2px 0}.progress--text .progress__text{display:inline-block}.progress--warning .progress__filler{background-color:#d1dc35}.progress--danger .progress__filler{background-color:#dc3545}.progress__filler{position:absolute;top:0;left:0;height:100%;border-radius:24px;background-color:#6b72c2;transition:width .2s ease-out}.progress__text{position:relative;z-index:100;display:none;font-size:1.2rem;font-weight:700}.button{padding:8px 20px;border:2px solid transparent;border-radius:40px;font-size:1.6rem;font-weight:500;cursor:pointer;transition:all .3s ease-out;background-color:#6b72c2;color:#fff}.button:focus-visible,.button:hover{border-color:#6b72c2;background-color:transparent;color:#6b72c2}.button--secondary{border-color:#cdd3d8;background-color:transparent;color:#242634}.button--success{background-color:#198754}.button--success:focus-visible,.button--success:hover{border-color:#198754;background-color:transparent;color:#198754}.setting{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.setting__info{font-size:1.6rem}.setting__title{margin-bottom:8px;font-weight:700}.setting__value{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file{display:grid;grid-template-columns:30px 1fr 80px 50px;-moz-column-gap:15px;column-gap:15px;align-items:center;transition:opacity .3s ease-out}.file--deleting{opacity:.4}.file__icon{align-self:start;width:30px;height:30px;fill:#6b72c2}.file__info,.file__name{overflow:hidden}.file__name{margin-bottom:5px;font-size:1.8rem;font-weight:500;white-space:nowrap;text-overflow:ellipsis}.file__upload-time{font-size:1.4rem}.file__size{padding:4px 8px;border:2px solid #cdd3d8;font-size:1.2rem;font-weight:500;text-align:center}.file__actions,.icon-button{display:flex;align-items:center;justify-content:space-between}.icon-button{justify-content:center;padding:0;border:0;background-color:transparent;cursor:pointer;position:relative}.icon-button::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:30px;height:30px;border-radius:50%;background-color:rgba(67,83,255,.15);transition:transform .1s ease-out}.icon-button:focus-visible::after,.icon-button:hover::after{transform:translate(-50%,-50%) scale(1)}.icon-button:disabled::after{display:none}.icon-button--danger{position:relative}.icon-button--danger::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:30px;height:30px;border-radius:50%;background-color:rgba(220,53,70,.15);transition:transform .1s ease-out}.icon-button--danger:focus-visible::after,.icon-button--danger:hover::after{transform:translate(-50%,-50%) scale(1)}.icon-button--danger:disabled::after{display:none}.icon-button--danger .icon-button__icon{fill:#dc3545}.icon-button:disabled{cursor:default}.icon-button__icon{width:16px;height:16px;fill:#6b72c2}.auth-form{color:#242634;text-transform:uppercase;text-align:center}.auth-form--inactive{opacity:.5;pointer-events:none}.auth-form__field+.auth-form__field{margin-top:10px}.auth-form__controls{display:flex;align-items:flex-end;justify-content:space-between}.auth-form__submit{margin-top:20px;background-color:#6b72c2}.auth-form__submit:disabled{opacity:.5}.auth-form__switch-form{max-width:50%;margin-top:25px;padding:0;border:0;background-color:transparent;color:#242634;font-size:1.6rem;text-decoration:underline;cursor:pointer;transition:color .2s ease-in,opacity .2s ease-out}.auth-form__switch-form:focus-visible,.auth-form__switch-form:hover{color:#6b72c2}.auth-form__switch-form:disabled{opacity:.5}.text-field{position:relative;display:flex;align-items:center;padding:13px 24px;border:1px solid transparent;border-radius:15px;background-color:#fff;box-shadow:0 0 14px rgba(67,83,255,.15);transition:border-color .2s ease-out,box-shadow .2s ease-out}.text-field--invalid{border-color:#dc3545}.text-field--invalid .text-field__input::-moz-placeholder{color:#dc3545}.text-field--invalid .text-field__input::placeholder{color:#dc3545}.text-field--invalid .text-field__error{visibility:visible;color:#dc3545}.text-field--invalid .text-field__icon{fill:#dc3545}.text-field:focus-within{border-color:#6b72c2}.text-field__icon{width:24px;height:24px;margin-right:10px;fill:#6b72c2}.text-field__label{display:none}.text-field__input{width:100%;border:0;border-bottom:1px solid transparent;background-color:transparent;color:#6b72c2;font-size:1.6rem;line-height:2.4rem}.text-field__input::-moz-placeholder{color:#6b72c2}.text-field__input::placeholder{color:#6b72c2}.text-field__input:focus{outline:0}.text-field__error{position:absolute;bottom:0;left:58px;visibility:hidden;color:#dc3545;font-size:1.2rem;text-transform:none}.alert{position:fixed;top:20px;right:20px;z-index:500;display:flex;flex-direction:column;align-items:flex-end}.alert__item{display:flex;align-items:center;max-width:400px;margin:15px 0;padding:10px 15px;border-radius:10px;background-color:#6b72c2;color:#fff;font-size:1.6rem;line-height:2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:opacity .7s ease-out}.alert__item--error{background-color:#dc3545}.alert__item--success{background-color:#198754}.alert__item-icon{flex-shrink:0;width:25px;height:25px;margin-right:10px;stroke:#fff;fill:transparent}.modal{position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;background-color:rgba(36,38,52,.75)}.modal__content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 20px}.loader{position:relative;display:inline-block;width:80px;height:80px;margin:-18px 0 -23px}.loader div{position:absolute;left:8px;display:inline-block;width:16px;background:#6b72c2;-webkit-animation:expand 1.2s cubic-bezier(0,.5,.5,1) infinite;animation:expand 1.2s cubic-bezier(0,.5,.5,1) infinite}.loader div:nth-child(1){left:8px;-webkit-animation-delay:-.24s;animation-delay:-.24s}.loader div:nth-child(2){left:32px;-webkit-animation-delay:-.12s;animation-delay:-.12s}.loader div:nth-child(3){left:56px;-webkit-animation-delay:0;animation-delay:0}.spinner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.spinner__elements{display:inline-block;position:relative;width:80px;height:80px}.spinner__elements div{position:absolute;width:6px;height:6px;background:#6b72c2;border-radius:50%;-webkit-animation:pulse 1.2s linear infinite;animation:pulse 1.2s linear infinite}.spinner__elements div:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s;top:37px;left:66px}.spinner__elements div:nth-child(2){-webkit-animation-delay:-.1s;animation-delay:-.1s;top:22px;left:62px}.spinner__elements div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s;top:11px;left:52px}.spinner__elements div:nth-child(4){-webkit-animation-delay:-.3s;animation-delay:-.3s;top:7px;left:37px}.spinner__elements div:nth-child(5){-webkit-animation-delay:-.4s;animation-delay:-.4s;top:11px;left:22px}.spinner__elements div:nth-child(6){-webkit-animation-delay:-.5s;animation-delay:-.5s;top:22px;left:11px}.spinner__elements div:nth-child(7){-webkit-animation-delay:-.6s;animation-delay:-.6s;top:37px;left:7px}.spinner__elements div:nth-child(8){-webkit-animation-delay:-.7s;animation-delay:-.7s;top:52px;left:11px}.spinner__elements div:nth-child(9){-webkit-animation-delay:-.8s;animation-delay:-.8s;top:62px;left:22px}.spinner__elements div:nth-child(10){-webkit-animation-delay:-.9s;animation-delay:-.9s;top:66px;left:37px}.spinner__elements div:nth-child(11){-webkit-animation-delay:-1s;animation-delay:-1s;top:62px;left:52px}.spinner__elements div:nth-child(12){-webkit-animation-delay:-1.1s;animation-delay:-1.1s;top:52px;left:62px}.auth{align-self:center}.auth__heading{margin-bottom:20px;font-size:3.6rem}.auth__subheading{font-size:2.4rem}.auth__forms{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:300px}.auth__forms-item{position:absolute;top:50px;left:0;width:100%;max-width:400px;transition:opacity .4s ease-out,visibility .4s ease-out}.auth__forms-item--hidden{opacity:0;visibility:hidden}.dashboard__header{justify-content:space-between;margin:0 -16px;padding:0 16px 16px;border-bottom:1px solid #ebeff2}.dashboard__header,.dashboard__user{display:flex;align-items:center}.dashboard__avatar{position:relative;cursor:pointer}.dashboard__avatar:focus-visible .dashboard__avatar-badge,.dashboard__avatar:hover .dashboard__avatar-badge{opacity:1}.dashboard__avatar:focus,.dashboard__avatar:focus-visible{outline:0}.dashboard__avatar::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);visibility:hidden;width:50px;height:50px;border:3px solid #6b72c2;border-left-color:transparent;border-radius:50%;background-color:transparent;-webkit-animation:spin 2s cubic-bezier(.175,.885,.32,1.275) infinite forwards;animation:spin 2s cubic-bezier(.175,.885,.32,1.275) infinite forwards}.dashboard__avatar--spin{pointer-events:none}.dashboard__avatar--spin::before{visibility:visible}.dashboard__avatar--spin .dashboard__avatar-wrapper{opacity:.75}.dashboard__avatar--spin .dashboard__avatar-badge{display:none}.dashboard__avatar-wrapper{width:42px;height:42px;border-radius:50%;overflow:hidden}.dashboard__avatar-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard__avatar-badge{position:absolute;right:0;bottom:-5px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:0;border-radius:50%;background-color:rgba(107,114,194,.75)}.dashboard__avatar-icon{width:10px;height:10px;fill:#fff}.dashboard__user-info{margin-left:12px;font-size:1.6rem}.dashboard__username{margin-bottom:5px;font-weight:700}.dashboard__storage{padding-top:12px}.dashboard__storage-heading{margin-bottom:10px;font-size:1.8rem;font-weight:700}.dashboard__storage-capacity{font-size:1.4rem;font-weight:500}.dashboard__storage-bar{margin-top:12px}.dashboard__plan{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid #ebeff2}.dashboard__upgrade{margin-right:16px}.dashboard__plan-notice{position:relative;padding:8px 12px;border:2px solid #6b72c2;border-radius:4px;color:#6b72c2;font-size:1.4rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:1px}.dashboard__plan-notice::before{content:"";position:absolute;top:50%;left:-2px;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;border-bottom:2px solid #6b72c2;border-left:2px solid #6b72c2;background-color:#fff}.dashboard__settings-item{border-bottom:1px solid #ebeff2}.dashboard__settings-item:last-child{border:0}.upload{display:flex;flex-direction:column;height:100%}.upload__dropzone{flex:1;padding:32px}.upload__dropzone-inner{display:flex;align-items:center;justify-content:center;height:100%;border:2px dashed #e2e6ea;border-radius:24px;color:#cdd3d8;font-size:2rem;line-height:2.6rem;text-align:center;cursor:pointer;transition:border-color .3s ease-out,color .3s ease-out}.upload__dropzone-inner--hovered,.upload__dropzone-inner:focus-visible,.upload__dropzone-inner:hover{border-color:#6b72c2;color:#6b72c2;outline:0}.recent--full-height{display:flex;flex-direction:column;height:100%}.recent--full-height .recent__content{flex:1;overflow-y:auto}.recent--full-height .recent__content::-webkit-scrollbar,.upload-files__list::-webkit-scrollbar{width:8px;border-radius:6px;background-color:#cdd3d8}.recent--full-height .recent__content::-webkit-scrollbar-thumb,.upload-files__list::-webkit-scrollbar-thumb{border-radius:6px;background-color:#6b72c2}.recent--full-height .recent__list{max-height:none}.recent__content{display:flex;flex-direction:column}.recent__content .loader{align-self:center}.recent__list{list-style-type:none}.recent__list-item{padding:16px 10px 16px 0;border-bottom:1px solid #ebeff2}.recent__list-item:last-child{border:0}.recent__list-item--placeholder{padding:26px 0;border:0;font-size:2rem;text-align:center}.recent__list-item--error{color:#dc3545}.recent__view-all{display:flex;justify-content:center;height:100%;padding:16px 0 20px;text-align:center}.recent__view-all--hidden,.upload-files--done .upload-files__button--cancel{display:none}.upload-files{display:flex;flex-direction:column;width:695px}.upload-files--done .upload-files__button--done{display:inline-block}.upload-files__list{max-height:300px;padding:10px 0;overflow-y:auto;margin-bottom:30px;list-style-type:none}.upload-files__item{display:grid;grid-template-columns:1fr 1fr 30px;-moz-column-gap:10px;column-gap:10px;align-items:center;margin-bottom:15px;padding-right:10px}.upload-files__item--cancelled .upload-files__abort,.upload-files__item--cancelled .upload-files__progress,.upload-files__item--done .upload-files__abort,.upload-files__item--done .upload-files__progress,.upload-files__item--error .upload-files__abort,.upload-files__item--error .upload-files__progress{display:none}.upload-files__item--cancelled .upload-files__message,.upload-files__item--done .upload-files__message,.upload-files__item--error .upload-files__message{display:block}.upload-files__item--done{color:#198754}.upload-files__item--done .upload-files__icon--error{display:none}.upload-files__item--done .upload-files__icon--done{display:block}.upload-files__item--error{color:#dc3545}.upload-files__item--error .upload-files__icon--done{display:none}.upload-files__item--cancelled .upload-files__icon--cancelled,.upload-files__item--error .upload-files__icon--error{display:block}.upload-files__item--cancelled{opacity:.5}.upload-files__item:last-child{margin-bottom:0}.upload-files__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:1.6rem}.upload-files__status{overflow:hidden}.upload-files__message{display:none;overflow:hidden;font-size:1.4rem;white-space:nowrap;text-overflow:ellipsis}.upload-files__controls{justify-self:center}.upload-files__icon{display:none;width:16px;height:16px}.upload-files__icon--done{fill:#198754}.upload-files__icon--error{fill:transparent;stroke:#dc3545}.upload-files__icon--cancelled{fill:#242634}.upload-files__button{align-self:center}.upload-files__button--done{display:none}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.not-found__heading{font-size:14rem;letter-spacing:15px}.not-found__text{font-size:2.6rem;text-align:center}.not-found__button{margin-top:30px}@media screen and (max-width:767px){.header__link:focus-visible:not(.header__link--active),.header__link:hover:not(.header__link--active){border-color:transparent}.button:focus-visible,.button:hover{border-color:transparent;background-color:#6b72c2;color:#fff}.button--secondary:focus-visible,.button--secondary:hover{border-color:#cdd3d8;background-color:transparent;color:#242634}.button--success:focus-visible,.button--success:hover{border-color:transparent;background-color:#198754;color:#fff}.icon-button--danger:focus-visible::after,.icon-button--danger:hover::after,.icon-button:focus-visible::after,.icon-button:hover::after{display:none}.auth-form__switch-form:focus-visible,.auth-form__switch-form:hover{color:#242634}.text-field:focus-within{border-color:transparent}.modal__content{width:100%}.dashboard__avatar-badge{display:none}.upload-files{width:100%}}@media screen and (max-width:575px){.container{padding:20px}.paper{padding:12px}.header__navigation{margin:0 auto 0 0}.header__link{padding:4px 10px;font-size:1.4rem;font-weight:400}.header{margin:0 -12px;padding:0 12px 16px}.button,.footer__sync-status{font-size:1.4rem}.button{padding:4px 10px;font-weight:400}.button--big{padding:8px 20px;font-size:1.6rem;font-weight:500}.setting__info{max-width:60%;overflow:hidden;font-size:1.4rem}.file{grid-template-columns:20px 1fr 50px 50px;-moz-column-gap:8px;column-gap:8px}.file__icon{width:20px;height:20px}.file__name{font-size:1.4rem}.file__upload-time{font-size:1.2rem}.file__size{padding:0;border:0}.alert__item{font-size:1.4rem;line-height:1.8rem}.alert__item-icon{width:20px;height:20px}.auth__heading{font-size:3rem}.dashboard__plan{flex-direction:column-reverse;align-items:center}.dashboard__upgrade{margin-right:0;margin-top:10px}.dashboard__plan-notice{padding:6px 10px;font-size:1.2rem;font-weight:500}.dashboard__plan-notice::before{top:unset;bottom:-2px;left:50%;transform:translate(-50%,50%) rotate(-45deg)}.upload-files__item{grid-template-columns:1.5fr 1fr 20px}.upload-files__message,.upload-files__name{font-size:1.2rem}.not-found__heading{font-size:12rem;letter-spacing:10px}}