@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (max-width: 600px){*{-webkit-user-select:none;user-select:none}}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;touch-action:pan-x pan-y}html,body{overscroll-behavior:none;height:100%;height:100vh}@media not (display-mode: fullscreen){html,body{height:100dvh}}body{line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;background-color:#00336fe6}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer;padding:0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}#app{isolation:isolate;height:100%;height:100vh;height:100dvh}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.max-lines-1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.max-lines-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;padding-bottom:2px;padding-top:2px}.clickable{cursor:pointer}.selectable{-webkit-user-select:all;user-select:all}html{font-family:Inter,sans-serif;font-optical-sizing:auto;font-size:15px;font-weight:600;letter-spacing:-.01em;color:#0e0f0c}.section-title{font-size:22px;line-height:26px;letter-spacing:-.02em}.description{font-size:12px;line-height:14px;letter-spacing:-.01em;font-weight:500;color:#757778}.total-amount{font-size:40px;line-height:44px;letter-spacing:-.02em}.total-amount .currency{color:#757778;font-size:24px;line-height:34px;letter-spacing:-.85px}:root{--app-max-width: 600px;--header-padding: env(safe-area-inset-top);--footer-padding: max(env(safe-area-inset-bottom, 0px), 20px);--header-height: calc(58px + var(--header-padding));--footer-height: calc(62px + var(--footer-padding))}.app{width:100%;max-width:var(--app-max-width);margin:auto;position:relative;background:#f2f2f2;height:100%;height:100vh}@media not (display-mode: fullscreen){.app{height:100dvh}}.app.app--search{--header-height: calc(118px + var(--header-padding))}.app.app--no-nav{--footer-height: var(--footer-padding)}.app.app--no-nav>.footer{display:none}.app>.header{position:fixed;top:0;left:0;right:0;width:100%;max-width:var(--app-max-width);height:var(--header-height);margin:0 auto;padding-top:var(--header-padding);background-color:#00336f;color:#fff;font-size:17px;line-height:20px;z-index:5}.app>.header .header-content{height:100%;padding:8px 16px}.app>.header .header-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}.app>.header .header-inner.header-inner--button-left:after{content:"";display:block;width:40px}.app>.header .header-inner.header-inner--button-right:before{content:"";display:block;width:40px}.app>.header .header-inner.header-inner--two-buttons-right:before{content:"";display:block;width:86px}.app>.header .header-inner .two-buttons{display:flex;align-items:center;gap:6px}.app>.header .header-title{margin:10px 0;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.app>.header .header-button{width:40px;height:40px;border-radius:50%;flex-shrink:0;background:#ffffff1a;display:flex;align-items:center;justify-content:center}@media (hover: hover){.app>.header .header-button:hover:not(:disabled){background:#ffffff1f}}.app>.header .header-button:active svg{transform:scale(.9)}.app>.header .search .search-input{background-color:#ffffff1a;color:#fff;border:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 21 4.343-4.343M21 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z'/%3E%3C/svg%3E")}.app>.header .search .search-input::placeholder{color:#fff;opacity:1}.app>.header .search .search-input:focus-visible{background-color:#e6e6e6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230E0F0C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 21 4.343-4.343M21 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z'/%3E%3C/svg%3E");color:#0e0f0c}.app>.header .search .search-input:focus-visible::placeholder{color:#0e0f0c}.inset-borders{position:relative}@supports (mask: radial-gradient(circle at 0% 100%,transparent 16px,#fff 16px)){.inset-borders:before{content:"";display:block;position:absolute;left:0;bottom:-16px;width:16px;height:16px;background-color:#00336f;mask:radial-gradient(circle at 100% 100%,transparent 16px,#fff 16px)}.inset-borders:after{content:"";display:block;position:absolute;right:0;bottom:-16px;width:16px;height:16px;background-color:#00336f;mask:radial-gradient(circle at 0% 100%,transparent 16px,#fff 16px)}}.app-inner{padding-top:var(--header-height);display:flex;flex-direction:column;min-height:100%;min-height:100vh}@media not (display-mode: fullscreen){.app-inner{min-height:100dvh}}.app-inner>.content{background:#f2f2f2;padding:24px 16px;padding-bottom:calc(24px + var(--footer-height));flex-grow:1}.app-inner>.content .refresh-indicator{display:flex;align-items:center;justify-content:center;height:40px;position:absolute;top:-40px;left:50%;transform:translate(-50%);transition:all .1s linear}.app-inner>.content.content--center{display:flex;justify-content:center;align-items:center}.app>.footer{position:fixed;left:0;right:0;bottom:0;width:100%;max-width:var(--app-max-width);margin:0 auto;background-color:#fff;border-top:1px solid rgba(14,15,12,.1215686275)}.app>.footer nav{padding:7px 0;padding-bottom:calc(7px + var(--footer-padding))}.app>.footer ul{display:flex;list-style:none;flex-direction:row;justify-content:space-around;align-items:center;padding:0}.app>.footer .primary-nav-item{background-color:#0070df;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.app>.footer .primary-nav-item:active svg{transform:scale(.85)}.app>.footer .primary-nav-item:disabled{opacity:.75}.app>.footer .nav-item{display:block;padding:1px 12px}.app>.footer .nav-item:active{color:#0070df}.app>.footer .nav-item:active svg{transform:scale(.85)}.app>.footer .nav-item.active{background-repeat:no-repeat;background-position:center;width:48px;height:26px}.app>.footer .nav-item.active svg{display:none}.app>.footer .nav-item.active.home{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%230070DF' fill-rule='evenodd' d='M20.4 7.3a4 4 0 0 1 1.6 3.2V18a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4v-7.5a4 4 0 0 1 1.6-3.2l6-4.5a4 4 0 0 1 4.8 0l6 4.5ZM9 16a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H9Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.app>.footer .nav-item.active.budgets{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%230070DF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M21 9V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-3m0-6h-6a3 3 0 1 0 0 6h6m0-6a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1m-6-3v.01m.25-.01a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Z'/%3E%3C/svg%3E")}.app>.footer .nav-item.active.stats{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%230070DF' fill-rule='evenodd' d='M6 2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4Zm7 5a1 1 0 1 0-2 0v10a1 1 0 1 0 2 0V7Zm4 3.5a1 1 0 1 0-2 0V17a1 1 0 1 0 2 0v-6.5ZM9 13a1 1 0 1 0-2 0v4a1 1 0 1 0 2 0v-4Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.app>.footer .nav-item.active.profile{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0152 1C14.1144 1 15.0054 1.89062 15.0054 2.96677C15.0054 3.75634 15.5202 4.46062 16.218 4.85643C16.9163 5.25249 17.788 5.33067 18.4868 4.93563C19.439 4.39741 20.6728 4.70758 21.2226 5.63981L22.2367 7.35961C22.7867 8.29231 22.4445 9.49389 21.4919 10.0324C20.7933 10.4273 20.425 11.2102 20.425 12C20.425 12.7898 20.7933 13.5727 21.4919 13.9676C22.4446 14.5061 22.7868 15.7077 22.2368 16.6404L21.2227 18.3602C20.6729 19.2924 19.4391 19.6026 18.4869 19.0644C17.788 18.6693 16.9163 18.7475 16.218 19.1436C15.5202 19.5394 15.0054 20.2437 15.0054 21.0332C15.0054 22.1094 14.1144 23 13.0152 23H10.9848C9.88564 23 8.99461 22.1093 8.99461 21.0332C8.99461 20.2437 8.47986 19.5394 7.78209 19.1436C7.0839 18.7476 6.21219 18.6695 5.5134 19.0645C4.56114 19.6028 3.32705 19.2926 2.77727 18.3603L1.76323 16.6407C1.21321 15.708 1.55536 14.5064 2.50803 13.9679C3.20674 13.5729 3.57498 12.7899 3.57498 12C3.57499 11.2101 3.20676 10.427 2.50804 10.0321C1.5554 9.49357 1.21329 8.29205 1.76329 7.35935L2.77737 5.63968C3.32714 4.70738 4.56122 4.39724 5.51346 4.93551C6.21224 5.33051 7.08393 5.25239 7.78211 4.85638C8.47987 4.4606 8.99461 3.75634 8.99461 2.96683C8.99461 1.89068 9.88565 1 10.9848 1H13.0152ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z' fill='%230070DF'/%3E%3C/svg%3E%0A")}body.modal-open{overflow:hidden}.header-loading{overflow:hidden;position:relative;background-color:#00336f;padding-top:2px;z-index:20}#nprogress{pointer-events:none}#nprogress .bar{background:#0070df;position:absolute;z-index:1031;bottom:0;left:0;width:100%;height:2px}.page-with-actions{display:flex;flex-direction:column;gap:32px}.page-with-actions>.content{flex-grow:1}.page-with-actions>.actions{flex-shrink:0}@media (max-width: 600px){.page-left-leave-from{transform:translate(0)}.page-left-leave-active{transition:transform 50ms ease-out}.page-left-leave-to{transform:translate(-100%)}.page-left-enter-from{transform:translate(100%)}.page-left-enter-active{transition:transform .15s ease-out}.page-left-enter-to,.page-right-leave-from{transform:translate(0)}.page-right-leave-active{transition:transform 50ms ease-out}.page-right-leave-to{transform:translate(100%)}.page-right-enter-from{transform:translate(-100%)}.page-right-enter-active{transition:transform .15s ease-out}.page-right-enter-to{transform:translate(0)}}.slide-left-enter-from,.slide-left-leave-to{transform:translate(100%)}.slide-left-enter-active,.slide-left-leave-active{transition:all .15s ease-out;position:absolute;top:0}.slide-left-enter-to,.slide-left-leave-from{transform:translate(0)}.slide-right-enter-from,.slide-right-leave-to{transform:translate(-100%)}.slide-right-enter-active,.slide-right-leave-active{transition:all .15s ease-out;position:absolute;top:0}.slide-right-enter-to,.slide-right-leave-from{transform:translate(0)}.fade-in-out-enter-from,.fade-in-out-leave-to{opacity:0}.fade-in-out-enter-active,.fade-in-out-leave-active{transition:all .3s ease-out}.fade-in-out-enter-to,.fade-in-out-leave-from{opacity:1}.slide-up-down-enter-from,.slide-up-down-leave-to{transform:translateY(100%)}.slide-up-down-enter-active,.slide-up-down-leave-active{transition:all .3s ease-out}.slide-up-down-enter-to,.slide-up-down-leave-from{transform:translateY(0)}.button{display:block;width:100%;max-width:100%;text-align:center;padding:12px 24px;font-size:16px;line-height:19px;border-radius:44px;border:1px solid transparent}.button:disabled{cursor:not-allowed;opacity:.75}.button--loading{font-size:0;position:relative;--loading-animation-offset: 8px}.button--loading:before{position:absolute;top:calc(50% - 4px);left:calc(50% - 4px);content:"";display:block;width:8px;height:8px;border-radius:50%;background:#0e0f0c;transform:translate(calc(-1 * var(--loading-animation-offset)));animation:ease-in-out .65s infinite loading-left;animation-direction:alternate}.button--loading:after{position:absolute;top:calc(50% - 4px);left:calc(50% - 4px);content:"";display:block;width:8px;height:8px;border-radius:50%;background:#0e0f0c33;transform:translate(var(--loading-animation-offset));animation:ease-in-out .65s infinite loading-right;animation-direction:alternate}.button--primary{background-color:#0070df;color:#fff}@media (hover: hover){.button--primary:hover:not(:disabled){background-color:#f2f5f7;color:#0e0f0c;border:1px solid #0E0F0C}}.button--secondary{background-color:#fff;color:#0e0f0c;border:1px solid #0E0F0C}@media (hover: hover){.button--secondary:hover:not(:disabled){background-color:#f2f5f7}}.button--danger{background-color:#fff;color:#a8200d;border:1px solid #A8200D}@media (hover: hover){.button--danger:hover:not(:disabled){background-color:#f2f5f7}}.button-link{display:inline-block;cursor:pointer;color:#0070df;font-size:15px;line-height:1;text-decoration:none;border-bottom:1px solid rgba(14,15,12,.2)}@media (hover: hover){.button-link:hover:not(:disabled){color:#00336f}}.button--google{position:relative}.button--google:before{position:absolute;left:12px;top:calc(50% - 12px);content:"";display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%234285F4' fill-rule='evenodd' d='M23.52 12.773c0-.851-.076-1.67-.218-2.455H12v4.642h6.458a5.52 5.52 0 0 1-2.394 3.622v3.01h3.878c2.269-2.088 3.578-5.165 3.578-8.82Z' clip-rule='evenodd'/%3E%3Cpath fill='%2334A853' fill-rule='evenodd' d='M12 24.5c3.24 0 5.956-1.075 7.942-2.907l-3.878-3.011c-1.075.72-2.45 1.145-4.064 1.145-3.125 0-5.77-2.11-6.715-4.947H1.276v3.11A11.995 11.995 0 0 0 12 24.5Z' clip-rule='evenodd'/%3E%3Cpath fill='%23FBBC05' fill-rule='evenodd' d='M5.285 14.78a7.213 7.213 0 0 1-.376-2.28c0-.791.136-1.56.376-2.28V7.11H1.276A11.995 11.995 0 0 0 0 12.5c0 1.936.464 3.769 1.276 5.389l4.01-3.11Z' clip-rule='evenodd'/%3E%3Cpath fill='%23EA4335' fill-rule='evenodd' d='M12 5.273c1.762 0 3.344.605 4.587 1.794l3.442-3.442C17.951 1.69 15.235.5 12 .5 7.31.5 3.25 3.19 1.276 7.11l4.01 3.11C6.228 7.384 8.874 5.273 12 5.273Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.button--facebook{position:relative}.button--facebook:before{position:absolute;left:12px;top:calc(50% - 12px);content:"";display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='34' height='35' x='-5' y='-5' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M-4.8-4.3h33.6v33.6H-4.8V-4.3Z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%230866FF' d='M24 12.5c0-6.627-5.373-12-12-12S0 5.873 0 12.5c0 5.628 3.874 10.35 9.101 11.647v-7.98H6.627V12.5H9.1v-1.58c0-4.085 1.848-5.978 5.858-5.978.76 0 2.072.15 2.609.298v3.325c-.283-.03-.775-.045-1.386-.045-1.968 0-2.728.745-2.728 2.683V12.5h3.92l-.674 3.667h-3.246v8.245C19.395 23.695 24 18.635 24 12.5Z'/%3E%3Cpath fill='%23fff' d='m16.7 16.167.674-3.667h-3.92v-1.297c0-1.938.76-2.683 2.728-2.683a15.4 15.4 0 0 1 1.386.045V5.24c-.537-.15-1.848-.299-2.609-.299-4.01 0-5.858 1.893-5.858 5.978v1.58H6.627v3.667H9.1v7.98a12.027 12.027 0 0 0 4.353.265v-8.245H16.7Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.card-group+.card-group{margin-top:20px}.card-group .header{padding:0 8px 8px;display:flex;align-items:center;justify-content:space-between;gap:16px}.card-group .header .heading{color:#757778}.card{background:#fff;border-radius:12px;padding:0 12px}.card .card-row{padding:12px 0;display:flex;flex-direction:row;align-items:center;gap:12px}.card .card-row+.card-row{border-top:1px solid #EEEFF2}.card .card-row.continue{cursor:pointer}.card .card-row.continue:after{flex-shrink:0;content:"";display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230E0F0C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18 6-6-6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.card .card-row .card-content{flex-grow:1;font-size:15px;line-height:20px;color:#0e0f0c;display:flex;flex-direction:column;justify-content:center;gap:2px;word-break:break-word}.card .card-row .card-info{text-align:right;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.card .card-row .card-key,.card .card-row .card-value{font-size:14px;line-height:16px;font-weight:500;letter-spacing:-.12px;color:#454745}.card .card-row .card-value{margin-left:auto;text-align:right;word-break:break-word}.card .card-row .secondary{font-size:12px;font-weight:500;line-height:14px;color:#757778}.card .card-row .editable{text-decoration:underline;text-decoration-color:#0e0f0c1f;text-underline-offset:2px}.card .card-row .error{color:#a8200d}.trend{font-size:14px;line-height:20px;font-weight:500;padding:2px 10px 2px 6px;border-radius:16px;color:#067647;background-color:#ecfdf3;border:1px solid #ABEFC6}.trend:before{content:"";display:inline-block;width:12px;height:12px;margin-right:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%2317B26A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 2.5v7m0 0L9.5 6M6 9.5 2.5 6'/%3E%3C/svg%3E")}.trend.positive{color:#b42318;background-color:#fef3f2;border:1px solid #FECDCA}.trend.positive:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%23F04438' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 9.5v-7m0 0L2.5 6M6 2.5 9.5 6'/%3E%3C/svg%3E")}.icon{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background-color:#e8e8e8;background-position:center;background-repeat:no-repeat;background-size:20px 20px;position:relative}.icon.icon--center{display:block;margin-left:auto;margin-right:auto}.icon.icon--small{width:20px;height:20px;background-size:10px 10px}.icon.icon--large{width:72px;height:72px;background-size:36px 36px}.icon.icon--loading{background-image:none!important;background-color:#e8e8e8!important;--loading-animation-offset: 6px}.icon.icon--loading:before{position:absolute;top:calc(50% - 2px);left:calc(50% - 2px);content:"";display:block;width:5px;height:5px;border-radius:50%;background:#0e0f0c;transform:translate(calc(-1 * var(--loading-animation-offset)));animation:ease-in-out .65s infinite loading-left;animation-direction:alternate}@keyframes loading-left{0%{transform:translate(calc(-1 * var(--loading-animation-offset)))}to{transform:translate(var(--loading-animation-offset))}}.icon.icon--loading:after{position:absolute;top:calc(50% - 2px);left:calc(50% - 2px);content:"";display:block;width:5px;height:5px;border-radius:50%;background:#0e0f0c33;transform:translate(var(--loading-animation-offset));animation:ease-in-out .65s infinite loading-right;animation-direction:alternate}@keyframes loading-right{0%{transform:translate(var(--loading-animation-offset))}to{transform:translate(calc(-1 * var(--loading-animation-offset)))}}.icon.icon--history{background-color:#f2f2f2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23454745' d='M8.536 20.309 8.248 21l.288-.692Zm11.77-4.845-.692-.288.692.288ZM15.46 3.694l-.289.693.29-.693ZM3.691 8.54l-.727.184a.75.75 0 0 0 .912.543l-.185-.727Zm.114-2.608a.75.75 0 1 0-1.454.368l1.454-.368ZM6.301 8.65a.75.75 0 0 0-.37-1.454l.37 1.454Zm-.136 9.19a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm-3.235-2.4a.75.75 0 0 0 1.5 0h-1.5Zm1.5-.01a.75.75 0 1 0-1.5 0h1.5ZM2.25 12a.75.75 0 0 0 1.5 0h-1.5Zm1.5-.01a.75.75 0 0 0-1.5 0h1.5Zm9-4.99a.75.75 0 1 0-1.5 0h1.5ZM12 11.99h-.75a.75.75 0 0 0 .219.53l.53-.53Zm2.469 3.54a.75.75 0 0 0 1.062-1.06l-1.062 1.06ZM8.248 21c4.97 2.072 10.679-.278 12.75-5.248l-1.384-.577a8.25 8.25 0 0 1-10.79 4.44l-.576 1.385Zm12.75-5.248c2.072-4.97-.278-10.68-5.248-12.75l-.578 1.384a8.25 8.25 0 0 1 4.442 10.789l1.384.577ZM15.75 3.003C10.78.93 5.07 3.28 2.999 8.25l1.385.577a8.25 8.25 0 0 1 10.788-4.441l.578-1.385ZM2.35 6.298l.614 2.424 1.454-.368-.613-2.424-1.454.368Zm1.526 2.967 2.425-.616-.37-1.454-2.425.616.37 1.454ZM5.105 18.9A9.723 9.723 0 0 0 8.248 21l.577-1.384a8.222 8.222 0 0 1-2.66-1.778l-1.06 1.06Zm-.675-3.46v-.01h-1.5v.01h1.5ZM3.75 12v-.01h-1.5V12h1.5Zm7.5-5v4.99h1.5V7h-1.5Zm.219 5.52 3 3.01 1.062-1.06-3-3.01-1.062 1.06Z'/%3E%3C/svg%3E")}.icon.icon--small:before,.icon.icon--small:after{width:3px;height:3px;top:calc(50% - 1px);left:calc(50% - 1px);--loading-animation-offset: 2px}.icon.icon--large:before,.icon.icon--large:after{width:9px;height:9px;top:calc(50% - 4px);left:calc(50% - 4px);--loading-animation-offset: 10px}.icon.icon--large .badge{width:32px;height:32px}.icon.icon--large .badge--bank-statement{background-size:18px 18px}.icon .badge{position:absolute;display:block;width:20px;height:20px;border-radius:50%;top:-7px;right:-7px}.icon .badge--bank-statement{background-color:#0e0f0c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M2.65 4.5a.4.4 0 0 0-.8 0h.8Zm-.8 4.25a.4.4 0 0 0 .8 0h-.8Zm2.8-4.25a.4.4 0 0 0-.8 0h.8Zm-.8 4.25a.4.4 0 0 0 .8 0h-.8Zm4.3-4.25a.4.4 0 0 0-.8 0h.8Zm-.8 4.25a.4.4 0 0 0 .8 0h-.8Zm2.8-4.25a.4.4 0 0 0-.8 0h.8Zm-.8 4.25a.4.4 0 0 0 .8 0h-.8ZM1.59 2.84l-.165-.365.165.365Zm3.794-1.708L5.22.767l.164.365Zm1.232 0L6.78.767l-.164.365ZM10.41 2.84l-.164.364.164-.364ZM1 4.5H.6c0 .22.18.4.4.4v-.4Zm10 0v.4a.4.4 0 0 0 .4-.4H11Zm-9.75 6h-.4c0 .22.18.4.4.4v-.4Zm9.5 0v.4a.4.4 0 0 0 .4-.4h-.4Zm-8.9-6v4.25h.8V4.5h-.8Zm2 0v4.25h.8V4.5h-.8Zm3.5 0v4.25h.8V4.5h-.8Zm2 0v4.25h.8V4.5h-.8ZM1.754 3.204l3.795-1.707-.329-.73-3.795 1.708.329.73ZM6.45 1.497l3.795 1.707.329-.73L6.78.768l-.329.73ZM1 4.9h10v-.8H1v.8Zm10.4-.4v-.748h-.8V4.5h.8Zm-10 0v-.748H.6V4.5h.8Zm8.846-1.296a.6.6 0 0 1 .354.548h.8a1.4 1.4 0 0 0-.825-1.277l-.329.73ZM5.55 1.497a1.1 1.1 0 0 1 .902 0l.329-.73a1.9 1.9 0 0 0-1.56 0l.329.73Zm-4.124.978A1.4 1.4 0 0 0 .6 3.752h.8a.6.6 0 0 1 .354-.548l-.329-.73ZM1.65 10.5V10h-.8v.5h.8Zm.85-1.35h7v-.8h-7v.8Zm7.85.85v.5h.8V10h-.8Zm.4.1h-9.5v.8h9.5v-.8ZM9.5 9.15c.47 0 .85.38.85.85h.8A1.65 1.65 0 0 0 9.5 8.35v.8ZM1.65 10c0-.47.38-.85.85-.85v-.8A1.65 1.65 0 0 0 .85 10h.8Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px 12px}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3}.modal{width:100%;max-width:var(--app-max-width);height:100%;margin:auto;padding-top:var(--header-padding);padding-bottom:var(--footer-padding);background-color:#fff;overflow-x:hidden;display:flex;flex-direction:column}.modal .header{padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(14,15,12,.1215686275);z-index:2;position:sticky;top:0;background-color:#fff}.modal .header:after{content:"";display:block;width:40px}.modal .header-button{width:40px;height:40px;border-radius:50%;flex-shrink:0;background-color:#f2f2f2;display:flex;align-items:center;justify-content:center}.modal .header-button:active svg{transform:scale(.9)}.modal .header-title{flex-grow:1;text-align:center}.modal .content{padding:16px;flex-grow:1;overflow-y:auto;position:relative}.modal .explanation{font-size:12px;line-height:14px;letter-spacing:-.01em;color:#454745;font-weight:500}.modal .explanation--large{font-size:15px;line-height:17px}.modal .explanation p+p{margin-top:1em}.modal .actions{padding:16px;text-align:center;background-color:#fff;border-top:1px solid #EEEFF2}.item-picker{padding-left:0;list-style:none}.item-picker .heading{padding:12px 8px;color:#757778;border-bottom:1px solid #EEEFF2}.item-picker .item{padding:12px 0;display:flex;align-items:center;gap:12px;border-bottom:1px solid #EEEFF2;cursor:pointer}.item-picker .item .checkbox{line-height:1}.item-picker .item .label{flex-grow:1}.item-picker .secondary{font-size:12px;font-weight:500;line-height:14px;color:#757778}.item-picker .continue{display:flex;align-items:center;justify-content:space-between}.item-picker .continue:after{flex-shrink:0;content:"";display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230E0F0C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18 6-6-6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.section-wrapper{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.filters{padding:16px 0;z-index:2}.filters .filters-inner{display:flex;gap:12px;padding:1px 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#E6E6E6 #FFFFFF}.filters .filters-inner::-webkit-scrollbar{height:8px;background:#fff}.filters .filters-inner::-webkit-scrollbar-thumb{background:#e6e6e6;border-radius:4px}@media (max-width: 600px){.filters .filters-inner{scrollbar-width:none}.filters .filters-inner::-webkit-scrollbar{display:none}}.filters .filters-inner:before,.filters .filters-inner:after{content:" ";display:block;width:4px}.filters .filter{white-space:nowrap;color:#454745;background-color:#e6e6e6;padding:6px 16px;border-radius:17px;font-size:12px;line-height:14px;min-height:34px;display:flex;align-items:center;justify-content:center;gap:8px}@media (hover: hover){.filters .filter:hover:not(:disabled){background-color:#d7d7d7}}.filters .filter.selected{background-color:#0070df;color:#fff}.filters .filter.active{background-color:#0070df;color:#fff;padding-right:6px}.filters .filter.active:after{content:"";display:block;width:20px;height:20px;background-color:#00336f;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M4 3.111 7.111 0 8 .889 4.889 4 8 7.111 7.111 8 4 4.889.889 8 0 7.11 3.111 4 0 .889.889 0 4 3.111Z'/%3E%3C/svg%3E");background-size:8px 8px;background-position:center;background-repeat:no-repeat}.filters.filters--dark{background-color:#00336f}.filters.filters--dark .filters-inner{scrollbar-color:rgba(255,255,255,.1215686275) #00336F}.filters.filters--dark .filters-inner::-webkit-scrollbar{background:#00336f}.filters.filters--dark .filters-inner::-webkit-scrollbar-thumb{background:#ffffff1f}.filters.filters--dark .filter{background-color:#ffffff1a;color:#fff}@media (hover: hover){.filters.filters--dark .filter:hover:not(:disabled){background-color:#ffffff1f}}.filters.filters--dark .filter.selected,.filters.filters--dark .filter.active{background-color:#0070df}.filters.filters--dark .filter:focus-visible{outline:1px solid #0070DF}.filters .months-slider{direction:rtl;padding-left:100px;padding-right:100px;scroll-snap-type:x mandatory}.filters .months-slider .filter{direction:ltr;scroll-snap-align:center}.filters .months-slider:before,.filters .months-slider:after{display:none}.month-picker{text-align:center;text-align-last:center;padding:3px 10px}.month-picker .current-month{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;color:inherit;text-align:center;font-size:14px;line-height:22px;letter-spacing:-.12px;width:auto;padding:7px 42px 7px 24px;background-color:#0070df;border-radius:6px;box-shadow:0 1px 2px -1px #121a2b0f,0 1px 2px #121a2b1a;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 8'%3E%3Cpath fill='%23fff' d='M5.5 4.833 9.389.944 10.5 2.056l-5 5-5-5L1.611.944 5.5 4.834Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:10px 6px;background-position:calc(100% - 14px) center}.spending-by-category-widget{padding:16px 12px;background-color:#fff;border-radius:12px;list-style:none;display:flex;flex-direction:column;gap:8px}.spending-by-category-widget .item{position:relative}.spending-by-category-widget .category{position:absolute;top:0;right:0;bottom:0;left:0;min-width:50px;border-radius:26px}.spending-by-category-widget .item-inner{display:flex;gap:12px;padding:6px}.spending-by-category-widget .details{flex-grow:1}.spending-by-category-widget .amount{text-align:right}.tabs{list-style:none;background-color:#e6e6e6;padding:4px;border-radius:23px;display:flex;gap:8px;align-items:center;justify-content:center}.tabs .tab-item{flex-grow:1;padding:8px 14px;text-align:center;border-radius:19px;cursor:pointer}@media (hover: hover){.tabs .tab-item:hover:not(:disabled){background-color:#d7d7d7}}.tabs .tab-item.active{background-color:#fff;box-shadow:0 1px 2px -1px #121a2b0f,0 1px 2px #121a2b1a}.flag{width:40px;height:40px;border-radius:50%;background-color:#757778;background-position:center;background-repeat:no-repeat;background-size:40px 40px}.flag--small{width:24px;height:24px;background-size:24px 24px}.flag--rsd{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23F0F0F0' d='M20 40c11.046 0 20-8.954 20-20C40 8.955 31.046 0 20 0S0 8.955 0 20c0 11.046 8.954 20 20 20Z'/%3E%3Cpath fill='%230052B4' d='M20 0C8.954 0 0 8.955 0 20c0 2.447.44 4.79 1.244 6.957h37.512A19.956 19.956 0 0 0 40 20C40 8.955 31.046 0 20 0Z'/%3E%3Cpath fill='%23D80027' d='M20 0C11.4 0 4.07 5.428 1.244 13.043h37.512C35.93 5.428 28.6 0 20 0Z'/%3E%3Cpath fill='%23D80027' d='M5.172 11.304v9.978c0 5.675 7.414 7.414 7.414 7.414S20 26.956 20 21.28v-9.977H5.172Z'/%3E%3Cpath fill='%23FFDA44' d='M8.238 13.044h8.696V9.565l-1.74.87-2.608-2.609-2.609 2.609-1.739-.87v3.479ZM18.26 22.67 12.61 17.02 6.956 22.67l1.845 1.844 3.808-3.807 3.807 3.807 1.845-1.844Z'/%3E%3Cpath fill='%23F0F0F0' d='M18.26 17.392h-2.636a1.74 1.74 0 1 0-3.038-1.69 1.739 1.739 0 1 0-3.038 1.69H6.956c0 .96.837 1.739 1.798 1.739h-.058c0 .96.778 1.739 1.739 1.739 0 .85.61 1.557 1.417 1.708l-1.37 3.094a5.633 5.633 0 0 0 2.127.415c.752 0 1.47-.148 2.127-.415l-1.37-3.094a1.739 1.739 0 0 0 1.417-1.708c.96 0 1.739-.779 1.739-1.74h-.058c.96 0 1.797-.778 1.797-1.738Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.flag--eur{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230052B4' d='M20 40c11.046 0 20-8.954 20-20C40 8.955 31.046 0 20 0S0 8.955 0 20c0 11.046 8.954 20 20 20Z'/%3E%3Cpath fill='%23FFDA44' d='m20 7.826.648 1.993h2.095l-1.695 1.232.647 1.993L20 11.812l-1.695 1.232.647-1.993-1.695-1.232h2.095L20 7.826ZM11.392 11.392l1.867.951 1.482-1.481-.328 2.07 1.867.95-2.07.328-.328 2.07-.951-1.867-2.07.328 1.482-1.482-.951-1.867ZM7.826 20l1.993-.648v-2.095l1.232 1.695 1.993-.647L11.812 20l1.232 1.695-1.993-.647-1.232 1.695v-2.095L7.826 20ZM11.392 28.608l.951-1.867-1.482-1.481 2.07.328.951-1.867.328 2.07 2.07.327-1.867.951.328 2.07-1.482-1.482-1.867.951ZM20 32.174l-.648-1.993h-2.095l1.695-1.232-.647-1.992L20 28.188l1.695-1.231-.647 1.992 1.695 1.232h-2.095L20 32.174ZM28.608 28.608l-1.867-.95-1.482 1.48.328-2.069-1.866-.951 2.069-.328.328-2.07.951 1.868 2.07-.328-1.482 1.481.951 1.867ZM32.174 20l-1.993.648v2.095l-1.232-1.695-1.992.647L28.188 20l-1.231-1.695 1.993.647 1.231-1.695v2.095l1.993.648ZM28.608 11.392l-.951 1.867 1.482 1.482-2.07-.328-.951 1.867-.328-2.07-2.07-.328 1.867-.951-.328-2.07 1.482 1.482 1.867-.951Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.flag--usd{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23F0F0F0' d='M20 40c11.046 0 20-8.955 20-20C40 8.954 31.046 0 20 0S0 8.954 0 20c0 11.045 8.954 20 20 20Z'/%3E%3Cpath fill='%23D80027' d='M19.13 20H40c0-1.805-.24-3.554-.689-5.217h-20.18V20ZM19.13 9.565h17.935a20.106 20.106 0 0 0-4.615-5.217H19.13v5.217ZM20 40c4.707 0 9.033-1.627 12.45-4.348H7.55A19.914 19.914 0 0 0 20 40ZM2.935 30.435h34.13a19.879 19.879 0 0 0 2.246-5.218H.689a19.88 19.88 0 0 0 2.246 5.218Z'/%3E%3Cpath fill='%230052B4' d='M9.264 3.123h1.823L9.392 4.355l.647 1.993-1.695-1.232-1.695 1.232.56-1.722a20.11 20.11 0 0 0-3.88 4.323h.584l-1.08.784c-.167.28-.328.566-.483.855l.515 1.586-.961-.699a19.825 19.825 0 0 0-.654 1.553l.568 1.747h2.095l-1.695 1.232L2.865 18 1.17 16.768l-1.015.738C.053 18.323 0 19.156 0 20h20V0c-3.95 0-7.634 1.146-10.736 3.123ZM10.04 18l-1.695-1.232L6.649 18l.647-1.993-1.695-1.232h2.095l.648-1.993.647 1.993h2.096l-1.695 1.232.647 1.993Zm-.647-7.82.647 1.994-1.695-1.232-1.695 1.232.647-1.993-1.695-1.232h2.095l.648-1.993.647 1.993h2.096l-1.695 1.232ZM17.213 18l-1.695-1.232L13.823 18l.647-1.993-1.695-1.232h2.095l.648-1.993.647 1.993h2.096l-1.695 1.232.647 1.993Zm-.648-7.82.648 1.994-1.695-1.232-1.695 1.232.647-1.993-1.695-1.232h2.095l.648-1.993.647 1.993h2.096l-1.695 1.232Zm0-5.825.648 1.993-1.695-1.232-1.695 1.232.647-1.993-1.695-1.232h2.095l.648-1.993.647 1.993h2.096l-1.695 1.232Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.flag--chf{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23D80027' d='M20 40c11.046 0 20-8.954 20-20S31.046 0 20 0 0 8.954 0 20s8.954 20 20 20Z'/%3E%3Cpath fill='%23F0F0F0' d='M30.435 16.522h-6.957V9.565h-6.956v6.957H9.565v6.956h6.957v6.957h6.956v-6.957h6.957v-6.956Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.flag--gbp{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23F0F0F0' d='M20 40c11.046 0 20-8.954 20-20C40 8.955 31.046 0 20 0S0 8.955 0 20c0 11.046 8.954 20 20 20Z'/%3E%3Cpath fill='%230052B4' d='M4.134 7.823a19.927 19.927 0 0 0-3.445 6.96h10.405l-6.96-6.96ZM39.311 14.783a19.93 19.93 0 0 0-3.445-6.96l-6.96 6.96h10.405ZM.689 25.218a19.93 19.93 0 0 0 3.445 6.958l6.96-6.959H.688ZM32.176 4.134A19.929 19.929 0 0 0 25.217.69v10.404l6.96-6.959ZM7.824 35.866a19.927 19.927 0 0 0 6.959 3.445V28.907l-6.96 6.959ZM14.783.689a19.929 19.929 0 0 0-6.96 3.445l6.96 6.96V.688ZM25.218 39.311a19.928 19.928 0 0 0 6.958-3.445l-6.959-6.96v10.405ZM28.907 25.218l6.959 6.959a19.93 19.93 0 0 0 3.445-6.96H28.907Z'/%3E%3Cpath fill='%23D80027' d='M39.83 17.392H22.61V.17a20.198 20.198 0 0 0-5.218 0V17.39H.17a20.2 20.2 0 0 0 0 5.218h17.222V39.83a20.191 20.191 0 0 0 5.218 0V22.609H39.83a20.194 20.194 0 0 0 0-5.217Z'/%3E%3Cpath fill='%23D80027' d='m25.217 25.218 8.925 8.924c.41-.41.802-.839 1.176-1.284l-7.641-7.64h-2.46ZM14.783 25.218l-8.925 8.924c.41.41.84.802 1.284 1.176l7.64-7.641v-2.46ZM14.783 14.783 5.858 5.858c-.41.41-.802.84-1.176 1.284l7.641 7.64h2.46ZM25.217 14.783l8.925-8.925c-.41-.41-.84-.802-1.284-1.176l-7.64 7.641v2.46Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.flag--aud{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230052B4' d='M40 20c0 11.046-8.954 20-20 20S0 31.046 0 20C0 20.005 20 .002 20 0c11.046 0 20 8.954 20 20Z'/%3E%3Cpath fill='%23F0F0F0' d='M20 0h-.003H20ZM19.946 20H20v-.053l-.054.053ZM20 10.435V0h-.003C8.953.002 0 8.956 0 20h10.435v-5.876L16.31 20h3.636l.053-.053V16.31l-5.876-5.876H20Z'/%3E%3Cpath fill='%23D80027' d='M10.118 2.609a20.096 20.096 0 0 0-7.51 7.51V20h5.218V7.826H20V2.61h-9.882Z'/%3E%3Cpath fill='%23D80027' d='m20 17.54-7.106-7.105h-2.46L20 20v-2.46Z'/%3E%3Cpath fill='%23F0F0F0' d='m12.062 23.478 1.097 2.295 2.479-.572-1.11 2.289 1.993 1.58-2.482.56.007 2.544-1.984-1.592-1.985 1.592.007-2.544-2.482-.56 1.993-1.58-1.11-2.29 2.479.573 1.098-2.295ZM29.943 27.826l.55 1.148 1.239-.287-.555 1.145.996.79-1.24.28.003 1.272-.993-.796-.992.796.003-1.272-1.24-.28.996-.79-.555-1.145 1.24.287.548-1.148ZM24.838 15.652l.549 1.148 1.239-.287-.555 1.145.997.79-1.241.28L25.83 20l-.992-.796-.992.796.003-1.272-1.241-.28.997-.79-.555-1.145 1.239.287.549-1.148ZM29.943 8.696l.55 1.147 1.239-.286-.555 1.144.996.79-1.24.28.003 1.272-.993-.795-.992.795.003-1.272-1.24-.28.996-.79-.555-1.144 1.24.286.548-1.147ZM34.403 13.913l.55 1.148 1.238-.287-.555 1.145.997.79-1.24.28.003 1.272-.993-.796-.992.796.003-1.272-1.24-.28.996-.79-.555-1.145 1.24.287.548-1.148ZM31.214 20l.432 1.329h1.397l-1.13.82.432 1.33-1.13-.822-1.13.821.43-1.328-1.13-.821h1.398L31.214 20Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.form label{display:block;font-size:12px;line-height:22px;font-weight:500}.form .inline-label{display:flex;gap:6px}.form .field+.field{margin-top:16px}.form .field.field--error input{border-color:#a8200d}.form .custom-expense-category{width:100%;display:flex;align-items:center;gap:12px;text-align:left;border:2px solid #E6E6E6;border-radius:8px;padding:12px 16px;color:#757778}.form .custom-expense-category .label{flex-grow:1}.form .custom-expense-category .label.selected{color:#0e0f0c}.form .custom-expense-category:after{content:"";display:block;width:12px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 9'%3E%3Cpath stroke='%23757778' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.form .custom-expense-category:focus-visible{outline:3px solid #0070DF}.link{cursor:pointer;color:#0070df;text-decoration:none;border-bottom:1px solid rgba(14,15,12,.2)}@media (hover: hover){.link:hover:not(:disabled){color:#00336f}}.banner{padding:16px;border-radius:4px;display:flex;flex-direction:row;gap:12px;align-items:center;font-weight:500;font-size:12px;line-height:14px;letter-spacing:-.01em}.banner p+p{margin-top:1em}.banner:before{content:"";display:block;width:24px;height:24px;background-position:center;background-repeat:no-repeat;flex-shrink:0}.banner.banner--info{background-color:#ebf2ff}.banner.banner--info:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%230E61FE' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-11v6h2v-6h-2Zm0-4v2h2V7h-2Z'/%3E%3C/svg%3E")}.banner.banner--warning{background-color:#fff3ca}.banner.banner--warning:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23FF832C' d='m12.866 3 9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0ZM11 16v2h2v-2h-2Zm0-7v5h2V9h-2Z'/%3E%3C/svg%3E")}.banner.banner--error{background-color:#ffdbdd}.banner.banner--error:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23DA1E28' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-1-7v2h2v-2h-2Zm0-8v6h2V7h-2Z'/%3E%3C/svg%3E")}.banner.banner--success{background-color:#e7f8eb}.banner.banner--success:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2324A147' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-.997-6 7.07-7.071-1.413-1.414-5.657 5.657-2.829-2.829-1.414 1.414L11.003 16Z'/%3E%3C/svg%3E")}.empty-state{width:100%;align-self:center;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:12px;padding:88px 24px}.empty-state .empty-state-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:342px}.empty-state .description{text-align:center}.hide-amounts .sensitive{color:transparent!important;text-shadow:0 0 .5em rgba(14,15,12,.5);-webkit-user-select:none!important;user-select:none!important}.hide-amounts .sensitive.trend{text-shadow:0 0 .5em rgba(6,118,71,.5)}.hide-amounts .sensitive.trend.positive{text-shadow:0 0 .5em rgba(180,35,24,.5)}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=url],textarea{width:100%;padding:16px;border:2px solid #E6E6E6;border-radius:8px}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=number]::placeholder,input[type=url]::placeholder,textarea::placeholder{color:#0e0f0c;opacity:.6;font-weight:500}input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,input[type=search]:focus-visible,input[type=number]:focus-visible,input[type=url]:focus-visible,textarea:focus-visible{outline:3px solid #0070DF}input[type=search]{width:100%;font-size:14px;line-height:22px;letter-spacing:-.12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:23px;border:1px solid #0E0F0C;padding:11px 16px 11px 48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 21 4.343-4.343M21 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:16px;background-size:24px 24px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;right:0;height:20px;width:20px;border-radius:50%;background-color:#757778;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M4 3.111 7.111 0 8 .889 4.889 4 8 7.111 7.111 8 4 4.889.889 8 0 7.11 3.111 4 0 .889.889 0 4 3.111Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:8px 8px;background-position:center;cursor:pointer}input[type=search]:focus-visible{outline:3px solid #0070DF;color:#0e0f0c}input[type=search]:focus-visible::placeholder{color:#0e0f0c}input[type=search].gray{border:none;background-color:#e6e6e6;color:#454745}input[type=date],input[type=datetime-local]{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:inherit;color:inherit;border:2px solid #E6E6E6;border-radius:8px;padding:24.5px 16px}input[type=date]:focus-visible,input[type=datetime-local]:focus-visible{outline:3px solid #0070DF}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input[type=datetime-local]::-webkit-date-and-time-value{text-align:left;line-height:1em;min-height:1em}input[type=number]{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=checkbox]{width:20px;height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;border:2px solid #E6E6E6;border-radius:50%;cursor:pointer}@media (hover: hover){input[type=checkbox]:hover:not(:disabled){border:2px solid #0070DF}}input[type=checkbox]:checked{border:2px solid #0070DF;background-color:#0070df;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 8'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1.25 3.68 6.675a.25.25 0 0 1-.358-.002L1 4.251'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 8px}label.toggle-checkbox{position:relative;display:inline-block;width:36px;height:20px;background-color:#757778;border-radius:20px}label.toggle-checkbox:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background-color:#fff;top:2px;left:2px;transition:all .3s}input[type=checkbox].toggle-checkbox{display:none}input[type=checkbox].toggle-checkbox:checked+label.toggle-checkbox{background-color:#0070df}input[type=checkbox].toggle-checkbox:checked+label.toggle-checkbox:after{left:18px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;color:inherit;width:100%;text-align:left;border:2px solid #E6E6E6;border-radius:8px;padding:25px 44px 25px 16px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 6px;background-position:calc(100% - 16px) center}.money-currency-input{position:relative;width:100%;height:82px}.money-currency-input .amount{position:absolute;top:0;right:0;bottom:0;left:0;font-size:28px;padding-right:130px}.money-currency-input .currency{position:absolute;right:16px;top:calc(50% - 17px);color:#757778;font-size:24px;line-height:34px;letter-spacing:-.85px;background-color:#fff;display:flex;align-items:center;gap:8px}.money-currency-input .currency .flag{flex-shrink:0}.money-currency-input .currency .name{flex-grow:1}.money-currency-input button.currency:after{content:"";display:block;width:12px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 9'%3E%3Cpath stroke='%23757778' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;flex-shrink:0}.exchange-rate-input{position:relative;width:100%;height:64px}.exchange-rate-input .amount{position:absolute;top:0;right:0;bottom:0;left:0;padding-right:62px}.exchange-rate-input .currency{position:absolute;right:16px;top:calc(50% - 8px);color:#757778;background-color:#fff;line-height:1;display:flex;align-items:center;gap:8px}.exchange-rate-input .currency .flag{flex-shrink:0}.exchange-rate-input .currency .name{flex-grow:1}.password-input{position:relative;width:100%;height:58px}.password-input input{position:absolute;top:0;right:0;bottom:0;left:0;padding-right:56px}.password-input .toggle{position:absolute;right:16px;top:calc(50% - 12px);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%23757778' d='M12 3.5c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.818-9 .94-5.12 5.426-9 10.818-9Zm0 16a9.005 9.005 0 0 0 8.778-7 9.005 9.005 0 0 0-17.555 0 9.005 9.005 0 0 0 8.777 7Zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.password-input .toggle.toggle--on{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23757778' d='M17.883 19.297A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A10.982 10.982 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414 19.799 19.798-1.414 1.415-3.31-3.31ZM5.936 7.35A8.965 8.965 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604L5.936 7.35Zm6.978 6.978-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241Zm7.893 2.265-1.431-1.431A8.935 8.935 0 0 0 20.778 12 9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.593Zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.769l-4.77-4.77Z'/%3E%3C/svg%3E")}.form-error{font-size:12px;margin-top:4px;color:#a8200d}.pick-multiple-modal .search{padding:16px}.pick-multiple-modal .toggle-all{position:sticky;top:-16px;background-color:#fff;z-index:2}.pick-multiple-modal .categories{position:relative}.pick-period-modal .label:has(input:invalid){color:#a8200d}.pick-period-modal input[type=date]{padding:0;margin:0;color:inherit;border:none;border-radius:revert;width:auto;outline:none;background:none}.pick-period-modal input[type=date]:invalid{color:#a8200d}.pick-period-modal .placeholder{margin-right:10px}.pick-amount-modal .money-input{border:none;border-radius:0;padding:5px 2px}.pick-amount-modal .money-input:focus-visible{outline:none;border-bottom:3px solid #0070DF}.create-expense-modal{position:relative;background-color:#000}.create-expense-modal .camera,.create-expense-modal .freeze-frame{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.create-expense-modal .freeze-frame{width:100%;height:100%;visibility:hidden}.create-expense-modal .freeze-frame.visible{visibility:visible}.create-expense-modal .overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;color:#fff}.create-expense-modal .overlay--loading .finder,.create-expense-modal .overlay--success .finder,.create-expense-modal .overlay--error .finder{visibility:visible!important;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#0e0f0c}.create-expense-modal .overlay--loading .finder{background-color:#000;display:flex;align-items:center;justify-content:center}.create-expense-modal .overlay--loading .finder .heading{color:#fff!important}.create-expense-modal .overlay--loading .finder .icon{background-color:#fff}.create-expense-modal .overlay--success .header,.create-expense-modal .overlay--error .header{background-color:#000000d9}.create-expense-modal .overlay--success .finder,.create-expense-modal .overlay--error .finder{box-shadow:0 0 0 1600px #000000d9}.create-expense-modal .overlay--mode-image.overlay--idle .content{background-color:#000000a6}.create-expense-modal .overlay--mode-image .finder,.create-expense-modal .overlay--mode-image .instructions,.create-expense-modal .overlay--mode-image .camera-actions{visibility:hidden}.create-expense-modal .overlay--mode-image .loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.create-expense-modal .header{background:none;border:none;justify-content:space-between;position:revert;z-index:2;background-color:#000000a6;padding-top:calc(8px + var(--header-padding))}.create-expense-modal .header:after{display:none}.create-expense-modal .content{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding-bottom:var(--footer-padding)}.create-expense-modal .instructions{z-index:1;text-align:center;font-weight:500;font-size:14px;line-height:16px}.create-expense-modal .instructions .leading{font-size:22px;line-height:28px;font-weight:600;letter-spacing:-.4px}.create-expense-modal .invisible{visibility:hidden}.create-expense-modal .invisible.show{visibility:visible}.create-expense-modal .loading{width:48px;height:48px;display:flex;align-items:center;justify-content:center;visibility:hidden}.create-expense-modal .loading .icon{background-color:revert!important;--loading-animation-offset: 8px}.create-expense-modal .loading .icon:before{width:8px;height:8px;background-color:#fff}.create-expense-modal .loading .icon:after{width:8px;height:8px;background-color:#ffffff80}.create-expense-modal .finder{width:90%;height:90%;max-width:300px;max-height:300px;border:2px solid #FFFFFF;border-radius:12px;box-shadow:0 0 0 1600px #000000a6;display:flex;align-items:center;justify-content:center}.create-expense-modal .finder .status{padding:7px;text-align:center}.create-expense-modal .finder .status svg{display:inline-block}.create-expense-modal .finder .status .heading{color:#0e0f0c;font-size:22px;line-height:28px;font-weight:600;letter-spacing:-.4px}.create-expense-modal .finder .status .description{color:#757778;font-size:14px;line-height:16px;font-weight:500;letter-spacing:-.12px}.create-expense-modal .finder .path{stroke-dasharray:1000;stroke-dashoffset:0}.create-expense-modal .finder .path.circle{-webkit-animation:dash .9s ease-in-out;animation:dash .9s ease-in-out}.create-expense-modal .finder .path.line{stroke-dashoffset:1000;-webkit-animation:dash .9s .35s ease-in-out forwards;animation:dash .9s .35s ease-in-out forwards}.create-expense-modal .finder .path.check{stroke-dashoffset:-100;-webkit-animation:dash-check .9s .35s ease-in-out forwards;animation:dash-check .9s .35s ease-in-out forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}.create-expense-modal .camera-actions{display:flex;flex-direction:column;align-items:center;gap:48px}.create-expense-modal .controls{display:flex;gap:72px;min-height:64px}.create-expense-modal .controls .control{width:64px;height:64px;border-radius:50%;background-color:#01010180;color:#fff;font-size:16px;line-height:19px;display:flex;align-items:center;justify-content:center}@media (hover: hover){.create-expense-modal .controls .control:hover:not(:disabled){background-color:#010101}}.create-expense-modal .controls .control:disabled{color:#757778;background-color:#0101014d;cursor:not-allowed}.create-expense-modal .controls .control.control--active{background-color:#fff;color:#0e0f0c}.create-expense-modal .button-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.4)}@media (hover: hover){.create-expense-modal .button-link:hover:not(:disabled){color:#fff}}.create-expense-modal .file-picker{display:none}.category.hrana{background-color:#0f62fe}.category.pice{background-color:#0050e6}.category.licna-higijena-i-nega{background-color:#726e6e}.category.automobil{background-color:#0072c3}.category.prevoz{background-color:#198038}.category.zdravlje{background-color:#ee5396}.category.domacinstvo{background-color:#00539a}.category.tehnika{background-color:#0e6027}.category.zabava-i-rekreacija{background-color:#d02670}.category.obrazovanje{background-color:#8a3ffc}.category.licna-kupovina{background-color:#8e6a00}.category.racuni{background-color:#5b24ad}.category.deca{background-color:#da1e28}.category.kucni-ljubimci{background-color:#007d79}.category.finansijski-troskovi{background-color:#ba4e00}.category.putovanja-i-odmor{background-color:#684e00}.category.restorani-i-izlasci{background-color:#eb6200}.category.ostale-usluge{background-color:#009d9a}.category.duvanski-proizvodi{background-color:#726e6e}.category.kancelarijski-i-skolski-pribor{background-color:#6f6f6f}.category.pokloni{background-color:#fa4d56}.category.nekategorizovano,.category.ostalo{background-color:#a8a8a8}.category.light.hrana{background-color:#d0e2ff}.category.light.pice{background-color:#b8d3ff}.category.light.licna-higijena-i-nega{background-color:#e5e0df}.category.light.automobil{background-color:#cef}.category.light.prevoz{background-color:#b6f6c8}.category.light.zdravlje{background-color:#ffe0ef}.category.light.domacinstvo{background-color:#bae6ff}.category.light.tehnika{background-color:#a7f0ba}.category.light.zabava-i-rekreacija{background-color:#ffd6e8}.category.light.obrazovanje{background-color:#ede5ff}.category.light.licna-kupovina{background-color:#f8e6a0}.category.light.racuni{background-color:#dcc7ff}.category.light.deca{background-color:#ffd7d9}.category.light.kucni-ljubimci{background-color:#9ef0f0}.category.light.finansijski-troskovi{background-color:#ffd9be}.category.light.putovanja-i-odmor{background-color:#fddc69}.category.light.restorani-i-izlasci{background-color:#ffe2cc}.category.light.ostale-usluge{background-color:#d9fbfb}.category.light.duvanski-proizvodi,.category.light.kancelarijski-i-skolski-pribor{background-color:#e5e0df}.category.light.pokloni{background-color:#ffe0e0}.category.light.nekategorizovano,.category.light.ostalo{background-color:#e5e0df}.category.lightest.hrana{background-color:#d0e2ff4d}.category.lightest.pice{background-color:#b8d3ff4d}.category.lightest.licna-higijena-i-nega{background-color:#e5e0df4d}.category.lightest.automobil{background-color:#cceeff4d}.category.lightest.prevoz{background-color:#b6f6c84d}.category.lightest.zdravlje{background-color:#ffe0ef4d}.category.lightest.domacinstvo{background-color:#bae6ff4d}.category.lightest.tehnika{background-color:#a7f0ba4d}.category.lightest.zabava-i-rekreacija{background-color:#ffd6e84d}.category.lightest.obrazovanje{background-color:#ede5ff4d}.category.lightest.licna-kupovina{background-color:#f8e6a04d}.category.lightest.racuni{background-color:#dcc7ff4d}.category.lightest.deca{background-color:#ffd7d94d}.category.lightest.kucni-ljubimci{background-color:#9ef0f04d}.category.lightest.finansijski-troskovi{background-color:#ffd9be4d}.category.lightest.putovanja-i-odmor{background-color:#fddc694d}.category.lightest.restorani-i-izlasci{background-color:#ffe2cc4d}.category.lightest.ostale-usluge{background-color:#d9fbfb4d}.category.lightest.duvanski-proizvodi,.category.lightest.kancelarijski-i-skolski-pribor{background-color:#e5e0df4d}.category.lightest.pokloni{background-color:#ffe0e04d}.category.lightest.nekategorizovano,.category.lightest.ostalo{background-color:#e5e0df4d}.icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23726E6E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M13.333 12.51c.348-1.068 1.482-1.843 2.667-1.843a2.677 2.677 0 0 1 2.667 2.667v.013C18.667 15.62 16 16 16 16.6v.4m0 4.334v.013M29.333 16c0 7.364-5.97 13.334-13.333 13.334-7.364 0-13.333-5.97-13.333-13.334S8.637 2.667 16 2.667c7.364 0 13.333 5.97 13.333 13.333Zm-13 5.334a.333.333 0 1 1-.666 0 .333.333 0 0 1 .666 0Z'/%3E%3C/svg%3E")}.icon.icon--hrana{color:#0f62fe;background-color:#d0e2ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%230F62FE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m8 8 .045-.02c.793-.34 1.165-1.317.822-2.155l-.401-.983c-.343-.838.03-1.815.822-2.156l.045-.02m6 5.334.045-.02c.793-.34 1.166-1.317.823-2.155l-.402-.983c-.343-.838.03-1.815.823-2.156l.045-.02m6 5.334.045-.02c.793-.34 1.165-1.317.822-2.155l-.401-.983c-.343-.838.03-1.815.822-2.156l.045-.02M2.667 14.002c.053 2.36.394 4.288 1.008 5.768a13.333 13.333 0 0 0 7.22 7.216V28c0 .737.597 1.334 1.334 1.334h7.542c.737 0 1.334-.597 1.334-1.334v-1.015a13.341 13.341 0 0 0 7.22-7.216c.614-1.48.955-3.408 1.008-5.768a.656.656 0 0 0-.66-.667H3.326a.656.656 0 0 0-.66.667Z'/%3E%3C/svg%3E")}.icon.icon--pice{color:#0050e6;background-color:#b8d3ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%230050E6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M16.125 8.321a6.401 6.401 0 1 1 1.8 5.86m-5.768 5.662v8.962m0-8.962-8.379-8.232c-1.226-1.204-.373-3.29 1.346-3.29h14.074c1.72 0 2.573 2.087 1.346 3.291l-8.387 8.231Zm0 8.962H8.316m3.84 0h3.841'/%3E%3C/svg%3E")}.icon.icon--licna-higijena-i-nega{color:#726e6e;background-color:#e5e0df;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23726E6E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M2.667 15.334H4m0 0 1.257 7.543a5.333 5.333 0 0 0 5.261 4.457h10.964a5.333 5.333 0 0 0 5.26-4.457L28 15.334m-24 0h24m0 0h1.333m-20.666 12v2m14.666-2v2M12.277 5.984l-.399 3.31 3.464-2-3.065-1.31Zm0 0-.958-1.693a3.2 3.2 0 0 0-5.986 1.576v9.466'/%3E%3C/svg%3E")}.icon.icon--automobil{color:#0072c3;background-color:#cef;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%230072C3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M29.333 25.334V28m0-2.666H2.667m26.666 0V20a5.329 5.329 0 0 0-2.421-4.469M2.667 28.001v-2.667m0 0V20c0-1.87.963-3.516 2.42-4.468M29.333 12a2.667 2.667 0 0 0-2.666 2.667l-1.838-6.432M2.667 12a2.667 2.667 0 0 1 2.666 2.667l1.838-6.432m0 0a4 4 0 0 1 3.846-2.901h9.966a4 4 0 0 1 3.846 2.9m-17.658 0-2.084 7.298M24.83 8.235l2.083 7.296m-18.245 4.47a.667.667 0 1 1-1.334 0m1.334 0a.667.667 0 0 0-1.334 0m1.334 0H7.333m17.334 0a.667.667 0 1 1-1.334 0m1.334 0a.667.667 0 0 0-1.334 0m1.334 0h-1.334M5.087 15.53A5.308 5.308 0 0 1 8 14.668h16c1.074 0 2.075.318 2.912.864'/%3E%3C/svg%3E")}.icon.icon--prevoz{color:#198038;background-color:#b6f6c8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23198038' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M26.667 14.667H5.333M22.667 24l2 4m-2-4H9.333m13.334 0a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4H9.333a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4m16 5.334L24.667 28M9.333 24l-2 4m-.666 1.334L7.333 28m4-8.666a.667.667 0 0 1-1.333 0m1.333 0a.667.667 0 0 0-1.333 0m1.333 0H10m12 0a.667.667 0 1 1-1.333 0m1.333 0a.667.667 0 1 0-1.333 0m1.333 0h-1.333m4 8.666H7.333'/%3E%3C/svg%3E")}.icon.icon--zdravlje{color:#ee5396;background-color:#ffe0ef;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23EE5396' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M10.667 19.334v2a8 8 0 1 0 16 0V18m0 0a2.667 2.667 0 1 0 0-5.333 2.667 2.667 0 0 0 0 5.333ZM5.107 2.667l-.97.485a2.667 2.667 0 0 0-1.452 2.73l.95 7.277a7.092 7.092 0 0 0 14.063 0l.95-7.277a2.667 2.667 0 0 0-1.452-2.73l-.97-.485'/%3E%3C/svg%3E")}.icon.icon--domacinstvo{color:#00539a;background-color:#bae6ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%2300539A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M26.667 11.254V24a4 4 0 0 1-4 4H9.333a4 4 0 0 1-4-4V11.254m21.334 0L18.46 4.852a4 4 0 0 0-4.92 0l-8.207 6.402m21.334 0 2.666 2.08m-24-2.08-2.666 2.08m11.333 8h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2Z'/%3E%3C/svg%3E")}.icon.icon--tehnika{color:#0e6027;background-color:#a7f0ba;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%230E6027' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M29.333 16H28a4 4 0 0 0-4 4v5.334a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V24M6.667 2.667v4m0 0h10.666m-10.666 0A2.667 2.667 0 0 0 4 9.334v3.83a4 4 0 0 0 .99 2.634l3.182 3.637a2 2 0 0 1 .495 1.317V22a2 2 0 0 0 2 2h2.666a2 2 0 0 0 2-2v-1.248a2 2 0 0 1 .495-1.317l3.182-3.637a4 4 0 0 0 .99-2.634v-3.83a2.667 2.667 0 0 0-2.667-2.667m0-4v4'/%3E%3C/svg%3E")}.icon.icon--zabava-i-rekreacija{color:#d02670;background-color:#ffd6e8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23D02670' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m15.448 26 1.193-5.967a1.333 1.333 0 0 0-.365-1.204l-3.886-3.886a1.333 1.333 0 0 1 0-1.885l3.448-3.448c.52-.52 1.365-.52 1.886 0l2.666 2.667c.25.25.59.39.943.39h4m-4.666-8a.667.667 0 0 1-1.334 0m1.334 0a.667.667 0 0 0-1.334 0m1.334 0h-1.334M12 23.334a4.667 4.667 0 1 1-9.333 0 4.667 4.667 0 0 1 9.333 0Zm17.333 0a4.667 4.667 0 1 1-9.333 0 4.667 4.667 0 0 1 9.333 0Z'/%3E%3C/svg%3E")}.icon.icon--obrazovanje{color:#8a3ffc;background-color:#ede5ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%238A3FFC' d='M21.333 11.867a1.2 1.2 0 1 0 0-2.4v2.4Zm-10.666-2.4a1.2 1.2 0 0 0 0 2.4v-2.4Zm6.666 7.733a1.2 1.2 0 0 0 0-2.4v2.4Zm-6.666-2.4a1.2 1.2 0 1 0 0 2.4v-2.4ZM26.533 24a1.2 1.2 0 1 0-2.4 0h2.4Zm-2.4 5.334a1.2 1.2 0 1 0 2.4 0h-2.4Zm2.534 1.2a1.2 1.2 0 0 0 0-2.4v2.4ZM21.333 9.467H10.667v2.4h10.666v-2.4Zm-4 5.333h-6.666v2.4h6.666v-2.4Zm6.8 9.2v5.334h2.4V24h-2.4Zm-20-17.333v20h2.4v-20h-2.4Zm5.2-2.8H24v-2.4H9.333v2.4Zm16.134 1.467v16h2.4v-16h-2.4ZM24 22.8H8v2.4h16v-2.4ZM8 30.534h18.667v-2.4H8v2.4ZM8 22.8a3.867 3.867 0 0 0-3.867 3.867h2.4c0-.81.657-1.467 1.467-1.467v-2.4Zm17.467-1.466c0 .81-.657 1.466-1.467 1.466v2.4a3.867 3.867 0 0 0 3.867-3.866h-2.4ZM24 3.867c.81 0 1.467.657 1.467 1.467h2.4A3.867 3.867 0 0 0 24 1.467v2.4Zm-19.867 22.8A3.867 3.867 0 0 0 8 30.534v-2.4c-.81 0-1.467-.657-1.467-1.467h-2.4Zm2.4-20a2.8 2.8 0 0 1 2.8-2.8v-2.4a5.2 5.2 0 0 0-5.2 5.2h2.4Z'/%3E%3C/svg%3E")}.icon.icon--licna-kupovina{color:#8e6a00;background-color:#f8e6a0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%238E6A00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M12 18.667h8M21.333 8a5.333 5.333 0 1 0-10.666 0M7.33 29.334h17.338a4 4 0 0 0 3.992-4.25l-.833-13.333A4 4 0 0 0 23.836 8H8.164a4 4 0 0 0-3.992 3.75l-.833 13.333a4 4 0 0 0 3.992 4.25Z'/%3E%3C/svg%3E")}.icon.icon--racuni{color:#5b24ad;background-color:#dcc7ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%235B24AD' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M16 10.667h-5.333M21.333 16H10.667m10.666 5.334H10.667m-1.334 8h13.334a4 4 0 0 0 4-4V6.667a4 4 0 0 0-4-4H9.333a4 4 0 0 0-4 4v18.667a4 4 0 0 0 4 4Z'/%3E%3C/svg%3E")}.icon.icon--deca{color:#da1e28;background-color:#ffd7d9;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23DA1E28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M16 2.667C8.636 2.667 2.667 8.637 2.667 16c0 7.364 5.97 13.334 13.333 13.334 7.364 0 13.333-5.97 13.333-13.334S23.363 2.667 16 2.667Zm0 0A3.333 3.333 0 1 0 18.667 8m-9.334 7.666c1.086-1.34 2.914-1.34 4 0m5.334 0c1.086-1.34 2.914-1.34 4 0M12 22.672a6.637 6.637 0 0 0 4 1.333c1.5 0 2.886-.496 4-1.333'/%3E%3C/svg%3E")}.icon.icon--kucni-ljubimci{color:#007d79;background-color:#9ef0f0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23007D79' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M5.333 15.106a4.002 4.002 0 0 1-2.666-3.772m19.33-2.667h.006m-7.336 4.667 8 4m-7.334-4 1.334-10.667 1.333 2h4.667c.839 0 1.63.395 2.133 1.067l1.2 1.6h2.667c.368 0 .666.298.666.666v2.38a4 4 0 0 1-3.602 3.98l-.663.067a2.667 2.667 0 0 0-2.401 2.653v10.254a2 2 0 0 1-2 2h-1.334a2 2 0 0 1-2-2v-2.667A2.667 2.667 0 0 0 14.667 22H12a2.667 2.667 0 0 0-2.667 2.667v2.667a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V20a6.667 6.667 0 0 1 6.667-6.666h4.666Z'/%3E%3C/svg%3E")}.icon.icon--finansijski-troskovi{color:#ba4e00;background-color:#ffd9be;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23BA4E00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M26.667 14.884c1.994-.89 2.666-2.11 2.666-2.884m-4.285-1.89c3.263-.855 4.285-2.49 4.285-3.443m0 0c0-1.333-2-4-9.333-4s-9.333 2.667-9.333 4v.031m18.666-.031v10.667c0 .925-.962 2.491-4 3.364M2.667 20c0 1.334 2 4 9.333 4s9.333-2.666 9.333-4M2.667 14.667c0 1.333 2 4 9.333 4s9.333-2.667 9.333-4m-18.666 0c0-1.333 2-4 9.333-4s9.333 2.667 9.333 4m-18.666 0v10.667c0 1.333 2 4 9.333 4s9.333-2.667 9.333-4V14.667'/%3E%3C/svg%3E")}.icon.icon--putovanja-i-odmor{color:#684e00;background-color:#fddc69;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23684E00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M2.667 26.667h26.666M5.608 19.374l-2.843-4.541a.667.667 0 0 1 .29-.961l.952-.432a2.667 2.667 0 0 1 2.664.267l1.838 1.329a.667.667 0 0 0 .673.064l3.346-1.56a.667.667 0 0 0 .207-1.059l-4.88-5.254a.667.667 0 0 1 .105-1l.593-.415a2.667 2.667 0 0 1 2.941-.079l7.297 4.551c.192.12.43.134.635.039l3.297-1.538c2.115-.986 5.418-1.79 6.404.324.986 2.115-1.753 4.128-3.868 5.114L13.944 19.5c-.706.329-1.476.5-2.254.5H6.738c-.459 0-.886-.237-1.13-.626Z'/%3E%3C/svg%3E")}.icon.icon--restorani-i-izlasci{color:#eb6200;background-color:#ffe2cc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23EB6200' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m5.747 4-.401 6.417a4 4 0 0 0 3.992 4.25h.409m4-10.667.401 6.417a4 4 0 0 1-3.992 4.25h-.41m0-4.667V4m0 10.667V28m16.92-7.333V4c-2.666 1.334-5.6 4.142-6 7.334-.398 3.191-.558 5.478-.623 7.335-.038 1.104.853 1.998 1.957 1.998h4.667Zm0 0V28'/%3E%3C/svg%3E")}.icon.icon--ostale-usluge{color:#009d9a;background-color:#d9fbfb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23009D9A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M4 6a2 2 0 0 1 2-2h5.333a2 2 0 0 1 2 2v5.334a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6ZM4 20.667a2 2 0 0 1 2-2h5.333a2 2 0 0 1 2 2V26a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-5.333ZM18.667 6a2 2 0 0 1 2-2H26a2 2 0 0 1 2 2v5.334a2 2 0 0 1-2 2h-5.333a2 2 0 0 1-2-2V6ZM18.667 20.667a2 2 0 0 1 2-2H26a2 2 0 0 1 2 2V26a2 2 0 0 1-2 2h-5.333a2 2 0 0 1-2-2v-5.333Z'/%3E%3C/svg%3E")}.icon.icon--duvanski-proizvodi{color:#726e6e;background-color:#e5e0df;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23726E6E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M29.333 12v-.666A3.333 3.333 0 0 0 26 8a3.333 3.333 0 0 1-3.333-3.333V4m6.666 18.667v-5.333m-17.333 0h13.333v5.333H12m0-5.333H4c-.736 0-1.333.596-1.333 1.333v2.667c0 .736.597 1.333 1.333 1.333h8m0-5.333v5.333'/%3E%3C/svg%3E")}.icon.icon--kancelarijski-i-skolski-pribor{color:#6f6f6f;background-color:#e5e0df;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%236F6F6F' d='M8 24v1.2A1.2 1.2 0 0 0 9.2 24H8Zm16 0h-1.2a1.2 1.2 0 0 0 1.2 1.2V24ZM8 20v-1.2A1.2 1.2 0 0 0 6.8 20H8Zm16 0h1.2a1.2 1.2 0 0 0-1.2-1.2V20Zm0-10.666v1.2a1.2 1.2 0 0 0 1.2-1.2H24Zm-16 0H6.8a1.2 1.2 0 0 0 1.2 1.2v-1.2Zm16 6.533a1.2 1.2 0 1 0 0-2.4v2.4Zm-5.333-2.4a1.2 1.2 0 1 0 0 2.4v-2.4Zm-12-2.933h18.666v-2.4H6.667v2.4Zm21.466 2.8V20h2.4v-6.666h-2.4ZM3.867 20v-6.666h-2.4V20h2.4ZM8 22.8H6.667v2.4H8v-2.4Zm17.333 0H24v2.4h1.333v-2.4ZM9.2 24v-4H6.8v4h2.4ZM8 21.2h16v-2.4H8v2.4ZM22.8 20v4h2.4v-4h-2.4ZM1.467 20a5.2 5.2 0 0 0 5.2 5.2v-2.4a2.8 2.8 0 0 1-2.8-2.8h-2.4Zm26.666 0a2.8 2.8 0 0 1-2.8 2.8v2.4a5.2 5.2 0 0 0 5.2-5.2h-2.4Zm-2.8-9.466a2.8 2.8 0 0 1 2.8 2.8h2.4a5.2 5.2 0 0 0-5.2-5.2v2.4Zm-18.666-2.4a5.2 5.2 0 0 0-5.2 5.2h2.4a2.8 2.8 0 0 1 2.8-2.8v-2.4ZM22.8 20v5.334h2.4V20h-2.4Zm-1.467 6.8H10.667v2.4h10.666v-2.4ZM9.2 25.334V20H6.8v5.334h2.4Zm1.467 1.466c-.81 0-1.467-.656-1.467-1.466H6.8a3.867 3.867 0 0 0 3.867 3.866v-2.4ZM22.8 25.334c0 .81-.657 1.466-1.467 1.466v2.4a3.867 3.867 0 0 0 3.867-3.866h-2.4ZM10.667 5.2h10.666V2.8H10.667v2.4ZM22.8 6.667v2.667h2.4V6.667h-2.4ZM9.2 9.334V6.667H6.8v2.667h2.4Zm-1.2 1.2h16v-2.4H8v2.4ZM21.333 5.2c.81 0 1.467.657 1.467 1.467h2.4A3.867 3.867 0 0 0 21.333 2.8v2.4ZM10.667 2.8A3.867 3.867 0 0 0 6.8 6.667h2.4c0-.81.657-1.467 1.467-1.467V2.8ZM24 13.467h-5.333v2.4H24v-2.4Z'/%3E%3C/svg%3E")}.icon.icon--pokloni{color:#fa4d56;background-color:#ffe0e0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23FA4D56' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M27.333 14.583v10.75a4 4 0 0 1-4 4H8.667a4 4 0 0 1-4-4v-10.75M16 8v21.334M16 8l2.423-3.902a3.016 3.016 0 0 1 5.149 3.141L23.115 8M16 8l-2.423-3.903A3.015 3.015 0 0 0 8.43 7.238L8.886 8m-3.553 6.667h21.334A2.667 2.667 0 0 0 29.333 12v-1.333A2.667 2.667 0 0 0 26.667 8H5.333a2.667 2.667 0 0 0-2.666 2.667V12a2.667 2.667 0 0 0 2.666 2.667Z'/%3E%3C/svg%3E")}.icon.icon--ostalo{color:#a8a8a8;background-color:#e5e0df;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h32v32H0z' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23A8A8A8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m6 6 20 20m0-20L6 26'/%3E%3C/svg%3E")}.auth{width:100%;max-width:var(--app-max-width);margin:auto;display:flex;flex-direction:column;justify-content:space-between;position:relative;background-color:#fff;min-height:100%;min-height:100vh}@media not (display-mode: fullscreen){.auth{min-height:100dvh}}.auth .button--secondary{background-color:#00336f;border-color:#fff;color:#fff}@media (hover: hover){.auth .button--secondary:hover:not(:disabled){color:#0e0f0c;background-color:#f2f5f7}}.auth .intro-header{position:relative;padding-top:calc(72px + env(safe-area-inset-top));padding-left:16px;padding-right:16px;padding-bottom:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:#00336f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='481' fill='none'%3E%3Cg opacity='.2'%3E%3Cmask id='b' width='480' height='481' x='-45' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M0 0h480v480H0z' transform='translate(-45 .637)'/%3E%3C/mask%3E%3Cg stroke='%23fff' mask='url(%23b)'%3E%3Ccircle cx='195' cy='240.637' r='47.5'/%3E%3Ccircle cx='195' cy='240.637' r='79.5'/%3E%3Ccircle cx='195' cy='240.637' r='111.5'/%3E%3Ccircle cx='195' cy='240.637' r='143.5'/%3E%3Ccircle cx='195' cy='240.637' r='143.5'/%3E%3Ccircle cx='195' cy='240.637' r='175.5'/%3E%3Ccircle cx='195' cy='240.637' r='207.5'/%3E%3Ccircle cx='195' cy='240.637' r='239.5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='rotate(90 0 240) scale(240)' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;aspect-ratio:1;clip-path:circle(100% at 50% 0)}.auth .intro-header h2{position:absolute;top:80px;left:0;width:100%;padding:0 24px;font-weight:600;font-size:28px;text-align:center;line-height:31px;letter-spacing:-.02em}.auth .intro-header img{width:100%;max-width:500px;margin:4em auto 2em}.auth .intro-body{padding:48px 16px 64px}.auth .intro-body .text{font-weight:600;font-size:16px;line-height:19px;letter-spacing:-.01em}.auth .intro-body .features{margin-top:18px;font-weight:500;font-size:14px;line-height:17px;letter-spacing:-.01em;padding-left:0;list-style:none}.auth .intro-body .features li{display:flex;align-items:center;gap:6px}.auth .intro-body .features li:before{flex-shrink:0;display:block;width:16px;height:16px;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='16' height='16' fill='%230070DF' rx='8'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12 5.25-5.32 5.425a.25.25 0 0 1-.358-.003L4 8.251'/%3E%3C/svg%3E")}.auth .intro-body .features li+li{margin-top:16px}.auth .actions{flex-shrink:0;padding-left:16px;padding-right:16px;padding-bottom:calc(24px + var(--footer-padding))}.auth-modal .forgot-password{text-align:center}.auth-modal .separator{text-align:center;margin:24px 0;color:#757778;text-transform:uppercase;font-size:12px;line-height:14px;letter-spacing:.1em;display:flex;align-items:center;gap:8px}.auth-modal .separator:before,.auth-modal .separator:after{content:"";flex-grow:1;background-color:#eeeff2;height:2px}.static-page .header h1{font-size:1.3em}.monthly-overview-widget{padding:20px 0}.monthly-overview-widget .view-stats{margin-top:24px;text-align:center}.expenses-by-category .bar{width:100%;height:16px;border-radius:2px;gap:2px;display:flex;flex-direction:row;align-items:center;justify-content:center}.expenses-by-category .bar .category{height:100%;cursor:help}.expenses-by-category .bar .category:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.expenses-by-category .bar .category:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px}.expenses-by-category .list{list-style:none;padding-left:0;font-size:12px;line-height:22px;font-weight:500;letter-spacing:-.12px;color:#454745}.expenses-by-category .list .row{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:4px 0;border-bottom:1px solid #E6E6E6}.expenses-by-category .list .category{flex-grow:1;display:flex;align-items:center;gap:6px}.monthly-summary{display:flex;flex-direction:column;align-items:center;gap:6px}.monthly-summary .description{display:flex;align-items:center;gap:6px}.receipts-empty-state{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='481' fill='none'%3E%3Cg opacity='.3'%3E%3Cmask id='b' width='480' height='481' x='-45' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M0 0h480v480H0z' transform='translate(-45 .604)'/%3E%3C/mask%3E%3Cg stroke='%23757778' mask='url(%23b)'%3E%3Ccircle cx='195' cy='240.604' r='47.5'/%3E%3Ccircle cx='195' cy='240.604' r='79.5'/%3E%3Ccircle cx='195' cy='240.604' r='111.5'/%3E%3Ccircle cx='195' cy='240.604' r='143.5'/%3E%3Ccircle cx='195' cy='240.604' r='143.5'/%3E%3Ccircle cx='195' cy='240.604' r='175.5'/%3E%3Ccircle cx='195' cy='240.604' r='207.5'/%3E%3Ccircle cx='195' cy='240.604' r='239.5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='rotate(90 0 240) scale(240)' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center -96px;min-height:500px;width:100%;margin-left:-16px;margin-right:-16px;padding-top:40px;display:flex;align-items:center;justify-content:center;flex-direction:column}.receipts-empty-state .empty-state-inner{margin-top:32px;text-align:center;max-width:342px}.receipt-summary{display:flex;flex-direction:column;align-items:center;gap:6px}.receipt-summary .date-time{color:#757778;font-size:12px;line-height:14px;letter-spacing:-.01em;font-weight:500}.receipt-summary .date-time span+span:before{content:" • "}.receipt-summary .receipt-category{color:#0e0f0c}.receipt-items-title{display:flex;align-items:center;justify-content:space-between}.receipt-items-title .add-receipt-item{display:flex;align-items:center;justify-content:center;background-color:#0070df;width:32px;height:32px;border-radius:50%}.receipt-details .receipt-created-by{display:flex;align-items:center;gap:10px}.receipt-details .receipt-created-by .profile-photo{flex-shrink:0}.receipt-actions{display:flex;flex-direction:column;gap:16px}.receipt-items-empty{padding:88px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.receipt-items-empty .animated{--animation-offset: 7px;animation:ease-in-out 1s infinite bounce;animation-direction:alternate;transform:translateY(calc(-1 * var(--animation-offset)))}@keyframes bounce{0%{transform:translateY(calc(-1 * var(--animation-offset)))}to{transform:translateY(var(--animation-offset))}}.search-empty{display:flex;align-items:center;justify-content:center;width:300px;height:300px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 390 480'%3E%3Cmask id='b' width='480' height='480' x='-45' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M0 0h480v480H0z' transform='translate(-45)'/%3E%3C/mask%3E%3Cg stroke='%23FFC9C9' mask='url(%23b)'%3E%3Ccircle cx='195' cy='240' r='47.5'/%3E%3Ccircle cx='195' cy='240' r='79.5'/%3E%3Ccircle cx='195' cy='240' r='111.5'/%3E%3Ccircle cx='195' cy='240' r='143.5'/%3E%3Ccircle cx='195' cy='240' r='143.5'/%3E%3Ccircle cx='195' cy='240' r='175.5'/%3E%3Ccircle cx='195' cy='240' r='207.5'/%3E%3Ccircle cx='195' cy='240' r='239.5'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='rotate(90 0 240) scale(240)' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:300px;background-position:center;position:relative}.search-empty .no-result-icon{width:48px;height:48px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #EAECF0;box-shadow:0 1px 2px #1018280d}.search-empty .text{position:absolute;top:170px;text-align:center}.search-items+.search-items{margin-top:24px}.stats-total-expense{display:flex;flex-direction:column;align-items:center;gap:6px}.chart-container{width:100%;position:relative;text-align:center}.stats-categories-chart{padding:20px;max-width:400px;margin:0 auto}.icon.icon--email{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22 7v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7m20 0a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3m20 0v.318a2 2 0 0 1-1.036 1.752l-7.518 4.135a3 3 0 0 1-2.892 0L3.036 9.07A2 2 0 0 1 2 7.318V7'/%3E%3C/svg%3E")}.icon.icon--settings{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.72 3.788A1.8 1.8 0 0 0 12.917 2h-1.837a1.8 1.8 0 0 0-1.8 1.788c0 .718-.466 1.358-1.097 1.718-.632.36-1.42.43-2.053.072-.861-.49-1.978-.208-2.475.64L2.738 7.78c-.497.848-.188 1.94.674 2.43.632.359.965 1.07.965 1.789 0 .718-.333 1.43-.965 1.789-.862.49-1.172 1.582-.674 2.43l.918 1.563c.497.848 1.614 1.13 2.475.64.632-.359 1.421-.288 2.053.072.631.36 1.097 1 1.097 1.718A1.8 1.8 0 0 0 11.08 22h1.838a1.8 1.8 0 0 0 1.8-1.788c0-.718.466-1.358 1.097-1.718.632-.36 1.42-.431 2.053-.072.861.49 1.978.207 2.475-.64l.918-1.563c.497-.848.188-1.94-.674-2.43-.632-.36-.965-1.071-.965-1.789s.333-1.43.965-1.789c.862-.49 1.171-1.582.674-2.43l-.918-1.563c-.497-.847-1.614-1.13-2.475-.64-.632.359-1.421.288-2.053-.072-.631-.36-1.097-1-1.097-1.718Z'/%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E")}.icon.icon--security{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 10V6a4 4 0 0 1 8 0v4m-4 5.5V18m0-2.5a.5.5 0 0 0 .5-.5m-.5.5a.5.5 0 0 1-.5-.5m1 0a.5.5 0 0 0-1 0m1 0h-1M7 22h10a3 3 0 0 0 3-3v-6a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z'/%3E%3C/svg%3E")}.icon.icon--application{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2333425B' d='M16.5 8.75a.75.75 0 0 0 0-1.5v1.5Zm-9-1.5a.75.75 0 0 0 0 1.5v-1.5Zm9 5.5a.75.75 0 0 0 0-1.5v1.5Zm-9-1.5a.75.75 0 0 0 0 1.5v-1.5Zm5.5 5.5a.75.75 0 0 0 0-1.5v1.5Zm-5.5-1.5a.75.75 0 0 0 0 1.5v-1.5ZM6 3.75h12v-1.5H6v1.5ZM20.25 6v12h1.5V6h-1.5ZM18 20.25H6v1.5h12v-1.5ZM3.75 18V6h-1.5v12h1.5ZM6 20.25A2.25 2.25 0 0 1 3.75 18h-1.5A3.75 3.75 0 0 0 6 21.75v-1.5ZM20.25 18A2.25 2.25 0 0 1 18 20.25v1.5A3.75 3.75 0 0 0 21.75 18h-1.5ZM18 3.75A2.25 2.25 0 0 1 20.25 6h1.5A3.75 3.75 0 0 0 18 2.25v1.5ZM6 2.25A3.75 3.75 0 0 0 2.25 6h1.5A2.25 2.25 0 0 1 6 3.75v-1.5Zm10.5 5h-9v1.5h9v-1.5Zm0 4h-9v1.5h9v-1.5Zm-3.5 4H7.5v1.5H13v-1.5Z'/%3E%3C/svg%3E")}.icon.icon--users{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18.465 15.066A4.287 4.287 0 0 1 22 19.286c0 .394-.32.714-.715.714H20M16.675 4.188a3.752 3.752 0 0 1-.558 7.262M2.857 21h12.286a.857.857 0 0 0 .857-.857A5.143 5.143 0 0 0 10.857 15H7.143A5.143 5.143 0 0 0 2 20.143c0 .473.384.857.857.857ZM13.25 7.25a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0Z'/%3E%3C/svg%3E")}.icon.icon--reports{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16 13H8m5 4H8m6-14.91V6a2 2 0 0 0 2 2h3.91M17 22H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6.586a1 1 0 0 1 .707.293l5.414 5.414a1 1 0 0 1 .293.707V19a3 3 0 0 1-3 3Z'/%3E%3C/svg%3E")}.icon.icon--bank{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2333425B' d='M5.25 9a.75.75 0 1 0-1.5 0h1.5Zm-1.5 8.5a.75.75 0 0 0 1.5 0h-1.5ZM9.25 9a.75.75 0 1 0-1.5 0h1.5Zm-1.5 8.5a.75.75 0 0 0 1.5 0h-1.5Zm8.5-8.5a.75.75 0 0 0-1.5 0h1.5Zm-1.5 8.5a.75.75 0 0 0 1.5 0h-1.5Zm5.5-8.5a.75.75 0 0 0-1.5 0h1.5Zm-1.5 8.5a.75.75 0 0 0 1.5 0h-1.5ZM3.18 5.68l-.308-.685.307.684Zm7.589-3.416-.308-.684.308.684Zm2.462 0 .308-.684-.308.684Zm7.59 3.415-.308.684.308-.684ZM2 9h-.75c0 .415.336.75.75.75V9Zm20 0v.75a.75.75 0 0 0 .75-.75H22ZM2.5 21h-.75c0 .415.336.75.75.75V21Zm19 0v.75a.75.75 0 0 0 .75-.75h-.75ZM3.75 9v8.5h1.5V9h-1.5Zm4 0v8.5h1.5V9h-1.5Zm7 0v8.5h1.5V9h-1.5Zm4 0v8.5h1.5V9h-1.5ZM3.487 6.364l7.59-3.415-.616-1.368-7.59 3.415.616 1.368Zm9.436-3.415 7.59 3.415.615-1.368-7.59-3.415-.615 1.368ZM2 9.75h20v-1.5H2v1.5ZM22.75 9V7.503h-1.5V9h1.5Zm-20 0V7.503h-1.5V9h1.5Zm17.763-2.637c.448.202.737.648.737 1.14h1.5a2.75 2.75 0 0 0-1.622-2.508l-.615 1.368Zm-9.436-3.415a2.25 2.25 0 0 1 1.846 0l.616-1.368a3.75 3.75 0 0 0-3.078 0l.616 1.368ZM2.87 4.995A2.75 2.75 0 0 0 1.25 7.503h1.5c0-.492.288-.938.737-1.14l-.615-1.368ZM3.25 21v-1h-1.5v1h1.5ZM5 18.25h14v-1.5H5v1.5ZM20.75 20v1h1.5v-1h-1.5Zm.75.25h-19v1.5h19v-1.5Zm-2.5-2c.966 0 1.75.783 1.75 1.75h1.5A3.25 3.25 0 0 0 19 16.75v1.5ZM3.25 20c0-.967.784-1.75 1.75-1.75v-1.5A3.25 3.25 0 0 0 1.75 20h1.5Z'/%3E%3C/svg%3E")}.icon.icon--logout{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23454745' d='M12.25 7a.75.75 0 0 0 1.5 0h-1.5Zm1.5 10a.75.75 0 0 0-1.5 0h1.5Zm4.78-8.53a.75.75 0 1 0-1.06 1.06l1.06-1.06ZM21 12l.53.53a.75.75 0 0 0 0-1.06L21 12Zm-3.53 2.47a.75.75 0 0 0 1.06 1.06l-1.06-1.06ZM9 11.25a.75.75 0 0 0 0 1.5v-1.5ZM3.75 18V6h-1.5v12h1.5ZM6 3.75h4v-1.5H6v1.5Zm4 16.5H6v1.5h4v-1.5ZM12.25 6v1h1.5V6h-1.5Zm0 11v1h1.5v-1h-1.5ZM10 21.75A3.75 3.75 0 0 0 13.75 18h-1.5A2.25 2.25 0 0 1 10 20.25v1.5Zm0-18A2.25 2.25 0 0 1 12.25 6h1.5A3.75 3.75 0 0 0 10 2.25v1.5ZM3.75 6A2.25 2.25 0 0 1 6 3.75v-1.5A3.75 3.75 0 0 0 2.25 6h1.5Zm-1.5 12A3.75 3.75 0 0 0 6 21.75v-1.5A2.25 2.25 0 0 1 3.75 18h-1.5Zm15.22-8.47 3 3 1.06-1.06-3-3-1.06 1.06Zm3 1.94-3 3 1.06 1.06 3-3-1.06-1.06Zm.53-.22H9v1.5h12v-1.5Z'/%3E%3C/svg%3E")}.icon.icon--google{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%234285F4' fill-rule='evenodd' d='M23.52 12.773c0-.851-.076-1.67-.218-2.455H12v4.642h6.458a5.52 5.52 0 0 1-2.394 3.622v3.01h3.878c2.269-2.088 3.578-5.165 3.578-8.82Z' clip-rule='evenodd'/%3E%3Cpath fill='%2334A853' fill-rule='evenodd' d='M12 24.5c3.24 0 5.956-1.075 7.942-2.907l-3.878-3.011c-1.075.72-2.45 1.145-4.064 1.145-3.125 0-5.77-2.11-6.715-4.947H1.276v3.11A11.995 11.995 0 0 0 12 24.5Z' clip-rule='evenodd'/%3E%3Cpath fill='%23FBBC05' fill-rule='evenodd' d='M5.285 14.78a7.213 7.213 0 0 1-.376-2.28c0-.791.136-1.56.376-2.28V7.11H1.276A11.995 11.995 0 0 0 0 12.5c0 1.936.464 3.769 1.276 5.389l4.01-3.11Z' clip-rule='evenodd'/%3E%3Cpath fill='%23EA4335' fill-rule='evenodd' d='M12 5.273c1.762 0 3.344.605 4.587 1.794l3.442-3.442C17.951 1.69 15.235.5 12 .5 7.31.5 3.25 3.19 1.276 7.11l4.01 3.11C6.228 7.384 8.874 5.273 12 5.273Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.icon.icon--facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='34' height='35' x='-5' y='-5' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M-4.8-4.3h33.6v33.6H-4.8V-4.3Z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%230866FF' d='M24 12.5c0-6.627-5.373-12-12-12S0 5.873 0 12.5c0 5.628 3.874 10.35 9.101 11.647v-7.98H6.627V12.5H9.1v-1.58c0-4.085 1.848-5.978 5.858-5.978.76 0 2.072.15 2.609.298v3.325c-.283-.03-.775-.045-1.386-.045-1.968 0-2.728.745-2.728 2.683V12.5h3.92l-.674 3.667h-3.246v8.245C19.395 23.695 24 18.635 24 12.5Z'/%3E%3Cpath fill='%23fff' d='m16.7 16.167.674-3.667h-3.92v-1.297c0-1.938.76-2.683 2.728-2.683a15.4 15.4 0 0 1 1.386.045V5.24c-.537-.15-1.848-.299-2.609-.299-4.01 0-5.858 1.893-5.858 5.978v1.58H6.627v3.667H9.1v7.98a12.027 12.027 0 0 0 4.353.265v-8.245H16.7Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon.icon--error{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%23A8200D' d='M11.01 11h1a1 1 0 0 0-1-1v1Zm-.51-1a1 1 0 1 0 0 2v-2Zm-.5 4.5a1 1 0 1 0 0 2v-2Zm2 2a1 1 0 1 0 0-2v2Zm0-9a1 1 0 1 0-2 0h2Zm-2 .01a1 1 0 1 0 2 0h-2Zm10 3.99a9 9 0 0 1-9 9v2c6.075 0 11-4.925 11-11h-2Zm-9 9a9 9 0 0 1-9-9H0c0 6.075 4.925 11 11 11v-2Zm-9-9a9 9 0 0 1 9-9v-2C4.925.5 0 5.425 0 11.5h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2Zm1.01 13V11h-2v4.5h2ZM10.5 12h.51v-2h-.51v2Zm-.5 4.5h1.01v-2H10v2Zm1.01 0H12v-2h-.99v2Zm-.76-9a.75.75 0 0 1 .75-.75v2c.69 0 1.25-.56 1.25-1.25h-2Zm.75-.75a.75.75 0 0 1 .75.75h-2c0 .69.56 1.25 1.25 1.25v-2Zm.75.75a.75.75 0 0 1-.75.75v-2c-.69 0-1.25.56-1.25 1.25h2Zm-.75.75a.75.75 0 0 1-.75-.75h2c0-.69-.56-1.25-1.25-1.25v2Zm-1-.75v.01h2V7.5h-2Z'/%3E%3C/svg%3E")}.icon.icon--delete{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23A8200D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 10V6a4 4 0 0 1 8 0v4m-4 5.5V18m0-2.5a.5.5 0 0 0 .5-.5m-.5.5a.5.5 0 0 1-.5-.5m1 0a.5.5 0 0 0-1 0m1 0h-1M7 22h10a3 3 0 0 0 3-3v-6a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z'/%3E%3C/svg%3E")}.icon.icon--favorites{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.75 4h-7.5A2.25 2.25 0 0 0 6 6.25v12a.75.75 0 0 0 1.2.6l4.8-3.6 4.8 3.6a.75.75 0 0 0 1.2-.6v-12A2.25 2.25 0 0 0 15.75 4Z'/%3E%3C/svg%3E")}.icon.icon--privacy-policy{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23454745' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.75 15.5a2.5 2.5 0 0 1 2.5-2.5h1.5a2.5 2.5 0 0 1 2.5 2.5M13.32 2.307l5 2.452A3 3 0 0 1 20 7.452v6.015c0 3.73-4.464 6.844-6.723 8.181-.792.47-1.762.47-2.554 0C8.464 20.311 4 17.197 4 13.467V7.452A3 3 0 0 1 5.68 4.76l5-2.452a3 3 0 0 1 2.64 0Zm.555 6.068a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Z'/%3E%3C/svg%3E")}.icon.icon--install-app{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2333425B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 21v-5a3 3 0 1 0-6 0v5m9 0H6a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 1.2-2.4l6-4.5a3 3 0 0 1 3.6 0l6 4.5a3 3 0 0 1 1.2 2.4V18a3 3 0 0 1-3 3Z'/%3E%3C/svg%3E")}.profile .account{display:flex;flex-direction:column;align-items:center}.profile .account .name{font-size:22px;line-height:26px;letter-spacing:-.02em;color:#0e0f0c}.profile-photo{width:82px;height:82px;border-radius:50%;background-color:#f2f2f2;background-position:center;background-repeat:no-repeat;background-size:cover;color:#757778;font-size:28px;line-height:31px;font-weight:600;letter-spacing:-.02em}.profile-photo span{display:none;width:100%;height:100%}.profile-photo.profile-photo--initials{border:1px solid rgba(14,15,12,.1215686275);background-image:none!important}.profile-photo.profile-photo--initials span{display:flex;align-items:center;justify-content:center}.profile-photo--small{width:24px;height:24px}.profile-photo--small.profile-photo--initials{font-weight:500;font-size:11px;line-height:13px;letter-spacing:-.01em}.edit-profile-modal .header-loading{background-color:#fff}.edit-profile-modal .field--photo{display:flex;flex-direction:column;align-items:center}.edit-profile-modal .field--photo label{cursor:pointer}.edit-profile-modal .field--photo input[type=file]{display:none}.edit-profile-modal .field--photo .profile-photo{width:128px;height:128px}.edit-profile-modal .field--photo .profile-photo--initials span{font-size:40px;line-height:44px}.team .introduction{text-align:center;padding:0 16px}.team .introduction img{display:inline-block}.team .profile-photo{width:40px;height:40px}.team .profile-photo.profile-photo--initials span{font-size:12px;font-weight:500;line-height:14px;letter-spacing:-.01em}.bank-statements .introduction{text-align:center;padding:0 16px}.bank-statements .introduction img{display:inline-block}.bank-statements .features{font-weight:500;font-size:14px;line-height:17px;letter-spacing:-.01em;padding-left:0;list-style:none}.bank-statements .features li{display:flex;gap:6px}.bank-statements .features li:before{flex-shrink:0;display:block;width:16px;height:16px;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='16' height='16' fill='%230070DF' rx='8'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12 5.25-5.32 5.425a.25.25 0 0 1-.358-.003L4 8.251'/%3E%3C/svg%3E")}.bank-statements .features li .heading{font-weight:600;font-size:15px;line-height:15px}.bank-statements .features li .description{margin-top:4px}.bank-statements .features li+li{margin-top:16px}.bank-statements .actions .description{text-align:center}.bank-statements .actions .description a{text-decoration:underline}.bank-statements .actions .button{cursor:pointer}.bank-statements .file-picker{display:none}.member-details .heading{color:#757778;font-size:15px;line-height:15px;padding:12px 0;border-bottom:1px solid #EEEFF2}.member-details .row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #EEEFF2;padding:12px 0;font-size:14px;line-height:16px;font-weight:500;letter-spacing:-.12px;color:#454745}.settings select{background-color:#fff}.settings .card .card-row.setting{padding:25px 0}.settings .card .card-row.setting .card-key{font-weight:600;font-size:15px;line-height:15px}.budgets-empty-state{position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='481' fill='none'%3E%3Cg opacity='.3'%3E%3Cmask id='b' width='480' height='481' x='-45' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M0 0h480v480H0z' transform='translate(-45 .604)'/%3E%3C/mask%3E%3Cg stroke='%23757778' mask='url(%23b)'%3E%3Ccircle cx='195' cy='240.604' r='47.5'/%3E%3Ccircle cx='195' cy='240.604' r='79.5'/%3E%3Ccircle cx='195' cy='240.604' r='111.5'/%3E%3Ccircle cx='195' cy='240.604' r='143.5'/%3E%3Ccircle cx='195' cy='240.604' r='143.5'/%3E%3Ccircle cx='195' cy='240.604' r='175.5'/%3E%3Ccircle cx='195' cy='240.604' r='207.5'/%3E%3Ccircle cx='195' cy='240.604' r='239.5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='rotate(90 0 240) scale(240)' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;height:550px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.budgets-empty-state .empty-state-inner{position:absolute;bottom:0;text-align:center;max-width:342px}.budget-overview h4{font-size:16px;line-height:1.2em;letter-spacing:-.01em}.budget-bar{position:relative;margin-top:6px;background-color:#fff;width:100%;height:32px;border-radius:6px}.budget-bar .percentage{position:absolute;padding:0 6px;font-size:12px;line-height:32px;font-weight:500;letter-spacing:-.12px}.budget-bar .value{position:absolute;height:100%;max-width:100%;border-radius:6px}.budget-bar .value--good{background-color:#a7f0ba}.budget-bar .value--warn{background-color:#f8de88}.budget-bar .value--bad{background-color:#ffa0a0}.budget-bar--single{height:22px;background-color:#f2f5f7}.budget-bar--single .percentage{line-height:22px}.budget-amounts{margin-top:6px;display:flex;flex-direction:row;justify-content:space-between;color:#757778;font-size:12px;line-height:1.2em;letter-spacing:-.01em;font-weight:500}.budget-amounts .error{color:#a8200d}.budget-amounts .value{font-weight:700}.budgets-title{display:flex;align-items:center;justify-content:space-between}.budgets-title .add-cta{display:flex;align-items:center;justify-content:center;background-color:#0070df;width:32px;height:32px;border-radius:50%}.card-budget{padding:12px 0;cursor:pointer}.card-budget+.card-budget{border-top:1px solid #EEEFF2}.card-budget .category{display:flex;flex-direction:row;align-items:center;gap:6px}.card-budget .category:after{flex-shrink:0;display:block;width:16px;height:16px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%230E0F0C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 12 4-4-4-4'/%3E%3C/svg%3E");margin-left:auto}
