.cs-tab{gap:32px;flex-wrap:nowrap;width:max-content;min-width:100%}.cs-tab,.cs-tab-item{display:flex;justify-content:center;align-items:center;flex-shrink:0;box-sizing:border-box}.cs-tab-item{padding:9px 14px;border-radius:8px;border:1px solid #e6e6e6;gap:10px;color:hsl(var(--muted-foreground));font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.56px;cursor:pointer;width:200px;min-width:200px;animation:cs-tab-in .42s ease both;white-space:nowrap}.cs-tab-item img{width:24px;height:24px;flex-shrink:0;object-fit:contain}.cs-tab-item.selected{background:hsl(var(--secondary));color:hsl(var(--primary))}.cs-tab-wrapper{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;background-color:#fff;display:flex;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cs-tab-wrapper::-webkit-scrollbar{display:none}@keyframes cs-tab-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.cs-tab-item{animation:none}}@media screen and (max-width:769px){.cs-tab{gap:1em;justify-content:flex-start;min-width:unset;padding-bottom:4px}.cs-tab-wrapper{overflow-x:auto;flex-direction:unset;justify-content:unset;align-items:center}.cs-tab-item{flex-direction:column;white-space:normal;text-align:center}}.left-sided-page{min-height:630px;display:flex;flex-direction:row-reverse;padding-top:2em;position:relative;border-radius:24px;border:1px solid #ececec;margin-top:1em;padding-bottom:42px;font-family:var(--font-sans);width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.left-sided-page .pseudo-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:24px;border:1px solid #ececec}.left-sided-page .image-container{z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;max-width:100%;box-sizing:border-box}.left-sided-page .image-container>img{width:100%;height:auto;display:block;border-top-left-radius:1.5em;border-bottom-left-radius:1.5em}.left-sided-page .stat-divider{display:none;border:1px solid rgba(255,255,255,.12);width:90%}.left-sided-page .stats-container{width:100%;z-index:1;margin-top:1em;color:#fff!important;box-sizing:border-box}.left-sided-page .stats-container-mobile{display:none}.left-sided-page .stat-container{width:170px;max-width:100%;box-sizing:border-box}.left-sided-page .stat-wrapper{display:flex;max-width:100%;justify-content:center;gap:2em;margin-top:2em;text-align:center;padding:0 1em;box-sizing:border-box}.left-sided-page .stat-name{font-size:48px;font-style:normal;font-weight:700;line-height:54px;word-break:break-word}.left-sided-page .stat-label{font-size:16px;font-style:normal;font-weight:800;line-height:27px}.left-sided-page .content{z-index:1;padding:0 3em;width:50%;max-width:100%;box-sizing:border-box}.left-sided-page .content .content-description{list-style:inside!important;font-size:16px;font-style:normal;font-weight:300;line-height:22px;margin-top:24px;padding-left:0}.left-sided-page .content .content-description>li{margin-bottom:20px;list-style-position:outside;margin-left:20px}.left-sided-page .content .content-title{font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-top:2em}.left-sided-page .content .content-description-quotes{color:hsl(var(--otis-footer));font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-top:24px}.left-sided-page .content .content-description-quotes>span{font-size:20px}.left-sided-page .content .content-btn{font-weight:700;margin-top:1.5em;display:flex;align-items:center;gap:8px;justify-content:center}.left-sided-page .content .content-btn img{width:20px;height:20px;flex-shrink:0}.cs-btn{padding:.9rem 2rem;transition:all .3s;border-radius:8px;letter-spacing:.05rem;font-size:14px;border:1px solid transparent;font-family:var(--font-sans);cursor:pointer;box-sizing:border-box}.cs-btn-primary{color:hsl(var(--primary-foreground));background-color:hsl(var(--primary));border-color:hsl(var(--primary))}.cs-btn-primary:hover{opacity:.9}.cs-video-modal{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box}.cs-video-modal__body{position:relative;width:min(900px,100%);background:#fff;border-radius:12px;padding:1rem;box-shadow:0 16px 48px rgba(0,0,0,.25);box-sizing:border-box}.cs-video-modal__close{position:absolute;top:.25rem;right:.5rem;border:none;background:transparent;font-size:1.75rem;line-height:1;cursor:pointer;color:hsl(var(--foreground))}@media screen and (max-width:1250px){.left-sided-page{flex-direction:column;align-items:center;min-height:unset}.left-sided-page .content,.left-sided-page .image-container{width:100%!important}.left-sided-page .stats-container:not(.stats-container-mobile){display:none}.left-sided-page .stat-container{max-width:unset!important;width:100%}.left-sided-page .stat-divider,.left-sided-page .stats-container-mobile{display:block!important;max-width:100%!important;margin:1em 0}.left-sided-page .stats-container-mobile{width:100%}.left-sided-page .stat-wrapper{flex-direction:column;align-items:center;text-align:center;padding:1em;gap:unset!important;margin-top:unset!important}.left-sided-page .image-container>img{border-radius:1.5em;width:90%!important;height:auto;max-width:unset}.left-sided-page .content .content-title{margin-top:1em}}@media screen and (max-width:550px){.left-sided-page{padding-top:1.25em;padding-bottom:28px}.left-sided-page,.left-sided-page .pseudo-background{border-radius:16px}.left-sided-page .content{padding:1em!important}.left-sided-page .content .content-description>li{font-size:14px!important;margin-left:.5em!important;margin-bottom:.5em!important}.left-sided-page .content .content-title{font-size:1em!important;line-height:unset!important}.left-sided-page .content .content-description-quotes{text-align:center;font-size:18px}.left-sided-page .content .content-description-quotes>span{font-size:18px}.left-sided-page .content-btn-container{display:flex;justify-content:center}.left-sided-page .stat-name{font-size:36px;line-height:42px}.left-sided-page .stat-label{font-size:14px;line-height:22px}.left-sided-page .image-container>img{width:92%!important}.cs-video-modal{padding:1rem}}.newCustomerSuccessPage{max-width:100%;overflow-x:clip;font-family:var(--font-sans);color:hsl(var(--foreground))}.newCustomerSuccess,.newCustomerSuccessPage{width:100%;background:#fff;box-sizing:border-box}.newCustomerSuccess{max-width:none;padding:40px 0 62px;display:flex;justify-content:center;margin:0}.newCustomerSuccess_home{padding-top:0;max-width:var(--marketing-max);display:flex;align-items:center;justify-content:space-between;gap:48px;width:100%;padding-left:var(--marketing-gutter);padding-right:var(--marketing-gutter);box-sizing:border-box}.newCustomerSuccess_homeLeft{max-width:500px;width:100%;box-sizing:border-box}.newCustomerSuccess_title{font-size:30px;font-weight:700}.newCustomerSuccess_main-content,.newCustomerSuccess_title{color:hsl(var(--foreground));font-family:var(--font-sans);font-style:normal;line-height:normal}.newCustomerSuccess_main-content{font-size:16px;font-weight:400;margin:1.5em 0}.newCustomerSuccess_main-btn-container{display:flex;gap:1em;width:100%;align-items:stretch}.newCustomerSuccess_main-btn-container>a,.newCustomerSuccess_main-btn-container>button{flex:1 1 0;width:0;min-width:0;height:46px;font-weight:700;font-size:14px;letter-spacing:.05rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0 1.5rem}.newCustomerSuccess_main-btn{color:#fff!important;border-radius:8px;border:1px solid transparent}.newCustomerSuccess_main-btn--primary{background:hsl(var(--primary));border-color:hsl(var(--primary))}.newCustomerSuccess_main-btn--demo{background:hsl(var(--otis-cta-orange));border-color:hsl(var(--otis-cta-orange))}.newCustomerSuccess_main-btn:hover{opacity:.9;color:#fff!important;text-decoration:none}.newCustomerSuccess_main-btn img{margin-right:.5rem;width:18px;height:18px;flex-shrink:0}.newCustomerSuccess_section2{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:0 0 62px;box-sizing:border-box;width:100%;max-width:none;margin:0}.newCustomerSuccess_section2_inner{max-width:var(--marketing-max);width:100%;padding-left:var(--marketing-gutter);padding-right:var(--marketing-gutter);box-sizing:border-box}.newCustomerSuccess_image{display:flex;justify-content:center;align-items:center;max-width:700px;width:100%;box-sizing:border-box}.newCustomerSuccess_image>img{width:100%;height:auto;margin-left:0;display:block}.containers{margin-bottom:1.5em;max-width:100%;width:100%;box-sizing:border-box}.container-labels{color:hsl(var(--foreground));font-family:var(--font-sans);font-size:32px;font-style:normal;font-weight:800;line-height:45px;text-decoration-color:hsl(var(--primary));text-decoration-line:underline;text-decoration-thickness:3px;text-underline-offset:8px}.mb-4{margin-bottom:1.5rem}@media screen and (max-width:1250px){.newCustomerSuccess_home{flex-direction:column-reverse;gap:1.5em}.newCustomerSuccess_homeLeft{max-width:95%}.newCustomerSuccess_title{text-align:left}.newCustomerSuccess_main-content{line-height:unset}.newCustomerSuccess_image{max-width:100%}.newCustomerSuccess_image>img{margin-left:unset}.break_small{display:none}}@media screen and (max-width:992px){.newCustomerSuccess{padding:24px 0 30px}.newCustomerSuccess_section2{padding:0 0 30px}.newCustomerSuccess_home{padding-top:24px}.newCustomerSuccess_homeLeft{max-width:100%}}@media screen and (max-width:550px){.container-labels,.newCustomerSuccess_title{font-size:1.5em}.newCustomerSuccess_main-btn-container{flex-direction:column}.newCustomerSuccess_main-btn-container>a,.newCustomerSuccess_main-btn-container>button{flex:none;width:100%}.newCustomerSuccess_title{text-align:center}}