.precisionSection{position:relative;z-index:2;background-color:var(--white-background)}.precisionSection .slider-container{overflow:auto;scrollbar-width:none}.precisionSection .slider-wrapper{display:flex;flex-direction:column;align-items:stretch;gap:50px;margin-top:40px}.precisionSection .slider-wrapper .slider-card{background-color:var(--card-grey-bg);padding:0 40px;border-radius:26px}.precisionSection .slider-wrapper .slider-card .slider-heading{padding:20px 0;border-bottom:1px solid var(--form-input-border);font-size:18px;font-weight:600;color:var(--tertiary-color);position:relative}.precisionSection .slider-wrapper .slider-card .slider-heading .number{position:absolute;top:50%;transform:translateY(-50%);right:0;width:36px;height:36px;background-color:var(--tertiary-color);color:var(--white-text);border-radius:50%;display:flex;justify-content:center;align-items:center}.precisionSection .slider-wrapper .slider-card .content-wrapper{display:flex;padding:25px 0;gap:30px}.precisionSection .slider-wrapper .slider-card .content-wrapper .image-wrapper img{display:block;position:static!important;height:144px!important;width:auto!important}.precisionSection .slider-wrapper .slider-card .content-wrapper .body-content-para{margin:0;flex:1}.precisionSection .scroll-container{left:0;right:0;will-change:transform;background-color:var(--white-background);padding:100px 0}.precisionSection .ghost{width:100vw;background-color:var(--background-color)}.precisionSection .thumbnails-container,.precisionSection .thumbnails-container .thumbnails{position:relative}.precisionSection .thumbnails-container .thumbnails>:not(:last-child){margin-right:45px}.precisionSection .thumbnails-container .thumbnails .thumbnail{width:100%;margin:0 auto}@media(max-width:1024px){.precisionSection .slider-wrapper{padding-left:100px}}@media(max-width:768px){.precisionSection .slider-wrapper .slider-card{padding:0 30px}.precisionSection .slider-wrapper .slider-card .slider-heading{padding:15px 0;font-size:16px}.precisionSection .slider-wrapper .slider-card .content-wrapper{padding:20px 0;gap:30px}.precisionSection .slider-wrapper .slider-card .content-wrapper .image-wrapper img{width:90px!important}}@media(max-width:600px){.precisionSection .slider-wrapper{gap:30px;flex-direction:column;padding-left:0;width:90%;margin:0 auto}.precisionSection .slider-wrapper .slider-card{width:100%}}.insightsUnifiedSection{position:relative;z-index:2;background-color:var(--background-color)}.insightsUnifiedSection .insight-content-container{display:flex;margin-top:40px}.insightsUnifiedSection .insight-content-container .left-content{flex:1;transform:translateX(-150%);transition:var(--transition-value)}.insightsUnifiedSection .insight-content-container .left-content .image-wrapper{width:90%}.insightsUnifiedSection .insight-content-container .left-content .image-wrapper img{position:static!important}.insightsUnifiedSection .insight-content-container .right-content{flex:1;transform:translateX(150%);transition:var(--transition-value)}.insightsUnifiedSection .insight-content-container .right-content .content-item{display:flex;gap:40px;border-bottom:1px solid var(--form-input-border);margin-bottom:30px}.insightsUnifiedSection .insight-content-container .right-content .content-item .body-content-para{margin:15px 0 30px}.insightsUnifiedSection .insight-content-container .right-content .content-item .insights-heading{font-size:18px;font-weight:600;color:var(--tertiary-color)}.insightsUnifiedSection .insight-content-container .right-content .content-item:last-child{border-bottom:none}@media(max-width:1024px){.insightsUnifiedSection .insight-content-container .right-content .content-item{gap:30px}.insightsUnifiedSection .insight-content-container .right-content .content-item .body-content-para,.insightsUnifiedSection .insight-content-container .right-content .content-item .insights-heading{font-size:16px}}@media(max-width:768px){.insightsUnifiedSection .insight-content-container{flex-direction:column;gap:30px}.insightsUnifiedSection .insight-content-container .left-content .image-wrapper{width:80%;margin:0 auto}}.reportsWorksSection .reportsWorkContentWrapper{display:flex;gap:30px;margin-top:60px}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-1{width:70%}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-1 ul{margin-top:0}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2{width:30%;border:1px solid #c2c2c2;border-radius:12px;background-color:var(--card-grey-bg);display:flex;flex-direction:column;justify-content:space-between;transform:translateX(200%);transition:var(--transition-value)}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .report-works-col-2-content{padding:30px 30px 0}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .report-works-col-2-content .body-content-para{margin:20px 0}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 h5{font-size:26px;font-weight:400;text-align:center}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 ul{display:flex;flex-wrap:wrap;row-gap:10px;-moz-column-gap:40px;column-gap:40px}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 ul li{width:calc(50% - 20px)}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 ul li span{display:block}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 ul li .cardNumber{font-size:34px;color:var(--secondary-color);font-weight:800}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 ul li .cardTitle{color:var(--content-color);font-size:18px;line-height:25px}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper{display:flex;position:relative;padding:30px 0 0 30px}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper .talkToUs{position:absolute;width:130px;height:130px;border-radius:50%;color:var(--white-text);font-size:22px;line-height:28px;text-align:center;cursor:pointer;overflow:hidden;background-color:var(--secondary-color)}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper .talkToUs .hoveredImage,.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper .talkToUs .originalImage{width:100%;height:100%;display:inline-block;display:flex;justify-content:center;align-items:center;padding:20px;transition:transform .4s cubic-bezier(.76,0,.24,1);border-radius:50%}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper .talkToUs .hoveredImage{transform-origin:100% 50%;transform:translateZ(0)}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper .talkToUs .hoveredImage svg{width:50px;transform:rotate(-45deg);transition:all .4s;transition-delay:.4s}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper .talkToUs .hoveredImage svg path{fill:var(--white-background)!important}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper img{position:static!important;height:auto!important}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper:hover .talkToUs{background-color:var(--primary-color)}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper:hover .hoveredImage,.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper:hover .originalImage{transform:translate3d(0,-100%,0)}@media(max-width:1300px){.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper .talkToUs{width:100px;height:100px}}@media(max-width:1024px){.reportsWorksSection .reportsWorkContentWrapper{flex-direction:column}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 h5{font-size:22px}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 ul li .cardNumber{font-size:28px}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 ul li .cardTitle{font-size:16px}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-1{width:100%}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2{width:50%}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper{margin-top:30px}}@media(max-width:768px){.reportsWorksSection .reportsWorkContentWrapper{flex-direction:column}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-1,.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2{width:100%}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 .ad-image-wrapper{margin-top:30px}}@media(max-width:600px){.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2{width:100%}.reportsWorksSection .reportsWorkContentWrapper .report-works-col-2 h5{font-size:20px}}.custom-scrollbar{width:10px;height:100%;position:fixed;top:0;right:0;background-color:rgba(0,0,0,.1);border-radius:10px;z-index:1000}.custom-scrollbar-thumb{width:100%;background-color:#333;border-radius:10px;position:absolute;top:0;cursor:pointer;opacity:.7;transition:background-color .3s}.custom-scrollbar-thumb:hover{background-color:#555}.visibleSection .insight-content-container .left-content,.visibleSection .insight-content-container .right-content,.visibleSection .reportsWorkContentWrapper .report-works-col-2{transform:translateX(0)}