.page{background:#fff;width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.page .page-content{flex-direction:column;align-items:center;height:100vh;display:flex}.page .page-content .tab-content{flex:1;width:100%;height:100%;padding:1rem;display:flex;position:relative;overflow:hidden}.page .page-content .tab-content .tab-content-wrapper{scrollbar-width:none;-ms-overflow-style:none;width:100%;overflow-y:auto}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet{flex-direction:column;display:flex}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-sheet-header-wrapper{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-sheet-header-wrapper .note-block-sheet-header{margin-bottom:.5rem}@media only screen and (max-width:1024px){.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-sheet-header-wrapper .note-block-sheet-header{font-size:1.25rem}}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-sheet-header-wrapper .note-block-sheet-actions{flex-direction:row;align-items:center;gap:.5rem;display:flex}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-sheet-header-wrapper .note-block-sheet-actions .note-block-sheet-action{text-transform:none;background:0 0;border:none;flex-shrink:0;min-width:2.5rem;padding:0;font-family:inherit}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-sheet-header-wrapper .note-block-sheet-actions .note-block-sheet-action.reset{color:#ef5350}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-sheet-header-wrapper .note-block-sheet-actions .note-block-sheet-action.clear{color:#757575}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-wrapper{text-transform:none;align-items:center;margin-bottom:.75rem;display:flex;position:relative}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-wrapper>:first-child{flex:1}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-wrapper .note-block-delete-btn{color:#9e9e9e;flex-shrink:0;margin-left:.25rem}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-wrapper .note-block-delete-btn:hover{color:#ef5350;background-color:#ef53501a}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-actions{flex-direction:column;gap:.5rem;display:flex}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-actions .note-block-add-block-btn{color:#757575;text-transform:none;border:1px dashed #bdbdbd;border-radius:12px;padding:.5rem;font-family:inherit}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-actions .note-block-add-block-btn:hover{color:#000;background-color:#0000000a;border-color:#000}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-actions .note-block-add-block-btn.disabled{cursor:not-allowed}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-actions .note-block-undo-block-btn{color:#757575;text-transform:none;border:1px dashed #bdbdbd;border-radius:12px;padding:.5rem;font-family:inherit}.page .page-content .tab-content .tab-content-wrapper .note-block-sheet .note-block-actions .note-block-undo-block-btn:hover{color:#000;background-color:#0000000a;border-color:#000}.page .page-content .tabs-container{z-index:9;border-top:2px solid #e0e0e0;flex-shrink:0;width:100%;bottom:0}.page .page-content .tabs-container .bottom-navigation{justify-content:space-around!important}.page .page-content .tabs-container .bottom-navigation .bottom-navigation-action.Mui-selected{color:#000}.page .page-content .tabs-container .bottom-navigation .bottom-navigation-action .MuiBottomNavigationAction-label{font-size:.75rem;font-weight:700}
.note-block{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.note-block .note-block-content .note-block-row{background-color:#0000;border:1px solid #bdbdbd;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .2s;display:flex}@media only screen and (max-width:1024px){.note-block .note-block-content .note-block-row{gap:.5rem;padding:.5rem}}.note-block .note-block-content .note-block-row:hover{background-color:#0000000a}.note-block .note-block-content .note-block-row:focus-within{background-color:#fff;border-color:#fff;box-shadow:0 4px 12px #0000000d}.note-block .note-block-content .note-block-row .note-block-row-icon-wrapper{color:#9e9e9e;cursor:grab;touch-action:none;justify-content:center;align-items:center;display:flex}.note-block .note-block-content .note-block-row .note-block-row-icon-wrapper:active{cursor:grabbing}.note-block .note-block-content .note-block-row .note-block-row-input-label{color:#000;flex:1;font-family:inherit;font-weight:500}.note-block .note-block-content .note-block-row .note-block-row-input-label input{padding:0}@media only screen and (max-width:1024px){.note-block .note-block-content .note-block-row .note-block-row-input-label input{font-size:.875rem}}.note-block .note-block-content .note-block-row .note-block-row-math-wrapper{align-items:center;gap:.5rem;font-family:Courier New,Courier,monospace;display:flex}.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-input{text-align:right;color:#666;width:50rem;margin-top:.25rem;font-family:inherit}@media only screen and (max-width:1600px){.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-input{width:25rem}}@media only screen and (max-width:1024px){.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-input{width:100%;max-width:5rem}}.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-input input{text-align:right;cursor:text;padding:0}@media only screen and (max-width:1024px){.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-input input{font-size:.875rem}}.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-input.has-error input{-webkit-text-decoration:underline wavy #ef5350;text-decoration:underline wavy #ef5350;text-decoration-thickness:1px}.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .equals-sign{color:#666;margin-top:.25rem;font-family:inherit}@media only screen and (max-width:1024px){.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .equals-sign{font-size:.875rem}}.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-result{color:#000;text-align:right;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700}@media only screen and (max-width:1024px){.note-block .note-block-content .note-block-row .note-block-row-math-wrapper .note-block-row-math-result{font-size:.875rem}}
.settings{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.settings .settings-content{flex-direction:column;gap:2rem;display:flex}@media only screen and (max-width:1024px){.settings .settings-content .settings-section .settings-section-header{font-size:1.25rem}}.settings .settings-content .settings-section .accordion .accordion-header-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:700}@media only screen and (max-width:1024px){.settings .settings-content .settings-section .accordion .accordion-header-text,.settings .settings-content .settings-section .accordion .accordion-details{font-size:.875rem}}
.privacy{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.privacy .privacy-content span{font-size:.875rem}}.privacy .privacy-content span.last-updated{font-style:italic}.privacy .privacy-content a{color:#00e;text-decoration-line:underline}.privacy .privacy-content .privacy-section{margin-top:2rem}.privacy .privacy-content .privacy-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.privacy .privacy-content .privacy-section h1{font-size:1.25rem}}.privacy .privacy-content .privacy-section h2{margin-top:.5rem;font-size:1.25rem}@media only screen and (max-width:1024px){.privacy .privacy-content .privacy-section h2{font-size:1rem}}.privacy .privacy-content .privacy-section ul{margin-left:1.25rem}
.ccpa{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.ccpa .ccpa-content span{font-size:.875rem}}.ccpa .ccpa-content span.last-updated{font-style:italic}.ccpa .ccpa-content .ccpa-section{margin-top:2rem}.ccpa .ccpa-content .ccpa-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.ccpa .ccpa-content .ccpa-section h1{font-size:1.25rem}}.ccpa .ccpa-content .ccpa-section .ccpa-table{border-collapse:collapse;margin-top:1rem;margin-bottom:1rem;padding:0!important}@media only screen and (max-width:1024px){.ccpa .ccpa-content .ccpa-section .ccpa-table{width:100%;display:block;overflow-x:auto}}.ccpa .ccpa-content .ccpa-section .ccpa-table thead>tr>th,.ccpa .ccpa-content .ccpa-section .ccpa-table tbody>tr>td{text-align:left;border:1px solid #000;padding:1rem}
.restrictions{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.restrictions .restrictions-content span{font-size:.875rem}}.restrictions .restrictions-content span.last-updated{font-style:italic}.restrictions .restrictions-content a{color:#00e;text-decoration-line:underline}.restrictions .restrictions-content .restrictions-section{margin-top:2rem}.restrictions .restrictions-content .restrictions-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.restrictions .restrictions-content .restrictions-section h1{font-size:1.25rem}}.restrictions .restrictions-content .restrictions-section ul{margin-left:1.25rem}
.copyright{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.copyright .copyright-content span{font-size:.875rem}}.copyright .copyright-content span.last-updated,.copyright .copyright-content span.disclaimer{font-style:italic}.copyright .copyright-content a{color:#00e;text-decoration-line:underline}.copyright .copyright-content .copyright-section{margin-top:2rem}.copyright .copyright-content .copyright-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.copyright .copyright-content .copyright-section h1{font-size:1.25rem}}.copyright .copyright-content .copyright-section ul{margin-left:1.25rem}
.security{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.security .security-content span{font-size:.875rem}}.security .security-content span.last-updated{font-style:italic}.security .security-content a{color:#00e;text-decoration-line:underline}.security .security-content .security-section{margin-top:2rem}.security .security-content .security-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.security .security-content .security-section h1{font-size:1.25rem}}
.security-response{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.security-response .security-response-content span{font-size:.875rem}}.security-response .security-response-content span.last-updated{font-style:italic}.security-response .security-response-content a{color:#00e;text-decoration-line:underline}.security-response .security-response-content .security-response-section{margin-top:2rem}.security-response .security-response-content .security-response-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.security-response .security-response-content .security-response-section h1{font-size:1.25rem}}
.terms{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.terms .terms-content span{font-size:.875rem}}.terms .terms-content span.last-updated{font-style:italic}.terms .terms-content a{color:#00e;text-decoration-line:underline}.terms .terms-content .terms-section{margin-top:2rem}.terms .terms-content .terms-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.terms .terms-content .terms-section h1{font-size:1.25rem}}.terms .terms-content .terms-section h2{margin-top:.5rem;font-size:1.25rem}@media only screen and (max-width:1024px){.terms .terms-content .terms-section h2{font-size:1rem}}.terms .terms-content .terms-section ul{margin-left:1.25rem}.terms .terms-content .terms-section .disclaimer{font-style:italic;font-weight:700}
.taxes{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.taxes .taxes-content span{font-size:.875rem}}.taxes .taxes-content span.last-updated{font-style:italic}.taxes .taxes-content a{color:#00e;text-decoration-line:underline}.taxes .taxes-content .taxes-section{margin-top:2rem}.taxes .taxes-content .taxes-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.taxes .taxes-content .taxes-section h1{font-size:1.25rem}}.taxes .taxes-content .taxes-section h2{margin-top:.5rem;font-size:1.25rem}@media only screen and (max-width:1024px){.taxes .taxes-content .taxes-section h2{font-size:1rem}}.taxes .taxes-content .taxes-section ul{margin-left:1.25rem}
.fair-refund{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.fair-refund .fair-refund-content span{font-size:.875rem}}.fair-refund .fair-refund-content span.last-updated{font-style:italic}.fair-refund .fair-refund-content a{color:#00e;text-decoration-line:underline}.fair-refund .fair-refund-content .fair-refund-section{margin-top:2rem}.fair-refund .fair-refund-content .fair-refund-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.fair-refund .fair-refund-content .fair-refund-section h1{font-size:1.25rem}}.fair-refund .fair-refund-content .fair-refund-section h2{margin-top:.5rem;font-size:1.25rem}@media only screen and (max-width:1024px){.fair-refund .fair-refund-content .fair-refund-section h2{font-size:1rem}}.fair-refund .fair-refund-content .fair-refund-section ul{margin-left:1.25rem}
.cancellation{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.cancellation .cancellation-content span{font-size:.875rem}}.cancellation .cancellation-content span.last-updated{font-style:italic}.cancellation .cancellation-content a{color:#00e;text-decoration-line:underline}.cancellation .cancellation-content .cancellation-section{margin-top:2rem}.cancellation .cancellation-content .cancellation-section h1{font-size:1.5rem}@media only screen and (max-width:1024px){.cancellation .cancellation-content .cancellation-section h1{font-size:1.25rem}}
.changelog{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:1024px){.changelog .changelog-content span{font-size:.875rem}}.changelog .changelog-content span.last-updated{font-style:italic}.changelog .changelog-content a{color:#00e;text-decoration-line:underline}.changelog .changelog-content .changelog-section{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.changelog .changelog-content .changelog-section .changelog-details{flex-direction:column;display:flex}.changelog .changelog-content .changelog-section .changelog-details h2{margin-top:.5rem;font-size:1.25rem}@media only screen and (max-width:1024px){.changelog .changelog-content .changelog-section .changelog-details h2{font-size:1rem}}.changelog .changelog-content .changelog-section .changelog-details ul{margin-left:1.25rem}
.calculators{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.calculators .calculators-content{justify-content:center;align-items:center;height:100%;display:flex}
.account{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.account .account-content{height:100vh}
.login{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login .login-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.login .login-content .login-form{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.login .login-content .login-form .login-input-field{width:20rem}@media only screen and (max-width:480px){.login .login-content .login-form .login-input-field{width:100%}}.login .login-content .login-form .login-input-field label{font-family:inherit}.login .login-content .login-form .login-input-field label.MuiFormLabel-root.Mui-focused{color:#000}.login .login-content .login-form .login-input-field label.Mui-error{color:#ef5350!important}.login .login-content .login-form .login-input-field .MuiOutlinedInput-root{border-radius:12px}.login .login-content .login-form .login-input-field .MuiOutlinedInput-root input{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login .login-content .login-form .login-input-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#000}.login .login-content .login-form .login-input-field .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:#ef5350!important}.login .login-content .login-form .login-input-field .MuiFormHelperText-root{font-family:inherit}.login .login-content .login-form .login-auth-message-wrapper{color:#fff;text-align:center;border-radius:6px;width:20rem;font-family:inherit;line-height:32px}.login .login-content .login-form .login-auth-message-wrapper.error{background:#ef5350}.login .login-content .login-form .login-auth-message-wrapper.success{background:#2e8b57}@media only screen and (max-width:480px){.login .login-content .login-form .login-auth-message-wrapper{width:100%}}.login .login-content .login-form .login-form-actions{flex-direction:column;justify-content:center;align-items:center;gap:.1rem;display:flex}@media only screen and (max-width:480px){.login .login-content .login-form .login-form-actions{width:100%}}.login .login-content .login-form .login-form-actions .login-form-btn{text-transform:none;background:#000;border-radius:12px;width:20rem;font-family:inherit}@media only screen and (max-width:480px){.login .login-content .login-form .login-form-actions .login-form-btn{width:100%}}.login .login-content .login-form .login-form-actions .login-form-btn.Mui-disabled{background:#0000001f}
.account-details{border:2px solid #000;border-radius:12px;width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.account-details .account-details-content{flex-direction:column;gap:1rem;padding:1rem;display:flex}.account-details .account-details-content .account-details-actions{display:flex}@media only screen and (max-width:480px){.account-details .account-details-content .account-details-actions{width:100%}}.account-details .account-details-content .account-details-actions .account-details-action-btn{text-transform:none;background:#000;border-radius:12px;width:10rem;font-family:inherit}@media only screen and (max-width:480px){.account-details .account-details-content .account-details-actions .account-details-action-btn{width:100%}}.account-details .account-details-content .account-details-actions .account-details-action-btn.Mui-disabled{background:#0000001f}
