.calc-root img{vertical-align:baseline;max-width:none;display:inline}.calc-root{flex-direction:column;justify-content:center;align-items:center;display:flex}.calc-root .calculator-header-container{width:100%}.calc-root .calculator-header{text-align:center;gap:104px;margin:0 auto;display:flex}.calc-root .calculator-header-left{flex-direction:column;justify-content:space-between;width:50%;display:flex}.calc-root .calculator-header-left .logo-container{flex-direction:column;display:flex}.calc-root .form-container{width:50%}.calc-root .calculator-form{text-align:left;background:#fff;border-radius:32px;max-width:600px;padding:2rem;box-shadow:0 16px 32px #00000026}.calc-root .form-title{font-weight:500;line-height:1.4;font-family:var(--global-primary-font)!important}.calc-root .form-group{margin-bottom:1.5rem}.calc-root .form-group label{color:#2c3e50;margin-bottom:.5rem;font-weight:500;display:block}.calc-root .form-group input{border:1px solid #dee2e6;border-radius:32px;width:100%;padding:.75rem;font-size:1rem;line-height:18.4px;transition:border-color .2s}.calc-root .form-group input:focus{border-color:#060534;outline:none;box-shadow:0 0 0 2px #4a90e233}.calc-root .form-group input:invalid{border-color:red;outline:none;box-shadow:0 0 0 2px #4a90e233}@media (max-width:990px){.calc-root .form-container{grid-template-columns:repeat(1,1fr);place-items:center;gap:40px;width:100%;display:grid}.calc-root .calculator-header{flex-direction:column}.calc-root .calculator-header-left{width:100%}}.calc-root .cost-breakdown{margin-top:2rem;padding:2rem;position:relative;overflow:hidden}.calc-root .savings-summary{border-radius:8px;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-top:2rem;margin-bottom:2rem;display:flex}.calc-root .savings-summary>div{background:#fff}.calc-root .price-reduction,.calc-root .savings-amount,.calc-root .total-cost{text-align:left;border:1px solid #f0eff3;border-radius:32px;flex:1;padding:32px}.calc-root .price-reduction h4,.calc-root .savings-amount h4,.calc-root .total-cost h4{color:#2c3e50;margin-bottom:.5rem;font-size:1.1rem}.calc-root .price-reduction .percentage,.calc-root .savings-amount .amount,.calc-root .total-cost .amount{font-size:56px}.calc-root .price-reduction .percentage{color:#27ae60}.calc-root .cost-breakdown h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.calc-root .cost-table-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overflow-x:auto}.calc-root .cost-table{border-collapse:separate;border-spacing:0;scroll-snap-align:start;border-radius:16px;width:100%;margin-bottom:0;font-size:.9rem;overflow:hidden;border:1px solid #f0eff3!important}.calc-root .cost-table td,.calc-root .cost-table th{text-align:left;background:#fff;padding:16px;border:none!important;border-bottom:1px solid #f0eff3!important}.calc-root .cost-table td:not(.cost-table td:last-child),.calc-root .cost-table th:not(.cost-table th:last-child){border-right:1px solid #f0eff3!important}.calc-root .cost-table th{color:#000;font-weight:700}.calc-root .cost-table .total-row td{background-color:#faf8e3;border-bottom:1px solid #f0eff3;font-weight:600}.calc-root .cost-table thead tr:first-child th:first-child{border-top-left-radius:16px}.calc-root .cost-table thead tr:first-child th:last-child{border-top-right-radius:16px}.calc-root .cost-table .total-row td:first-child{border-bottom-left-radius:16px}.calc-root .cost-table .total-row td:last-child{border-bottom-right-radius:16px}.calc-root .results-table-disclaimer{color:gray;margin-top:16px;font-size:14px}.calc-root .form-overlay{z-index:1000;background-color:#ffffffd9;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.calc-root .form-overlay-content{text-align:center;background:#fff;border-radius:8px;width:100%;max-width:600px;padding:56px;box-shadow:0 16px 32px #0000001a}.calc-root .form-overlay-content h3{color:#2c3e50;margin-bottom:16px;font-size:24px;line-height:32px}.calc-root .form-overlay-content p{color:#6c757d;margin:0;font-size:1.1rem}.calc-root .form-overlay-content form{max-width:100%;margin:0 auto}.calc-root .form-overlay-content .actions input{width:100%;margin-top:10px}.calc-root .form-overlay-content form fieldset.form-columns-1 .hs-input{width:100%!important}.calc-root .form-overlay-content .spam-notice{color:gray;text-align:left;margin:2rem 0 0;font-size:14px}.calc-root .form-overlay-content .spam-notice:last-child{margin:0}@media (max-width:768px){.calc-root .form-overlay{align-items:start;padding:80px 1rem 1rem}.calc-root .form-overlay-content{padding:1.5rem}.calc-root .form-overlay-content h2{font-size:1.5rem}.calc-root .form-overlay-content p{font-size:1rem}.calc-root .calculator-header h1{font-size:2rem}.calc-root .calculator-form,.calc-root .cost-breakdown{padding:1.5rem}.calc-root .cost-table{font-size:.8rem}.calc-root .cost-table td,.calc-root .cost-table th{padding:.5rem}.calc-root .results-table-disclaimer,.calc-root .results-table-disclaimer strong{font-size:12px!important}}.calc-root .cost-breakdown{margin-top:2rem;position:relative}.calc-root .thead-main{text-align:center!important}.calc-root .action-buttons{justify-content:space-between;gap:2rem;margin-top:64px;display:flex}.calc-root .action-column{max-width:35%}.calc-root .action-column:first-child{text-align:left;flex:1}.calc-root .action-column:last-child{text-align:right;flex:1}.calc-root .action-column h4{color:#2d3e50;margin:1rem 0 40px;font-size:1.2rem}.calc-root .copy-link-btn{color:#060534;background-color:#fff;border:2px solid #060534;font-family:inherit}.calc-root .copy-link-btn:hover{color:#fff;background-color:#060534;border:2px solid #060534}@media (max-width:768px){.calc-root .action-buttons{flex-direction:column;padding:1.5rem}.calc-root .action-buttons .action-column{text-align:center;max-width:100%;margin-bottom:1.5rem}.calc-root .action-column:last-child{margin-bottom:0}.calc-root .action-column h4{font-size:16px}}@media (max-width:767px){.calc-root .cost-table{table-layout:fixed;min-width:calc(200vw - 80px)}.calc-root .cost-table tr:first-child th{width:150px}.calc-root .cost-table td.col-1,.calc-root .cost-table th.col-1{z-index:1;position:sticky;left:0}}.calc-root .info-section{border-radius:8px;justify-content:space-around;align-items:center;gap:80px;padding:2rem;display:flex}.calc-root .info-section-2{padding-top:0!important}.calc-root .info-section ul,.calc-root .info-section ol{padding-left:0}.calc-root .info-section li{padding-bottom:16px;padding-left:36px;line-height:24px;list-style:none;position:relative}.calc-root .info-section li:before{content:"";background-color:#060534;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:12px;left:0;transform:translateY(-50%)}.calc-root .info-image{flex:0 0 40%;max-width:40%}.calc-root .info-image img{border-radius:4px;width:100%;height:auto}.calc-root .image-quote em{font-family:var(--global-primary-font);letter-spacing:0;font-weight:400;line-height:1.5em}.calc-root .info-content{flex:1}@media (max-width:767px){.calc-root .info-section li,.calc-root .info-section p,.calc-root .info-section p>span,.calc-root .info-section strong{font-size:16px!important}.calc-root .info-section h2>span{font-size:40px!important}.calc-root .info-section h2>em{letter-spacing:-.6px;line-height:1.2;font-size:24px!important}.calc-root h2:has(em){letter-spacing:-.6px;line-height:1.2;font-size:24px!important}}.calc-root .testimonial{align-items:center;gap:24px;margin-top:16px;margin-bottom:40px;padding-bottom:40px;display:flex}.calc-root .testimonial img{border-radius:100%;width:64px;min-width:64px;height:64px}.calc-root .testimonial .employee-container-name{font-family:var(--global-primary-font);font-size:16px;font-weight:700}.calc-root .testimonial .employee-container-role{color:#4f4e76;font-family:var(--global-primary-font);font-size:14px;line-height:20px}@media (max-width:768px){.calc-root .info-section{flex-direction:column;gap:2rem;padding:1.5rem}.calc-root .info-image{flex:0 0 100%;max-width:100%}.calc-root .info-content h2{font-size:1.5rem}.calc-root .info-content p{font-size:1rem}}.calc-root .table-main-title{scroll-margin-top:90px;font-size:56px!important}.calc-root .table-main-subtitle,.calc-root .table-main-title{text-align:left;padding:0 32px}@media (max-width:990px){.calc-root .table-main-title{font-size:40px!important}.calc-root .table-main-subtitle,.calc-root .table-main-title{text-align:left;padding:0 24px}}@media (max-width:767px){.calc-root .table-main-subtitle,.calc-root .table-main-title{text-align:left;padding:0 20px}}.calc-root .trusted-companies-box{width:100%;position:relative}.calc-root .trusted-logos-box{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;height:100%;display:flex}.calc-root .trusted-logos-logo-box{min-width:fit-content}.calc-root .trusted-logos-logo-box img{opacity:.5}@media (max-width:476px){.calc-root .trusted-logos-logo-box{width:100%}}.calc-root .cost-table-dots{justify-content:center;gap:8px;margin:16px 0 0;display:none}.calc-root .cost-table-dot{cursor:pointer;background:#e0e0e0;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,width .2s}.calc-root .cost-table-dot.active{background:#060534;border-radius:16px;width:40px}.calc-root .cost-table-arrow{color:#060534;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:10px;margin:0 8px;padding:0;font-size:18px;transition:background .2s;display:flex}.calc-root .cost-table-dot:hover{background:#e0e0e0;border:none}.calc-root .cost-table-arrow:hover{background:#fff;border:none}.calc-root .cost-table-arrow:focus,.calc-root .cost-table-dot:focus{border:none}.calc-root .cost-table-arrow:focus-visible,.calc-root .cost-table-dot:focus-visible{background-color:#fff;outline:none}@media (max-width:767px){.calc-root .cost-table-dots{display:flex}}
.calc-section .row-fluid{width:100%}.calc-section .row-fluid:before,.calc-section .row-fluid:after{content:"";display:table}.calc-section .row-fluid:after{clear:both}.calc-section .calc-column,.calc-section .calc-module{box-sizing:border-box;width:100%;min-height:1px}.calc-section{background-image:linear-gradient(#fffcf9,#fffcf9);background-position:0 0;background-repeat:no-repeat;background-size:auto;margin-top:0;padding:0}.calc-section.dnd-section>.row-fluid{max-width:none}.dnd-section .dnd-column.calc-column{padding:0}.calc-section .calc-module .calculator-header-container{background:linear-gradient(#fff,#f4f1c7);padding:218px 32px 128px}.calc-section .calc-module .calculator-header{width:100%;max-width:1280px}.calc-section .calc-module .calculator-container .hero-title,.calc-section .calc-module .calculator-container .hero-text{margin-bottom:40px;padding:0}.calc-section .calc-module .calculator-form{width:100%;max-width:640px;padding:40px}.calc-section .calc-module .info-section{width:100%;max-width:1346px;padding:100px 32px}.calc-section .calc-module .cost-breakdown{width:100%;max-width:1346px;margin-top:0;margin-bottom:128px;padding:20px 32px}.calc-section .calc-module .table-main-title,.calc-section .calc-module .table-main-subtitle{width:100%;max-width:1346px}@media (max-width:990px){.calc-section .calc-module .calculator-header-container{padding:120px 24px 128px}.calc-section .calc-module .calculator-container .hero-title,.calc-section .calc-module .calculator-container .hero-text{padding:0}.calc-section .calc-module .calculator-form{padding:24px}.calc-section .calc-module .info-section{padding:80px 24px}.calc-section .calc-module .cost-breakdown{margin-bottom:80px;padding:20px}}@media (max-width:767px){.calc-section .calc-module .calculator-header-container{padding:168px 20px 80px}.calc-section .calc-module .calculator-container .hero-title,.calc-section .calc-module .calculator-container .hero-text{padding:0}.calc-section .calc-module .calculator-form{padding:20px}.calc-section .calc-module .info-section{padding:64px 20px}.calc-section .calc-module .cost-breakdown{padding:20px}}
