.cs-calculator {padding: var(--sectionPadding) 0;max-width: 80rem;margin: 0 auto;}@media only screen and (min-width: 0rem) {#service-sidebar {display: flex;flex-direction: column;justify-content: center;align-items: center;max-width: 50rem;width: 100%;box-sizing: border-box;gap: 1.25rem;}#service-sidebar .cs-featured-group {display: flex;flex-direction: column;justify-content: flex-start;align-items: center;border: 1px solid #ebebeb;width: 100%;padding: 2.25rem 1.75rem;}#service-sidebar .cs-sidebar-header {position: relative;display: block;margin-bottom: 1rem;font-size: 1.25rem;font-weight: bold;color: var(--headerColor);text-align: center;}#service-sidebar .cs-sidebar-header:after {position: relative;content: "";display: block;margin: 1rem auto;background: var(--headerColor);height: 3px;width: 4rem;}#service-sidebar .cs-sidebar-link {display: flex;justify-content: flex-start;align-items: center;border-bottom: 1px solid #ebebeb;width: 100%;padding: 1.5rem 0;text-decoration: none;gap: 1.5rem;}#service-sidebar .cs-sidebar-link:nth-of-type(1) {padding-top: 0;}#service-sidebar .cs-sidebar-link:last-of-type {border: none;padding-bottom: 0;}#service-sidebar .cs-sidebar-img {position: relative;display: block;border-radius: 50%;height: 3.75rem;width: 3.75rem;overflow: hidden;flex: none;}#service-sidebar .cs-sidebar-img img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;}#service-sidebar .cs-sidebar-title {display: block;margin: 0;margin-bottom: 0.25rem;text-decoration: none;font-size: 1rem;line-height: 1.5em;font-weight: 700;color: var(--headerColor);}#service-sidebar .toc {width: 100%;}#service-sidebar .toc ol {display: flex;flex-direction: column;width: 100%;padding: 0;list-style: none;font-size: 0.875rem;gap: 1rem;}#service-sidebar .toc li {margin: 0;padding: 0;list-style: none;}#service-sidebar .toc li > ol {padding-left: 1rem;margin-top: 0.5rem;}#service-sidebar .toc a {display: inline-block;width: 100%;text-decoration: none;color: var(--bodyTextColor);transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, padding 0.2s ease-in-out;border-left: 2px solid transparent;}#service-sidebar .toc a:hover {color: var(--primary);}#service-sidebar .toc a.cs-toc-current {color: var(--primary);font-weight: 700;border-left-color: var(--primary);padding-left: 0.5rem;}}@media only screen and (min-width: 64rem) {#service-sidebar {position: sticky;top: 12.5rem;max-width: 22.5rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #service-sidebar .cs-sidebar-header, body.dark-mode #service-sidebar .cs-sidebar-title {color: var(--bodyTextColorWhite);}body.dark-mode #service-sidebar .cs-sidebar-header::after {background-color: var(--bodyTextColorWhite);}body.dark-mode #service-sidebar .cs-featured-group {border-color: rgba(255, 255, 255, 0.2);}body.dark-mode #service-sidebar .toc a {color: var(--bodyTextColorWhite);border-left-color: transparent;}body.dark-mode #service-sidebar .toc a:hover {color: var(--primaryLight);opacity: 0.8;}body.dark-mode #service-sidebar .toc a.cs-toc-current {color: var(--primaryLight);border-left-color: var(--primaryLight);}}@media only screen and (min-width: 0rem) {#content-page-1533 {padding: var(--sectionPadding);background-color: #fff;position: relative;z-index: 1;}#content-page-1533 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: clamp(2.5rem, 4vw, 4rem);position: relative;}#content-page-1533 .cs-content {text-align: left;width: 100%;max-width: 50rem;display: flex;flex-direction: column;align-items: flex-start;}#content-page-1533 .cs-title {font-size: var(--headerFontSize);font-weight: 900;line-height: 1.2em;text-align: inherit;width: 100%;max-width: 100%;margin: 0 0 1rem 0;color: var(--headerColor);position: relative;}#content-page-1533 h2, #content-page-1533 h3, #content-page-1533 h4, #content-page-1533 h5, #content-page-1533 h6 {font-weight: 700;text-align: inherit;margin: 0 0 1rem 0;scroll-margin-top: 9.375rem;color: var(--headerColor);}#content-page-1533 h2 {font-size: 2rem;margin-top: 2rem;border-left: 4px solid var(--primary);padding-left: 0.9375rem;}#content-page-1533 h3 {font-size: 1.5rem;color: var(--primary);margin-top: 1.5625rem;}#content-page-1533 h4, #content-page-1533 h5, #content-page-1533 h6 {font-size: 1.25rem;}#content-page-1533 .cs-button-solid {margin-bottom: 2rem;}#content-page-1533 .cs-no-margin {margin: 0;}#content-page-1533 .cs-color {color: var(--primary);}#content-page-1533 p {font-size: var(--bodyFontSize);line-height: 1.6;text-align: inherit;width: 100%;margin: 0 0 1rem 0;color: var(--bodyTextColor);}#content-page-1533 p:last-of-type {margin-bottom: 2rem;}#content-page-1533 p a {font-size: inherit;line-height: inherit;text-decoration: underline;color: var(--primary);filter: brightness(120%);}#content-page-1533 ol, #content-page-1533 ul {padding-left: 1.5rem;margin: 0 0 2rem 0;color: var(--bodyTextColor);display: flex;flex-direction: column;gap: 1rem;}#content-page-1533 ul li {list-style: none;color: inherit;position: relative;}#content-page-1533 ul li:before {content: "";width: 3px;height: 3px;background: currentColor;opacity: 1;border-radius: 50%;position: absolute;display: block;top: 0.625rem;left: -0.75rem;}#content-page-1533 .tip {background-color: #e8f4fd;border: 1px solid var(--primary);border-radius: 0.5rem;padding: 1.25rem;margin: 1.5rem 0;}#content-page-1533 .tip p {margin-bottom: 0;}#content-page-1533 .tip p:last-child {margin-bottom: 0;}#content-page-1533 .example {background-color: #f8f9fa;border-left: 4px solid #28a745;padding: 1.25rem;margin: 1.5rem 0;border-radius: 0 0.3125rem 0.3125rem 0;}#content-page-1533 .example h3 {margin-top: 0;color: #28a745;}#content-page-1533 .example ul {margin-bottom: 0;}#content-page-1533 .example p:last-child {margin-bottom: 0;}#content-page-1533 .formula {background-color: #fff3cd;border: 1px solid #ffeaa7;border-radius: 0.5rem;padding: 1.25rem;margin: 1.5rem 0;text-align: center;font-weight: 700;font-size: 1.125rem;color: #856404;}#content-page-1533 table {width: 100%;border-collapse: collapse;margin: 1.5rem 0;border-radius: 0.5rem;overflow: hidden;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}#content-page-1533 th, #content-page-1533 td {border: 1px solid #e0e0e0;padding: 0.75rem 1rem;text-align: left;}#content-page-1533 th {background-color: var(--primary);color: white;font-weight: 700;font-size: 1rem;}#content-page-1533 td {background-color: #fff;font-size: var(--bodyFontSize);}#content-page-1533 tr:nth-child(even) td {background-color: #f8f9fa;}#content-page-1533 img {width: 100%;height: auto;display: block;}}@media only screen and (min-width: 0rem) and only screen and (max-width: 48rem) {#content-page-1533 table {font-size: 0.875rem;}#content-page-1533 th, #content-page-1533 td {padding: 0.5rem 0.625rem;}}@media only screen and (min-width: 48rem) {#content-page-1533 .cs-container {flex-direction: row;align-items: flex-start;justify-content: space-between;}#content-page-1533 .cs-content {flex: none;}}@media only screen and (min-width: 0rem) {body.dark-mode #content-page-1533 {background-color: var(--dark);}body.dark-mode #content-page-1533 .cs-title, body.dark-mode #content-page-1533 .cs-text, body.dark-mode #content-page-1533 h2, body.dark-mode #content-page-1533 h3, body.dark-mode #content-page-1533 h4, body.dark-mode #content-page-1533 h5, body.dark-mode #content-page-1533 h6, body.dark-mode #content-page-1533 li, body.dark-mode #content-page-1533 p {color: var(--bodyTextColorWhite);}body.dark-mode #content-page-1533 .cs-color, body.dark-mode #content-page-1533 a {color: var(--primaryLight);}body.dark-mode #content-page-1533 p, body.dark-mode #content-page-1533 li {color: #ebebeb;}body.dark-mode #content-page-1533 .tip {background-color: rgba(232, 244, 253, 0.1);border-color: var(--primaryLight);}body.dark-mode #content-page-1533 .tip p {color: var(--bodyTextColorWhite);}body.dark-mode #content-page-1533 .example {background-color: rgba(248, 249, 250, 0.05);border-left-color: #4caf50;}body.dark-mode #content-page-1533 .example h3 {color: #4caf50;}body.dark-mode #content-page-1533 .formula {background-color: rgba(255, 243, 205, 0.1);border-color: rgba(255, 234, 167, 0.3);color: #ffd54f;}body.dark-mode #content-page-1533 table {box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);}body.dark-mode #content-page-1533 th {background-color: var(--primaryLight);color: var(--dark);}body.dark-mode #content-page-1533 td {background-color: rgba(255, 255, 255, 0.05);border-color: rgba(255, 255, 255, 0.1);color: var(--bodyTextColorWhite);}body.dark-mode #content-page-1533 tr:nth-child(even) td {background-color: rgba(255, 255, 255, 0.1);}}