@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Work+Sans:wght@700&family=Roboto:wght@700&display=swap);*{padding:0;box-sizing:border-box}*,body{margin:0}body{font-family:"Montserrat",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--color-primary:#cc1f1f;--color-black:#1d1d1d;--color-white:#fff;--color-gray:#5c5c5c;--color-light-gray:#c9c8c8;--color-ultra-gray:#ececec;--color-charcoal:#2d2c2c;--color-green:#009e10;--color-red:#cc1f1f}.Checkbox{display:inline-block;vertical-align:middle;cursor:pointer}.Checkbox__input{opacity:0;overflow:hidden;position:absolute;z-index:1}.Checkbox__box{display:inline-block;width:12px;height:12px;background:var(--color-white);border:1px solid var(--color-black);border-radius:1px;transition:all .15s;position:relative}.Checkbox__box--checked{background-color:var(--color-primary);border-color:var(--color-primary)}.Checkbox__box-icon{position:absolute;top:-60%;left:50%;transform:translate(-50%);color:var(--color-light-gray)}.Checkbox__box-icon--checked{color:var(--color-white)}.Input{border:1px solid var(--color-light-gray);border-radius:4px;background:var(--color-white);padding:8px 16px}.Input--dark{background:var(--color-charcoal);color:var(--color-white);border-color:var(--color-gray)}.Select{padding:8px 16px;border:1px solid var(--color-light-gray);border-radius:4px;background:var(--color-white)}.Select--dark{background:var(--color-charcoal);color:var(--color-white)}.InputGroup__label{font-weight:500;font-size:16px;color:var(--color-gray);margin-bottom:4px}.InputGroup__wrapper{border:1px solid var(--color-light-gray);border-radius:4px;background:var(--color-white);padding:8px 16px;display:flex;align-items:center}.InputGroup__wrapper--dark{background:var(--color-charcoal);border-color:var(--color-gray)}.InputGroup__wrapper-input{background:transparent;border:none;padding:0;width:100%;margin-right:12px;outline:none}.InputGroup__wrapper-input--dark{background:var(--color-charcoal);color:var(--color-white)}.Switch{position:relative;width:48px;height:24px}.Switch__checkbox{width:0;height:0;opacity:0}.Switch__label{cursor:pointer;position:absolute;top:0;display:block;width:48px;height:24px;border:1px solid var(--color-charcoal);right:0;border-radius:12px;overflow:hidden;background:var(--color-white)}.Switch__label--checked,.Switch__label-inner{background:var(--color-primary)}.Switch__label-inner{width:24px;height:24px;position:absolute;border-radius:12px;top:-1px;left:0;transition:all .5s ease}.Switch__label-inner--checked{right:0;left:auto;background:var(--color-white)}.RadioGroup{display:flex;align-items:center;width:100%}.RadioGroup__tab{padding:12px;background:var(--color-ultra-gray);cursor:pointer;flex:1 1;text-align:center}.RadioGroup__tab:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.RadioGroup__tab:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.RadioGroup__tab--active{color:var(--color-primary)}.RadioGroup--dark .RadioGroup__tab{background:var(--color-charcoal)}.Button{background:transparent;border:1px solid var(--color-black);color:var(--color-black);padding:6px 12px;border-radius:4px;font-size:14px;font-weight:600}.Button:hover{cursor:pointer}.Button--full{width:100%}.Button--solid{color:var(--color-white)}.Button--solid.Button--primary{background:var(--color-primary);border-color:var(--color-primary)}.Button--solid.Button--secondary{background:var(--color-black);border-color:var(--color-black)}.Button--outline{background:none}.Button--outline.Button--primary{color:var(--color-primary);border-color:var(--color-primary)}.Button--outline.Button--secondary{color:var(--color-black);border-color:var(--color-black)}.Button--ghost{background:none;border:none}.Button--ghost.Button--primary{color:var(--color-primary)}.Button--ghost.Button--secondary{color:var(--color-black)}.Button--lg{padding:8px 12px;font-size:20px;font-weight:600}.Button--dark{color:var(--color-white);border-color:var(--color-white)}.Button--dark.Button--outline{background:none}.Button--dark.Button--outline.Button--primary,.Button--dark.Button--outline.Button--secondary{color:var(--color-white);border-color:var(--color-white)}.Button--dark.Button--ghost{background:none;border:none}.Button--dark.Button--ghost.Button--primary{color:var(--color-primary)}.Button--dark.Button--ghost.Button--secondary{color:var(--color-black)}.SocialMediaIcons{display:flex;align-items:center;justify-content:space-around}.SocialMediaIcons__platform{color:var(--color-white);cursor:pointer;background:url(/static/media/red-circle.3f6622c1.svg);width:36px;height:36px;display:grid;place-items:center}.HomeLayout{background:url(/static/media/main-bg.59d04e6a.svg);position:relative;padding:32px 48px;background-position:top;background-repeat:no-repeat;background-size:contain;min-height:100vh}.HomeLayout__back-icon{cursor:pointer}.HomeLayout__footer{background:var(--color-charcoal);position:fixed;bottom:0;left:0;width:100%;height:60px}.HomeLayout__footer-social-icons{height:inherit}.HomeLayout__top-bar{height:32px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between}.HomeLayout__top-bar--end{justify-content:flex-end}.HomeLayout--dark{background:var(--color-black)}.HomeLayout--dark .HomeLayout__back-icon{color:var(--color-white)}.DesktopHomeLayout{background:var(--color-ultra-gray)}.DesktopHomeLayout__nav{background:var(--color-white);height:80px;padding:0 80px;display:flex;align-items:center;justify-content:space-between;color:var(--color-black)}.DesktopHomeLayout__nav-brand{font-weight:600;font-size:24px;line-height:24px;margin-right:120px}.DesktopHomeLayout__nav-list{flex:1 1}.DesktopHomeLayout__nav-list-item{color:var(--color-black);font-weight:500;font-size:20px;line-height:24px;text-decoration:none}.DesktopHomeLayout__nav-list-item:first-child{margin-right:60px}.DesktopHomeLayout__nav-icon{cursor:pointer}.DesktopHomeLayout__main{min-height:calc(100vh - 80px)}.DesktopHomeLayout__footer{position:fixed;bottom:0;left:0;width:100%;height:80px;padding:0 80px;display:flex;align-items:center;justify-content:space-between}.DesktopHomeLayout__footer-social-icons{width:480px;height:inherit}.DesktopHomeLayout--dark{background:var(--color-charcoal)}.DesktopHomeLayout--dark .DesktopHomeLayout__nav{background:var(--color-primary);color:var(--color-white)}.DesktopHomeLayout--dark .DesktopHomeLayout__nav-list-item{color:var(--color-white)}.Sidebar{position:fixed;top:48px;right:-320px;background:var(--color-white);height:calc(100vh - 48px);min-width:220px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transition:right .2s ease;box-shadow:-2px 5px 8px 1px #efefef}.Sidebar--open{right:0}.Sidebar__list{list-style-type:none;width:100%}.Sidebar__list-item{border-bottom:1px solid #ececec}.Sidebar__list-item-link{padding:0 20px;height:50px;display:flex;align-items:center;color:var(--color-black);text-decoration:none}.Sidebar__list-item-link span{margin-right:8px}.Sidebar--dark{background:var(--color-charcoal);box-shadow:none}.Sidebar--dark .Sidebar__list-item-link{color:var(--color-white)}.DashboardLayout{background:url(/static/media/main-bg.59d04e6a.svg);position:relative;background-position:top;background-repeat:no-repeat;background-size:contain;height:100vh}.DashboardLayout__main{padding:32px 20px 48px;height:calc(100vh - 48px);overflow-y:auto}.DashboardLayout__main--with-nav{padding-top:48px;min-height:calc(100vh - 96px)}.DashboardLayout__nav{height:48px;background:var(--color-black);display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:fixed;top:0;width:100%}.DashboardLayout__nav-brand{color:var(--color-white);font-weight:600}.DashboardLayout__nav-list{list-style-type:none;color:var(--color-white);display:flex}.DashboardLayout__nav-list-item{cursor:pointer;position:relative;display:flex;align-items:center}.DashboardLayout__nav-list-item .Switch{margin-left:4px}.DashboardLayout__nav-list-item:not(:last-child){margin-right:20px}.DashboardLayout__nav-list-item-icon{color:var(--color-white)}.DashboardLayout__nav-list-item-badge{color:var(--color-white);background:var(--color-primary);position:absolute;width:12px;height:12px;border-radius:50%;font-size:8px;display:grid;place-items:center;right:0}.DashboardLayout__tabs{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:var(--color-black);position:fixed;bottom:0;width:100%}.DashboardLayout__tabs-tab{display:grid;place-items:center;color:var(--color-white);cursor:pointer}.DashboardLayout__tabs-tab--active{color:var(--color-primary)}.DashboardLayout--dark{background:var(--color-charcoal)}.DashboardLayout--dark .DashboardLayout__nav{background:var(--color-primary)}.DesktopDashboardLayout{background:var(--color-ultra-gray)}.DesktopDashboardLayout__nav{background:var(--color-white);height:80px;padding:0 80px;display:flex;align-items:center;justify-content:space-between;color:var(--color-black);position:fixed;left:0;width:100%}.DesktopDashboardLayout__nav-brand{font-weight:600;font-size:24px;line-height:24px;margin-right:120px;cursor:pointer}.DesktopDashboardLayout__nav-list-item{color:var(--color-black);font-weight:500;font-size:20px;line-height:24px;text-decoration:none;position:relative}.DesktopDashboardLayout__nav-list-item:not(:last-child){margin-right:60px}.DesktopDashboardLayout__nav-list-item-badge{color:var(--color-white);background:var(--color-primary);position:absolute;width:18px;height:18px;border-radius:50%;font-size:12px;display:grid;place-items:center;left:12px;top:-12px}.DesktopDashboardLayout__nav-list-item--active{color:var(--color-primary)}.DesktopDashboardLayout__nav-icon{cursor:pointer}.DesktopDashboardLayout__main{min-height:100vh;padding:80px 0}.DesktopDashboardLayout__footer{position:fixed;bottom:0;left:0;width:100%;height:80px;padding:0 80px;display:flex;align-items:center;justify-content:space-between}.DesktopDashboardLayout__footer-social-icons{width:480px;height:inherit}.DesktopDashboardLayout__footer-nav{display:flex}.DesktopDashboardLayout__footer-nav-item{display:flex;align-items:center}.DesktopDashboardLayout__footer-nav-item:not(:last-child){margin-right:60px}.DesktopDashboardLayout__footer-nav-item-icon{margin-right:8px}.DesktopDashboardLayout--dark{background:var(--color-charcoal)}.DesktopDashboardLayout--dark .DesktopDashboardLayout__nav{background:var(--color-primary);color:var(--color-white)}.DesktopDashboardLayout--dark .DesktopDashboardLayout__nav-list-item{color:var(--color-white)}.DesktopDashboardLayout--dark .DesktopDashboardLayout__nav-list-item-badge{background:var(--color-black)}.DesktopDashboardLayout--dark .DesktopDashboardLayout__nav-list-item--active{color:var(--color-black)}.Tabs__tab{padding:8px 0;display:inline-block;color:var(--color-charcoal);font-weight:500;font-size:14px;cursor:pointer}.Tabs__tab:not(:last-child){margin-right:16px}.Tabs__tab--active{color:var(--color-primary);border-bottom:1px solid var(--color-primary)}.Tabs--dark .Tabs__tab{color:var(--color-white)}.Tabs--dark .Tabs__tab--active{color:var(--color-primary)}.ThemeIcon{color:var(--color-white);cursor:pointer;background:url(/static/media/red-circle.3f6622c1.svg);width:36px;height:36px}.Loader,.ThemeIcon{display:grid;place-items:center}.Loader{min-height:48px}.Loader__icon svg{fill:var(--color-charcoal);animation-name:spin;animation-duration:.3s;animation-iteration-count:infinite;animation-timing-function:linear}.Loader--dark .Loader__icon svg{fill:var(--color-white)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Modal{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(1,1,1,.7);display:none}.Modal--open{display:block}.Modal--open-desktop{display:grid;place-items:center}.Modal__body{max-height:60vh;overflow-y:auto}.Modal__header{height:40px;display:flex;align-items:center;justify-content:space-between}.Modal__header-heading{font-weight:14px;color:var(--color-charcoal);font-weight:500}.Modal__header-close{cursor:pointer}.Modal__content{background:var(--color-white);padding:16px;position:absolute;bottom:0;left:0;right:0;border-top-left-radius:5px;border-top-right-radius:5px}.Modal--dark{color:var(--color-white)}.Modal--dark .Modal__content{background:var(--color-charcoal)}.Modal--dark .Modal__header-heading{color:var(--color-primary)}.Modal--desktop .Modal__content{min-width:480px;position:relative;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.Home{color:var(--color-black)}.Home__actions{display:flex;flex-direction:column;align-items:center;margin-bottom:48px}.Home__actions-cta{width:220px}.Home__actions-cta:not(:last-child){margin-bottom:20px}.Home__brand{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:24px;font-size:20px}.Home__gif{max-width:100%;width:200px;height:auto;margin-bottom:40px}.Home__gif-container{text-align:center}.Home__tagline{margin-bottom:32px;font-size:12px}.Home__paragraph{color:var(--color-gray);margin-bottom:32px;text-align:justify}.Home--dark,.Home--dark .Home__paragraph{color:var(--color-white)}.DesktopHome{display:grid;place-items:center;height:calc(100vh - 80px)}.DesktopHome__card{background:var(--color-white);padding:32px 48px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;max-width:666px;text-align:center;color:var(--color-black)}.DesktopHome__brand{font-family:"Roboto",sans-serif;font-weight:700;font-size:30px}.DesktopHome__tagline{margin-bottom:24px;font-size:18px}.DesktopHome__gif{max-width:100%;width:248px;height:auto;margin-bottom:16px}.DesktopHome__gif-container{text-align:center}.DesktopHome__paragraph{color:var(--color-gray);margin-bottom:20px;text-align:justify}.DesktopHome__actions-cta:not(:last-child){margin-right:24px}.DesktopHome--dark .DesktopHome__card{background:var(--color-black);color:var(--color-white)}.DesktopHome--dark .DesktopHome__paragraph{color:var(--color-white)}.Login{padding-top:60px}.Login__form{text-align:center}.Login__form-cta{margin:24px auto 0;width:220px}.Login__form-input{width:100%;margin-bottom:16px}.Login__gif{max-width:100%;width:220px;height:auto;margin-bottom:40px}.Login__gif-container,.Login__heading{text-align:center}.Login__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:40px;font-size:20px}.Login__paragraph{color:var(--color-gray);margin-bottom:32px;text-align:justify}.Login--dark{color:var(--color-white)}.DesktopLogin{display:grid;place-items:center;height:calc(100vh - 80px)}.DesktopLogin__card{background:var(--color-white);padding:32px 48px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;width:666px;text-align:center;color:var(--color-black)}.DesktopLogin__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:24px;font-size:30px}.DesktopLogin__paragraph{color:var(--color-gray);text-align:justify;font-weight:500;font-size:16px;line-height:153.2%;margin-bottom:24px}.DesktopLogin__gif{width:100%;max-width:280px;height:auto;margin-bottom:40px}.DesktopLogin__gif-container{text-align:center}.DesktopLogin__form-cta{width:100%}.DesktopLogin__form-input{display:block;width:100%;margin-bottom:32px}.DesktopLogin--dark .DesktopLogin__card{background:var(--color-black);color:var(--color-white)}.DesktopLogin--dark .DesktopLogin__paragraph{color:var(--color-white)}.Register__form{text-align:center}.Register__form-cta{margin:24px auto 0;width:220px}.Register__form-input{width:100%;margin-bottom:16px}.Register__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:40px;font-size:20px}.Register__paragraph{color:var(--color-gray);margin-bottom:32px;text-align:justify}.Register--dark,.Register--dark .Register__paragraph{color:var(--color-white)}.DesktopRegister{display:grid;place-items:center;height:calc(100vh - 80px)}.DesktopRegister__card{background:var(--color-white);padding:32px 48px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;max-width:666px;text-align:center;color:var(--color-black)}.DesktopRegister__form{text-align:center}.DesktopRegister__form-cta{margin:24px auto 0;width:220px}.DesktopRegister__form-input{width:100%;margin-bottom:16px}.DesktopRegister__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:56px;font-size:30px}.DesktopRegister__paragraph{color:var(--color-gray);text-align:justify;font-weight:500;font-size:16px;line-height:153.2%;margin-bottom:24px}.DesktopRegister--dark .DesktopRegister__card{background:var(--color-black);color:var(--color-white)}.DesktopRegister--dark .DesktopRegister__paragraph{color:var(--color-white)}.EnterKey{position:relative}.EnterKey__textarea{padding:8px;border:1px solid var(--color-gray);border-radius:10px;width:100%}.EnterKey__textarea--dark{background:var(--color-charcoal);color:var(--color-white);border-color:var(--color-gray)}.EnterKey__paste-btn{position:absolute;top:8px;right:8px}.UploadFile__input{width:100%}.file-drop{position:relative;width:100%;border:1px solid #ccc;box-sizing:border-box;border-radius:10px;padding:64px 24px;margin-bottom:24px;color:var(--color-gray);line-height:24px;text-align:center}.RestoreAccount{padding-top:60px}.RestoreAccount__form{text-align:center}.RestoreAccount__form-cta{margin:24px auto 0;width:220px}.RestoreAccount__form-input{width:100%;margin-bottom:16px}.RestoreAccount__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:20px;font-size:20px}.RestoreAccount__paragraph{color:var(--color-gray);margin-bottom:32px;text-align:justify}.RestoreAccount__switch-container{text-align:right;margin-bottom:8px}.RestoreAccount__mode-container{margin-bottom:16px}.RestoreAccount--dark,.RestoreAccount--dark .RestoreAccount__paragraph{color:var(--color-white)}.DesktopRestoreAccount{display:grid;place-items:center;height:calc(100vh - 80px)}.DesktopRestoreAccount__card{background:var(--color-white);padding:32px 48px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;max-width:666px;text-align:center;color:var(--color-black)}.DesktopRestoreAccount__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:24px;font-size:30px}.DesktopRestoreAccount__paragraph{color:var(--color-gray);text-align:justify;font-weight:500;font-size:16px;line-height:153.2%;margin-bottom:24px}.DesktopRestoreAccount__switch-container{text-align:right;margin-bottom:8px}.DesktopRestoreAccount__mode-container{margin-bottom:16px}.DesktopRestoreAccount__form-input{display:block;width:100%;margin-bottom:30px}.DesktopRestoreAccount__form-cta{width:100%}.DesktopRestoreAccount--dark .DesktopRestoreAccount__card{background:var(--color-black);color:var(--color-white)}.DesktopRestoreAccount--dark .DesktopRestoreAccount__paragraph{color:var(--color-white)}.DownloadKey__cta{margin:24px auto 0;width:220px;position:relative;left:50%;transform:translateX(-50%)}.DownloadKey__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:40px;font-size:20px}.DownloadKey__list{margin-bottom:48px;color:var(--color-gray);text-align:justify;-webkit-padding-start:24px;padding-inline-start:24px}.DownloadKey__list-item:not(:last-child){margin-bottom:24px}.DownloadKey__paragraph{color:var(--color-gray);margin-bottom:28px;text-align:justify}.DownloadKey--dark,.DownloadKey--dark .DownloadKey__list,.DownloadKey--dark .DownloadKey__paragraph{color:var(--color-white)}.DesktopDownloadKey{display:grid;place-items:center;height:calc(100vh - 80px)}.DesktopDownloadKey__card{background:var(--color-white);padding:32px 48px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;max-width:666px;text-align:center;color:var(--color-black)}.DesktopDownloadKey__heading{font-family:"Roboto",sans-serif;font-weight:700;margin-bottom:48px;font-size:30px}.DesktopDownloadKey__paragraph{color:var(--color-gray);text-align:justify;font-weight:500;font-size:16px;line-height:153.2%;margin-bottom:24px}.DesktopDownloadKey__list{margin-bottom:64px;color:var(--color-gray);text-align:justify;-webkit-padding-start:24px;padding-inline-start:24px}.DesktopDownloadKey__list-item:not(:last-child){margin-bottom:24px}.DesktopDownloadKey__cta{width:100%}.DesktopDownloadKey--dark .DesktopDownloadKey__card{background:var(--color-black);color:var(--color-white)}.DesktopDownloadKey--dark .DesktopDownloadKey__list,.DesktopDownloadKey--dark .DesktopDownloadKey__paragraph{color:var(--color-white)}.DashboardHome{padding:40px 0}.DashboardHome__heading,.DashboardHome__tagline{font-size:30px;font-weight:700;font-color:var(--color-black);font-family:"Work Sans",sans-serif;margin:0 20px}.DashboardHome__logo{max-width:280px;height:auto}.DashboardHome__logo-container{text-align:center;margin:32px 20px}.DashboardHome__social{margin:32px 20px 0;justify-content:space-between}.DashboardHome--dark{background:var(--color-black);color:var(--color-white)}.DesktopDashboardHome{display:grid;place-items:center}.DesktopDashboardHome__card{background:var(--color-white);padding:32px 48px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;max-width:666px;text-align:center;color:var(--color-black);margin-top:64px}.DesktopDashboardHome__heading{font-weight:700;font-size:40px;line-height:47px}.DesktopDashboardHome__heading span{color:var(--color-primary)}.DesktopDashboardHome__tagline{font-weight:700;font-size:40px;line-height:47px}.DesktopDashboardHome__logo{max-width:100%;width:316px;height:auto;margin-bottom:16px}.DesktopDashboardHome__logo-container{text-align:center}.DesktopDashboardHome--dark .DesktopDashboardHome__card{background:var(--color-black);color:var(--color-white)}.DesktopDashboardHome--dark .DesktopDashboardHome__paragraph{color:var(--color-white)}.Notifications{padding:40px 20px;background:url(/static/media/full-bg.8ca880b2.svg);background-repeat:repeat-y;background-size:cover;min-height:100vh}.Notifications__actions{color:var(--color-primary)}.Notifications__actions-icon{cursor:pointer}.Notifications__actions-icon:not(:last-child){margin-right:8px}.Notifications__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.Notifications__top-icon{cursor:pointer}.Notifications__list-card{background:var(--color-white);padding:12px;box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:10px;margin-bottom:10px;cursor:pointer}.Notifications__list-card-bottom-checkbox{margin-right:8px}.Notifications__list-card-time{text-align:right;font-size:8px}.Notifications__list-card-top{display:flex;align-items:center;font-weight:700;font-family:"Roboto",sans-serif}.Notifications__list-card-top-blinker{height:8px;width:8px;border-radius:1px;background:var(--color-primary);margin-right:16px;display:inline-block}.Notifications__list-card-top-blinker--read{background:var(--color-light-gray)}.Notifications--dark{background:var(--color-charcoal)}.Notifications--dark .Notifications__actions-icon,.Notifications--dark .Notifications__top-icon{color:var(--color-white)}.Notifications--dark .Notifications__list-card{background:var(--color-black);color:var(--color-white)}.DesktopNotifications{padding:64px 80px}.DesktopNotifications__actions{margin-bottom:20px;text-align:right}.DesktopNotifications__actions-icon{cursor:pointer}.DesktopNotifications__actions-icon:first-child{margin-right:40px}.DesktopNotifications__grid{display:grid;grid-template-columns:500px auto;grid-gap:32px;gap:32px;height:inherit}.DesktopNotifications__selected{background:var(--color-white);box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;padding:32px 24px;min-height:480px;max-height:580px;overflow-y:auto}.DesktopNotifications__selected-heading{font-weight:700;font-size:22px;line-height:26px;margin-bottom:48px}.DesktopNotifications__selected-description{font-weight:500;font-size:16px;line-height:20px;margin-bottom:20px}.DesktopNotifications__list{min-height:480px;max-height:580px;overflow-y:auto}.DesktopNotifications__list-card{background:var(--color-white);padding:12px;box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:10px;margin-bottom:10px;cursor:pointer}.DesktopNotifications__list-card-bottom{display:grid;grid-template-columns:24px auto}.DesktopNotifications__list-card-time{text-align:right;font-size:12px}.DesktopNotifications__list-card-top{display:flex;align-items:center;font-weight:700;font-family:"Roboto",sans-serif}.DesktopNotifications__list-card-top-blinker{height:8px;width:8px;border-radius:1px;background:var(--color-primary);margin-right:16px;display:inline-block}.DesktopNotifications__list-card-top-blinker--read{background:var(--color-light-gray)}.DesktopNotifications--dark .DesktopNotifications__actions-icon{color:var(--color-primary)}.DesktopNotifications--dark .DesktopNotifications__list-card,.DesktopNotifications--dark .DesktopNotifications__selected{background:var(--color-black);color:var(--color-white)}.Notification{padding:40px 20px;background:url(/static/media/full-bg.8ca880b2.svg);background-repeat:repeat-y;background-size:cover;min-height:100vh}.Notification__top{margin-bottom:32px;display:flex;align-items:center;font-weight:700;font-family:"Roboto",sans-serif;color:var(--color-black)}.Notification__top-icon{margin-right:8px;cursor:pointer}.Notification--dark{background:var(--color-black)}.Notification--dark,.Notification--dark .Notification__top-icon{color:var(--color-white)}.Apps__header{margin-bottom:16px;height:50px;align-items:center;justify-content:space-between;display:flex}.Apps__header-heading{color:var(--color-primary);font-weight:500;font-size:14px}.Apps__header-select{padding:2px 12px}.Apps__list-card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:10px;margin-bottom:8px;display:grid;grid-template-columns:48px auto;padding:8px;grid-gap:8px}.Apps__list-card-content{font-weight:500}.Apps__list-card-content-name{color:var(--color-black);margin-bottom:10px;font-size:18px}.Apps__list-card-content-description{color:var(--color-gray);font-size:12px}.Apps__list-card-img{border-radius:50%}.Apps--dark{background:var(--color-charcoal)}.Apps--dark .Apps__list-card{background:var(--color-black)}.Apps--dark .Apps__list-card-content-description,.Apps--dark .Apps__list-card-content-name{color:var(--color-white)}.DesktopApps{padding:64px 80px}.DesktopApps__header{margin-bottom:16px;height:50px;align-items:center;justify-content:space-between;display:flex}.DesktopApps__header-heading{color:var(--color-primary);font-weight:500;font-size:24px;line-height:24px}.DesktopApps__header-select{padding:2px 12px}.DesktopApps__list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.DesktopApps__list-card{background:var(--color-white);box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;padding:16px;cursor:pointer;color:var(--color-black)}.DesktopApps__list-card-top{display:flex;align-items:center;margin-bottom:16px}.DesktopApps__list-card-top-name{font-weight:500;font-size:20px;line-height:10px}.DesktopApps__list-card-top-img{border-radius:50%;margin-right:24px}.DesktopApps__list-card-description{color:var(--color-gray);font-weight:500;font-size:13px;line-height:125.7%}.DesktopApps--dark .DesktopApps__header-heading{color:var(--color-white)}.DesktopApps--dark .DesktopApps__header-select{background:transparent;color:var(--color-white)}.DesktopApps--dark .DesktopApps__list-card{background:var(--color-black);color:var(--color-white)}.DesktopApps--dark .DesktopApps__list-card-description{color:var(--color-ultra-gray)}.Settings{padding:32px 0}.Settings__download{margin-right:8px}.Settings__heading{color:var(--color-primary);font-size:14px;font-weight:500;margin-bottom:20px}.Settings__paragraph{font-size:12px;color:var(--color-gray);font-weight:500;margin-bottom:32px}.Settings__input-group{display:flex;margin-bottom:48px}.Settings__input-group-password{flex:1 1;margin-right:8px}.Settings__select{margin-bottom:20px;width:100%}.Settings__textarea{width:100%;margin-bottom:32px;border-radius:10px;padding:8px}.Settings--dark{background:var(--color-black)}.Settings--dark .Settings__paragraph{color:var(--color-white)}.Settings--dark .Settings__textarea{background:var(--color-charcoal);color:var(--color-white)}.DesktopSettings{display:grid;place-items:center;min-height:calc(100vh - 160px)}.DesktopSettings__card{background:var(--color-white);padding:32px 48px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;max-width:666px;color:var(--color-black);margin-top:64px}.DesktopSettings__heading{color:var(--color-primary);font-weight:500;font-size:20px;line-height:24px;margin-bottom:16px}.DesktopSettings__paragraph{color:var(--color-gray);font-weight:500;font-size:16px;line-height:153.2%;margin-bottom:24px}.DesktopSettings__input-group{display:flex;margin-bottom:48px}.DesktopSettings__input-group-password{flex:2 1;margin-right:8px}.DesktopSettings__input-group-btn{flex:1 1}.DesktopSettings__select{margin-bottom:20px;width:100%}.DesktopSettings__textarea{width:100%;margin-bottom:32px;border-radius:10px;padding:8px}.DesktopSettings__switch{margin-top:28px;display:flex;align-items:center;justify-content:space-between}.DesktopSettings__switch-label{color:var(--color-black);font-weight:500;font-size:20px;line-height:24px}.DesktopSettings--dark .DesktopSettings__card{background:var(--color-black)}.DesktopSettings--dark .DesktopSettings__paragraph{color:var(--color-white)}.DesktopSettings--dark .DesktopSettings__textarea{color:var(--color-white);background:var(--color-charcoal)}.DesktopSettings--dark .DesktopSettings__switch-label{color:var(--color-white)}.Coins{color:var(--color-charcoal)}.Coins__search{width:100%;margin-bottom:16px}.Coins__balance{font-weight:500;font-size:25px;margin-bottom:18px}.Coins__list{overflow-y:auto}.Coins__list-card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;margin-bottom:8px;padding:8px;display:grid;grid-template-columns:32px auto;grid-gap:8px;gap:8px;align-items:center;cursor:pointer}.Coins__list-card-image{border-radius:50%;width:32px;height:32px;object-fit:cover}.Coins__list-card-content-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.Coins__list-card-content-top-name{font-weight:600;font-size:14px}.Coins__list-card-content-top-value{font-weight:500;font-size:14px}.Coins__list-card-content-bottom{display:flex;align-items:center;justify-content:space-between}.Coins__list-card-content-bottom-amount{font-weight:500;font-size:10px;color:var(--color-gray)}.Coins__list-card-content-bottom-amount-change{color:var(--color-green)}.Coins__list-card-content-bottom-amount-change--negative{color:var(--color-red)}.Coins--dark{color:var(--color-white)}.Coins--dark .Coins__list-card{background:var(--color-black);color:var(--color-white)}.Coins--dark .Coins__list-card-content-bottom-amount{color:var(--color-white)}.DesktopCoins{display:grid;grid-template-columns:380px auto;grid-gap:32px;gap:32px}.DesktopCoins__left-header{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:24px 16px;font-weight:500;font-size:28px;line-height:24px;color:var(--color-black);margin-bottom:20px}.DesktopCoins__right{overflow:hidden;max-height:calc(100vh - 372px);background:var(--color-white);box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:5px;padding:16px}.DesktopCoins__list{max-height:calc(100vh - 384px);overflow-y:auto}.DesktopCoins__list-card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;margin-bottom:8px;padding:8px;display:grid;grid-template-columns:32px auto;grid-gap:8px;gap:8px;align-items:center;cursor:pointer}.DesktopCoins__list-card-image{border-radius:50%;width:32px;height:32px;object-fit:cover}.DesktopCoins__list-card-content-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.DesktopCoins__list-card-content-top-name{font-weight:600;font-size:14px}.DesktopCoins__list-card-content-top-value{font-weight:500;font-size:14px}.DesktopCoins__list-card-content-bottom{display:flex;align-items:center;justify-content:space-between}.DesktopCoins__list-card-content-bottom-amount{font-weight:500;font-size:10px;color:var(--color-gray)}.DesktopCoins__list-card-content-bottom-amount-change{color:var(--color-green)}.DesktopCoins__list-card-content-bottom-amount-change--negative{color:var(--color-red)}.DesktopCoins__history{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;height:100%}.DesktopCoins__history-list,.DesktopCoins__history-panel{max-height:calc(100vh - 404px);overflow-y:auto}.DesktopCoins__history-panel-header{display:flex;align-items:center;margin-bottom:24px}.DesktopCoins__history-panel-header-img{width:50px;height:50px;border-radius:50%;margin-right:16px}.DesktopCoins__history-panel-header-name{font-weight:500;font-size:28px;line-height:34px;color:var(--color-black)}.DesktopCoins__history-panel-label{font-weight:500;font-size:20px;line-height:16px;color:var(--color-gray);margin-bottom:8px}.DesktopCoins__history-panel-balance{color:var(--color-black);font-weight:500;font-size:20px;line-height:16px}.DesktopCoins__history-panel-balance-usd{font-weight:500;font-size:16px;line-height:24px;color:var(--color-gray);margin-bottom:32px}.DesktopCoins__history-panel-txn{border:1px solid #ececec;border-radius:5px;padding:16px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.DesktopCoins__history-panel-txn-empty{display:grid;height:100%;place-items:center;font-weight:500;font-size:20px;line-height:24px;color:var(--color-gray)}.DesktopCoins__history-panel-txn-value{font-weight:500;font-size:25px;line-height:24px;margin-bottom:24px;text-align:center;color:var(--color-red)}.DesktopCoins__history-panel-txn-value--green{color:var(--color-green)}.DesktopCoins__history-panel-card{box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:16px 16px 1px;margin-bottom:16px}.DesktopCoins__history-panel-card-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-weight:500;font-size:14px;line-height:17px}.DesktopCoins__history-panel-card-row-key{color:var(--color-black)}.DesktopCoins__history-panel-card-row-value{color:var(--color-gray)}.DesktopCoins__send{display:grid;grid-template-columns:minmax(auto,480px) auto;grid-gap:24px;gap:24px}.DesktopCoins__send-left{max-height:calc(100vh - 404px);overflow-y:auto}.DesktopCoins__send-header{font-weight:500;font-size:24px;line-height:29px;margin-bottom:28px}.DesktopCoins__send-amount-input,.DesktopCoins__send-recipient-input{font-size:24px}.DesktopCoins__send-recipient{margin-bottom:32px}.DesktopCoins__send-amount-unit,.DesktopCoins__send-recipient-paste{color:var(--color-primary);font-weight:600;font-size:14px;cursor:pointer}.DesktopCoins__send-conversion{font-weight:500;font-size:16px;line-height:175.7%;margin-bottom:40px}.DesktopCoins__send-fee{font-weight:500;font-size:18px;line-height:175.7%;color:var(--color-gray)}.DesktopCoins__send-fee span{color:var(--color-black);margin-left:16px}.DesktopCoins__send-balance{font-weight:500;font-size:18px;line-height:175.7%;color:var(--color-gray);margin-bottom:32px}.DesktopCoins__send-balance span{color:var(--color-primary);margin-left:16px}.DesktopCoins__send-right{display:flex;flex-direction:column;justify-content:center;align-items:center}.DesktopCoins__send-right-img{margin-bottom:16px}.DesktopCoins__send-right-text{font-weight:500;font-size:20px;line-height:24px;color:var(--color-gray)}.DesktopCoins__receive{color:var(--color-black);max-height:calc(100vh - 404px);overflow-y:auto}.DesktopCoins__receive-header{font-weight:500;font-size:24px;line-height:29px;margin-bottom:32px}.DesktopCoins__receive-grid{display:grid;grid-template-columns:minmax(auto,480px) auto;grid-gap:24px;gap:24px}.DesktopCoins__receive-grid-right{display:flex;flex-direction:column;align-items:center}.DesktopCoins__receive-label{font-weight:500;font-size:20px;line-height:175.7%;color:var(--color-gray);margin-bottom:8px}.DesktopCoins__receive-balance{font-weight:600;font-size:20px;line-height:175.7%;color:var(--color-primary)}.DesktopCoins__receive-balance-usd{font-weight:500;font-size:16px;line-height:24px;color:var(--color-gray);margin-bottom:28px}.DesktopCoins__receive-address{font-weight:500;font-size:20px;line-height:24px;margin-bottom:32px}.DesktopCoins__receive-copy{margin-bottom:24px}.DesktopCoins__receive-disclaimer{font-weight:500;font-size:18px;line-height:153.2%;color:var(--color-gray)}.DesktopCoins__receive-wsn{margin-bottom:8px;color:var(--color-primary)}.DesktopCoins__receive-qr{background:var(--color-white)}.DesktopCoins--dark .DesktopCoins__left-header{background:var(--color-black);color:var(--color-white)}.DesktopCoins--dark .DesktopCoins__right{background:var(--color-black)}.DesktopCoins--dark .DesktopCoins__list-card{background:var(--color-black);color:var(--color-white)}.DesktopCoins--dark .DesktopCoins__history-panel-balance,.DesktopCoins--dark .DesktopCoins__history-panel-balance-usd,.DesktopCoins--dark .DesktopCoins__history-panel-header-name,.DesktopCoins--dark .DesktopCoins__history-panel-label,.DesktopCoins--dark .DesktopCoins__list-card-content-bottom-amount{color:var(--color-white)}.DesktopCoins--dark .DesktopCoins__history-panel-card{background-color:var(--color-charcoal)}.DesktopCoins--dark .DesktopCoins__history-panel-card-row-key,.DesktopCoins--dark .DesktopCoins__history-panel-card-row-value,.DesktopCoins--dark .DesktopCoins__receive,.DesktopCoins--dark .DesktopCoins__receive-balance-usd,.DesktopCoins--dark .DesktopCoins__receive-disclaimer,.DesktopCoins--dark .DesktopCoins__receive-label,.DesktopCoins--dark .DesktopCoins__send,.DesktopCoins--dark .DesktopCoins__send-fee span{color:var(--color-white)}.TxnList{overflow-y:auto}.TxnList__history-day-header{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:12px;color:var(--color-gray);margin-bottom:8px}.TxnList__history-day-list-card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:8px;margin-bottom:8px;display:grid;grid-template-columns:24px auto;grid-gap:8px;gap:8px;align-items:center;cursor:pointer}.TxnList__history-day-list-card-content-top{font-weight:500;font-size:14px;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between}.TxnList__history-day-list-card-content-bottom{font-weight:500;font-size:12px;color:var(--color-gray)}.TxnList--dark .TxnList__history-day-header{color:var(--color-white)}.TxnList--dark .TxnList__history-day-list-card{background:var(--color-charcoal)}.TxnList--dark .TxnList__history-day-list-card-content,.TxnList--dark .TxnList__history-day-list-card-content-bottom{color:var(--color-white)}.Collectibles__card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:8px;display:grid;grid-template-columns:48px auto;grid-gap:8px;align-items:center;margin-bottom:8px;cursor:pointer}.Collectibles__card-img{border-radius:2px}.Collectibles--dark .Collectibles__card{background:var(--color-black);color:var(--color-white)}.DesktopCollectibles{display:grid;grid-template-columns:380px auto;grid-gap:32px;gap:32px}.DesktopCollectibles__list{max-height:600px;overflow:auto}.DesktopCollectibles__card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:8px;display:grid;grid-template-columns:48px auto;grid-gap:8px;align-items:center;margin-bottom:8px;cursor:pointer}.DesktopCollectibles__card-img{border-radius:2px}.DesktopCollectibles__panel{background:var(--color-white);box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:5px;padding:24px;position:relative;min-height:400px;max-height:600px;overflow:auto}.DesktopCollectibles__panel-filler{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.DesktopCollectibles__panel-filler-text{font-weight:500;font-size:24px;line-height:175.7%;color:var(--color-gray)}.DesktopCollectibles--dark .DesktopCollectibles__panel{background:var(--color-black)}.DesktopCollectibles--dark .DesktopCollectibles__panel-filler-text{color:var(--color-white)}.DesktopCollectibles--dark .DesktopCollectibles__card{background:var(--color-black);color:var(--color-white)}.Wallet__header{height:50px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.Wallet__header-actions{display:flex}.Wallet__header-actions-icon:not(:last-child){margin-right:8px}.DesktopWallet{padding:80px}.DesktopWallet__header{margin-bottom:16px;display:grid;grid-template-columns:380px auto;grid-gap:32px;gap:32px}.DesktopWallet__header-coins{display:flex;align-items:center;justify-content:space-between}.Artwork__header{height:50px;display:flex;align-items:center;font-size:14px;font-weight:600;color:var(--color-charcoal);margin-bottom:16px}.Artwork__header-back{cursor:pointer;margin-right:8px}.Artwork__img{width:100%;height:auto;margin-bottom:16px}.Artwork__price{text-align:center;margin-bottom:16px;font-size:14px;font-weight:500}.Artwork__price-value{font-size:18px}.Artwork__cta{width:220px;display:flex;align-items:center;justify-content:center;margin:0 auto 32px}.Artwork__cta-icon{margin-right:8px}.Artwork__name{font-size:18px;font-weight:500;margin-bottom:16px}.Artwork__description{font-size:12px;color:var(--color-gray);font-weight:500}.Artwork--dark,.Artwork--dark .Artwork__description,.Artwork--dark .Artwork__header-back{color:var(--color-white)}.DesktopArtwork__header{margin-bottom:32px;display:flex;align-items:center;justify-content:space-between}.DesktopArtwork__header-icon{cursor:pointer}.DesktopArtwork__grid{display:flex;margin-bottom:32px}.DesktopArtwork__grid-left{margin-right:32px}.DesktopArtwork__grid-right-name{font-weight:500;font-size:20px;line-height:24px;color:var(--color-black);margin-bottom:24px}.DesktopArtwork__grid-right-desc{font-weight:500;font-size:16px;line-height:153.2%;color:var(--color-gray)}.DesktopArtwork__bid{color:var(--color-black);font-weight:500;font-size:24px;line-height:24px;margin-bottom:24px}.DesktopArtwork__cta{min-width:200px}.DesktopArtwork--dark .DesktopArtwork__bid,.DesktopArtwork--dark .DesktopArtwork__grid-right-desc,.DesktopArtwork--dark .DesktopArtwork__grid-right-name,.DesktopArtwork--dark .DesktopArtwork__header{color:var(--color-white)}.Artworks__header{height:50px;display:flex;align-items:center;font-size:14px;font-weight:600;color:var(--color-charcoal)}.Artworks__header-back{cursor:pointer;margin-right:8px}.Artworks__main{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px}.Artworks__main-card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:4px;cursor:pointer}.Artworks__main-card-img{border-radius:3px;width:100%;height:auto}.Artworks__main-card-name{color:var(--color-charcoal);font-weight:500;font-size:10px}.Artworks--dark .Artworks__header-back{color:var(--color-white)}.Artworks--dark .Artworks__main-card{background:var(--color-black)}.Artworks--dark .Artworks__main-card-name{color:var(--color-white)}.DesktopArtworks{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px;gap:24px}.DesktopArtworks__card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:4px;cursor:pointer}.DesktopArtworks__card-img{border-radius:3px;width:100%;height:auto}.DesktopArtworks__card-name{color:var(--color-charcoal);font-weight:500;font-size:14px;line-height:17px}.DesktopArtworks--dark .DesktopArtworks__card{background:var(--color-charcoal)}.DesktopArtworks--dark .DesktopArtworks__card-name{color:var(--color-white)}.Transaction__header{height:48px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between}.Transaction__header-back{cursor:pointer}.Transaction__header-value{font-weight:500;font-size:25px}.Transaction__header-value--green{color:var(--color-green)}.Transaction__header-value--red{color:var(--color-red)}.Transaction__card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:16px;margin-bottom:16px}.Transaction__card-statement{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:14px}.Transaction__card-statement:not(:last-child){margin-bottom:16px}.Transaction__card-statement-desc{color:var(--color-charcoal)}.Transaction__card-statement-value{color:var(--color-gray);max-width:248px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Transaction--dark,.Transaction--dark .Transaction__header-back{color:var(--color-white)}.Transaction--dark .Transaction__card{background:var(--color-black)}.Transaction--dark .Transaction__card-statement-desc,.Transaction--dark .Transaction__card-statement-value{color:var(--color-white)}.Coin{color:var(--color-charcoal)}.Coin__header{height:48px;margin-bottom:16px}.Coin__header,.Coin__header-left{display:flex;align-items:center;justify-content:space-between}.Coin__header-left-back{margin-right:8px;cursor:pointer}.Coin__header-left-name{font-weight:500;font-size:18px;margin-right:4px}.Coin__header-left-image{border-radius:50%}.Coin__header-right{display:flex;align-items:center;justify-content:space-between}.Coin__header-right-icon:first-of-type{margin-right:8px}.Coin__details{margin-bottom:32px;padding-left:28px}.Coin__details-value{font-weight:500;font-size:25px;margin-bottom:10px}.Coin__details-invested{color:var(--color-gray);font-weight:500;font-size:14px}.Coin--dark .Coin__details{padding:16px}.Coin--dark .Coin__details,.Coin--dark .Coin__txns .TxnList__history-day-list-card{background:var(--color-black)}.SendCoin__header{display:flex;align-items:center;height:48px;margin-bottom:32px;font-weight:500;font-size:18px;color:var(--color-charcoal)}.SendCoin__header-back{cursor:pointer;margin-right:8px}.SendCoin__recipient{margin-bottom:20px}.SendCoin__amount-unit,.SendCoin__recipient-paste{color:var(--color-primary);font-weight:600;font-size:14px;cursor:pointer}.SendCoin__conversion{font-weight:500;font-size:12px;color:var(--color-gray);margin-bottom:20px}.SendCoin__cta{display:block;margin:0 auto;min-width:220px}.SendCoin--dark,.SendCoin--dark .InputGroup__label,.SendCoin--dark .SendCoin__header{color:var(--color-white)}.SendCoin--dark .InputGroup__wrapper--dark,.SendCoin--dark .InputGroup__wrapper-input--dark{background:var(--color-black)}.ReceiveCoin__header{display:flex;align-items:center;height:48px;margin-bottom:32px;font-weight:500;font-size:18px;color:var(--color-charcoal)}.ReceiveCoin__header-back{cursor:pointer;margin-right:8px}.ReceiveCoin__card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:16px;margin:0 auto 32px;text-align:center}.ReceiveCoin__card-title{color:var(--color-primary);font-weight:600;font-size:16px;margin-bottom:20px}.ReceiveCoin__card-qr{margin-bottom:20px}.ReceiveCoin__card-code,.ReceiveCoin__warning{font-weight:500;font-size:12px;color:var(--color-gray)}.ReceiveCoin__warning{margin-bottom:32px;text-align:center}.ReceiveCoin__warning-unit{color:var(--color-primary);font-weight:600}.ReceiveCoin__actions{display:flex;align-items:center;justify-content:center}.ReceiveCoin__actions-icon:not(:last-child){margin-right:16px}.ReceiveCoin--dark,.ReceiveCoin--dark .ReceiveCoin__header{color:var(--color-white)}.ReceiveCoin--dark .ReceiveCoin__card{background:var(--color-black)}.ReceiveCoin--dark .ReceiveCoin__card-code,.ReceiveCoin--dark .ReceiveCoin__warning{color:var(--color-white)}.AllConversions{background:var(--color-white)}.AllConversions__header{margin-bottom:16px}.AllConversions__header-input{width:100%;background:var(--color-ultra-gray)}.AllConversions__list-item{padding:4px 16px;display:grid;grid-template-columns:108px auto 20px}.AllConversions__list-item-text{font-weight:600;font-size:14px;line-height:20px;color:var(--color-black)}.AllConversions__list-item-icon{cursor:pointer}.AllConversions--dark{background:var(--color-charcoal)}.AllConversions--dark .AllConversions__header-top-icon{color:var(--color-white)}.AllConversions--dark .AllConversions__header-input{background:var(--color-charcoal)}.AllConversions--dark .AllConversions__list-item-icon,.AllConversions--dark .AllConversions__list-item-text{color:var(--color-white)}.Chart{padding:32px 24px}.Chart__header{margin-bottom:28px}.Chart__header-left{color:var(--color-gray)}.Chart__header-heading{font-weight:500;font-size:18px;line-height:22px;margin-bottom:8px}.Chart__header-prices{font-weight:400;font-size:13px;line-height:15px}.Chart__chart{height:400px}.Chart--dark .Chart__header-left{color:var(--color-white)}.Chart--dark .Chart__chart-container{background:var(--color-black)}.Watchlist__header{height:48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.Watchlist__header-title{color:var(--color-primary);font-weight:500;font-size:14px}.Watchlist__header-plus{cursor:pointer;color:var(--color-primary)}.Watchlist__list-card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:8px;margin-bottom:8px;display:grid;grid-template-columns:48px auto;grid-gap:8px;gap:8px}.Watchlist__list-card-images{position:relative}.Watchlist__list-card-images-from,.Watchlist__list-card-images-to{position:absolute;border-radius:50%}.Watchlist__list-card-images-to{top:30%;left:30%}.Watchlist__list-card-content-top{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:16px;color:var(--color-charcoal);margin-bottom:8px}.Watchlist__list-card-content-top-value{font-weight:500}.Watchlist__list-card-content-bottom{font-weight:500;font-size:12px;color:var(--color-gray);display:flex;align-items:center;justify-content:space-between}.Watchlist__list-card-content-bottom-change{color:var(--color-green)}.Watchlist__list-card-content-bottom-change:first-child{margin-right:8px}.Watchlist__list-card-content-bottom-change--negative{color:var(--color-red)}.Watchlist--dark .Watchlist__list-card{background:var(--color-black)}.Watchlist--dark .Watchlist__list-card-content-bottom,.Watchlist--dark .Watchlist__list-card-content-top{color:var(--color-white)}.DesktopWatchlist{padding:80px}.DesktopWatchlist__header{display:flex;justify-content:flex-end;margin-bottom:16px}.DesktopWatchlist__header-content{display:flex;width:380px;align-items:center;justify-content:space-between;color:var(--color-primary)}.DesktopWatchlist__header-content-heading{font-weight:500;font-size:18px;line-height:24px}.DesktopWatchlist__actions-icon{cursor:pointer}.DesktopWatchlist__actions-icon:not(:last-child){margin-right:16px}.DesktopWatchlist__grid{display:grid;grid-template-columns:auto 380px;grid-gap:32px;gap:32px}.DesktopWatchlist__chart-container{background:var(--color-white);box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px}.DesktopWatchlist__list{height:580px;overflow:auto}.DesktopWatchlist__list-card{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:5px;padding:8px;margin-bottom:8px;display:grid;grid-template-columns:48px auto;grid-gap:8px;gap:8px;cursor:pointer}.DesktopWatchlist__list-card-images{position:relative}.DesktopWatchlist__list-card-images-from{position:absolute;border-radius:50%}.DesktopWatchlist__list-card-images-to{position:absolute;top:30%;left:30%;border-radius:50%}.DesktopWatchlist__list-card-content-top{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:16px;line-height:20px;color:var(--color-charcoal);margin-bottom:12px}.DesktopWatchlist__list-card-content-top-value{font-weight:500;font-size:16px;line-height:24px}.DesktopWatchlist__list-card-content-bottom{font-weight:500;font-size:12px;color:var(--color-gray);display:flex;align-items:center;justify-content:space-between}.DesktopWatchlist__list-card-content-bottom-change{color:var(--color-green)}.DesktopWatchlist__list-card-content-bottom-change:first-child{margin-right:8px}.DesktopWatchlist__list-card-content-bottom-change--negative{color:var(--color-red)}.DesktopWatchlist--dark .DesktopWatchlist__chart-container,.DesktopWatchlist--dark .DesktopWatchlist__list-card{background:var(--color-black)}.DesktopWatchlist--dark .DesktopWatchlist__list-card-content-bottom,.DesktopWatchlist--dark .DesktopWatchlist__list-card-content-top{color:var(--color-white)}.CoinsList{margin-bottom:48px;background:var(--color-white)}.CoinsList--popover{padding:16px;border-radius:4px;max-height:400px;overflow-y:auto;border:1px solid var(--color-gray)}.CoinsList__coin{display:grid;grid-template-columns:32px auto auto;grid-gap:8px;gap:8px;align-items:center;margin-bottom:8px;padding:8px;cursor:pointer}.CoinsList__coin-image{width:32px;height:32px;object-fit:cover;border-radius:16px}.CoinsList__coin-unit{font-weight:600;font-size:14px;color:var(--color-charcoal)}.CoinsList__coin-name{font-weight:500;font-size:14px;color:var(--color-charcoal);text-align:right}.CoinsList--dark{background:var(--color-charcoal)}.CoinsList--dark,.CoinsList--dark .CoinsList__coin-name,.CoinsList--dark .CoinsList__coin-unit{color:var(--color-white)}.Coin__label{font-weight:600;font-size:14px;color:var(--color-gray);margin-bottom:4px}.Coin__wrapper{background:var(--color-ultra-gray);border-radius:5px;padding:8px}.Coin__wrapper-top{color:var(--color-gray);font-weight:500;font-size:14px;margin-bottom:4px}.Coin__wrapper-bottom,.Coin__wrapper-top{display:flex;align-items:center;justify-content:space-between}.Coin__wrapper-bottom-selector{display:flex;align-items:center;cursor:pointer}.Coin__wrapper-bottom-selector-image{width:32px;height:32px;object-fit:cover;border-radius:16px;margin-right:6px}.Coin__wrapper-bottom-selector-unit{font-weight:500;font-size:15px;color:var(--color-charcoal);margin-right:6px}.Coin__wrapper-bottom-selector-icon{color:var(--color-gray)}.Coin__wrapper-bottom-input,.Coin__wrapper-bottom-value{font-weight:500;font-size:20px;color:var(--color-charcoal)}.Coin__wrapper-bottom-input{width:inherit;background:none;text-align:right;outline:none;border:none;padding:0}.Coin__wrapper-bottom-input-wrapper{width:100%}.Coin--dark,.Coin--dark .Coin__label{color:var(--color-white)}.Coin--dark .Coin__wrapper{background:var(--color-charcoal)}.Coin--dark .Coin__wrapper-bottom-input,.Coin--dark .Coin__wrapper-bottom-selector-unit,.Coin--dark .Coin__wrapper-bottom-value{color:var(--color-white)}.Exchange__header{height:48px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.Exchange__header-heading{font-weight:500;font-size:14px;color:var(--color-primary)}.Exchange__main{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:10px;padding:16px;margin-bottom:20px}.Exchange__main--desktop{box-shadow:none;padding:0}.Exchange__main--dark,.Exchange__main--dark .Exchange__main{background:var(--color-black)}.Exchange__main--dark .Exchange__main-card{color:var(--color-white);background:var(--color-black)}.Exchange__main-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.Exchange__main-header-actions{display:flex;align-items:center;color:var(--color-primary)}.Exchange__main-header-actions-icon{cursor:pointer}.Exchange__main-header-actions-icon:not(:last-child){margin-right:8px}.Exchange__main-from{margin-bottom:8px}.Exchange__main-to{margin-bottom:20px}.Exchange__main-icon{color:var(--color-primary);display:grid;place-items:center;margin-bottom:8px}.Exchange__main-icon svg{transform:rotate(90deg)}.Exchange__main-card{border:1px solid var(--color-ultra-gray);box-sizing:border-box;border-radius:5px;padding:8px}.Exchange__main-card-info{font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:space-between}.Exchange__main-card-info-value-highlight{color:var(--color-primary)}.Exchange__main-card-info:not(:first-child){margin-top:8px}.Exchange__main-card-help-text{font-weight:500;font-size:12px;text-align:right;color:var(--color-gray)}.Exchange__main-limit{display:flex;align-items:center;margin-bottom:8px}.Exchange__main-limit-input{flex:1 1;margin-right:16px}.Exchange__main-limit-input .InputGroup__label{font-weight:600;font-size:14px;color:var(--color-gray);margin-bottom:4px}.Exchange__main-limit-input .InputGroup__wrapper{background:var(--color-ultra-gray);border:none}.Exchange__main-limit-input .InputGroup__wrapper--dark{background:var(--color-charcoal)}.Exchange__main-limit-input .InputGroup__wrapper input{width:80%;outline:none}.Exchange__main-limit-expiry{background:var(--color-ultra-gray);border:none}.Exchange__main-limit-expiry--dark{background:var(--color-charcoal)}.Exchange__main-limit-expiry-label{font-weight:600;font-size:14px;color:var(--color-gray);margin-bottom:4px}.Exchange__cta{display:block;min-width:220px;margin:0 auto 20px}.Exchange__cta--desktop{width:100%}.DesktopExchange{display:grid;place-items:center;padding:64px}.DesktopExchange__card{background:var(--color-white);padding:28px 32px;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:10px;width:640px;color:var(--color-black)}.DesktopExchange--dark .DesktopExchange__card,.DesktopExchange--dark .Exchange__main{background:var(--color-black)}.DesktopExchange--dark .Exchange__main-card{color:var(--color-white)}.ExchangeSettings{background:var(--color-white);box-shadow:0 0 5px rgba(0,0,0,.15);border-radius:10px;padding:8px}.ExchangeSettings__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.ExchangeSettings__header-heading{color:var(--color-primary);font-weight:500;font-size:16px}.ExchangeSettings__header-close{cursor:pointer}.ExchangeSettings__setting{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.ExchangeSettings__setting-key{font-weight:500;font-size:16px;color:var(--color-charcoal);position:relative;display:flex;align-items:center}.ExchangeSettings__setting-key-icon{color:var(--color-primary);margin-left:8px;cursor:pointer}.ExchangeSettings__setting-key-tooltip{position:absolute;background:var(--color-white);padding:4px;font-weight:500;font-size:12px;color:var(--color-gray);z-index:1;top:100%;left:0;border-radius:4px;border:1px solid var(--color-gray);width:calc(100vw - 56px)}.ExchangeSettings__setting-value{display:flex;align-items:flex-start;cursor:pointer}.ExchangeSettings__list,.ExchangeSettings__radio-group{margin-bottom:32px}.ExchangeSettings__list-token{display:grid;grid-template-columns:32px auto auto;grid-gap:8px;gap:8px;align-items:center}.ExchangeSettings__list-token:not(:last-child){margin-bottom:8px}.ExchangeSettings__list-token-image{width:32px;height:32px;object-fit:cover;border-radius:50%}.ExchangeSettings__list-token-name{font-weight:500;font-size:16px;color:var(--color-charcoal)}.ExchangeSettings__list-token-value{text-align:right;font-weight:500;font-size:14px;color:var(--color-gray)}.ExchangeSettings__cta{display:flex;align-items:center;justify-content:space-evenly;margin-bottom:24px}.ExchangeSettings__cta-btn{min-width:160px;width:100%}.ExchangeSettings__cta-btn:first-child{margin-right:16px}.ExchangeSettings__custom-token{padding:16px}.ExchangeSettings__custom-token-heading{color:var(--color-primary);font-weight:600;margin-bottom:16px;text-align:center}.ExchangeSettings__custom-token-text{font-weight:500;font-size:12px;color:var(--color-gray);margin-bottom:16px;text-align:center}.ExchangeSettings__custom-token-label{font-weight:500;font-size:12px;color:var(--color-charcoal);margin-bottom:4px;width:100%}.ExchangeSettings__custom-token-input{background:var(--color-ultra-gray);border:none;margin-bottom:20px;width:100%}.ExchangeSettings__custom-token-btn{display:block;margin:0 auto}.ExchangeSettings__custom-token--popover{background:var(--color-white);max-width:420px;border-radius:4px}.ExchangeSettings--dark{background:var(--color-black);box-shadow:none}.ExchangeSettings--dark,.ExchangeSettings--dark .ExchangeSettings__list-token-name,.ExchangeSettings--dark .ExchangeSettings__list-token-value,.ExchangeSettings--dark .ExchangeSettings__setting-key{color:var(--color-white)}
/*# sourceMappingURL=main.3f3b27a4.chunk.css.map */