body{font-family:"Aeonik TRIAL",sans-serif;font-weight:400;color:#212329;background-color:#fff;margin:0;padding:0}.no-scroll{overflow:hidden}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1{font-size:72px}@media(min-width: 768px)and (max-width: 1023px){h1{font-size:56px}}@media(min-width: 576px)and (max-width: 767px){h1{font-size:42px}}@media(min-width: 0px)and (max-width: 575px){h1{font-size:36px}}h1{font-weight:700}h2{font-size:60px}@media(min-width: 768px)and (max-width: 1023px){h2{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){h2{font-size:36px}}@media(min-width: 0px)and (max-width: 575px){h2{font-size:32px}}h2{font-weight:700}h3{font-size:32px}@media(min-width: 768px)and (max-width: 1023px){h3{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){h3{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){h3{font-size:20px}}h3{font-weight:700}h4{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){h4{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){h4{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){h4{font-size:18px}}h4{font-weight:700}p{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){p{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){p{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){p{font-size:14px}}p{font-weight:400}.container{max-width:1310px;margin:0 auto;padding:0 15px;width:100%}.btn-contact{background-color:#fff;border-radius:10px;padding-block:14px;padding-inline:32px;border:0px solid rgba(0,0,0,0);text-decoration:none;font-weight:400;font-size:18px;color:#656565;line-height:100%;vertical-align:middle;transition:all .3s ease}.btn-contact:hover{background-color:#43c97b;color:#000}.btn-primary{background-color:#212329;color:#fff;border:1px solid #212329;padding:10px 26.5px;border-radius:10px;text-decoration:none;font-size:18px;font-weight:500;display:inline-block;transition:all .3s ease;font-weight:400}.btn-primary:hover{background-color:rgba(33,35,41,.9);color:#fff;text-decoration:none;border-color:rgba(33,35,41,.9)}.btn-primary:focus{outline:none;box-shadow:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-primary:focus-visible{background-color:#3d4048;outline:none;box-shadow:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-primary:active{background-color:rgb(56.3218045113,59.0917293233,66.4781954887);border-color:rgba(0,0,0,0)}.btn-primary.btn:first-child:active{background-color:#3d4048;border-color:rgba(0,0,0,0)}.section-title h2{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.section-title h2{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.section-title h2{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.section-title h2{font-size:26px}}.section-title h2{font-weight:400;color:#212329;text-align:center;margin-bottom:20px}.section-title h2 span{color:#43c97b}.btn-arrow{background-color:#fff;width:42px;height:42px;border-radius:8px;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.btn-arrow svg{transition:transform .4s ease}.btn-arrow svg path{transition:stroke .3s ease}@media(min-width: 0px)and (max-width: 575px){.btn-arrow{width:28px;height:28px}}.btn-arrow:hover{background-color:#f4f7ff}.btn-arrow:hover svg{animation:arrow-move .4s ease-in}.redirect-header{padding-bottom:55px}@media(min-width: 768px)and (max-width: 1023px){.redirect-header{padding-bottom:40px}}.redirect-header h2{text-align:start;margin-bottom:0px}.redirect-header{display:flex;justify-content:space-between;align-items:flex-end}@media(min-width: 576px)and (max-width: 767px){.redirect-header{flex-flow:column;gap:10px;align-items:start;padding-bottom:26px}}@media(min-width: 0px)and (max-width: 575px){.redirect-header{flex-flow:column;gap:10px;align-items:start;padding-bottom:20px}}.redirect-header .redirect-link{cursor:pointer;position:relative;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.redirect-header .redirect-link{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.redirect-header .redirect-link{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.redirect-header .redirect-link{font-size:14px}}.redirect-header .redirect-link{color:#212329;display:flex;align-items:center;justify-content:space-between;transition:color .3s ease-in,transform .3s ease-in;overflow:hidden;text-decoration:none}@media(min-width: 0px)and (max-width: 575px){.redirect-header .redirect-link{align-self:flex-end}}.redirect-header .redirect-link:hover{color:#43c97b}.redirect-header .redirect-link:hover .arrow-vector svg{transform:rotate(45deg)}.redirect-header .redirect-link:hover .arrow-vector svg path{stroke:#43c97b}.redirect-header .redirect-link .arrow-vector{padding-left:19px}.redirect-header .redirect-link .arrow-vector svg{width:15px;height:15px;transition:transform .3s ease-in}.redirect-header .redirect-link .arrow-vector svg path{transition:stroke .3s ease-in,transform .3s ease-in}@media(min-width: 0px)and (max-width: 575px){.redirect-header .redirect-link .arrow-vector svg{font-size:10px}}.reveal-wrapper{overflow:hidden;display:inline-block}@keyframes arrow-move{0%{transform:translate(0, 0);opacity:1}40%{transform:translate(15px, -15px);opacity:0}60%{transform:translate(-15px, 15px);opacity:0}100%{transform:translate(0, 0);opacity:1}}.btn-play{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#fff;border-radius:6px}.btn-play:hover{background-color:#f4f7ff}.btn-play:hover span{animation:play-move .3s ease-in}.service-banner{padding-top:70px;padding-bottom:90px;background-color:#fff}@media(min-width: 0px)and (max-width: 575px){.service-banner{padding:40px 0px}}@media(min-width: 576px)and (max-width: 767px){.service-banner{padding:40px 0px}}@media(min-width: 768px)and (max-width: 1023px){.service-banner{padding:40px 0px}}.service-banner .roi{font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.service-banner .roi{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.service-banner .roi{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.service-banner .roi{font-size:32px}}.service-banner .roi{line-height:76px;font-weight:400}@media(min-width: 768px)and (max-width: 1023px){.service-banner .roi{line-height:50px}}@media(min-width: 576px)and (max-width: 767px){.service-banner .roi{line-height:45px}}@media(min-width: 0px)and (max-width: 575px){.service-banner .roi{line-height:45px}}.service-banner h4{font-weight:400}.service-banner .cta-sec{margin-top:10px;padding-left:0px !important}@media(min-width: 768px)and (max-width: 1023px){.service-banner .cta-sec{padding-left:0}}@media(min-width: 576px)and (max-width: 767px){.service-banner .cta-sec{padding-left:0;margin-top:20px}}@media(min-width: 0px)and (max-width: 575px){.service-banner .cta-sec{padding-left:0;margin-top:20px}}.service-banner .cta-sec .see-all-cta{margin-top:24px}@keyframes play-move{0%{transform:translateX(0);opacity:1}40%{transform:translateX(15px);opacity:0}60%{transform:translateX(-15px);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes scroll-logos{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}.split-parent{overflow:hidden;display:block}.split-child{display:inline-block}Contact Form Flash Popup .flash-popup{position:fixed;left:50%;top:40px;transform:translateX(-50%) scale(0.95);min-width:320px;max-width:90vw;padding:16px 36px 16px 20px;border-radius:6px;font-size:1.09em;z-index:1050;opacity:0;pointer-events:none;box-shadow:0 6px 32px 0 rgba(0,0,0,.1333333333);transition:opacity .45s cubic-bezier(0.44, 0.27, 0.42, 1.18),transform .45s;will-change:opacity,transform;white-space:pre-line;display:flex;align-items:center}Contact Form Flash Popup .flash-popup.active{opacity:1;transform:translateX(-50%) scale(1);pointer-events:auto}Contact Form Flash Popup .flash-popup.success{background:#e3fff0;color:#146644;border:1.5px solid #15d38c}Contact Form Flash Popup .flash-popup.error{background:#fff2f2;color:#a23333;border:1.5px solid #eba6a6}Contact Form Flash Popup .flash-popup .close{background:none;border:none;color:#555;font-size:1.7em;font-weight:400;margin-left:26px;opacity:.7;cursor:pointer;line-height:1}Contact Form Flash Popup .flash-popup .close:hover{opacity:1;color:#000}.custom-head-banner{position:relative;height:680px;overflow:hidden;padding-bottom:100px}@media(min-width: 768px)and (max-width: 1023px){.custom-head-banner{height:68vh}}@media(min-width: 576px)and (max-width: 767px){.custom-head-banner{height:68vh}}@media(min-width: 0px)and (max-width: 575px){.custom-head-banner{height:68vh}}.custom-head-banner .bg-video{position:absolute;width:100%;object-fit:cover;z-index:0}.custom-head-banner .banner-img{position:absolute;width:100%;height:100%}.custom-head-banner .banner-img img{width:100%;height:100%;object-fit:cover}.custom-head-banner .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(31, 53, 117, 0.53) 0%, rgba(31, 53, 117, 0) 30%, rgba(31, 53, 117, 0) 70%, rgb(31, 53, 117) 100%);z-index:1;pointer-events:none}.custom-head-banner .container{height:100%}.custom-head-banner .container .banner-content-wrapper{height:100%;position:relative;display:flex;z-index:999;align-items:flex-end}.custom-head-banner .container .banner-content-wrapper .banner-content{width:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}@media(min-width: 768px)and (max-width: 1023px){.custom-head-banner .container .banner-content-wrapper .banner-content{flex-direction:column;align-items:flex-start;padding-bottom:30px;overflow:hidden;gap:14px}}@media(min-width: 576px)and (max-width: 767px){.custom-head-banner .container .banner-content-wrapper .banner-content{flex-direction:column;align-items:flex-start;padding-bottom:30px;overflow:hidden;gap:14px}}@media(min-width: 0px)and (max-width: 575px){.custom-head-banner .container .banner-content-wrapper .banner-content{flex-direction:column;align-items:flex-start;padding-bottom:30px;overflow:hidden;gap:14px}}.custom-head-banner .container .banner-content-wrapper .banner-content h1,.custom-head-banner .container .banner-content-wrapper .banner-content p{flex:0 0 auto;white-space:nowrap;color:#fff;margin:0}@media(min-width: 0px)and (max-width: 575px){.custom-head-banner .container .banner-content-wrapper .banner-content h1,.custom-head-banner .container .banner-content-wrapper .banner-content p{white-space:normal;text-align:left !important}}.custom-head-banner .container .banner-content-wrapper .banner-content h1{font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.custom-head-banner .container .banner-content-wrapper .banner-content h1{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.custom-head-banner .container .banner-content-wrapper .banner-content h1{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.custom-head-banner .container .banner-content-wrapper .banner-content h1{font-size:32px}}.custom-head-banner .container .banner-content-wrapper .banner-content h1{position:relative}.custom-head-banner .container .banner-content-wrapper .banner-content .seperator{flex:1 1 auto;height:1px;background-color:#fff;opacity:.3}.custom-head-banner .container .banner-content-wrapper .banner-content p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.custom-head-banner .container .banner-content-wrapper .banner-content p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.custom-head-banner .container .banner-content-wrapper .banner-content p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.custom-head-banner .container .banner-content-wrapper .banner-content p{font-size:18px}}.custom-head-banner .container .banner-content-wrapper .banner-content p{text-align:end}.coverletter-area{padding:81px 0px 100px 0px;border-top:1px solid rgba(33,35,41,.3019607843)}.coverletter-area h2{color:#212329;font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.coverletter-area h2{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.coverletter-area h2{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.coverletter-area h2{font-size:32px}}.coverletter-area h2{font-weight:400;margin-bottom:0px}@media(min-width: 576px)and (max-width: 767px){.coverletter-area h2{margin-bottom:20px}}@media(min-width: 0px)and (max-width: 575px){.coverletter-area h2{margin-bottom:20px}}.coverletter-area .coverletter-form{display:flex;align-items:end;height:100%;width:100%}.coverletter-area .coverletter-form label{color:#212329;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.coverletter-area .coverletter-form label{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.coverletter-area .coverletter-form label{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.coverletter-area .coverletter-form label{font-size:14px}}.coverletter-area .coverletter-form label{margin-bottom:8px}.coverletter-area .coverletter-form input{height:49px}.coverletter-area .coverletter-form input:focus{box-shadow:none}@media(min-width: 576px)and (max-width: 767px){.coverletter-area .coverletter-form button{margin-top:15px}}@media(min-width: 0px)and (max-width: 575px){.coverletter-area .coverletter-form button{margin-top:15px}}@media(min-width: 0px)and (max-width: 575px){.coverletter-area{padding:25px 0px 35px 0px}}@media(min-width: 576px)and (max-width: 767px){.coverletter-area{padding:25px 0px 35px 0px}}@media(min-width: 768px)and (max-width: 1023px){.coverletter-area{padding:40px 0px 50px 0px}}#cookie-consent{position:fixed;right:24px;bottom:24px;width:min(290px,100vw - 48px);background:#fff;color:#212329;border:1px solid rgba(33,35,41,.08);box-shadow:0 20px 40px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.08);border-radius:16px;z-index:2147483647;opacity:0;pointer-events:none;transform:translateY(20px) scale(0.95);transition:opacity .4s cubic-bezier(0.4, 0, 0.2, 1),transform .4s cubic-bezier(0.4, 0, 0.2, 1);will-change:opacity,transform;overflow:hidden}#cookie-consent::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #43C97B 0%, #2BA85F 100%);opacity:.8}#cookie-consent.show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;display:block;animation:cc-pop .55s cubic-bezier(0.22, 1, 0.36, 1) both}#cookie-consent.hiding{opacity:0;transform:translateY(20px) scale(0.95);pointer-events:none}@keyframes cc-pop{0%{opacity:0;transform:translateY(22px) scale(0.94)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes cc-content-pop{0%{opacity:0;transform:translateY(10px) scale(0.98)}100%{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion: reduce){#cookie-consent,#cookie-consent.show,#cookie-consent.hiding{transition:opacity .2s ease;transform:translateY(0) scale(1);animation:none}#cookie-consent .cc-inner{animation:none}}#cookie-consent .cc-inner{display:flex;gap:16px;padding:20px;position:relative;opacity:0;transform:translateY(8px) scale(0.98);transition:opacity .45s cubic-bezier(0.22, 1, 0.36, 1),transform .45s cubic-bezier(0.22, 1, 0.36, 1);will-change:opacity,transform;animation:cc-content-pop .5s cubic-bezier(0.22, 1, 0.36, 1) .08s both}#cookie-consent.show .cc-inner{opacity:1;transform:translateY(0) scale(1)}#cookie-consent.hiding .cc-inner{opacity:0;transform:translateY(8px) scale(0.98)}.cc-icon-wrapper{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg, rgba(67, 201, 123, 0.1) 0%, rgba(43, 168, 95, 0.1) 100%);display:flex;align-items:center;justify-content:center}.cc-icon{width:24px;height:24px;color:#43c97b}.cc-content{flex:1;display:flex;flex-direction:column;gap:6px}.cc-title{margin:0;font-size:14px;font-weight:700;color:#212329;line-height:1.3;letter-spacing:-0.01em}.cc-text{margin:0;font-size:12px;font-weight:400;color:#3d4048;line-height:1.5}.cc-text a{color:#43c97b;text-decoration:none;font-weight:500;transition:color .3s ease;border-bottom:1px solid rgba(0,0,0,0)}.cc-text a:hover{color:#2ba85f;border-bottom-color:#2ba85f}.cc-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:4px;justify-content:flex-end}.cc-decline{appearance:none;border:1.5px solid rgba(33,35,41,.5);background:#fff;color:#212329;padding:11px 20px;border-radius:10px;font-size:12px;font-weight:400;cursor:pointer;transition:all .3s ease;font-family:"Aeonik TRIAL",sans-serif;line-height:1}.cc-decline:hover{background:#f4f7ff;border-color:rgba(33,35,41,.25);transform:translateY(0px);box-shadow:0 4px 8px rgba(0,0,0,.08)}.cc-decline:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.06)}.cc-decline:focus{outline:none;box-shadow:0 0 0 3px rgba(33,35,41,.1)}.cc-accept{appearance:none;border:none;background:#2ba85f;color:#fff;padding:11px 24px;border-radius:10px;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:"Aeonik TRIAL",sans-serif;line-height:1;position:relative;overflow:hidden}.cc-accept::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left .5s ease}.cc-accept:hover{background:#3d4048;transform:translateY(0%)}.cc-accept:active{transform:translateY(0);box-shadow:0 3px 8px rgba(33,35,41,.2)}.cc-accept:focus{outline:none;box-shadow:0 0 0 3px rgba(33,35,41,.3)}@media(max-width: 520px){#cookie-consent{right:16px;bottom:16px;width:calc(100vw - 32px);border-radius:14px}#cookie-consent .cc-inner{flex-direction:row;padding:18px;gap:14px}.cc-icon-wrapper{width:36px;height:36px}.cc-icon-wrapper .cc-icon{width:20px;height:20px}.cc-content{gap:10px}.cc-title{font-size:20px}}@media(max-width: 520px)and (min-width: 768px)and (max-width: 1023px){.cc-title{font-size:18px}}@media(max-width: 520px)and (min-width: 576px)and (max-width: 767px){.cc-title{font-size:16px}}@media(max-width: 520px)and (min-width: 0px)and (max-width: 575px){.cc-title{font-size:16px}}@media(max-width: 520px){.cc-text{font-size:18px;font-size:14px}}@media(max-width: 520px)and (min-width: 768px)and (max-width: 1023px){.cc-text{font-size:16px}}@media(max-width: 520px)and (min-width: 576px)and (max-width: 767px){.cc-text{font-size:14px}}@media(max-width: 520px)and (min-width: 0px)and (max-width: 575px){.cc-text{font-size:14px}}@media(max-width: 520px){.cc-actions{flex-direction:column;width:100%;gap:8px}.cc-decline,.cc-accept{width:100%;justify-content:center;padding:12px 20px}}@media(min-width: 521px)and (max-width: 768px){#cookie-consent{width:min(380px,100vw - 40px)}}.shareBlock i{color:#7f8b9a !important;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.shareBlock i{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.shareBlock i{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.shareBlock i{font-size:14px}}.shareBlock .fa-stack{height:24px !important;width:24px !important}.service-banner-cta-section{margin-top:30px}.service-banner-cta-section .banner-cta{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.service-banner-cta-section .banner-cta{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.service-banner-cta-section .banner-cta{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.service-banner-cta-section .banner-cta{font-size:14px}}.service-banner-cta-section .banner-cta{display:inline-block;padding:12px 28px;background:#fff;color:#212329;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s ease}.service-banner-cta-section .banner-cta:hover{color:#212329;background-color:#e8ecf7}.header-container{position:fixed;top:0;z-index:100000;width:100%;background:rgba(0,0,0,0);height:77px;transition:transform .36s ease,opacity .36s ease;will-change:transform,opacity}.header-container .container{height:100%}.header-container.scrolled .nav-middle ul li{color:#212329;opacity:1;transition:transform .3s ease}.header-container.scrolled .nav-middle ul li svg path{stroke:#212329}.header-container.scrolled .nav-middle ul li:hover svg path{stroke:hsl(225,10.8108108108%,44.5098039216%)}.header-container.scrolled .nav-middle ul li:hover{color:hsl(225,10.8108108108%,44.5098039216%)}.header-container.scrolled .nav-middle ul li a{color:#212329;opacity:1}.header-container.scrolled .nav-middle ul li a:hover{color:hsl(225,10.8108108108%,44.5098039216%)}.header-container.scrolled .glossy-bg{box-shadow:0px 8px 34px -15px rgba(0,0,0,.41) !important;transition:box-shadow .3s ease-in}.header-container.scrolled .dropdown-list{z-index:51;box-shadow:0px 8px 34px -15px rgba(0,0,0,.41) !important;transition:box-shadow .3s ease-in}.header-container.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.glossy-bg{display:block;position:absolute;top:11px;left:56.5%;transform:translateX(-56.5%);width:625px;height:57px;z-index:50;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(15px);border-radius:10px;will-change:all}.header{display:flex;justify-content:space-between;width:100%;align-items:center;background-color:rgba(0,0,0,0);transition:background-color .3s ease-in;height:100%}.logo{position:relative;z-index:60;width:300px}.logo img{width:100%;height:auto;object-fit:contain;display:block}.nav-middle{position:relative;z-index:999;display:flex;align-items:center;padding-inline:0px;margin-left:0;white-space:nowrap;font-weight:400;font-size:18px;color:#fff;line-height:100%;vertical-align:middle}.nav-middle ul{gap:32px}.nav-middle ul li{color:#fff;transition:transform .3s ease;opacity:1;transition:transform .3s ease}.nav-middle ul li svg{transform:rotate(90)}.nav-middle ul li:hover svg path{stroke:hsla(0,0%,100%,.7)}.nav-middle ul li:hover{color:hsla(0,0%,100%,.7)}.nav-middle ul li a{text-decoration:none;color:#fff;opacity:1}.nav-middle ul li a:hover{color:hsla(0,0%,100%,.7)}.nav-middle li{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;cursor:pointer}.nav-middle li div{padding-left:10px}.nav-middle li div svg{transform-origin:center center;transition:transform .3s ease}.dropdown-list-wrapper{display:none;opacity:0;transition:opacity .3s ease;position:absolute;top:78px;left:0px;width:100vw}.dropdown-list-wrapper.show{display:grid;place-content:center;opacity:1}.dropdown-list-wrapper .dropdown-list{display:block;padding:24px;color:#212329;background-color:#fff;border-radius:10px;display:flex;justify-content:center;align-items:start}.dropdown-list-wrapper .dropdown-list .dividing-line{width:1px;min-width:1px;max-width:1px;background-color:#212329;height:100%;opacity:.2;margin-inline:24px}.dropdown-list-wrapper .dropdown-list .about-list{padding-right:4px;width:375px}.dropdown-list-wrapper .dropdown-list .about-list p{text-wrap:wrap;opacity:.8}.dropdown-list-wrapper .dropdown-list .list-links ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0px;padding-left:0px;width:375px}.dropdown-list-wrapper .dropdown-list .list-links li{padding-block:14px;padding-left:23px;padding-right:20px;border-radius:10px;width:100%;display:flex;align-items:center;justify-content:space-between}.dropdown-list-wrapper .dropdown-list .list-links li:hover{background-color:#f4f7ff}.dropdown-list-wrapper .dropdown-list .list-links li a{text-decoration:none;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.dropdown-list-wrapper .dropdown-list .list-links li a{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.dropdown-list-wrapper .dropdown-list .list-links li a{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.dropdown-list-wrapper .dropdown-list .list-links li a{font-size:14px}}.dropdown-list-wrapper .dropdown-list .list-links li a{color:#212329}.nav-middle ul,.nav-menu ul{margin:0;padding:0;list-style:none;display:flex;gap:32px}.nav-middle ul li,.nav-menu ul li{position:relative}.nav-menu{display:none}.right-side{position:relative;z-index:60;display:flex;align-items:center;gap:15px}.btn-contact{background-color:#fff;border-radius:10px;padding-block:14px;padding-inline:32px;border:0px solid rgba(0,0,0,0);text-decoration:none;font-weight:400;font-size:18px;color:#000;line-height:100%;vertical-align:middle;transition:all .3s ease}.btn-contact:hover{background-color:#f4f7ff;color:#000}.menu-btn-1{display:none;height:15px;width:40px;cursor:pointer}.menu-btn-1 span,.menu-btn-1 span::before,.menu-btn-1 span::after{background:#000;margin:0px;content:"";position:absolute;width:30px;height:2px;margin-top:6px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.menu-btn-1 span::before{margin-top:-6px}.menu-btn-1 span::after{margin-top:6px}.menu-btn-1.active span{background:rgba(0,0,0,0)}.menu-btn-1.active span::before{margin-top:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.menu-btn-1.active span::after{margin-top:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}@media(min-width: 993px)and (max-width: 1200px){.logo{width:181px}.glossy-bg{width:590px}}@media(max-width: 992px){.header-container{background-color:rgba(0,0,0,0);transition:background-color .1s}.glossy-bg{display:none}.header{padding-block:16px}.btn-contact{padding-block:12px;padding-inline:24px;font-size:16px}.logo{width:180px}.nav-middle{display:none}.nav-menu{display:flex;position:fixed;top:-200%;right:0;height:0;z-index:9999;width:100%;padding-top:100px;transition:top .3s ease;justify-content:flex-start;align-items:start;gap:32px;background:#fff;padding-left:0px;border-radius:0px;display:flex;flex-direction:column;transition:all .5s ease}.nav-menu ul{flex-direction:column;align-items:start}.nav-menu ul li{width:100%}.nav-menu ul li a{text-decoration:none;color:#212329;font-size:38px;font-weight:500;line-height:100%}}@media(max-width: 992px)and (min-width: 768px)and (max-width: 1023px){.nav-menu ul li a{font-size:32px}}@media(max-width: 992px)and (min-width: 576px)and (max-width: 767px){.nav-menu ul li a{font-size:28px}}@media(max-width: 992px)and (min-width: 0px)and (max-width: 575px){.nav-menu ul li a{font-size:24px}}@media(max-width: 992px){.nav-menu ul li .moblie-dropdown-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-decoration:none}.nav-menu ul li .moblie-dropdown-wrapper .redirect-name{text-decoration:none;color:#212329;font-size:38px;font-weight:500;line-height:100%}}@media(max-width: 992px)and (min-width: 768px)and (max-width: 1023px){.nav-menu ul li .moblie-dropdown-wrapper .redirect-name{font-size:32px}}@media(max-width: 992px)and (min-width: 576px)and (max-width: 767px){.nav-menu ul li .moblie-dropdown-wrapper .redirect-name{font-size:28px}}@media(max-width: 992px)and (min-width: 0px)and (max-width: 575px){.nav-menu ul li .moblie-dropdown-wrapper .redirect-name{font-size:24px}}@media(max-width: 992px){.nav-menu ul li .moblie-dropdown-wrapper .drop-icon{padding-right:6px}.nav-menu ul li .moblie-dropdown-wrapper .drop-icon svg{transition:transform .3s ease;width:4.5vw;height:4.5vw}.dropdown-mobile-list-wrapper{display:block;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease}.dropdown-mobile-list-wrapper.show{display:grid;opacity:1}.dropdown-mobile-list-wrapper .dropdown-list{padding:clamp(1vw,2.42vw,24px);color:#212329;background-color:#fff;width:100%;display:flex;justify-content:space-between;align-items:start;flex-direction:row}}@media(max-width: 992px)and (min-width: 0px)and (max-width: 575px){.dropdown-mobile-list-wrapper .dropdown-list{flex-direction:column;font-size:3vw}}@media(max-width: 992px){.dropdown-mobile-list-wrapper .dropdown-list .dividing-line{width:1px;height:100%;background-color:#000;opacity:.2;overflow:hidden;margin-inline:.7rem}.dropdown-mobile-list-wrapper .dropdown-list .about-list{padding-right:.5rem;width:50%}}@media(max-width: 992px)and (min-width: 0px)and (max-width: 575px){.dropdown-mobile-list-wrapper .dropdown-list .about-list{width:100%}.dropdown-mobile-list-wrapper .dropdown-list .about-list li{font-size:3vw}}@media(max-width: 992px){.dropdown-mobile-list-wrapper .dropdown-list .about-list p{text-wrap:wrap;opacity:.8;line-height:20px}.dropdown-mobile-list-wrapper .dropdown-list .list-links{width:50%}}@media(max-width: 992px)and (min-width: 0px)and (max-width: 575px){.dropdown-mobile-list-wrapper .dropdown-list .list-links{width:100%}}@media(max-width: 992px){.dropdown-mobile-list-wrapper .dropdown-list .list-links ul{width:100%;gap:0}.dropdown-mobile-list-wrapper .dropdown-list .list-links li{padding-block:10px;padding-inline:10px;border-radius:8px;width:100%;display:flex;align-items:center;justify-content:space-between}.dropdown-mobile-list-wrapper .dropdown-list .list-links li:hover{background-color:#f4f7ff}.dropdown-mobile-list-wrapper .dropdown-list .list-links li a{text-decoration:none;word-break:normal;font-size:18px;color:#000}}@media(max-width: 992px)and (min-width: 768px)and (max-width: 1023px){.dropdown-mobile-list-wrapper .dropdown-list .list-links li a{font-size:16px}}@media(max-width: 992px)and (min-width: 576px)and (max-width: 767px){.dropdown-mobile-list-wrapper .dropdown-list .list-links li a{font-size:14px}}@media(max-width: 992px)and (min-width: 0px)and (max-width: 575px){.dropdown-mobile-list-wrapper .dropdown-list .list-links li a{font-size:14px}}@media(max-width: 992px){.nav-menu.open{overflow-y:auto;top:-15px;right:0;height:calc(100vh + 15px)}.menu-btn-1{display:flex}}@media(max-width: 600px){.btn-contact{padding-block:10px;padding-inline:16px;font-size:14px;border-radius:8px;white-space:nowrap}.logo{width:170px}.menu-btn-1{width:30px}.menu-btn-1 span,.menu-btn-1 span::before,.menu-btn-1 span::after{width:25px;height:2px;margin-top:6px}.right-side{gap:10px}.menu-btn-1 span::before{margin-top:-6px}.menu-btn-1 span::after{margin-top:6px}.nav-middle ul li a{color:#000;font-size:8vw;font-weight:500;line-height:100%}}@media(max-width: 380px){.menu-btn-1{width:30px}.menu-btn-1 span,.menu-btn-1 span::before,.menu-btn-1 span::after{width:20px;height:2px;margin-top:5px}.menu-btn-1 span::before{margin-top:-5px}.menu-btn-1 span::after{margin-top:5px}.logo{width:135px}}.btn-contact.dark-theme{background-color:#212329 !important;color:#fff !important}.btn-contact.dark-theme:hover{background-color:#3d4048 !important}footer{background-color:#212329;color:#fff;padding:80px 60px 0px 60px}@media(min-width: 0px)and (max-width: 575px){footer{padding:20px 0}}@media(min-width: 576px)and (max-width: 767px){footer{padding:20px 0}}@media(min-width: 768px)and (max-width: 1023px){footer{padding:40px 0px 0px 0px}}footer .footer-links{width:calc(100% - 320px);display:flex;align-items:flex-start;justify-content:flex-end;gap:20px}@media(min-width: 0px)and (max-width: 575px){footer .footer-links{gap:10px;flex-direction:row;justify-content:flex-start;width:100%}}@media(min-width: 576px)and (max-width: 767px){footer .footer-links{gap:10px;flex-direction:row;justify-content:flex-start;width:100%}}footer .footer-links h4{color:#43c97b;margin-bottom:6px;font-size:20px}@media(min-width: 768px)and (max-width: 1023px){footer .footer-links h4{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-links h4{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-links h4{font-size:16px}}footer .footer-links h4{font-weight:400;letter-spacing:-0.8px}footer .footer-links .nav-column{display:flex;flex-direction:column;width:20%;align-items:flex-start;gap:20px}@media(min-width: 768px)and (max-width: 1023px){footer .footer-links .nav-column{width:32%}}@media(min-width: 576px)and (max-width: 767px){footer .footer-links .nav-column{width:32%}}@media(min-width: 0px)and (max-width: 575px){footer .footer-links .nav-column{width:32%}}footer .footer-links ul{list-style:none;padding:0;margin:0}footer .footer-links ul li{margin-bottom:10px}footer .footer-links ul li a{text-decoration:none;color:#ccc;font-size:14px;transition:color .3s}footer .footer-links ul li a:hover{color:#43c97b}@media(min-width: 768px)and (max-width: 1023px){footer .footer-links{width:calc(100% - 270px)}}footer .footer-nav-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;padding-bottom:135px}@media(min-width: 0px)and (max-width: 575px){footer .footer-nav-wrapper{gap:20px;padding-bottom:50px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-nav-wrapper{gap:20px;padding-bottom:50px}}footer .footer-nav-wrapper .footer-left{width:270px}footer .footer-nav-wrapper .footer-left .logo-footer{width:116px}footer .footer-nav-wrapper .footer-left .logo-footer img{width:100%;height:1005}footer .footer-nav-wrapper .footer-left p{margin:14px 0px 20px 0px;line-height:19.6px;font-size:14px;color:#ccc}footer .footer-nav-wrapper .footer-left .footer-social a{display:flex;margin-right:12px;font-size:18px;color:#fff;text-decoration:none;transition:color .3s}footer .footer-nav-wrapper .footer-left .footer-social a span{display:flex;align-items:end;margin-left:5px;font-size:14px;line-height:1;color:rgba(248,250,255,.8);font-weight:normal;margin-bottom:0px}footer .footer-nav-wrapper .footer-left .footer-social a svg{display:flex;align-items:end}footer .footer-nav-wrapper .footer-left .footer-social a svg path{transition:all .3s}footer .footer-nav-wrapper .footer-left .footer-social a:hover{color:#43c97b}footer .footer-nav-wrapper .footer-left .footer-social a:hover svg path{fill:#43c97b}footer .footer-nav-wrapper .footer-left .footer-social a:hover span{color:#43c97b}@media(min-width: 768px)and (max-width: 1023px){footer .footer-nav-wrapper .footer-left{width:250px}}footer .footer-bottom{border-top:1px solid #444;padding-top:20px;display:flex;justify-content:space-between;font-size:13px;color:#999;flex-wrap:wrap}footer .footer-bottom a{color:rgba(244,247,255,.5)}footer .footer-bottom a:hover{text-decoration:underline}.hero{position:relative;height:100vh;overflow:hidden}.hero .container{height:100%}.hero .clip-container{position:absolute;inset:0;background:url("../images/dotlogics-banner.webp") center/cover no-repeat;z-index:1}.hero .white-bg-logo{position:absolute;top:50%;left:50%;transform-origin:center center;transform:translate(-50%, -50%);z-index:0;width:400px;height:380px}@media(min-width: 0px)and (max-width: 575px){.hero .white-bg-logo{width:200px;height:180px}}@media(min-width: 576px)and (max-width: 767px){.hero .white-bg-logo{width:200px;height:180px}}@media(min-width: 768px)and (max-width: 1023px){.hero .white-bg-logo{width:300px;height:270px}}.hero .white-bg-logo img{width:100%;height:100%;object-fit:contain}.hero .hero-content-wraper-outer{display:flex;height:100%;align-items:flex-end;padding-bottom:50px;position:relative;z-index:20}.hero .hero-content-wraper{position:relative;z-index:3;width:100%}.hero .hero-content-wraper .hero-content{padding:100px 0 0 0}@media(min-width: 0px)and (max-width: 575px){.hero .hero-content-wraper .hero-content{padding:50px 0 0 0}}@media(min-width: 576px)and (max-width: 767px){.hero .hero-content-wraper .hero-content{padding:50px 0 0 0}}@media(min-width: 768px)and (max-width: 1023px){.hero .hero-content-wraper .hero-content{padding:80px 0 0 0}}.hero .hero-content-wraper .hero-content .banner-heading h1{color:#f4f7ff;text-align:left;line-height:120%;margin-bottom:-10px}@media(min-width: 768px)and (max-width: 1023px){.hero .hero-content-wraper .hero-content .banner-heading h1{margin-bottom:20px}}@media(min-width: 576px)and (max-width: 767px){.hero .hero-content-wraper .hero-content .banner-heading h1{margin-bottom:20px}}@media(min-width: 0px)and (max-width: 575px){.hero .hero-content-wraper .hero-content .banner-heading h1{margin-bottom:20px}}.hero .trusted-by-section{width:100%}@media(max-width: 768px){.hero .trusted-by-section{flex-direction:column;gap:15px;align-items:flex-start}}.hero .trusted-by-section .banner-cta-section{margin-top:-15px}.hero .trusted-by-section .banner-cta-section .banner-cta{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.hero .trusted-by-section .banner-cta-section .banner-cta{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.hero .trusted-by-section .banner-cta-section .banner-cta{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.hero .trusted-by-section .banner-cta-section .banner-cta{font-size:14px}}.hero .trusted-by-section .banner-cta-section .banner-cta{display:inline-block;padding:12px 28px;background:#fff;color:#212329;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s ease}.hero .trusted-by-section .banner-cta-section .banner-cta:hover{color:#212329;background-color:#e8ecf7}.hero .trusted-by-section .trusted-by span{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.hero .trusted-by-section .trusted-by span{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.hero .trusted-by-section .trusted-by span{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.hero .trusted-by-section .trusted-by span{font-size:14px}}.hero .trusted-by-section .trusted-by span{margin-bottom:12px}.hero .trusted-by-section .trusted-by .brands-marquee{display:flex;align-items:center;background:rgba(0,0,0,0);overflow:hidden;user-select:none;position:relative}.hero .trusted-by-section .trusted-by .brands-marquee .brands-container{display:flex;align-items:center;flex-shrink:0;width:100%;background:rgba(0,0,0,0);justify-content:space-around;gap:10px;padding:0px 16px}.hero .trusted-by-section .trusted-by .brands-marquee .brands-container .logo{height:36px;filter:opacity(0.5)}.hero .trusted-by-section .trusted-by .brands-marquee .brands-container.scroll{animation:scroll-logos 30s linear infinite}.line-wrapper{overflow:hidden;display:block}.resources-wrapper{padding:80px 0px}@media(min-width: 0px)and (max-width: 575px){.resources-wrapper{padding:40px 0px}}@media(min-width: 576px)and (max-width: 767px){.resources-wrapper{padding:40px 0px}}@media(min-width: 768px)and (max-width: 1023px){.resources-wrapper{padding:40px 0px}}.resources-wrapper a{text-decoration:none}.resources-wrapper .resources-wrapp-inner .row{--bs-gutter-x: 24px}@media(min-width: 768px)and (max-width: 1023px){.resources-wrapper .resources-wrapp-inner .row{--bs-gutter-x: 15px}}.resources-wrapper .resources-wrapp-inner .resource-box{display:flex;flex-direction:column;gap:12px;background-color:#f4f7ff;border-radius:14px;transition:all .3s ease-in-out;margin-bottom:24px}.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content{padding:32px}@media(min-width: 768px)and (max-width: 1023px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content{padding:8px}}@media(min-width: 576px)and (max-width: 767px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content{padding:24px}}@media(min-width: 0px)and (max-width: 575px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content{padding:24px 12px}}.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content h4{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content h4{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content h4{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content h4{font-size:14px}}.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content h4{font-weight:700;color:#43c97b;margin-bottom:0px;transition:all .3s ease-in-out;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content p{font-size:18px}}.resources-wrapper .resources-wrapp-inner .resource-box .resource-card-content p{font-weight:400;color:#212329;line-height:30px;margin-bottom:0px;transition:all .3s ease-in-out;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width: 768px)and (max-width: 1023px){.resources-wrapper .resources-wrapp-inner .resource-box{padding:16px}.resources-wrapper .resources-wrapp-inner .resource-box h4{font-size:16px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.resources-wrapper .resources-wrapp-inner .resource-box{padding:12px}.resources-wrapper .resources-wrapp-inner .resource-box h4{font-size:12px}.resources-wrapper .resources-wrapp-inner .resource-box p{line-height:20px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.resources-wrapper .resources-wrapp-inner .resource-box{padding:12px}.resources-wrapper .resources-wrapp-inner .resource-box h4{font-size:14px}.resources-wrapper .resources-wrapp-inner .resource-box p{line-height:20px}}.resources-wrapper .resources-wrapp-inner .resource-box .resoure-image{display:flex;align-items:end;margin-top:10px;max-width:346px;height:275px;margin:0px auto;border-radius:12px 12px 0px 0px;overflow:hidden}.resources-wrapper .resources-wrapp-inner .resource-box .resoure-image img{width:100%;height:100%;object-fit:cover}@media(min-width: 768px)and (max-width: 1023px){.resources-wrapper .resources-wrapp-inner .resource-box .resoure-image{height:180px}}@media(min-width: 576px)and (max-width: 767px){.resources-wrapper .resources-wrapp-inner .resource-box .resoure-image{height:150px}}@media(min-width: 0px)and (max-width: 575px){.resources-wrapper .resources-wrapp-inner .resource-box .resoure-image{height:150px}}.resources-wrapper .resources-wrapp-inner .resource-box:hover{background-color:#43c97b !important}.resources-wrapper .resources-wrapp-inner .resource-box:hover h4{color:#fff}.resources-wrapper .resources-wrapp-inner .resource-box:hover p{color:#fff}.resources-wrapper .see-all-cta{text-align:center;margin-top:18px}.help-section-wrapper{padding:70px 0px}.help-section-wrapper .help-section{margin-top:44px}.help-section-wrapper .help-section .help-cards-list{display:flex;gap:24px}.help-section-wrapper .help-section .help-cards-list .help-card{height:524px;width:100%;border-radius:14px;overflow:hidden;position:relative;transition:.5s ease-in-out;background-color:#f4f7ff}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper .help-section .help-cards-list .help-card{height:400px}}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper .help-section .help-cards-list .help-card{height:400px}}@media(min-width: 768px)and (max-width: 1023px){.help-section-wrapper .help-section .help-cards-list .help-card{height:460px}}.help-section-wrapper .help-section .help-cards-list .help-card .help-video-bg{height:100%;width:100%;overflow:hidden;border-radius:14px}.help-section-wrapper .help-section .help-cards-list .help-card .help-video-bg video{width:100%;height:100%;object-fit:cover}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content{position:absolute;top:0px;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;background-color:#f4f7ff;padding:24px;transition:.5s ease-in-out}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-icon{width:64px;height:64px;padding:6px}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-icon svg{width:100%;height:100%}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-icon svg fill{transition:.5s ease-in-out}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-icon svg rect,.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-icon svg path{transition:.5s ease-in-out}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner{display:flex;flex-direction:column;align-self:baseline}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner h3{color:#212329;font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner h3{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner h3{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner h3{font-size:20px}}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner h3{font-weight:400;transition:.3s ease-in-out}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{font-size:14px}}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{font-weight:400;width:100%;background-color:#212329;display:flex;justify-content:space-between;color:#fff;max-height:70px;padding:21.5px 14px;text-align:center;border-radius:14px;text-decoration:none;margin-top:16px;transition:.3s ease-in-out}.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta span{margin-left:8px;display:inline-block;transition:.5s ease;margin-right:16px}@media(min-width: 768px)and (max-width: 1023px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{margin-top:10px;padding:16px 14px}}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{margin-top:10px;padding:16px 14px}}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper .help-section .help-cards-list .help-card .help-card-content .help-card-content-inner .help-cta{margin-top:10px;padding:16px 14px}}@media(min-width: 1023px){.help-section-wrapper .help-section .help-cards-list .help-card:hover{transform:scale(0.98)}.help-section-wrapper .help-section .help-cards-list .help-card:hover .help-card-content{background-color:rgba(0,0,0,.3)}.help-section-wrapper .help-section .help-cards-list .help-card:hover .help-card-content svg path{fill:#fff}.help-section-wrapper .help-section .help-cards-list .help-card:hover .help-card-content svg rect{fill:#fff}.help-section-wrapper .help-section .help-cards-list .help-card:hover .help-card-content svg path{stroke:#fff}.help-section-wrapper .help-section .help-cards-list .help-card:hover .help-card-content .help-card-content-inner h3{color:#fff}.help-section-wrapper .help-section .help-cards-list .help-card:hover .help-card-content .help-card-content-inner .help-cta{background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.help-section-wrapper .help-section .help-cards-list .help-card:hover .help-card-content .help-card-content-inner .help-cta span{margin-left:12px;transform:rotate(45deg)}}@media(min-width: 768px)and (max-width: 1023px){.help-section-wrapper .help-section .help-cards-list .help-card{margin-left:20px}}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper .help-section .help-cards-list .help-card{margin-left:15px}}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper .help-section .help-cards-list .help-card{margin-left:15px}}.help-section-wrapper .help-section .help-cards-list .help-card.slick-active .help-card-content{background-color:rgba(0,0,0,0)}.help-section-wrapper .help-section .help-cards-list .help-card.slick-active .help-card-content .help-card-icon svg path{fill:#fff;stroke:#fff}.help-section-wrapper .help-section .help-cards-list .help-card.slick-active .help-card-content .help-card-icon svg rect{fill:#fff}.help-section-wrapper .help-section .help-cards-list .help-card.slick-active .help-card-content .help-card-content-inner h3{color:#fff}.help-section-wrapper .help-section .help-cards-list .help-card.slick-active .help-card-content .help-card-content-inner .help-cta{background-color:rgba(0,0,0,0);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.help-section-wrapper .help-section .help-cards-list .help-card.slick-active .help-card-content .help-card-content-inner .help-cta span{margin-left:12px;transform:rotate(45deg)}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper .help-section{margin-top:24px}}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper .help-section{margin-top:24px}}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper .container{padding:0px}}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper .container{padding:0px}}@media(min-width: 768px)and (max-width: 1023px){.help-section-wrapper .container{padding:0px}}@media(min-width: 768px)and (max-width: 1023px){.help-section-wrapper{padding:50px 0px}}@media(min-width: 576px)and (max-width: 767px){.help-section-wrapper{padding:40px 0px}.help-section-wrapper .section-title{padding-left:15px}}@media(min-width: 0px)and (max-width: 575px){.help-section-wrapper{padding:30px 0px}.help-section-wrapper .section-title{padding-left:15px}}.bg-color-section{background-color:#212329;color:#fff;padding:100px 0}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section{padding:50px 0}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section{padding:40px 0}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section{padding:30px 0}}.bg-color-section .your-brands-wrapper{padding-bottom:80px;border-bottom:1px solid hsla(0,0%,100%,.2);margin-bottom:70px}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .your-brands-wrapper{padding-bottom:50px;margin-bottom:50px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .your-brands-wrapper{padding-bottom:40px;margin-bottom:40px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .your-brands-wrapper{padding-bottom:20px;margin-bottom:20px}}.bg-color-section .your-brands-heading,.bg-color-section .great-minds-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .your-brands-heading,.bg-color-section .great-minds-heading{margin-bottom:48px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .your-brands-heading,.bg-color-section .great-minds-heading{margin-bottom:32px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .your-brands-heading,.bg-color-section .great-minds-heading{margin-bottom:24px;flex-flow:column;align-items:flex-start;gap:10px}}.bg-color-section .your-brands-heading.service-branding-head,.bg-color-section .great-minds-heading.service-branding-head{margin-bottom:65px}.bg-color-section .your-brands-heading.service-branding-head p,.bg-color-section .great-minds-heading.service-branding-head p{margin-top:10px;line-height:1;max-width:600px;margin-right:10px;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .your-brands-heading.service-branding-head p,.bg-color-section .great-minds-heading.service-branding-head p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .your-brands-heading.service-branding-head p,.bg-color-section .great-minds-heading.service-branding-head p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .your-brands-heading.service-branding-head p,.bg-color-section .great-minds-heading.service-branding-head p{font-size:18px}}.bg-color-section .your-brands-heading.service-branding-head h2,.bg-color-section .great-minds-heading.service-branding-head h2{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .your-brands-heading.service-branding-head h2,.bg-color-section .great-minds-heading.service-branding-head h2{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .your-brands-heading.service-branding-head h2,.bg-color-section .great-minds-heading.service-branding-head h2{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .your-brands-heading.service-branding-head h2,.bg-color-section .great-minds-heading.service-branding-head h2{font-size:24px}}.bg-color-section .section-title{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .section-title{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .section-title{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .section-title{font-size:26px}}.bg-color-section .section-title{font-weight:400}.bg-color-section .section-title span{color:#2ba85f}.bg-color-section .see-all-link{text-align:end;color:#fff;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .see-all-link{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .see-all-link{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .see-all-link{font-size:14px}}.bg-color-section .see-all-link{text-decoration:none;transition:all .3s ease;margin-bottom:15px;width:210px}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .see-all-link{width:265px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .see-all-link{align-self:flex-end}}.bg-color-section .see-all-link span{padding-left:19px}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .see-all-link span{padding-left:8px}}@includesm{.bg-color-section .see-all-link span{padding-left:8px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .see-all-link span{padding-left:8px}}.bg-color-section .see-all-link span svg{will-change:transform;transition:transform .3s ease}.bg-color-section .see-all-link span path{stroke:currentColor;transition:stroke .3s ease}.bg-color-section .see-all-link:hover{color:#43c97b}.bg-color-section .see-all-link:hover svg{transform:rotate(45deg)}.bg-color-section .see-all-link:hover svg path{stroke:#43c97b}.bg-color-section .brand-card{position:relative;border-radius:18px;overflow:hidden;height:100%}@media(min-width: 768px)and (max-width: 1023px){.bg-color-section .brand-card{margin-bottom:20px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .brand-card{margin-bottom:20px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card{margin-bottom:20px}}.bg-color-section .brand-card .card-img{width:100%;height:100%;display:block}.bg-color-section .brand-card .card-overlay-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.bg-color-section .brand-card .card-overlay-wrapper .card-text{display:flex;flex-flow:column;justify-content:space-between;padding:32px 24px 24px;width:100%;height:100%}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-text{padding:24px 16px 16px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-text{padding:14px 10px 10px}}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay{padding:18px 24px;border-radius:12px;background:hsla(0,0%,100%,.1);color:#fff;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay{padding:16px 20px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay{padding:10px 14px}}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title{border-bottom:1px solid hsla(0,0%,100%,.2)}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title{padding-bottom:12px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title{padding-bottom:16px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title{padding-bottom:6px}}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title h4{margin-bottom:0;font-weight:400;max-width:75%}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title h4{max-width:100%}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title h4{max-width:100%}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .title h4{max-width:100%}}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper{margin-top:20px;display:flex;justify-content:space-between;align-items:center}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper{margin-top:12px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper{margin-top:16px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper{margin-top:6px}}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section{display:flex;justify-content:space-between;width:calc(100% - 100px)}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section{width:calc(100% - 50px)}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section{width:calc(100% - 50px)}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section{width:calc(100% - 50px)}}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat{display:flex;align-items:center}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-num{margin-right:14px}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-num{margin-right:8px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-num{margin-right:12px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-num{margin-right:4px}}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-num h3{font-weight:400}.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-text{font-size:14px;font-weight:400;margin-right:35px}@media(min-width: 992px)and (max-width: 1279px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-text{margin-right:16px}}@media(min-width: 576px)and (max-width: 767px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-text{margin-right:20px}}@media(min-width: 0px)and (max-width: 575px){.bg-color-section .brand-card .card-overlay-wrapper .card-overlay .stats-wrapper .stats-section .stat .stat-text{margin-right:2px;font-size:9px}}.great-minds-section .gm-card{--h: 420px;width:100%;height:var(--h);border-radius:14px;overflow:hidden;position:relative;background:#212329;display:flex;align-items:flex-end;justify-content:center;margin-bottom:24px;cursor:pointer;transition:transform .3s ease}.great-minds-section .gm-card:hover .gm-img{height:100%}.great-minds-section .gm-card:hover .gm-img img{height:100%}.great-minds-section .gm-card:hover .gm-img .gm-mask{height:0;opacity:0}.great-minds-section .gm-card .gm-img{position:absolute;inset:0;border-radius:inherit;overflow:hidden;background-color:#212329;max-height:100%}.great-minds-section .gm-card .gm-img img{width:100%;height:100%;max-height:100%;object-fit:cover;object-position:top;border-radius:inherit;display:block;transition:height .7s ease,object-fit .7s ease,clip-path .7s ease;clip-path:inset(0% 0 28% 0 round 14px 14px 14px 14px)}.great-minds-section .gm-card .gm-img .gm-mask{position:absolute;left:0;right:0;bottom:0;height:28%;pointer-events:none;transition:all .7s ease;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;z-index:1}.great-minds-section .gm-card .gm-content{position:absolute;bottom:24px;left:0px;right:0px;z-index:1;text-align:center;color:#fff;width:100%}.great-minds-section .gm-card .gm-content .gm-text,.great-minds-section .gm-card .gm-content .gm-btns{position:absolute;bottom:0;left:0;right:0;transition:opacity .4s ease,padding .3s ease-out}.great-minds-section .gm-card .gm-content .gm-btns{padding:0 24px;opacity:0;pointer-events:none;transform:scale(0.8);transition:opacity .4s ease,transform .4s ease}.great-minds-section .gm-card .gm-content .gm-text{pointer-events:auto;opacity:1;transform:scale(1)}.great-minds-section .gm-card .gm-content .gm-text h5{font-size:14px;color:#fff;font-weight:400;text-align:left}.great-minds-section .gm-card .gm-content .gm-text h5 span{color:hsla(0,0%,100%,.4);padding:0 8px;font-size:20px}.great-minds-section .gm-card .gm-content .gm-text .gm-title{display:flex;justify-content:space-between;align-items:center;transition:background .2s ease-in,padding .4s ease-out;border-radius:10px}.great-minds-section .gm-card .gm-content .gm-text .gm-title p{text-align:left;margin:0;max-width:80%}.great-minds-section .gm-card .gm-watch-podcast{display:none;transition:display .8s ease-out}.great-minds-section .gm-card .gm-episode-title{transition:display .8s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.great-minds-section .gm-card:hover .gm-img img{clip-path:inset(0% 0 0 0 round 0px 0px 0px 0px)}.great-minds-section .gm-card:hover .gm-text{padding:0px 24px;transition:opacity .2s ease,transform .4s ease,padding .2s ease-in}.great-minds-section .gm-card:hover .gm-title{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background-color:hsla(0,0%,100%,.15);padding:12px;transition:background .4s ease-out,padding .4s ease-out}.great-minds-section .gm-card:hover .gm-watch-podcast{display:inline-block;transition:display .8s ease-in}.great-minds-section .gm-card:hover .gm-episode-title{display:none;transition:display .8s ease-out}.great-minds-section .gm-card:hover .gm-des{display:none}.great-minds-section .gm-card:hover .btn-arrow{background-color:#f4f7ff}.great-minds-section .gm-card:hover .btn-arrow svg{animation:arrow-move .4s ease-in}.slick-slide .great-minds-section .gm-card{border-radius:14px;overflow:hidden}.gm-slider .slick-dots li button:before{content:""}.gm-slider .slick-dots{display:flex;justify-content:center;margin-top:20px;list-style:none;bottom:-35px}.gm-slider .slick-dots li{margin:0 4px}.gm-slider .slick-dots button{font-size:0;width:10px;height:10px;border-radius:50%;background:#fff;border:none;cursor:pointer;transition:background .3s}.gm-slider .slick-dots .slick-active button{background:#43c97b}.gm-slider .slick-slide{padding:0 12px}.gm-slider .gm-card{margin:0 auto}.testimonials-section{display:flex;flex-direction:column;align-items:center;gap:80px;padding-top:100px;padding-bottom:80px;padding-left:16px;padding-right:16px;position:relative;background:#f4f7ff}@media(min-width: 0px)and (max-width: 575px){.testimonials-section{gap:60px;padding:30px 0px}}@media(min-width: 576px)and (max-width: 767px){.testimonials-section{gap:60px;padding:30px 0px}}@media(min-width: 768px)and (max-width: 1023px){.testimonials-section{gap:60px;padding:30px 0px}}@media(min-width: 768px)and (max-width: 1023px){.testimonials-section .container{padding:0px}}@media(min-width: 1024px){.testimonials-section{padding-left:80px;padding-right:80px}}.main-container{display:flex;flex-direction:column;width:100%;align-items:center;gap:50px;position:relative;flex:0 0 auto}@media(min-width: 768px)and (max-width: 1023px){.main-container{gap:40px}}@media(min-width: 0px)and (max-width: 575px){.main-container{gap:30px}}@media(min-width: 576px)and (max-width: 767px){.main-container{gap:40px}}.testemonial-header{width:100%;max-width:674px;margin-top:-1px;font-weight:normal;font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.testemonial-header{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.testemonial-header{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.testemonial-header{font-size:26px}}.testemonial-header{text-align:center;letter-spacing:0;line-height:42px;padding-left:16px;padding-right:16px}@media(min-width: 0px)and (max-width: 575px){.testemonial-header{line-height:35px}}.header-text-dark{color:#202020;line-height:50.4px}@media(min-width: 0px)and (max-width: 575px){.header-text-dark{line-height:35px}}.header-text-green{color:#43c97b;line-height:50.4px}@media(min-width: 0px)and (max-width: 575px){.header-text-green{line-height:35px}}.desktop-container{display:flex;align-items:center;justify-content:center;gap:24px;position:relative;align-self:stretch;width:100%;flex:0 0 auto;transition:all .3s ease}.testimonial-card{display:flex;flex-direction:column;height:378px;align-items:flex-start;justify-content:space-between;position:relative;border-radius:14px;overflow:hidden;border:0;transition:all .5s ease-in-out;cursor:pointer;background:#f4f7ff}@media(min-width: 1023px){.testimonial-card:hover{transform:scale(1.02)}}.testimonial-card.collapsed{width:100%;max-width:187px;flex:1 1 auto}.testimonial-card.expanded{width:100%;max-width:606px;flex:1 1 auto}.testimonial-card.full-width{width:100%}.testimonial-card .card-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.testimonial-card .card-content{padding:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:10}.company-logo{position:absolute;top:14px;left:14px;z-index:20}.content-overlay{display:none}.testimonial-card.expanded .content-overlay,.carousel-container .content-overlay{display:flex}.content-overlay{position:absolute;bottom:14px;left:14px;right:14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:14px;padding:24px;border-radius:10px;overflow:hidden;backdrop-filter:blur(15px) brightness(100%);-webkit-backdrop-filter:blur(15px) brightness(100%);background:linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),linear-gradient(0deg, rgba(97, 115, 131, 0.5) 0%, rgba(97, 115, 131, 0) 100%);transition:opacity .3s ease;z-index:20}@media(min-width: 768px)and (max-width: 1023px){.content-overlay{padding:18px}}@media(min-width: 576px)and (max-width: 767px){.content-overlay{padding:12px}}@media(min-width: 0px)and (max-width: 575px){.content-overlay{padding:12px}}.desktop-content{position:relative;width:100%;height:76px}.quote-text{position:absolute;width:459px;top:-1px;left:0;font-weight:normal;color:#fff;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.quote-text{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.quote-text{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.quote-text{font-size:14px}}.quote-text{letter-spacing:0;line-height:normal}.author-info{display:inline-flex;align-items:center;gap:8px;position:absolute;top:60px;left:0}.author-name,.author-position{position:relative;width:fit-content;margin-top:-1px;font-weight:normal;color:#fff;font-size:14px;letter-spacing:0;line-height:normal;white-space:nowrap}.author-separator{position:relative;width:5px;height:5px;background:#8a93aa;border-radius:2.5px}.play-button{position:absolute;width:32px;height:32px;top:22px;right:0;background:#fff;border-radius:6px;overflow:hidden;padding:0;border:none;cursor:pointer;z-index:30;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.play-button:hover{background:#f3f4f6}.play-button:hover svg{animation:play-move .3s ease-in}.play-icon,.pause-icon{width:20px;height:20px;color:#000;fill:#000}.mobile-content{position:relative;width:100%;display:flex;flex-direction:column;gap:16px}@media(min-width: 768px)and (max-width: 1023px){.mobile-content{gap:10px}}@media(min-width: 576px)and (max-width: 767px){.mobile-content{gap:10px}}@media(min-width: 0px)and (max-width: 575px){.mobile-content{gap:10px}}.mobile-quote{font-weight:normal;color:#fff;font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.mobile-quote{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.mobile-quote{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.mobile-quote{font-size:16px}}.mobile-quote{letter-spacing:0;line-height:normal}@media(min-width: 768px)and (max-width: 1023px){.mobile-quote{margin-bottom:0px}}@media(min-width: 576px)and (max-width: 767px){.mobile-quote{margin-bottom:0px}}@media(min-width: 0px)and (max-width: 575px){.mobile-quote{margin-bottom:0px}}.mobile-author-section{display:flex;align-items:center;justify-content:space-between}.mobile-author-info{display:inline-flex;align-items:center;gap:8px}.mobile-play-button{width:32px;height:32px;background:#fff;border-radius:6px;overflow:hidden;padding:0;border:none;cursor:pointer;z-index:30;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.mobile-play-button:hover{background:#f3f4f6}.quote-decoration{position:absolute;width:125px;height:80px;top:-13px;right:10px;opacity:.6}.pointing-hand{position:absolute;width:75px;height:75px;bottom:36px;left:185px;pointer-events:none;display:block}.carousel-container{display:none;width:100%;position:relative;overflow:hidden}.carousel-track{display:flex;transition:transform .3s ease}.carousel-slide{flex-shrink:0;padding-left:8px;padding-right:8px}.carousel-slide.basis-half{flex-basis:50%;width:50%}.carousel-slide.basis-full{flex-basis:100%;width:100%}.carousel-navigation{display:flex;justify-content:center;gap:16px;margin-top:32px}.carousel-nav-button{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;padding:12px 16px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.carousel-nav-button:hover:not(:disabled){background:hsla(0,0%,100%,.2)}.carousel-nav-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width: 1023px){.desktop-container{display:none}.carousel-container{display:block}}@media(min-width: 768px)and (max-width: 1023px){.carousel-slide{padding-left:16px;padding-right:0px}}@media(max-width: 1023px){.carousel-slide.basis-half{flex-basis:50%;width:50%}.carousel-slide.basis-full{flex-basis:100%;width:100%}}.hidden{display:none !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.testimonial-card .quote-text{display:none}.testimonial-card .author-info{display:none}.testimonial-card .play-button{display:none}.testimonial-card .company-logo{display:none}.testimonial-card .company-logo-overlay{display:block}.testimonial-card.expanded .quote-text{display:block}.testimonial-card.expanded .play-button{display:block}.testimonial-card.expanded .author-info{display:flex}.testimonial-card.expanded .company-logo{display:block}.testimonial-card.expanded .company-logo-overlay{display:none}.testimonial-card.collapsed .desktop-content{text-align:-webkit-center}.testimonial-card.collapsed .quote-decoration{display:none !important}.testimonial-card.collapsed .content-overlay{background:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.recognition-sec{width:100%;position:relative;height:100vh;z-index:30}@media(min-width: 768px)and (max-width: 1023px){.recognition-sec{height:80vh}}@media(min-width: 0px)and (max-width: 575px){.recognition-sec{height:90vh}}.recognition-sec{overflow:hidden;will-change:all}.recognition-sec .clip-container2{position:absolute;inset:0;background:center/cover no-repeat url("/images/value.webp");will-change:all;z-index:10}.recognition-sec .clip-container2 .linear-grad{position:absolute;inset:0;z-index:20;overflow:hidden;background:linear-gradient(270deg, rgba(33, 35, 41, 0) 33%, rgb(28, 24, 22) 55%);opacity:.7}@media(min-width: 0px)and (max-width: 575px){.recognition-sec .clip-container2 .linear-grad{opacity:.25;background:#000}}@media(min-width: 768px)and (max-width: 1023px){.recognition-sec .clip-container2 .linear-grad{opacity:.25;background:#000}}.recognition-sec .clip-container2 .radial-1{position:absolute;right:-10%;bottom:-10%;z-index:30;width:873px;height:474px;border-radius:50%;background:radial-gradient(circle, rgb(94, 43, 35) 0%, rgba(94, 43, 35, 0) 50%);opacity:.3}.recognition-sec .clip-container2 .radial-2{position:absolute;left:-10%;bottom:-35%;z-index:40;width:960px;height:960px;border-radius:50%;background:radial-gradient(circle, rgb(94, 43, 35) 0%, rgba(94, 43, 35, 0) 50%);opacity:.3}.recognition-sec .section-content{position:absolute;display:flex;justify-content:space-between;text-align:start;z-index:10;height:100%;padding:0 0 70px 0px}@media(min-width: 768px)and (max-width: 1023px){.recognition-sec .section-content{padding-block:40px;flex-direction:column;justify-content:center;padding:0px;gap:25px}}@media(min-width: 576px)and (max-width: 767px){.recognition-sec .section-content{padding-block:40px;flex-direction:column;justify-content:center;padding:0px;gap:0px}}@media(min-width: 0px)and (max-width: 575px){.recognition-sec .section-content{padding-block:40px;flex-direction:column;justify-content:center;gap:0px;padding:0px}}.recognition-sec .section-content .statement{font-family:"Aeonik TRIAL",sans-serif;font-weight:400;color:#fff;max-width:777px;line-height:120%;opacity:1;margin-bottom:80px;font-size:60px}@media(min-width: 768px)and (max-width: 1023px){.recognition-sec .section-content .statement{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.recognition-sec .section-content .statement{font-size:36px}}@media(min-width: 0px)and (max-width: 575px){.recognition-sec .section-content .statement{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.recognition-sec .section-content .statement{padding-right:15px;margin-bottom:12px;font-size:24px !important}}@media(min-width: 576px)and (max-width: 767px){.recognition-sec .section-content .statement{padding-right:40px;margin-bottom:40px}}@media(min-width: 768px)and (max-width: 1023px){.recognition-sec .section-content .statement{padding-right:40px;margin-bottom:45px}}.recognition-sec .section-content .statement{display:flex;align-items:center;justify-content:center}.recognition-sec .awards{display:flex;flex-direction:column;align-items:start;justify-content:end;gap:0px;padding-right:15px}@media(min-width: 992px){.recognition-sec .awards{padding-left:90px;padding-bottom:20px}}.recognition-sec .awards #awards-label{font-size:24px;color:#fff;font-weight:400;margin-bottom:32px;display:block}.recognition-sec .awards .award-logo-list{display:flex;flex-direction:row;align-items:center;gap:24px;will-change:all}@media(min-width: 0px)and (max-width: 575px){.recognition-sec .awards .award-logo-list{flex-wrap:wrap;justify-items:center;gap:15px}}.recognition-sec .awards .award-logo-list div img{display:block;max-height:81px;object-fit:contain}@media(min-width: 768px)and (max-width: 1023px){.recognition-sec .awards .award-logo-list div img{max-height:70px}}@media(min-width: 0px)and (max-width: 575px){.recognition-sec .awards .award-logo-list div img{max-height:60px}}.recognition-sec .awards .award-logo-list div:last-child img{height:25px}.slick-dots li.slick-active button:before{opacity:.75;color:#43c97b !important;font-size:12px}.slick-dots li button:before{font-size:12px !important}.home footer{padding:0 !important}@media(min-width: 0px)and (max-width: 575px){.your-brands-block .row{gap:30px}}@media(min-width: 576px)and (max-width: 767px){.your-brands-block .row{gap:30px}}.main-banner{position:relative;min-height:100vh;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;padding-top:120px;padding-bottom:60px}@media(min-width: 768px)and (max-width: 1023px){.main-banner{padding-top:200px;min-height:auto}}@media(min-width: 576px)and (max-width: 767px){.main-banner{padding-top:170px;min-height:auto}}@media(min-width: 0px)and (max-width: 575px){.main-banner{padding-top:170px;min-height:auto}}.main-banner .banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:url("../images/career-detail.webp") center center/cover no-repeat;z-index:1}.main-banner .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.65) 8%, rgba(0, 0, 0, 0.25) 21%),radial-gradient(50% 50% at 50% 42%, rgba(33, 35, 41, 0.2) 0%, rgba(33, 35, 41, 0.55) 85%);background-position:center;background-size:cover;z-index:2}.main-banner .banner-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%;height:100%}.main-banner .banner-logo{margin-bottom:24px}.main-banner .banner-logo .unilever-logo{max-height:70px;width:auto;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15))}.main-banner .banner-center{color:#fff;text-align:left}.main-banner .banner-center h1{font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.main-banner .banner-center h1{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.main-banner .banner-center h1{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.main-banner .banner-center h1{font-size:32px}}.main-banner .banner-center h1{font-weight:400;margin-bottom:24px;width:90%;line-height:1.1}@media(min-width: 0px)and (max-width: 575px){.main-banner .banner-center h1{width:100%;margin-bottom:14px}}.main-banner .banner-center .banner-metrics{padding-top:24px;border-top:1px solid hsla(0,0%,100%,.2)}@media(min-width: 0px)and (max-width: 575px){.main-banner .banner-center .banner-metrics .metric{padding-bottom:16px}}.main-banner .banner-center .banner-metrics .metric h3{font-weight:400}@media(min-width: 0px)and (max-width: 575px){.main-banner .banner-center .banner-metrics .metric h3{margin-bottom:4px}}.main-banner .banner-center .banner-metrics .metric p{line-height:1.2;margin:0;color:#d8d9d8;max-width:302px}@media(min-width: 0px)and (max-width: 575px){.main-banner .banner-center .banner-metrics .metric p br{display:none}}@media(min-width: 576px)and (max-width: 767px){.main-banner .banner-center .banner-metrics .metric p br{display:none}}@media(min-width: 0px)and (max-width: 575px){.main-banner .banner-center .banner-metrics{padding-top:14px}}@media(min-width: 768px)and (max-width: 1023px){.main-banner{padding-bottom:40px}.main-banner .banner-content{flex-direction:column;align-items:flex-start}.main-banner .banner-center h1{width:100%}}@media(min-width: 576px)and (max-width: 767px){.main-banner{padding-bottom:30px}.main-banner .banner-content{flex-direction:column;align-items:flex-start}.main-banner .banner-center h1{width:100%}}@media(min-width: 0px)and (max-width: 575px){.main-banner{height:100%;padding-bottom:20px}.main-banner .banner-content{flex-direction:column;align-items:flex-start}.main-banner .banner-center h1{width:100%}.main-banner .banner-logo{margin-bottom:12px}.main-banner .banner-logo .unilever-logo{height:48px}}.quotation-section{width:100%;background:#fff;padding:120px 0 40px}.quotation-section .quotation-quote{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.quotation-section .quotation-quote{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.quotation-section .quotation-quote{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.quotation-section .quotation-quote{font-size:24px}}.quotation-section .quotation-quote{font-weight:400;color:#212329;text-align:center;max-width:1062px;margin:0 auto 64px auto;line-height:1.1}.quotation-section .quotation-profile{display:flex;flex-direction:column;align-items:center;justify-content:center}.quotation-section .quotation-profile .quotation-img{width:96px;height:96px;border-radius:50%;object-fit:cover;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,.08)}@media(min-width: 576px)and (max-width: 767px){.quotation-section .quotation-profile .quotation-img{margin-bottom:10px}}@media(min-width: 0px)and (max-width: 575px){.quotation-section .quotation-profile .quotation-img{margin-bottom:10px}}.quotation-section .quotation-profile .quotation-info{display:flex;align-items:center;justify-content:center;gap:18px}@media(min-width: 0px)and (max-width: 575px){.quotation-section .quotation-profile .quotation-info{flex-direction:column;gap:6px}}.quotation-section .quotation-profile .quotation-info{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.quotation-section .quotation-profile .quotation-info{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.quotation-section .quotation-profile .quotation-info{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.quotation-section .quotation-profile .quotation-info{font-size:18px}}.quotation-section .quotation-profile .quotation-info{color:#212329}.quotation-section .quotation-profile .quotation-info .quotation-dot{color:#d3d3d4}@media(min-width: 0px)and (max-width: 575px){.quotation-section .quotation-profile .quotation-info .quotation-dot{display:none}}@media(min-width: 768px)and (max-width: 1023px){.quotation-section{padding:50px 0 20px}.quotation-section .quotation-quote{margin-bottom:20px}.quotation-section .quotation-img{width:72px;height:72px}}@media(min-width: 576px)and (max-width: 767px){.quotation-section{padding:40px 0 20px}.quotation-section .quotation-quote{margin-bottom:15px}.quotation-section .quotation-img{width:56px;height:56px}}@media(min-width: 0px)and (max-width: 575px){.quotation-section{padding:20px 0 10px}.quotation-section .quotation-quote{margin-bottom:10px}.quotation-section .quotation-img{width:40px;height:40px}}.video-section{width:100%;display:flex;justify-content:center;padding:80px 0}.video-section .video-wrapper{position:relative;width:100%;height:auto;overflow:hidden;box-shadow:0 2px 24px rgba(0,0,0,.08)}.video-section .video-wrapper video{width:100%;height:720px;display:block;border-radius:18px;background:#000}.video-section .video-wrapper .video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center;gap:24px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:hsla(0,0%,100%,.18);color:#fff;border:none;border-radius:14px;padding:14px 14px 14px 24px;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.video-section .video-wrapper .video-play-btn{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.video-section .video-wrapper .video-play-btn{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.video-section .video-wrapper .video-play-btn{font-size:18px}}.video-section .video-wrapper .video-play-btn{font-weight:400;cursor:pointer;transition:background .2s;z-index:2}.video-section .video-wrapper .video-play-btn .video-icon{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:8px;width:42px;height:42px}.video-section .video-wrapper .video-play-btn .video-icon svg{display:block}.video-section .video-wrapper .video-play-btn:hover{background-color:hsla(0,0%,100%,.25)}@media(min-width: 0px)and (max-width: 575px){.video-section .video-wrapper .video-play-btn{padding:8px 8px 8px 14px;gap:10px;font-size:14px}.video-section .video-wrapper .video-play-btn .video-icon{width:26px;height:26px}}@media(min-width: 768px)and (max-width: 1023px){.video-section{padding:30px 0}.video-section .video-wrapper,.video-section .video-wrapper video{height:400px}}@media(min-width: 576px)and (max-width: 767px){.video-section{padding:40px 0}.video-section .video-wrapper,.video-section .video-wrapper video{height:260px}}@media(min-width: 0px)and (max-width: 575px){.video-section{padding:20px 0}.video-section .video-wrapper,.video-section .video-wrapper video{height:240px}}.case-study-details-section{width:100%;background:#fff;padding:80px 0px 40px 0px;position:relative}.case-study-details-section .case-study-details-wrapper{display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:150px;position:relative}.case-study-details-section .case-study-details-left{flex:1 1 0;min-width:0}.case-study-details-section .case-study-details-left .cs-sec-main{margin-top:120px}.case-study-details-section .case-study-details-left .cs-sec-main:first-child{margin-top:0}.case-study-details-section .case-study-details-left .cs-subtitle{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section .case-study-details-left .cs-subtitle{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section .case-study-details-left .cs-subtitle{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section .case-study-details-left .cs-subtitle{font-size:18px}}.case-study-details-section .case-study-details-left .cs-subtitle{color:#212329;margin-bottom:8px;font-weight:400}.case-study-details-section .case-study-details-left .cs-heading{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section .case-study-details-left .cs-heading{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section .case-study-details-left .cs-heading{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section .case-study-details-left .cs-heading{font-size:24px}}.case-study-details-section .case-study-details-left .cs-heading{font-weight:400;margin-bottom:32px;color:#212329}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section .case-study-details-left .cs-heading{margin-bottom:24px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section .case-study-details-left .cs-heading{margin-bottom:16px}}.case-study-details-section .case-study-details-left p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section .case-study-details-left p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section .case-study-details-left p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section .case-study-details-left p{font-size:18px}}.case-study-details-section .case-study-details-left p{color:#212329;margin-bottom:25px;line-height:29px}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section .case-study-details-left p{margin-bottom:15px}}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section .case-study-details-left p{margin-bottom:10px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section .case-study-details-left p{margin-bottom:8px}}.case-study-details-section .case-study-details-left .cs-img-group{margin:32px 0}.case-study-details-section .case-study-details-left .cs-img-group .cs-img{width:100%;border-radius:18px;overflow:hidden;object-fit:cover;object-position:center;box-shadow:0 2px 12px rgba(0,0,0,.08)}.case-study-details-section .case-study-details-right{flex:0 0 326px;max-width:326px;height:auto;overflow:auto;top:82px;z-index:2}.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta{margin-bottom:32px}.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta p{margin-bottom:4px;color:#212329;line-height:1.2}.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul{padding-left:1.5rem}.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{line-height:1.2;margin-bottom:2px;color:#212329;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{font-size:14px}}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta{margin-bottom:20px}}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta{margin-bottom:15px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta{margin-bottom:10px}}@media(min-width: 992px)and (max-width: 1279px){.case-study-details-section .case-study-details-wrapper{gap:60px}.case-study-details-section .case-study-details-right{max-width:260px;flex-basis:260px}}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section{padding:20px 0}.case-study-details-section .case-study-details-wrapper{gap:30px}.case-study-details-section .case-study-details-right{max-width:220px;flex-basis:220px}.case-study-details-section .case-study-details-left .cs-sec-main{margin-top:30px}}@media(min-width: 576px)and (max-width: 767px){.case-study-details-section{padding:15px 0}.case-study-details-section .case-study-details-wrapper{flex-direction:column;gap:0}.case-study-details-section .case-study-details-right{max-width:100%;flex-basis:100%;order:1;position:static !important;top:auto !important;margin-bottom:40px}.case-study-details-section .case-study-details-left{order:2}.case-study-details-section .case-study-details-left .cs-sec-main{margin-top:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-details-section{padding:10px 0}.case-study-details-section .case-study-details-wrapper{flex-direction:column;gap:0}.case-study-details-section .case-study-details-right{max-width:100%;flex-basis:100%;order:1;position:static !important;top:auto !important;margin-bottom:20px}.case-study-details-section .case-study-details-left{order:2}.case-study-details-section .case-study-details-left .cs-sec-main{margin-top:15px}}@media(min-width: 768px)and (max-width: 1023px){.case-study-details-section{padding-top:40px}}.resources-listing-grid .resource-card{background:#f4f7ff}.resources-listing-grid .resource-card .resource-image{background-color:#f4f7ff}.list-item-fz{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.list-item-fz{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.list-item-fz{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.list-item-fz{font-size:16px}}.case-studys-listing-section h2{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.case-studys-listing-section h2{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.case-studys-listing-section h2{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.case-studys-listing-section h2{font-size:24px}}footer .hero-image{position:relative;width:100%;height:800px;background-image:url("../images/excited-to-work-bg.webp");background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}footer .hero-image .footer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../images/footer-banner-overlay.webp");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}footer .hero-image .footer-overlay .footer-banner-content{padding-top:15%;max-width:690px}footer .hero-image .footer-overlay .footer-banner-content h2{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){footer .hero-image .footer-overlay .footer-banner-content h2{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){footer .hero-image .footer-overlay .footer-banner-content h2{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){footer .hero-image .footer-overlay .footer-banner-content h2{font-size:26px}}footer .hero-image .footer-overlay .footer-banner-content h2{font-weight:400;margin-bottom:18px}footer .hero-image .footer-overlay .footer-banner-content p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){footer .hero-image .footer-overlay .footer-banner-content p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){footer .hero-image .footer-overlay .footer-banner-content p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){footer .hero-image .footer-overlay .footer-banner-content p{font-size:18px}}footer .hero-image .footer-overlay .footer-banner-content p{margin-bottom:40px;font-weight:400;line-height:1}@media(min-width: 0px)and (max-width: 575px){footer .hero-image{height:400px}}@media(min-width: 576px)and (max-width: 767px){footer .hero-image{height:400px}}@media(min-width: 768px)and (max-width: 1023px){footer .hero-image{height:470px}}footer .footer-content{position:relative;width:100%;margin-top:-190px;padding-top:190px;background:linear-gradient(180deg, rgba(33, 35, 41, 0) 0%, rgb(33, 35, 41) 30%);z-index:2}footer .footer-content .container{position:relative}footer .footer-content .container .main-content{display:flex;max-width:100% !important;width:100% !important;align-items:flex-start;justify-content:space-between;padding:40px 0 135px 0px}@media(min-width: 992px)and (max-width: 1279px){footer .footer-content .container .main-content{position:relative}}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content{padding:40px 0 75px 0px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content{padding:40px 0 55px 0px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content{padding:40px 0 40px 0px}}footer .footer-content .container .main-content .company-info{display:flex;flex-direction:column;width:301px;align-items:flex-start}footer .footer-content .container .main-content .company-info .logo-section{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:100%}footer .footer-content .container .main-content .company-info .logo-section .logo-text{position:absolute;width:53px;height:22px;top:9px;left:40px}footer .footer-content .container .main-content .company-info .logo-section .company-description{font-size:14px;line-height:19.6px;color:rgba(248,250,255,.8);font-weight:normal}footer .footer-content .container .main-content .company-info .logo-section .logo-footer{width:116px}footer .footer-content .container .main-content .company-info .logo-section .logo-footer img{width:100%;height:100%}footer .footer-content .container .main-content .company-info .footer-social a{display:flex;margin-right:12px;font-size:18px;color:#fff;text-decoration:none;transition:color .3s}footer .footer-content .container .main-content .company-info .footer-social a span{display:flex;align-items:end;margin-left:5px;font-size:14px;line-height:1;color:rgba(248,250,255,.8);font-weight:normal;margin-bottom:0px}footer .footer-content .container .main-content .company-info .footer-social a svg{display:flex;align-items:end}footer .footer-content .container .main-content .company-info .footer-social a svg path{transition:all .3s}footer .footer-content .container .main-content .company-info .footer-social a:hover{color:#43c97b}footer .footer-content .container .main-content .company-info .footer-social a:hover svg path{fill:#43c97b}footer .footer-content .container .main-content .company-info .footer-social a:hover span{color:#43c97b}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .company-info{width:250px}}footer .footer-content .container .main-content .navigation{width:calc(100% - 320px);display:flex;align-items:flex-start;justify-content:flex-end;gap:20px}footer .footer-content .container .main-content .navigation .nav-column{display:flex;flex-direction:column;width:20%;align-items:flex-start;gap:20px}footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:16px}}footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-weight:normal;color:#43c97b;letter-spacing:-0.8px;line-height:24px;white-space:nowrap}footer .footer-content .container .main-content .navigation .nav-column .nav-list{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:100%;list-style:none;padding-left:0 !important}footer .footer-content .container .main-content .navigation .nav-column .nav-list .nav-link{font-size:14px;font-weight:normal;color:hsla(0,0%,100%,.6980392157);text-decoration:none;white-space:nowrap;transition:color .3s ease}footer .footer-content .container .main-content .navigation .nav-column .nav-list .nav-link:hover{color:#43c97b}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation .nav-column .nav-list .nav-link{font-size:12px}}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .navigation .nav-column{width:32%}}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .navigation{width:calc(100% - 270px)}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content .navigation{width:100%}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation{width:100%}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content{flex-direction:column;gap:20px;height:auto;width:auto;top:185px}footer .footer-content .container .main-content .navigation{gap:18px}footer .footer-content .container .main-content .navigation .nav-column{width:100%}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation{gap:10px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content{flex-direction:column;gap:20px;height:auto;width:auto;top:185px}footer .footer-content .container .main-content .navigation{gap:18px}footer .footer-content .container .main-content .navigation .nav-column{width:100%}}@media(min-width: 0px)and (max-width: 575px)and (min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation{gap:10px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content{padding-top:166px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content{padding-top:166px}}footer .footer-bottom{gap:10px;height:auto;padding:20px 0}footer .footer-bottom .contact-info{text-align:left}@media(min-width: 576px)and (max-width: 767px){footer .footer-bottom{justify-content:center;flex-direction:column}footer .footer-bottom p{margin-bottom:0px}footer .footer-bottom{align-items:center}}@media(min-width: 0px)and (max-width: 575px){footer .footer-bottom{justify-content:center;flex-direction:column}footer .footer-bottom p{margin-bottom:0px}footer .footer-bottom{align-items:center}}@media(max-width: 1023px){footer .main-content{height:auto !important;width:auto !important}}.service-page-wrapper .service-banner h3{line-height:120%}.service-page-wrapper .service-header{background-color:#212329;height:700px;padding:100px 0px 50px 0px}.service-page-wrapper .service-header .container{height:100%}.service-page-wrapper .service-header .banner-content{height:100%;display:flex;align-items:center;justify-content:space-between;gap:100px}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header .banner-content{flex-direction:column;justify-content:center}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header .banner-content{flex-direction:column;justify-content:center}}.service-page-wrapper .service-header .banner-content .banner-left{width:calc(100% - 548px)}.service-page-wrapper .service-header .banner-content .banner-left h1{font-size:72px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .service-header .banner-content .banner-left h1{font-size:56px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header .banner-content .banner-left h1{font-size:42px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header .banner-content .banner-left h1{font-size:36px}}.service-page-wrapper .service-header .banner-content .banner-left h1{color:#fff;line-height:100%;visibility:hidden;line-height:1.1;margin-bottom:30px}.service-page-wrapper .service-header .banner-content .banner-left h1 a{color:#43c97b}.service-page-wrapper .service-header .banner-content .banner-left h1 .text-line{display:inline-block !important;overflow:hidden;vertical-align:top;white-space:nowrap}.service-page-wrapper .service-header .banner-content .banner-left h1 .text-line .line{display:inline-block !important}.service-page-wrapper .service-header .banner-content .banner-left p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .service-header .banner-content .banner-left p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header .banner-content .banner-left p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header .banner-content .banner-left p{font-size:18px}}.service-page-wrapper .service-header .banner-content .banner-left p{color:#fff;max-width:628px;line-height:1.15}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header .banner-content .banner-left{width:calc(100% - 0px)}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header .banner-content .banner-left{width:calc(100% - 0px)}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .service-header .banner-content .banner-left{width:calc(100% - 330px)}}.service-page-wrapper .service-header .banner-content .banner-right{width:440px;margin-top:16px}.service-page-wrapper .service-header .banner-content .banner-right .image-wrapper{width:435px;height:440px;position:relative;border-radius:18px;overflow:hidden}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header .banner-content .banner-right .image-wrapper{width:auto;height:250px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header .banner-content .banner-right .image-wrapper{width:auto;height:250px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .service-header .banner-content .banner-right .image-wrapper{width:100%;height:auto}}.service-page-wrapper .service-header .banner-content .banner-right .image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block}.service-page-wrapper .service-header .banner-content .banner-right .image-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:18px;background:radial-gradient(circle at 20% 70%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);opacity:.5;pointer-events:none}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .service-header .banner-content .banner-right{width:300px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header .banner-content .banner-right{width:100%}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header .banner-content .banner-right{width:100%}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .service-header .banner-content{margin-top:50px;gap:30px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header .banner-content{margin-top:50px;gap:10px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header .banner-content{gap:10px;margin-top:50px}}@media(min-width: 993px)and (max-width: 1200px){.service-page-wrapper .service-header .banner-content{gap:30px !important}.service-page-wrapper .service-header .banner-content .banner-left{width:calc(100% - 380px)}.service-page-wrapper .service-header .banner-content .banner-left h1{font-size:60px}.service-page-wrapper .service-header .banner-content .banner-right{width:350px}.service-page-wrapper .service-header .banner-content .banner-right .image-wrapper{width:350px;height:400px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .service-header{padding:70px 0px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .service-header{padding:70px 0px}}.service-page-wrapper .bg-color-section{background-color:#212329;color:#fff;padding:100px 0px 120px;background-image:url("../images/lead-eng-bg-svg.svg");background-repeat:no-repeat;background-size:contain;background-position:bottom}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .bg-color-section{padding:80px 0px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .bg-color-section{padding:60px 0px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .bg-color-section{padding:40px 0px}}.service-page-wrapper .secondry-navbar{position:sticky;top:0 !important;z-index:1000;background-color:#fff;box-shadow:0 4px 12px rgba(115,136,200,.08)}.service-page-wrapper .sec-nav-header{display:flex;width:100%;align-items:center;gap:32px;margin:0 auto;min-height:64px;height:auto}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .sec-nav-header{gap:5px;flex-direction:column;width:100%}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .sec-nav-header{gap:15px;flex-direction:column;width:100%}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .sec-nav-header{gap:20px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .sec-nav-header .separator{display:none}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .sec-nav-header .separator{display:none}}.service-page-wrapper .brand-text{display:flex;align-items:center;justify-content:center;font-family:"Aeonik TRIAL",Helvetica,Arial,sans-serif;font-weight:normal;color:#212329;font-size:18px;white-space:nowrap}.service-page-wrapper .separator{height:40px;width:1px;background-color:rgba(33,35,41,.1)}.service-page-wrapper .nav-scroll{position:relative;flex:1;display:flex;align-items:center;overflow:hidden;width:100%}.service-page-wrapper .navigation{display:flex;align-items:center;gap:32px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .navigation{padding:0 30px}}.service-page-wrapper .navigation::-webkit-scrollbar{display:none}.service-page-wrapper .nav-link{position:relative;display:inline-block;font-family:"Aeonik TRIAL",Helvetica,Arial,sans-serif;font-weight:normal;color:#212329;font-size:16px;white-space:nowrap;text-decoration:none;padding:4px 0;cursor:pointer;line-height:1.4;transition:color .3s ease,background-color .3s ease}.service-page-wrapper .nav-link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#43c97b;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-page-wrapper .nav-link:hover::after,.service-page-wrapper .nav-link.active::after{transform:scaleX(1)}.service-page-wrapper .nav-link.active{color:#43c97b}.service-page-wrapper .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;font-size:22px;cursor:pointer;z-index:2;padding:4px 10px;line-height:1;color:#212329;box-shadow:0 2px 6px rgba(0,0,0,.15)}.service-page-wrapper .nav-arrow--left{left:0}.service-page-wrapper .nav-arrow--right{right:0}.service-page-wrapper .nav-arrow.hidden{display:none}.service-page-wrapper .nav-scroll::before,.service-page-wrapper .nav-scroll::after{content:"";position:absolute;top:0;bottom:0;width:40px;pointer-events:none;z-index:1}.service-page-wrapper .nav-scroll::before{left:0}.service-page-wrapper .nav-scroll::after{right:0}.service-page-wrapper .site-experiance{display:flex;align-items:center}.service-page-wrapper .site-experiance .scroll-section{position:relative;max-width:1206px}.service-page-wrapper .site-experiance .scroll-section p{font-size:72px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .site-experiance .scroll-section p{font-size:56px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .site-experiance .scroll-section p{font-size:42px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .site-experiance .scroll-section p{font-size:36px}}.service-page-wrapper .site-experiance .scroll-section p{text-align:center}.service-page-wrapper #smooth-content{margin-top:50vh;margin-bottom:10vh;background-color:#000;height:140vh}.service-page-wrapper .about_text{font-size:40px;padding:80px;color:#fff}.service-page-wrapper .sticky-wrap{z-index:100;position:sticky;top:0}.service-page-wrapper .nav{width:100%}.service-page-wrapper .nav-fixed--secondary{position:fixed;bottom:auto}.service-page-wrapper .how-we-can-help-wrapper .cards-section{background:#fff;display:flex;justify-content:space-between;align-items:flex-start;position:relative;min-height:100vh;padding-bottom:100px}@media(min-width: 992px)and (max-width: 1279px){.service-page-wrapper .how-we-can-help-wrapper .cards-section{padding-bottom:20px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .cards-section{padding-bottom:0;flex-direction:column;padding-top:0}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-can-help-wrapper .cards-section{padding-bottom:0;flex-direction:column;padding-top:0}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-can-help-wrapper .cards-section{padding-bottom:0;flex-direction:column;padding-top:0}}.service-page-wrapper .how-we-can-help-wrapper .sticky-header{display:flex;flex-direction:column;width:335px;gap:24px;position:sticky;top:0px;padding-top:90px;margin-top:-90px;align-self:flex-start}@media(min-width: 992px)and (max-width: 1279px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header{margin-top:15px;position:relative;width:100%;padding:50px 0;text-align:center}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header{margin-top:15px;position:relative;width:100%;padding:30px 0;text-align:center}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header{position:relative;width:100%;padding:80px 0 20px;text-align:center;top:0}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header{margin-top:0px;position:relative;width:100%;text-align:center;gap:15px;top:0;padding-top:0 !important}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header{margin-top:0;top:0}}.service-page-wrapper .how-we-can-help-wrapper .sticky-header h3{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header h3{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header h3{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header h3{font-size:26px}}.service-page-wrapper .how-we-can-help-wrapper .sticky-header h3{font-weight:normal;color:#212329;line-height:48px;margin-bottom:0}.service-page-wrapper .how-we-can-help-wrapper .sticky-header p{color:#212329;display:flex;align-items:center;justify-content:center;line-height:normal;font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header p{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header p{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .sticky-header p{font-size:16px}}.service-page-wrapper .how-we-can-help-wrapper .cards-container{display:flex;flex-wrap:wrap;width:845px;gap:24px;position:relative}.service-page-wrapper .how-we-can-help-wrapper .service-card{display:flex;justify-content:space-between;flex-direction:column;min-width:310px;flex:1;background:#f4f7ff;border-radius:18px;padding:32px;gap:17px;border:none;box-shadow:none}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-can-help-wrapper .service-card{width:100%}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .service-card{width:100%}}.service-page-wrapper .how-we-can-help-wrapper .card-icon{position:relative;width:80px;height:42px;overflow:hidden}.service-page-wrapper .how-we-can-help-wrapper .icon-circle{position:absolute;width:50px;height:50px;border:4px solid #f4f7ff;top:-4px}.service-page-wrapper .how-we-can-help-wrapper .icon-circle-1{left:28px;background:#dfe2ea;border-radius:6px}.service-page-wrapper .how-we-can-help-wrapper .icon-circle-2{left:13px;background:#cccfd7;border-radius:6px}.service-page-wrapper .how-we-can-help-wrapper .icon-circle-3{left:-4px;background:#43c97b;border-radius:6px}.service-page-wrapper .how-we-can-help-wrapper .icon-circle-rounded-1{left:28px;background:#dfe2ea;border-radius:29px}.service-page-wrapper .how-we-can-help-wrapper .icon-circle-rounded-2{left:13px;background:#cccfd7;border-radius:29px}.service-page-wrapper .how-we-can-help-wrapper .icon-circle-rounded-3{left:-4px;background:#43c97b;border-radius:29px}.service-page-wrapper .how-we-can-help-wrapper .icon-purple{background:#9c4df4 !important}.service-page-wrapper .how-we-can-help-wrapper .icon-pink{background:#f4739c !important}.service-page-wrapper .how-we-can-help-wrapper .card-title{font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-can-help-wrapper .card-title{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-can-help-wrapper .card-title{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .card-title{font-size:20px}}.service-page-wrapper .how-we-can-help-wrapper .card-title{font-weight:400;color:#212329;line-height:32px;white-space:pre-line}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .card-title{white-space:inherit}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-can-help-wrapper .card-title{white-space:inherit}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-can-help-wrapper .card-title{white-space:inherit}}.service-page-wrapper .how-we-can-help-wrapper .card-description{font-size:1.125rem;color:#212329;display:flex;align-items:center;justify-content:center;margin-bottom:0px;line-height:1.05}.service-page-wrapper .how-we-can-help-wrapper .features-list{display:flex;flex-direction:column;gap:4px;width:100%}.service-page-wrapper .how-we-can-help-wrapper .feature-item{display:flex;align-items:start;gap:14px;width:100%}.service-page-wrapper .how-we-can-help-wrapper .check-icon{width:18px;height:18px;color:#43c97b}.service-page-wrapper .how-we-can-help-wrapper .feature-text{flex:1;font-size:1.125rem;color:#212329;line-height:1.05}.service-page-wrapper .how-we-can-help-wrapper .separator{width:100%;height:1px;background:rgba(33,35,41,.1019607843);margin:0}.service-page-wrapper .how-we-can-help-wrapper .learn-more{display:flex;align-items:center;gap:14px;width:100%;cursor:pointer;text-decoration:none}.service-page-wrapper .how-we-can-help-wrapper .learn-more:hover .btn-arrow svg{animation:arrow-move .4s ease-in}.service-page-wrapper .how-we-can-help-wrapper .learn-more-text{flex:1;font-size:1.125rem;color:#54af7a}.service-page-wrapper .how-we-can-help-wrapper .arrow-icon{width:32px;height:32px;color:#54af7a}.service-page-wrapper .how-we-can-help-wrapper .bottom-section{padding:80px 80px;text-align:center}.service-page-wrapper .how-we-can-help-wrapper .bottom-section.gray{background:#f9fafb}.service-page-wrapper .how-we-can-help-wrapper .bottom-section.white{background:#fff}.service-page-wrapper .how-we-can-help-wrapper .bottom-section h2{font-size:2.5rem;font-weight:bold;margin-bottom:32px;color:#212329}.service-page-wrapper .how-we-can-help-wrapper .bottom-section p{font-size:1.125rem;color:#6b7280;max-width:1024px;margin:0 auto}@media(max-width: 1200px){.service-page-wrapper .how-we-can-help-wrapper .cards-container{width:100%;padding:50px 0}}@media(max-width: 1200px)and (min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-can-help-wrapper .cards-container{padding-top:0;padding-bottom:30px}}@media(max-width: 1200px){.service-page-wrapper .how-we-can-help-wrapper .welcome-section,.service-page-wrapper .how-we-can-help-wrapper .story-section,.service-page-wrapper .how-we-can-help-wrapper .get-ready-section,.service-page-wrapper .how-we-can-help-wrapper .bottom-section{padding:60px 40px}}@media(max-width: 768px){.service-page-wrapper .how-we-can-help-wrapper .welcome-section h1{font-size:2.5rem}.service-page-wrapper .how-we-can-help-wrapper .story-section h2,.service-page-wrapper .how-we-can-help-wrapper .get-ready-section h2,.service-page-wrapper .how-we-can-help-wrapper .bottom-section h2{font-size:2rem}.service-page-wrapper .how-we-can-help-wrapper .sticky-header h1{font-size:2.5rem}}.service-page-wrapper .how-we-can-help-wrapper .animated-text{opacity:.4;color:rgba(0,0,0,.4)}.service-page-wrapper .how-we-can-help-wrapper .cta-wrapper .btn-arrow{background-color:#43c97b}.service-page-wrapper .how-we-can-help-wrapper .cta-wrapper .btn-arrow svg path{stroke:#fff}.service-page-wrapper .challanges{background-color:#f4f7ff;padding-top:90px}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .challanges{padding-top:30px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .challanges{padding-top:40px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .challanges{padding-top:50px}}.service-page-wrapper .challanges .challanges-wrapper{position:relative;height:550px;margin-top:30px}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .challanges .challanges-wrapper{margin-top:0px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .challanges .challanges-wrapper{margin-top:0px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .challanges .challanges-wrapper{margin-top:0px}}.service-page-wrapper .challanges .challenge-card{position:absolute;display:flex;align-items:center;justify-content:center;gap:10px;padding:24px;border-radius:18px;box-shadow:3px 9px 24px rgba(141,150,176,.2);opacity:0;transform:scale(0.8) translateY(50px);transition:all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.service-page-wrapper .challanges .challenge-card.animate{opacity:1;transform:scale(1) translateY(0)}.service-page-wrapper .challanges .challenge-text{position:relative;flex:1;margin-top:-1px;font-family:"Aeonik_TRIAL-Regular",Helvetica,Arial,sans-serif;font-weight:normal;color:#212329;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .challanges .challenge-text{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .challanges .challenge-text{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .challanges .challenge-text{font-size:18px}}.service-page-wrapper .challanges .challenge-text{text-align:center;letter-spacing:0;line-height:24px}.service-page-wrapper .challanges .challanges-header{width:100%;font-family:"Aeonik_TRIAL-Regular",Helvetica,Arial,sans-serif;font-weight:normal;font-size:42px;text-align:center;letter-spacing:0;line-height:50.4px;display:flex;align-items:center;justify-content:center}.service-page-wrapper .challanges .challanges-header h3{font-weight:400;font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .challanges .challanges-header h3{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .challanges .challanges-header h3{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .challanges .challanges-header h3{font-size:24px}}.service-page-wrapper .challanges .challanges-header h3{max-width:600px;margin-bottom:25px}.service-page-wrapper .challanges .challanges-header h3 span{color:#2ba85f}.service-page-wrapper .challanges .header-part1{color:#202020}.service-page-wrapper .challanges .header-part2{color:#2ba85f}.service-page-wrapper .challanges .header-part3{color:#202020}.service-page-wrapper .challanges .card-0{width:314px;left:calc(50% - 156px);bottom:417px;background-color:#d3ddf8;transform:rotate(-0.92deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-1{width:286px;left:calc(50% - 480px);bottom:414px;background-color:#fff;transform:rotate(2.24deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-2{width:345px;left:calc(50% - 179px);bottom:287px;background-color:#b5c9fd;transform:rotate(-2.32deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-3{width:310px;left:calc(50% + 211px);bottom:294px;background-color:#d4def8;transform:rotate(0.5deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-4{width:294px;left:calc(50% - 495px);bottom:294px;background-color:#dfe3f0;transform:rotate(-5.79deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-5{width:274px;left:calc(50% - 137px);bottom:166px;background-color:#fff;transform:rotate(-3.47deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-6{width:289px;left:calc(50% + 211px);bottom:422px;background-color:#e8ecf9;transform:rotate(-4.12deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-7{width:311px;left:calc(50% - 445px);bottom:166px;background-color:#fff;transform:rotate(1.32deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-8{width:314px;left:calc(50% + 185px);bottom:166px;background-color:#e8ecf9;transform:rotate(-1.85deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .card-9{width:302px;left:calc(50% - 151px);bottom:25px;background-color:#c5d4f9;transform:rotate(2.15deg) scale(0.8) translateY(50px);opacity:0}.service-page-wrapper .challanges .technology-page-cards .card-0{width:314px;left:calc(50% - 128px);bottom:422px}.service-page-wrapper .challanges .technology-page-cards .card-1{width:316px;left:calc(50% - 469px);bottom:409px}.service-page-wrapper .challanges .technology-page-cards .card-2{width:345px;left:calc(50% - 191px);bottom:287px}.service-page-wrapper .challanges .technology-page-cards .card-3{width:358px;left:calc(50% + 191px);bottom:292px}.service-page-wrapper .challanges .technology-page-cards .card-4{width:323px;left:calc(50% - 550px);bottom:281px}.service-page-wrapper .challanges .technology-page-cards .card-5{width:315px;left:calc(50% + 46px);bottom:163px}.service-page-wrapper .challanges .technology-page-cards .card-6{width:289px;left:calc(50% + 181px);bottom:438px}.service-page-wrapper .challanges .technology-page-cards .card-7{width:358px;left:calc(50% - 346px);bottom:149px}.service-page-wrapper .challanges .ai-page-cards .card-0{width:314px;left:calc(50% - 128px);bottom:422px}.service-page-wrapper .challanges .ai-page-cards .card-1{width:316px;left:calc(50% - 469px);bottom:409px}.service-page-wrapper .challanges .ai-page-cards .card-2{width:382px;left:calc(50% - 207px);bottom:287px}.service-page-wrapper .challanges .ai-page-cards .card-3{width:358px;left:calc(50% + 207px);bottom:292px}.service-page-wrapper .challanges .ai-page-cards .card-4{width:323px;left:calc(50% - 550px);bottom:250px}.service-page-wrapper .challanges .ai-page-cards .card-5{width:315px;left:calc(50% + 46px);bottom:163px}.service-page-wrapper .challanges .ai-page-cards .card-6{width:332px;left:calc(50% + 201px);bottom:438px}.service-page-wrapper .challanges .ai-page-cards .card-7{width:358px;left:calc(50% - 346px);bottom:127px}.service-page-wrapper .challanges .card-0.animate{transform:rotate(-0.92deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-1.animate{transform:rotate(2.24deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-2.animate{transform:rotate(-2.32deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-3.animate{transform:rotate(0.5deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-4.animate{transform:rotate(-5.79deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-5.animate{transform:rotate(-3.47deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-6.animate{transform:rotate(-4.12deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-7.animate{transform:rotate(1.32deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-8.animate{transform:rotate(-1.85deg) scale(1) translateY(0);opacity:1}.service-page-wrapper .challanges .card-9.animate{transform:rotate(2.15deg) scale(1) translateY(0);opacity:1}@media(max-width: 1440px){.service-page-wrapper .challanges .container{width:100%;overflow-x:auto}}@media(max-width: 768px){.service-page-wrapper .challanges .challanges-wrapper{position:relative;height:auto;display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px}.service-page-wrapper .challanges .challenge-card{position:relative;width:100%;max-width:340px;left:auto !important;bottom:auto !important;opacity:0;transform:scale(0.9) translateY(30px)}.service-page-wrapper .challanges .challenge-card.animate{opacity:1;transform:scale(1) translateY(0) rotate(var(--rotate))}.service-page-wrapper .challanges .card-0{--rotate: -0.92deg}.service-page-wrapper .challanges .card-1{--rotate: 2.24deg}.service-page-wrapper .challanges .card-2{--rotate: -2.32deg}.service-page-wrapper .challanges .card-3{--rotate: 0.5deg}.service-page-wrapper .challanges .card-4{--rotate: -5.79deg}.service-page-wrapper .challanges .card-5{--rotate: -3.47deg}.service-page-wrapper .challanges .card-6{--rotate: -4.12deg}.service-page-wrapper .challanges .card-7{--rotate: 1.32deg}.service-page-wrapper .challanges .card-8{--rotate: -1.85deg}.service-page-wrapper .challanges .card-9{--rotate: 2.15deg}.service-page-wrapper .challanges .header{position:relative;top:auto;left:auto;max-width:100%;padding:0 12px;font-size:28px;line-height:36px;text-align:center}}@media(min-width: 768px)and (max-width: 1024px){.service-page-wrapper .challanges .challanges-wrapper{position:relative;height:auto;display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;justify-items:center;padding:40px}.service-page-wrapper .challanges .challenge-card{position:relative;width:100%;max-width:320px;left:auto !important;bottom:auto !important;opacity:0;transform:scale(0.9) translateY(30px)}.service-page-wrapper .challanges .challenge-card.animate{opacity:1;transform:scale(1) translateY(0) rotate(var(--rotate))}.service-page-wrapper .challanges .card-0{--rotate: -0.92deg}.service-page-wrapper .challanges .card-1{--rotate: 2.24deg}.service-page-wrapper .challanges .card-2{--rotate: -2.32deg}.service-page-wrapper .challanges .card-3{--rotate: 0.5deg}.service-page-wrapper .challanges .card-4{--rotate: -5.79deg}.service-page-wrapper .challanges .card-5{--rotate: -3.47deg}.service-page-wrapper .challanges .card-6{--rotate: -4.12deg}.service-page-wrapper .challanges .card-7{--rotate: 1.32deg}.service-page-wrapper .challanges .card-8{--rotate: -1.85deg}.service-page-wrapper .challanges .card-9{--rotate: 2.15deg}.service-page-wrapper .challanges .header{grid-column:1/-1;position:relative;top:auto;left:auto;width:100%;max-width:none;padding:0 20px;margin-bottom:30px;font-size:32px;line-height:40px;text-align:center}}.service-page-wrapper .online-consumer{position:relative;height:auto;display:flex;text-align:center;justify-content:center;padding:180px 0 180px}@media(min-width: 992px)and (max-width: 1279px){.service-page-wrapper .online-consumer{padding:100px 0 30px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .online-consumer{padding:70px 0 30px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .online-consumer{padding:60px 0 20px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .online-consumer{padding:40px 0 10px}}.service-page-wrapper .online-consumer .content-wrapper{max-width:1206px}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .online-consumer .content-wrapper{padding:0}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .online-consumer .content-wrapper{padding:0}}.service-page-wrapper .online-consumer .content-wrapper h2{font-weight:400;color:#212329;font-size:88px;line-height:88px;transform:translate(0px, 0%)}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .online-consumer .content-wrapper h2{font-size:24px;line-height:30px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .online-consumer .content-wrapper h2{font-size:36px;line-height:30px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .online-consumer .content-wrapper h2{font-size:48px;line-height:50px}}.service-page-wrapper .online-consumer .scroll-section{height:auto;display:flex;justify-content:center;align-items:center;text-align:center}.service-page-wrapper .platform-cards-section .sticky-section{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:flex-start;gap:42px;padding-top:100px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:radial-gradient(50% 50% at 21% 14%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%),url("../images/platform-bg.jpg")}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .sticky-section{height:120vh;padding:70px 0}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .platform-cards-section .sticky-section{height:100vh}}.service-page-wrapper .platform-cards-section .sticky-section .container{height:100%}.service-page-wrapper .platform-cards-section .sticky-section .container .platform-cards-container{height:100%}@media(min-width: 1200px)and (max-width: 1399px){.service-page-wrapper .platform-cards-section .sticky-section{height:calc(100vh + 100px)}}@media(min-width: 992px)and (max-width: 1279px){.service-page-wrapper .platform-cards-section .sticky-section{height:calc(125vh + 220px)}}.service-page-wrapper .platform-cards-section .dot{width:5px;height:5px;border-radius:50%;background:hsla(0,0%,100%,.2)}.service-page-wrapper .platform-cards-section .platform-card-header{display:flex;flex-direction:column;width:519px;align-items:flex-start;gap:14px;position:relative;flex:0 0 auto;margin-bottom:40px}.service-page-wrapper .platform-cards-section .platform-card-header h3{position:relative;align-self:stretch;margin-top:-1px;font-family:"Aeonik TRIAL Regular",Helvetica;font-weight:normal;color:#fff;font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .platform-cards-section .platform-card-header h3{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .platform-card-header h3{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .platform-card-header h3{font-size:24px}}.service-page-wrapper .platform-cards-section .platform-card-header h3{line-height:42px}.service-page-wrapper .platform-cards-section .platform-card-header p{position:relative;display:flex;align-items:center;justify-content:center;width:500px;font-family:"Aeonik TRIAL Regular",Helvetica;font-weight:normal;color:#fff;font-size:18px;line-height:normal;z-index:10}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .platform-card-header p{width:100%}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .platform-card-header p{width:100%}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .platform-card-header{width:auto}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .platform-card-header{width:auto}}.service-page-wrapper .platform-cards-section .platform-cards-container{display:flex;flex-direction:column;width:737px;align-items:flex-start;gap:8px;position:relative;flex:0 0 auto}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .platform-cards-container{width:auto}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .platform-cards-container{width:auto}}.service-page-wrapper .platform-cards-section .platform-card{display:flex;align-items:center;justify-content:space-between;padding:24px;position:relative;align-self:stretch;width:100%;border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);border:0}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .platform-card{height:auto}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .platform-card{height:auto}}.service-page-wrapper .platform-cards-section .card-content{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;flex-direction:row}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .card-content{flex-direction:column;gap:10px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .card-content{flex-direction:column}}.service-page-wrapper .platform-cards-section .card-title{position:relative;width:fit-content;font-family:"Aeonik TRIAL Regular",Helvetica;font-weight:normal;color:#fff;font-size:24px;line-height:normal;max-width:40%}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .platform-cards-section .card-title{max-width:100%}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .card-title{max-width:100%}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .card-title{max-width:100%}}.service-page-wrapper .platform-cards-section .card-icon{position:relative;flex:0 0 auto}.service-page-wrapper .platform-cards-section .section-below{height:100vh;background:linear-gradient(to bottom, #dbeafe, #bfdbfe);display:flex;align-items:center;justify-content:center}.service-page-wrapper .platform-cards-section .section-below .content{text-align:center}.service-page-wrapper .platform-cards-section .section-below h2{font-size:2.25rem;font-weight:bold;color:#1e40af;margin-bottom:1rem}.service-page-wrapper .platform-cards-section .section-below p{font-size:1.25rem;color:#2563eb}.service-page-wrapper .platform-cards-section .cards-icons-group{display:flex;gap:18px;align-items:center;justify-content:end}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .platform-cards-section .cards-icons-group{gap:10px;justify-content:center;flex-wrap:wrap}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .platform-cards-section .cards-icons-group{gap:10px;justify-content:center;flex-wrap:wrap}}.service-page-wrapper .platform-cards-section .cards-icons-group img{min-height:14px}.service-page-wrapper .resources-main-wrapper{background-color:#f4f7ff}.service-page-wrapper .how-we-wrapper{padding:80px 0px}.service-page-wrapper .how-we-wrapper .section-title h4{font-weight:normal;text-align:start;padding-bottom:17px;font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-wrapper .section-title h4{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-wrapper .section-title h4{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-wrapper .section-title h4{font-size:26px}}.service-page-wrapper .how-we-wrapper{text-align:start}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-wrapper{padding:40px 0px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-wrapper{padding:40px 0px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-wrapper{padding:40px 0px}}.service-page-wrapper .how-we-wrapper a{text-decoration:none}.service-page-wrapper .how-we-wrapper .how-wrapp-inner{padding-top:12px}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card{position:relative;border-radius:14px;transition:all .5s ease-in-out;margin-bottom:24px;overflow:hidden}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card{width:100%;height:230px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card{width:100%;height:330px}}@media(min-width: 769px)and (max-width: 1439px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card{width:auto;height:36vw}}@media(min-width: 1440px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card{width:410px;height:524px;max-width:410px;max-height:524px}}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .card-icon{position:absolute;left:10%;top:7%;transform:translate(-10%, -7%);z-index:0;width:clamp(40px,4vw,64px);height:clamp(40px,4vw,64px)}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .card-icon{left:5%;top:7%;transform:translate(-5%, -7%)}}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .card-icon svg{width:100%;height:100%}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content{position:absolute;padding:0 10px;bottom:3%;z-index:1}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content h3{color:#fff;font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content h3{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content h3{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content h3{font-size:20px}}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content h3{font-weight:400;transition:transform .4s ease}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content h3{margin-bottom:4px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content h3{margin-bottom:8px}}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .how-card-content p{line-height:1.2;color:#fff;transition:transform .4s ease}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .card-image{width:100%;height:100%;position:relative;overflow:hidden}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .card-image::after{content:"";position:absolute;inset:0px;z-index:0;opacity:.85;background:linear-gradient(180deg, rgba(33, 35, 41, 0.98) 14%, rgba(33, 35, 41, 0.4) 33%, rgba(33, 35, 41, 0.98) 61%, rgb(33, 35, 41) 100%);transition:opacity .6s ease}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .6s ease}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card:hover{transform:scale(1.02)}.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card:hover .how-card-content h3,.service-page-wrapper .how-we-wrapper .how-wrapp-inner .how-card:hover .how-card-content p{transform:translateY(-4px)}.service-page-wrapper .how-we-wrapper .tech-page-work .how-card{width:100%;height:400px;max-width:100%;max-height:400px}.service-page-wrapper .how-we-wrapper .tech-page-work .how-card .how-card-content{max-width:80%}.service-page-wrapper .how-we-wrapper .tech-page-work .how-card .card-image img:after{opacity:.6;background:linear-gradient(180deg, #212329 12%, rgba(33, 35, 41, 0) 33%, rgb(33, 35, 41) 60%, #212329 81%)}.service-page-wrapper .award-rec{padding-top:100px;padding-bottom:20px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .award-rec{padding-top:40px;padding-bottom:0px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .award-rec{padding-top:30px;padding-bottom:0px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .award-rec{padding-top:20px;padding-bottom:0px}}.service-page-wrapper .award-rec .title{padding-right:15px;max-width:355px;font-weight:400}.service-page-wrapper .award-rec .title span{font-size:38px;line-height:120%}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .award-rec .title span{font-size:20px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .award-rec .title span{font-size:20px}}.service-page-wrapper .award-rec .award-logo-list{gap:20px}@media(min-width: 768px){.service-page-wrapper .award-rec .award-logo-list{padding-left:0px;border-left:1px solid hsla(0,0%,100%,.194)}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .award-rec .award-logo-list img{max-width:70px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .award-rec .award-logo-list img{max-width:40px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .award-rec .award-logo-list img{max-width:40px}}.service-page-wrapper .award-rec .award-logo-list .listitem{width:calc(25% - 10px);height:160px;display:flex;align-items:center;justify-content:center}.service-page-wrapper .award-rec .award-logo-list .listitem img{width:100%;max-width:90%;max-height:80%;height:100%}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead{padding-inline:30px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead{padding-inline:60px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .meet-lead{padding-inline:60px}}.service-page-wrapper .meet-lead .title{max-width:740px;margin-bottom:64px;font-weight:400}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead .title{margin-bottom:34px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead .title{margin-bottom:44px}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .meet-lead .title{margin-bottom:54px}}.service-page-wrapper .meet-lead .title{text-align:center}.service-page-wrapper .meet-lead .title span{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .meet-lead .title span{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead .title span{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead .title span{font-size:24px}}.service-page-wrapper .meet-lead .padding-109{padding:0 109px}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead .padding-109{padding:0}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead .padding-109{padding:0}}@media(min-width: 768px)and (max-width: 1023px){.service-page-wrapper .meet-lead .padding-109{padding:0}}.service-page-wrapper .meet-lead .icon{position:absolute;top:32px;right:-39%;transform:translate(39%, -32px);z-index:0;height:45px;width:65px}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead .icon{height:30px;width:45px;top:32px;right:-10%;transform:translate(10%, -32px)}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead .icon{height:40px;width:65px;top:32px;right:-5%;transform:translate(5%, -32px)}}.service-page-wrapper .meet-lead .icon img{width:100%;height:100%;object-fit:contain}.service-page-wrapper .meet-lead .img-wrap{position:relative;z-index:0;width:325px;height:375px;overflow:hidden;border-radius:18px}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead .img-wrap{width:100%;height:275px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead .img-wrap{width:100%;height:275px}}.service-page-wrapper .meet-lead .img-wrap img{transform:rotateY(180deg);width:100%;height:100%;object-fit:cover}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead .img-wrap img{object-position:center}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead .img-wrap img{object-position:center}}.service-page-wrapper .meet-lead .lead-msg{padding-left:20px}.service-page-wrapper .meet-lead .lead-msg h3{font-weight:400}@media(min-width: 0px)and (max-width: 575px){.service-page-wrapper .meet-lead .lead-msg{padding-top:20px;padding-left:0px}}@media(min-width: 576px)and (max-width: 767px){.service-page-wrapper .meet-lead .lead-msg{padding-top:20px;padding-left:0px}}.service-page-wrapper .meet-lead .lead-msg h3{max-width:649px}.service-page-wrapper .meet-lead .lead-msg .dot{display:inline-block;width:4px;height:4px;background-color:#8a93aa;border-radius:50%}.service-page-wrapper .meet-lead .title-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.custom-divide{border-bottom:1px solid rgba(33,35,41,.3);width:100%}.resources-main-wrapper .resource-box{background-color:#fff !important}.reveal-text{visibility:hidden;line-height:1.2}.get-started-wrapper .get-started-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:11.5px 0;background:#212329;color:#fff;border:none;border-radius:10px;font-size:1.125rem;cursor:pointer;transition:background-color .3s ease;text-decoration:none;width:150px;font-size:18px}@media(min-width: 0px)and (max-width: 575px){.get-started-wrapper .get-started-btn{font-size:14px;margin-bottom:10px}}@media(min-width: 576px)and (max-width: 767px){.get-started-wrapper .get-started-btn{font-size:14px;margin-bottom:10px}}.get-started-wrapper .get-started-btn:hover{background:rgba(33,35,41,.9)}.custom-case-studies .card-overlay .title{border-bottom:none !important}.custom-case-studies .card-overlay .title h4{max-width:100% !important}@media(min-width: 0px)and (max-width: 575px){.your-brands-block{gap:20px !important}}footer .hero-image{position:relative;width:100%;height:800px;background-image:url("../images/excited-to-work-bg.webp");background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}footer .hero-image .footer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../images/footer-banner-overlay.webp");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}footer .hero-image .footer-overlay .footer-banner-content{padding-top:15%;max-width:690px}footer .hero-image .footer-overlay .footer-banner-content h2{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){footer .hero-image .footer-overlay .footer-banner-content h2{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){footer .hero-image .footer-overlay .footer-banner-content h2{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){footer .hero-image .footer-overlay .footer-banner-content h2{font-size:26px}}footer .hero-image .footer-overlay .footer-banner-content h2{font-weight:400;margin-bottom:18px}footer .hero-image .footer-overlay .footer-banner-content p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){footer .hero-image .footer-overlay .footer-banner-content p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){footer .hero-image .footer-overlay .footer-banner-content p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){footer .hero-image .footer-overlay .footer-banner-content p{font-size:18px}}footer .hero-image .footer-overlay .footer-banner-content p{margin-bottom:40px;font-weight:400;line-height:1}@media(min-width: 0px)and (max-width: 575px){footer .hero-image{height:400px}}@media(min-width: 576px)and (max-width: 767px){footer .hero-image{height:400px}}@media(min-width: 768px)and (max-width: 1023px){footer .hero-image{height:470px}}footer .footer-content{position:relative;width:100%;margin-top:-190px;padding-top:190px;background:linear-gradient(180deg, rgba(33, 35, 41, 0) 0%, rgb(33, 35, 41) 30%);z-index:2}footer .footer-content .container{position:relative}footer .footer-content .container .main-content{display:flex;max-width:100% !important;width:100% !important;align-items:flex-start;justify-content:space-between;padding:40px 0 135px 0px}@media(min-width: 992px)and (max-width: 1279px){footer .footer-content .container .main-content{position:relative}}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content{padding:40px 0 75px 0px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content{padding:40px 0 55px 0px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content{padding:40px 0 40px 0px}}footer .footer-content .container .main-content .company-info{display:flex;flex-direction:column;width:301px;align-items:flex-start}footer .footer-content .container .main-content .company-info .logo-section{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:100%}footer .footer-content .container .main-content .company-info .logo-section .logo-text{position:absolute;width:53px;height:22px;top:9px;left:40px}footer .footer-content .container .main-content .company-info .logo-section .company-description{font-size:14px;line-height:19.6px;color:rgba(248,250,255,.8);font-weight:normal}footer .footer-content .container .main-content .company-info .logo-section .logo-footer{width:116px}footer .footer-content .container .main-content .company-info .logo-section .logo-footer img{width:100%;height:100%}footer .footer-content .container .main-content .company-info .footer-social a{display:flex;margin-right:12px;font-size:18px;color:#fff;text-decoration:none;transition:color .3s}footer .footer-content .container .main-content .company-info .footer-social a span{display:flex;align-items:end;margin-left:5px;font-size:14px;line-height:1;color:rgba(248,250,255,.8);font-weight:normal;margin-bottom:0px}footer .footer-content .container .main-content .company-info .footer-social a svg{display:flex;align-items:end}footer .footer-content .container .main-content .company-info .footer-social a svg path{transition:all .3s}footer .footer-content .container .main-content .company-info .footer-social a:hover{color:#43c97b}footer .footer-content .container .main-content .company-info .footer-social a:hover svg path{fill:#43c97b}footer .footer-content .container .main-content .company-info .footer-social a:hover span{color:#43c97b}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .company-info{width:250px}}footer .footer-content .container .main-content .navigation{width:calc(100% - 320px);display:flex;align-items:flex-start;justify-content:flex-end;gap:20px}footer .footer-content .container .main-content .navigation .nav-column{display:flex;flex-direction:column;width:20%;align-items:flex-start;gap:20px}footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-size:16px}}footer .footer-content .container .main-content .navigation .nav-column .nav-title{font-weight:normal;color:#43c97b;letter-spacing:-0.8px;line-height:24px;white-space:nowrap}footer .footer-content .container .main-content .navigation .nav-column .nav-list{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:100%;list-style:none;padding-left:0 !important}footer .footer-content .container .main-content .navigation .nav-column .nav-list .nav-link{font-size:14px;font-weight:normal;color:hsla(0,0%,100%,.6980392157);text-decoration:none;white-space:nowrap;transition:color .3s ease}footer .footer-content .container .main-content .navigation .nav-column .nav-list .nav-link:hover{color:#43c97b}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation .nav-column .nav-list .nav-link{font-size:12px}}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .navigation .nav-column{width:32%}}@media(min-width: 768px)and (max-width: 1023px){footer .footer-content .container .main-content .navigation{width:calc(100% - 270px)}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content .navigation{width:100%}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation{width:100%}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content .container .main-content{flex-direction:column;gap:20px;height:auto;width:auto;top:185px}footer .footer-content .container .main-content .navigation{gap:18px}footer .footer-content .container .main-content .navigation .nav-column{width:100%}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation{gap:10px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content{flex-direction:column;gap:20px;height:auto;width:auto;top:185px}footer .footer-content .container .main-content .navigation{gap:18px}footer .footer-content .container .main-content .navigation .nav-column{width:100%}}@media(min-width: 0px)and (max-width: 575px)and (min-width: 0px)and (max-width: 575px){footer .footer-content .container .main-content .navigation{gap:10px}}@media(min-width: 576px)and (max-width: 767px){footer .footer-content{padding-top:166px}}@media(min-width: 0px)and (max-width: 575px){footer .footer-content{padding-top:166px}}footer .footer-bottom{gap:10px;height:auto;padding:20px 0}footer .footer-bottom .contact-info{text-align:left}@media(min-width: 576px)and (max-width: 767px){footer .footer-bottom{justify-content:center;flex-direction:column}footer .footer-bottom p{margin-bottom:0px}footer .footer-bottom{align-items:center}}@media(min-width: 0px)and (max-width: 575px){footer .footer-bottom{justify-content:center;flex-direction:column}footer .footer-bottom p{margin-bottom:0px}footer .footer-bottom{align-items:center}}@media(max-width: 1023px){footer .main-content{height:auto !important;width:auto !important}}.white-bg-page .glossy-bg{background-color:#fff;box-shadow:0 8px 24px #ecf1fe}.white-bg-page .nav-middle ul li a{color:#212329}.white-bg-page .nav-middle ul li .redirect-name{color:#212329}.white-bg-page .nav-middle ul li .drop-icon svg path{stroke:#212329}.white-bg-page .header-container .dark-logo{display:block !important}.white-bg-page .header-container .white-logo{display:none}.white-bg-page .right-side .btn-contact{background-color:#212329;color:#fff}.white-bg-page .right-side .btn-contact:hover{background-color:#3d4048}.white-bg-page .dropdown-list-wrapper .dropdown-list{box-shadow:0 8px 24px #ecf1fe}.page-main-section{padding-top:80px;padding-bottom:25px}.page-main-section .case-study-header-content{padding-top:66px}.page-main-section .case-study-header-content .reveal-wrapper h1{color:#212329;font-size:216px}@media(min-width: 768px)and (max-width: 1023px){.page-main-section .case-study-header-content .reveal-wrapper h1{font-size:120px}}@media(min-width: 576px)and (max-width: 767px){.page-main-section .case-study-header-content .reveal-wrapper h1{font-size:106px}}@media(min-width: 0px)and (max-width: 575px){.page-main-section .case-study-header-content .reveal-wrapper h1{font-size:52px}}.page-main-section .case-study-header-content .reveal-wrapper h1{font-weight:400;line-height:1.2;text-align:center;margin-bottom:.5rem}@media(min-width: 0px)and (max-width: 575px){.page-main-section .case-study-header-content .reveal-wrapper h1{line-height:1}}.page-main-section .page-title-desc p{color:#212329;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.page-main-section .page-title-desc p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.page-main-section .page-title-desc p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.page-main-section .page-title-desc p{font-size:18px}}.page-main-section .page-title-desc p{line-height:1.2;font-weight:400;margin-bottom:2rem}.page-main-section .page-title-desc .logos-marquee{display:flex;align-items:center;background:#fff;overflow:hidden;user-select:none;position:relative;gap:2rem;min-height:80px}@media(min-width: 768px)and (max-width: 1023px){.page-main-section .page-title-desc .logos-marquee{padding:0px 30px;gap:1rem;min-height:70px}}.page-main-section .page-title-desc .logos-marquee .logo-container{display:flex;flex-shrink:0;min-width:100%;background:#fff;padding:16px 10px;margin:0px -5px;gap:40px}.page-main-section .page-title-desc .logos-marquee .logo-container .logo-item{height:55px;width:auto;filter:opacity(0.5);flex-shrink:0;object-fit:contain}@media(min-width: 1200px)and (max-width: 1399px){.page-main-section .page-title-desc .logos-marquee .logo-container .logo-item{height:45px}}@media(min-width: 768px)and (max-width: 1023px){.page-main-section .page-title-desc .logos-marquee .logo-container .logo-item{height:35px;min-width:80px}}@media(min-width: 576px)and (max-width: 767px){.page-main-section .page-title-desc .logos-marquee .logo-container .logo-item{height:30px;min-width:70px}}@media(min-width: 0px)and (max-width: 575px){.page-main-section .page-title-desc .logos-marquee .logo-container .logo-item{height:30px;min-width:60px}}@media(min-width: 992px)and (max-width: 1199px){.page-main-section .page-title-desc .logos-marquee .logo-container .logo-item{height:40px}}.page-main-section .page-title-desc .logos-marquee .logo-container.scroll{animation:scroll-logos 25s linear infinite;will-change:transform}.page-main-section .page-title-desc .logos-marquee .logo-container.scroll:first-child{animation-delay:0s}@media(min-width: 768px)and (max-width: 1023px){.page-main-section .page-title-desc .logos-marquee .logo-container{margin:0px 0px;padding:15px 0px;gap:5px}}@media(min-width: 576px)and (max-width: 767px){.page-main-section .page-title-desc .logos-marquee .logo-container{gap:1rem;padding:15px 15px}}@media(min-width: 0px)and (max-width: 575px){.page-main-section .page-title-desc .logos-marquee .logo-container{gap:1rem;padding:15px 15px}}.page-main-section .page-title-desc .logos-marquee:before{content:"";position:absolute;top:0;left:0;width:50px;height:100%;background:linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);z-index:2}.page-main-section .page-title-desc .logos-marquee:after{content:"";position:absolute;top:0;right:0;width:50px;height:100%;background:linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);z-index:2}@media(min-width: 576px)and (max-width: 767px){.page-main-section .page-title-desc .logos-marquee{gap:1rem}}@media(min-width: 0px)and (max-width: 575px){.page-main-section .page-title-desc .logos-marquee{gap:1rem}}.case-studues-featured-section .case-study-featured-item{position:relative;margin-bottom:24px;height:75%}.case-studues-featured-section .case-study-featured-item .case-study-featured-image{height:100%}.case-studues-featured-section .case-study-featured-item .case-study-featured-image img{width:100%;height:100%;object-fit:cover;border-radius:18px}.case-studues-featured-section .case-study-featured-item .case-study-featured-content{position:absolute;width:100%;height:100%;top:0px;padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-out}.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text h2{color:#fff;font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text h2{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text h2{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text h2{font-size:24px}}.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text h2{font-weight:400}.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{width:100%;height:70px;color:#fff;display:none;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{font-size:18px}}.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{font-weight:400;transition:all .3s ease;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:10px;padding:20px 14px 20px 24px;align-items:center;justify-content:space-between;box-sizing:border-box}.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow span{background-color:#fff;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:6px}.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow:hover{background-color:hsla(0,0%,100%,.3)}.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow:hover span{background-color:#f4f7ff}@media(min-width: 768px)and (max-width: 1023px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{display:flex !important}}@media(min-width: 576px)and (max-width: 767px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{display:flex !important;padding:10px;height:55px}}@media(min-width: 0px)and (max-width: 575px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content .case-study-text .btn-arrow{display:flex !important;padding:10px;height:55px}}@media(min-width: 576px)and (max-width: 767px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content{padding:20px 15px}}@media(min-width: 0px)and (max-width: 575px){.case-studues-featured-section .case-study-featured-item .case-study-featured-content{padding:20px 15px}}@media(min-width: 1023px){.case-studues-featured-section .case-study-featured-item:hover .case-study-featured-content .case-study-text .btn-arrow{display:flex}}@media(min-width: 768px)and (max-width: 1023px){.case-studues-featured-section .case-study-featured-item{height:400px}}@media(min-width: 576px)and (max-width: 767px){.case-studues-featured-section .case-study-featured-item{height:100%}}@media(min-width: 0px)and (max-width: 575px){.case-studues-featured-section .case-study-featured-item{height:calc(100% - 24px)}}.case-study-item{--h: 394px;width:100%;height:var(--h);border-radius:14px;overflow:hidden;position:relative;background:#fff;display:flex;align-items:flex-end;justify-content:center;margin-bottom:24px;transition:all 14ms ease}@media(min-width: 768px)and (max-width: 1023px){.case-study-item{--h: 350px}}@media(min-width: 576px)and (max-width: 767px){.case-study-item{--h: 320px}}@media(min-width: 0px)and (max-width: 575px){.case-study-item{--h: 300px}}.case-study-item .case-study-image{position:absolute;inset:0;border-radius:inherit;overflow:hidden;background-color:#fff;max-height:100%;z-index:1;transition:all .7s ease}.case-study-item .case-study-image img{position:relative;width:100%;height:100%;max-height:100%;object-fit:cover;object-position:top;border-radius:inherit;display:block;transition:height .7s ease,object-fit .7s ease,clip-path .7s ease;clip-path:inset(0% 0 22% 0 round 18px 18px 18px 18px)}.case-study-item .case-study-image img:after{content:"";position:absolute;top:0px;width:100%;height:100%;background-color:red}@media(min-width: 768px)and (max-width: 1023px){.case-study-item .case-study-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}}@media(min-width: 576px)and (max-width: 767px){.case-study-item .case-study-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}}@media(min-width: 0px)and (max-width: 575px){.case-study-item .case-study-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}}.case-study-item::before{content:"";position:absolute;inset:0;z-index:2;opacity:1;transition:all .5s ease-in-out;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);height:30%}.case-study-item:hover::before{height:100%;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%)}.case-study-item .case-study-content{position:absolute;inset:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;z-index:23;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.case-study-item .case-study-content .case-study-brand-logo{padding:20px 20px 0px}.case-study-item .case-study-content .case-study-brand-logo img{max-height:70px;margin-bottom:.5rem}@media(min-width: 576px)and (max-width: 767px){.case-study-item .case-study-content .case-study-brand-logo img{max-height:40px;margin-bottom:.5rem;max-width:60%}}@media(min-width: 0px)and (max-width: 575px){.case-study-item .case-study-content .case-study-brand-logo img{max-height:40px;margin-bottom:.5rem;max-width:60%}}.case-study-item .case-study-content .case-studeies-content-inner{height:20%;transition:all .4s ease}.case-study-item .case-study-content .case-studeies-content-inner h3{color:#212329;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-item .case-study-content .case-studeies-content-inner h3{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-item .case-study-content .case-studeies-content-inner h3{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-item .case-study-content .case-studeies-content-inner h3{font-size:18px}}.case-study-item .case-study-content .case-studeies-content-inner h3{font-weight:400;transition:all .3s ease;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{width:100%;height:56px;color:#fff;padding:12px;display:flex;align-items:center;justify-content:space-between;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{font-size:14px}}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);font-weight:400;transition:all .3s ease;background-color:hsla(0,0%,100%,.15);visibility:hidden}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow span{background-color:#fff;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:6px}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow:hover{background-color:hsla(0,0%,100%,.3)}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow:hover span{background-color:#f4f7ff}@media(min-width: 0px)and (max-width: 575px){.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{height:48px}}@media(min-width: 768px)and (max-width: 1023px){.case-study-item .case-study-content .case-studeies-content-inner{height:calc(20% + 80px);padding:20px}.case-study-item .case-study-content .case-studeies-content-inner h3{color:#fff}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{visibility:visible}}@media(min-width: 576px)and (max-width: 767px){.case-study-item .case-study-content .case-studeies-content-inner{height:calc(20% + 60px);padding:20px}.case-study-item .case-study-content .case-studeies-content-inner h3{color:#fff;-webkit-line-clamp:1}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{visibility:visible}}@media(min-width: 0px)and (max-width: 575px){.case-study-item .case-study-content .case-studeies-content-inner{height:calc(20% + 60px);padding:20px}.case-study-item .case-study-content .case-studeies-content-inner h3{color:#fff;-webkit-line-clamp:1}.case-study-item .case-study-content .case-studeies-content-inner .btn-arrow{visibility:visible}}@media(min-width: 1023px){.case-study-item:hover .case-study-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}.case-study-item:hover .case-study-content{height:100%}.case-study-item:hover .case-study-content .case-studeies-content-inner{height:calc(20% + 83px);padding:20px}.case-study-item:hover .case-study-content .case-studeies-content-inner h3{color:#fff}.case-study-item:hover .case-study-content .case-studeies-content-inner .btn-arrow{visibility:visible}}.case-study-slider-wrap{position:relative;margin-top:80px}.case-study-slider-wrap .slide-nav-wrapper{position:absolute;width:100%;left:0;top:40px;z-index:3;display:flex}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider .case-study-slider-nav{width:calc(20% - 18px)}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider .case-study-slider-nav .slider-nav{position:relative;opacity:.6;cursor:pointer}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider .case-study-slider-nav .slider-nav:before{content:"";height:4px;width:100%;background-color:#fff;position:absolute;left:0;top:0px;opacity:.6;border-radius:5px}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider .case-study-slider-nav .slider-nav .case-study-thumb{display:flex;justify-content:center;padding:15px;width:100%}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider .case-study-slider-nav .slider-nav .case-study-thumb img{width:100%;max-height:58px;object-fit:contain}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider .case-study-slider-nav .slider-nav.active{opacity:1}.case-study-slider-wrap .slide-nav-wrapper .case-study-nav-slider .case-study-slider-nav .slider-nav.active:before{opacity:1}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap .slide-nav-wrapper{display:none}}.case-study-slider-wrap #caseStudyCarousel{height:727px}.case-study-slider-wrap #caseStudyCarousel .carousel-item{height:100%;transition:transform 1s ease-in-out,opacity 1s ease-in-out}.case-study-slider-wrap #caseStudyCarousel .carousel-inner{height:100%}.case-study-slider-wrap #caseStudyCarousel .case-study-slide{height:100%;position:relative}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-img{width:100%;height:100%}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-img img{width:100%;height:100%;object-fit:cover}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:rgba(0,0,0,.4);padding:32px 24px}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .container{height:100%}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:180px}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data h4{color:#fff;font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data h4{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data h4{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data h4{font-size:24px}}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data h4{line-height:1.1;font-weight:400;margin-bottom:.5rem}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data p{color:#fff;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data p{font-size:18px}}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data p{font-weight:400;margin-bottom:2rem}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author{display:flex;align-items:center;position:relative}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h5{color:#fff;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h5{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h5{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h5{font-size:18px}}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h5{font-weight:400;margin-bottom:0}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h6{color:#fff;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h6{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h6{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h6{font-size:18px}}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author h6{font-weight:400;margin-bottom:0}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .author span{width:5px;height:5px;background-color:hsla(0,0%,100%,.4);margin:0 18px;border-radius:50%;display:inline-block}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .read-case-study{margin-top:42px}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .read-case-study a{color:#fff;text-decoration:none;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .read-case-study a{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .read-case-study a{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .read-case-study a{font-size:18px}}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .read-case-study a span{margin-left:20px;display:inline-block;transition:.5s ease}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .read-case-study a:hover span{transform:rotate(45deg)}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow{width:100%;height:70px;color:#fff;display:flex;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow{font-size:18px}}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow{font-weight:400;transition:all .3s ease;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:10px;padding:20px 14px 20px 24px;align-items:center;justify-content:space-between}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow span{background-color:#fff;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:6px}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow:hover{background-color:hsla(0,0%,100%,.3)}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data .btn-arrow:hover span{background-color:#f4f7ff}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data{padding-top:0px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .case-slide-data{padding-top:0px}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content{height:650px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content{padding:0px}}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .logo-mobile{display:none;margin-top:30px}.case-study-slider-wrap #caseStudyCarousel .case-study-slide .case-slide-content .logo-mobile img{max-width:150px}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap #caseStudyCarousel{height:450px}.case-study-slider-wrap #caseStudyCarousel .logo-mobile{display:block !important}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap #caseStudyCarousel{height:450px}.case-study-slider-wrap #caseStudyCarousel .logo-mobile{display:block !important}}@media(min-width: 576px)and (max-width: 767px){.case-study-slider-wrap{margin-top:30px}}@media(min-width: 0px)and (max-width: 575px){.case-study-slider-wrap{margin-top:20px}}.case-studys-listing-section{padding:20px 0px 100px 0px}.case-studys-listing-section p{line-height:1.1}.case-studys-listing-section .case-studys-listing-grid .case-study-item{--h: 373px}@media(min-width: 576px)and (max-width: 767px){.case-studys-listing-section .case-studys-listing-grid .case-study-item{--h: 300px}}@media(min-width: 0px)and (max-width: 575px){.case-studys-listing-section .case-studys-listing-grid .case-study-item{--h: 300px}}@media(min-width: 768px)and (max-width: 1023px){.case-studys-listing-section{padding:20px 0px}.case-studys-listing-section .case-studys-listing-grid{padding-top:40px}}@media(min-width: 576px)and (max-width: 767px){.case-studys-listing-section{padding:15px 0px}.case-studys-listing-section .case-studys-listing-grid{padding-top:30px}}@media(min-width: 0px)and (max-width: 575px){.case-studys-listing-section{padding:10px 0px}.case-studys-listing-section .case-studys-listing-grid{padding-top:30px}}.demo-contact-section{padding:140px 0 0}@media(min-width: 768px)and (max-width: 1023px){.demo-contact-section{padding:72px 0}}@media(min-width: 576px)and (max-width: 767px){.demo-contact-section{padding:56px 0}}.demo-heading{font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.demo-heading{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.demo-heading{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.demo-heading{font-size:32px}}.demo-heading{font-weight:700;line-height:1.05;margin-bottom:16px;color:#212329;padding:0px 53px 0 0}@media(min-width: 768px)and (max-width: 1023px){.demo-heading{font-size:48px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px){.demo-heading{font-size:36px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.demo-heading{font-size:30px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.demo-heading{font-size:26px}}@media(min-width: 576px)and (max-width: 767px){.demo-heading{font-size:42px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.demo-heading{font-size:32px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.demo-heading{font-size:28px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.demo-heading{font-size:24px}}.demo-subtitle{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.demo-subtitle{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.demo-subtitle{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.demo-subtitle{font-size:18px}}.demo-subtitle{color:rgba(33,35,41,.72);line-height:1.3;max-width:520px;margin-bottom:30px}.demo-logo-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:5px;max-width:560px}@media(min-width: 576px)and (max-width: 767px){.demo-logo-grid{grid-template-columns:repeat(auto-fit, minmax(130px, 1fr))}}.demo-logo-grid .demo-logo:last-child:nth-child(4n+1){grid-column:2/3}.demo-logo{border-radius:12px;padding:14px 16px;font-weight:600;color:#212329;text-align:center;letter-spacing:.2px;font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.demo-logo{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.demo-logo{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.demo-logo{font-size:16px}}.demo-logo{display:flex;align-items:center}.demo-form-card{background-color:#f4f7ff;border:1px solid #e6e7ec;border-radius:16px;padding:28px;box-shadow:0 18px 48px rgba(0,0,0,.19)}@media(min-width: 768px)and (max-width: 1023px){.demo-form-card{padding:24px}}@media(min-width: 576px)and (max-width: 767px){.demo-form-card{padding:20px}}.contact-form .error-message{color:#d9534f;font-size:.9rem;margin-top:.25rem;position:absolute;bottom:-23px}.contact-form .form-label{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.contact-form .form-label{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.contact-form .form-label{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.contact-form .form-label{font-size:14px}}.contact-form .form-label{color:#212329;margin-bottom:8px;line-height:normal}.contact-form .form-label .required{color:#ff3d2e}.contact-form .form-label .optional{color:rgba(33,35,41,.5)}.contact-form .form-control{padding:14px;border:1px solid rgba(0,0,0,0);border-radius:8px;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.contact-form .form-control{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.contact-form .form-control{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.contact-form .form-control{font-size:14px}}.contact-form .form-control{font-weight:400;color:#212329;line-height:normal;-webkit-transition:border-color;-moz-transition:border-color;-o-transition:border-color;transition:border-color}.contact-form .form-control:focus{background-color:#f8f7ff;border-color:#43c97b;box-shadow:0 0 0 .2rem rgba(67,201,123,.25)}.contact-form .form-control::placeholder{color:rgba(33,35,41,.5)}.contact-form .floating-field{position:relative}.contact-form .floating-field .floating-input{padding:18px 16px 10px 16px;height:100%}.contact-form .floating-field .floating-label{position:absolute;left:16px;top:27px;transform:translateY(-50%);margin:0;pointer-events:none;color:rgba(33,35,41,.6);transition:all .2s ease;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.contact-form .floating-field .floating-label{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.contact-form .floating-field .floating-label{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.contact-form .floating-field .floating-label{font-size:14px}}.contact-form .floating-field .floating-input:focus,.contact-form .floating-field .floating-input:not(:placeholder-shown){padding-top:24px}.contact-form .floating-field select.floating-input{padding-top:18px;padding-right:40px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23212329' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px}.contact-form .floating-field select.floating-input.has-value,.contact-form .floating-field select.floating-input:focus{padding-top:24px}.contact-form .floating-field .floating-input:focus+.floating-label,.contact-form .floating-field .floating-input:not(:placeholder-shown)+.floating-label{top:10px;transform:translateY(0);font-size:12px;color:#43c97b}.contact-form .floating-field select.floating-input:not(.has-value):not(:focus)+.floating-label{top:27px;transform:translateY(-50%);font-size:18px;color:rgba(33,35,41,.6)}.contact-form .floating-field select.floating-input.has-value+.floating-label,.contact-form .floating-field select.floating-input:focus+.floating-label{top:10px;transform:translateY(0);font-size:12px;color:#43c97b !important}.contact-form textarea{resize:none;min-height:180px;border-radius:8px}.contact-form .btn-primary{padding:10px 26.5px;position:relative;transition:all .3s ease}.contact-form .btn-primary:disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.contact-form .btn-primary .btn-loader{display:inline-flex;align-items:center;gap:8px}.contact-form .btn-primary .btn-loader .spinner{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.contact-form .form-status{margin-bottom:10px}.contact-form .form-status.success{color:#2ba85f}.contact-form .form-status.error{color:red}.trusted-by-section-cu{padding:55px 0 50px;background:#f4f7ff}.trusted-by-section-cu .trusted-by-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.trusted-by-section-cu .trusted-by-content h3{margin-left:25px;margin-top:10px}@media(min-width: 576px)and (max-width: 767px){.trusted-by-section-cu .trusted-by-content h3{margin-left:0px}}@media(min-width: 0px)and (max-width: 575px){.trusted-by-section-cu .trusted-by-content h3{margin-left:0px}}@media(min-width: 768px)and (max-width: 1023px){.trusted-by-section-cu .trusted-by-content{flex-direction:column;align-items:flex-start;gap:20px}}.trusted-by-section-cu .trusted-by-label{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.trusted-by-section-cu .trusted-by-label{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.trusted-by-section-cu .trusted-by-label{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.trusted-by-section-cu .trusted-by-label{font-size:16px}}.trusted-by-section-cu .trusted-by-label{color:#212329;margin:0;white-space:nowrap;font-weight:400}.trusted-by-section-cu .trusted-logos{display:flex;align-items:center;gap:42px;flex-wrap:wrap}.trusted-by-section-cu .trusted-logos .trusted-logo{height:auto;width:auto;max-width:120px;object-fit:contain}@media(min-width: 768px)and (max-width: 1023px){.trusted-by-section-cu .trusted-logos .trusted-logo{height:40px}}@media(min-width: 768px)and (max-width: 1023px){.trusted-by-section-cu .trusted-logos{gap:20px}}.growth-goals-section{padding:120px 0;background:#fff;padding-top:88px}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section{padding:80px 0}}.growth-goals-section .section-header{margin-bottom:0px;padding:0 20px 0 0}.growth-goals-section .section-header h2{font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .section-header h2{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .section-header h2{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.growth-goals-section .section-header h2{font-size:32px}}.growth-goals-section .section-header h2{font-weight:400;color:#212329;line-height:1.2;margin-bottom:0;letter-spacing:-0.02em}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .section-header h2{font-size:48px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px){.growth-goals-section .section-header h2{font-size:36px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.growth-goals-section .section-header h2{font-size:30px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.growth-goals-section .section-header h2{font-size:26px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .section-header h2{font-size:42px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.growth-goals-section .section-header h2{font-size:32px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.growth-goals-section .section-header h2{font-size:28px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.growth-goals-section .section-header h2{font-size:24px}}.growth-goals-section .section-description{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .section-description{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .section-description{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.growth-goals-section .section-description{font-size:18px}}.growth-goals-section .section-description{color:#212329;line-height:27px;padding:0 12px}@media(min-width: 0px)and (max-width: 575px){.growth-goals-section .section-description{padding:0}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .section-description{padding:0}}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .section-description{font-size:20px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px){.growth-goals-section .section-description{font-size:18px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.growth-goals-section .section-description{font-size:16px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.growth-goals-section .section-description{font-size:16px}}.growth-goals-section .section-description p{margin:0}.growth-goals-section .service-cards-row{margin-top:113px}@media(min-width: 0px)and (max-width: 575px){.growth-goals-section .service-cards-row{margin-top:40px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .service-cards-row{margin-top:40px}}.growth-goals-section .service-card{text-align:center;height:100%}.growth-goals-section .service-card h3{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .service-card h3{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .service-card h3{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.growth-goals-section .service-card h3{font-size:26px}}.growth-goals-section .service-card h3{font-weight:400;color:#212329;margin-bottom:14px}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .service-card h3{font-size:38px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px){.growth-goals-section .service-card h3{font-size:32px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.growth-goals-section .service-card h3{font-size:28px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.growth-goals-section .service-card h3{font-size:24px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .service-card h3{font-size:32px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.growth-goals-section .service-card h3{font-size:28px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.growth-goals-section .service-card h3{font-size:24px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.growth-goals-section .service-card h3{font-size:20px}}.growth-goals-section .service-card p{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .service-card p{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section .service-card p{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.growth-goals-section .service-card p{font-size:16px}}.growth-goals-section .service-card p{color:#212329;line-height:1;margin-top:-6px}.growth-goals-section .service-card:hover .service-illustration img{margin-top:-10px}.growth-goals-section .service-card .service-illustration{position:relative;margin-bottom:14px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding-top:10px;margin-top:-10px}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .service-card .service-illustration{height:250px}}.growth-goals-section .service-card .service-illustration .illustration-container{height:291px;width:419px;position:relative}.growth-goals-section .service-card .service-illustration .illustration-container img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section{padding:80px 0px}}@media(min-width: 576px)and (max-width: 767px){.growth-goals-section{padding:6ch 0px}}@media(min-width: 0px)and (max-width: 575px){.growth-goals-section{padding:40px 0px}}@media(min-width: 768px)and (max-width: 1023px){.growth-goals-section .row.align-items-end{text-align:center}.growth-goals-section .row.align-items-end .col-lg-6:first-child{margin-bottom:1rem}}@media(min-width: 576px)and (max-width: 767px){.service-card{margin-bottom:2rem}}.names-padding-end{padding-left:10px}.custom-margin-top-contact{margin-top:20px}.about-us .award-rec{padding-top:100px;padding-bottom:20px}@media(min-width: 0px)and (max-width: 575px){.about-us .award-rec{padding-top:40px;padding-bottom:0px}}.about-us .award-rec .title{padding-right:15px;max-width:355px}.about-us .award-rec .title span{color:#fff;font-size:38px;line-height:120%}@media(min-width: 0px)and (max-width: 575px){.about-us .award-rec .title span{font-size:20px}}@media(min-width: 576px)and (max-width: 767px){.about-us .award-rec .title span{font-size:20px}}@media(min-width: 768px){.about-us .award-rec .award-logo-list{padding-left:64px;border-left:1px solid hsla(0,0%,100%,.194)}}.about-us .award-rec .award-logo-list img{height:35px}@media(min-width: 768px)and (max-width: 1023px){.about-us .award-rec .award-logo-list img{max-width:70px}}@media(min-width: 0px)and (max-width: 575px){.about-us .award-rec .award-logo-list img{max-width:85px}}@media(min-width: 576px)and (max-width: 767px){.about-us .award-rec .award-logo-list img{max-width:95px}}.about-us .award-rec .award-logo-list div:last-child img{height:50px}@media(min-width: 0px)and (max-width: 575px){.about-us .award-rec .award-logo-list div:last-child img{height:35px}}.about-us .our-journey{background-color:#212329;padding:100px 0;color:#fff}@media(min-width: 0px)and (max-width: 575px){.about-us .our-journey{padding-block:40px}}@media(min-width: 576px)and (max-width: 767px){.about-us .our-journey{padding-block:40px}}.about-us .our-journey #arrow{transform:translate(0px, 11.2344px)}.about-us .our-journey #desktopCircle{transform:translate(-50%, 0%) translate(0.00195px, 19.7344px)}.about-us .our-journey .our-journey-header{display:flex;flex-direction:column;gap:24px;margin-bottom:48px}.about-us .our-journey .our-journey-header h1{font-size:2rem;font-weight:400;line-height:1.2}.about-us .our-journey .our-journey-header h1 .green{color:#43c97b}.about-us .our-journey .our-journey-header svg{width:80px;height:80px}@media(min-width: 576px)and (max-width: 767px){.about-us .our-journey .our-journey-header svg{display:none;width:50px;height:50px;align-self:end}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-journey .our-journey-header svg{display:none;width:40px;height:40px;align-self:end}}.about-us .our-journey .timeline-desktop{display:none;gap:32px;position:relative;align-items:stretch;display:flex}@media(min-width: 768px)and (max-width: 1023px){.about-us .our-journey .timeline-desktop{gap:22px !important}}@media(min-width: 576px)and (max-width: 767px){.about-us .our-journey .timeline-desktop{display:none !important}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-journey .timeline-desktop{display:none !important}}.about-us .our-journey .year-buttons{display:flex;flex-direction:column;width:250px}@media(min-width: 768px)and (max-width: 1023px){.about-us .our-journey .year-buttons{width:120px}}.about-us .our-journey .year-btn{display:flex;align-items:center;justify-content:center;padding:11px 14px;background:rgba(0,0,0,0);border:none;border-radius:18px;cursor:pointer;transition:background .3s;font-size:24px;color:#fff;opacity:.6;margin-bottom:3px}.about-us .our-journey .year-btn:hover{background:hsla(0,0%,100%,.04)}.about-us .our-journey .year-btn.active{background:hsla(0,0%,100%,.1);border-radius:18px;opacity:1}.about-us .our-journey .timeline-line{position:relative;width:44px;align-items:stretch}.about-us .our-journey .timeline-line .line{position:absolute;left:50%;transform:translateX(-50%);width:2px;height:100%;background:hsla(0,0%,100%,.2)}.about-us .our-journey .timeline-line .circle{position:absolute;left:50%;transform:translateX(-50%);width:20px;height:20px;background:#fff;border-radius:50%;border:4px solid #212329}.about-us .our-journey .content-card{display:flex;align-items:center;background:hsla(0,0%,100%,.05);border-radius:18px;backdrop-filter:blur(10px);padding:42px;position:relative;height:auto;flex:1}.about-us .our-journey .content-card .content-wrapper{width:100%}@media(min-width: 768px)and (max-width: 1023px){.about-us .our-journey .content-card{padding:24px !important}}.about-us .our-journey .arrow{position:absolute;left:331px;width:29px;height:33px}@media(min-width: 768px)and (max-width: 1023px){.about-us .our-journey .arrow{left:182px}}.about-us .our-journey .timeline-mobile{display:flex;flex-direction:column;gap:24px}.about-us .our-journey .mobile-years{display:flex;gap:12px;padding-bottom:8px;scrollbar-width:none}.about-us .our-journey .mobile-timeline-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.about-us .our-journey .mobile-timeline-scroll::-webkit-scrollbar{display:none}.about-us .our-journey .mobile-years::-webkit-scrollbar{display:none}.about-us .our-journey .mobile-year-btn{position:relative;flex-shrink:0;padding:12px 24px;background:rgba(0,0,0,0);border:none;border-radius:18px;cursor:pointer;font-size:20px;color:#fff;opacity:.6;white-space:nowrap}.about-us .our-journey .mobile-year-btn.active{background:hsla(0,0%,100%,.1);opacity:1}.about-us .our-journey .mobile-timeline{position:relative;width:160%;height:2px;margin-bottom:16px}.about-us .our-journey .mobile-timeline .line{width:100%;height:2px;background:hsla(0,0%,100%,.2)}.about-us .our-journey .mobile-timeline .circle,.about-us .our-journey .secCircle{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#fff;border-radius:50%}.about-us .our-journey .mobile-content{background:hsla(0,0%,100%,.05);border-radius:18px;backdrop-filter:blur(10px);padding:32px 24px;position:relative;min-height:300px}.about-us .our-journey .content-wrapper h2{font-size:42px;font-weight:400;line-height:1.2;margin-bottom:24px}.about-us .our-journey .mobile-content .content-wrapper h2{font-size:30px;margin-bottom:16px}.about-us .our-journey .content-wrapper .highlight{font-size:24px;font-weight:700;opacity:.7;margin-bottom:16px}.about-us .our-journey .mobile-content .content-wrapper .highlight{font-size:18px;margin-bottom:12px}.about-us .our-journey .content-wrapper .description{font-size:24px;font-weight:400;opacity:.7;line-height:1.3}.about-us .our-journey .mobile-content .content-wrapper .description{font-size:18px}@media(min-width: 768px){.about-us .our-journey .our-journey-header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:0;margin-bottom:80px}.about-us .our-journey .our-journey-header h1{font-size:3rem;width:519px}.about-us .our-journey .our-journey-header img{width:116px;height:116px}.about-us .our-journey .timeline-desktop{display:flex}.about-us .our-journey .timeline-mobile{display:none}}@media(min-width: 768px)and (max-width: 1023px){.about-us .impact-section{padding-top:80px;gap:50px}}@media(min-width: 576px)and (max-width: 767px){.about-us .impact-section{gap:50px;padding-top:70px}}@media(min-width: 0px)and (max-width: 575px){.about-us .impact-section{padding-top:70px;gap:40px}}.about-us .innovating-section{display:flex;flex-direction:column;align-items:flex-start;gap:80px;padding:100px 80px;position:relative;background-color:#212329;overflow-x:hidden;z-index:200}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section{padding:50px 0px;gap:30px;padding-top:0px}}@media(min-width: 576px)and (max-width: 767px){.about-us .innovating-section{padding:50px 20px;gap:30px;padding-top:0px}}.about-us .innovating-section .hex-grid-background{position:absolute;top:58px;left:400px;width:100%;height:600px}@media(min-width: 576px)and (max-width: 767px){.about-us .innovating-section .hex-grid-background{padding:14px;position:static;height:280px}}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section .hex-grid-background{padding:14px;position:static;height:280px}}.about-us .innovating-section .statistic-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:180px;position:relative;flex:0 0 auto;width:100%}@media(min-width: 576px)and (max-width: 767px){.about-us .innovating-section .statistic-wrapper{gap:30px;display:flex}}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section .statistic-wrapper{gap:16px;display:flex}}.about-us .innovating-section .statistic-wrapper .statistic-header{display:flex;flex-direction:column;width:100%;max-width:411px;align-items:flex-start;gap:24px;position:relative;flex:0 0 auto}.about-us .innovating-section .statistic-wrapper .statistic-header .statistic-title{font-weight:400;color:#fff;font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.about-us .innovating-section .statistic-wrapper .statistic-header .statistic-title{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.about-us .innovating-section .statistic-wrapper .statistic-header .statistic-title{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section .statistic-wrapper .statistic-header .statistic-title{font-size:32px}}.about-us .innovating-section .statistic-wrapper .statistic-header .main-description{display:flex;align-items:center;justify-content:center;align-self:stretch;opacity:.7;font-weight:400;color:#fff;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .innovating-section .statistic-wrapper .statistic-header .main-description{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .innovating-section .statistic-wrapper .statistic-header .main-description{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section .statistic-wrapper .statistic-header .main-description{font-size:18px}}.about-us .innovating-section .statistic-wrapper .statistic-header .main-description{line-height:28.8px}.about-us .innovating-section .statistic-wrapper .stats-grid{display:flex;width:100%;align-items:center;gap:24px;position:relative;flex:0 0 auto;flex-wrap:wrap}.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card{flex:1;background-color:hsla(0,0%,100%,.1);border:0;border-radius:14px;backdrop-filter:blur(10px) brightness(100%);-webkit-backdrop-filter:blur(10px) brightness(100%);padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:32px;max-width:220px}.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card .stat-label{position:relative;width:fit-content;margin-top:-1px;font-family:"Aeonik TRIAL",Helvetica,Arial,sans-serif;font-weight:400;color:#fff;font-size:18px;letter-spacing:0;line-height:normal;white-space:nowrap}.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card .stat-value{position:relative;align-self:stretch;font-family:"Aeonik TRIAL",Helvetica,Arial,sans-serif;font-weight:400;color:#fff;font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card .stat-value{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card .stat-value{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card .stat-value{font-size:20px}}.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card .stat-value{letter-spacing:0;line-height:1.2}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section .statistic-wrapper .stats-grid .stat-card{padding:16px}}@media(min-width: 0px)and (max-width: 575px){.about-us .innovating-section .statistic-wrapper .stats-grid{gap:16px}}@media(min-width: 768px)and (max-width: 1023px){.about-us .innovating-section .statistic-wrapper{gap:30px}}@media(min-width: 768px)and (max-width: 1023px){.about-us .innovating-section{padding:80px 30px}}.about-us .key-leaders-section{z-index:1;padding:120px 0 80px;background:#fff}@media(min-width: 768px)and (max-width: 1023px){.about-us .key-leaders-section{padding:80px 0 60px}}@media(min-width: 576px)and (max-width: 767px){.about-us .key-leaders-section{padding:60px 0 40px}}@media(min-width: 0px)and (max-width: 575px){.about-us .key-leaders-section{padding:60px 0 40px}}.about-us .key-leaders-section .main-title{font-weight:400;color:#212329;line-height:1;margin-bottom:100px}@media(min-width: 768px)and (max-width: 1023px){.about-us .key-leaders-section .main-title{margin-bottom:80px}}@media(min-width: 576px)and (max-width: 767px){.about-us .key-leaders-section .main-title{margin-bottom:60px}}@media(min-width: 0px)and (max-width: 575px){.about-us .key-leaders-section .main-title{margin-bottom:60px}}.about-us .key-leaders-section .section-subtitle{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.about-us .key-leaders-section .section-subtitle{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.about-us .key-leaders-section .section-subtitle{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.about-us .key-leaders-section .section-subtitle{font-size:26px}}.about-us .key-leaders-section .section-subtitle{font-weight:400;color:#212329;margin-bottom:0}.about-us .key-leaders-section .team-member{text-align:left;height:100%;transition:transform .3s ease;margin-top:42px}@media(min-width: 576px)and (max-width: 767px){.about-us .key-leaders-section .team-member{margin-top:30px}}@media(min-width: 0px)and (max-width: 575px){.about-us .key-leaders-section .team-member{margin-top:25px}}.about-us .key-leaders-section .team-member .member-image{width:100%;height:364px;overflow:hidden;border-radius:16px;margin-bottom:24px;background:#f4f7ff}@media(min-width: 768px)and (max-width: 1023px){.about-us .key-leaders-section .team-member .member-image{height:320px}}@media(min-width: 576px)and (max-width: 767px){.about-us .key-leaders-section .team-member .member-image{height:300px;margin-bottom:16px}}@media(min-width: 0px)and (max-width: 575px){.about-us .key-leaders-section .team-member .member-image{height:280px;margin-bottom:16px}}.about-us .key-leaders-section .team-member .member-image img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .3s ease}.about-us .key-leaders-section .team-member .member-info{padding:0}.about-us .key-leaders-section .team-member .member-info .member-name{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .key-leaders-section .team-member .member-info .member-name{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .key-leaders-section .team-member .member-info .member-name{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .key-leaders-section .team-member .member-info .member-name{font-size:18px}}.about-us .key-leaders-section .team-member .member-info .member-name{font-weight:400;color:#212329;margin-bottom:4px;line-height:1.3}.about-us .key-leaders-section .team-member .member-info .member-title{font-size:16px;color:#212329;opacity:.5;margin-bottom:0}@media(min-width: 768px)and (max-width: 1023px){.about-us .key-leaders-section .team-member .member-info .member-title{font-size:14px}}@media(min-width: 576px)and (max-width: 767px){.about-us .key-leaders-section .team-member .member-info .member-title{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.about-us .key-leaders-section .team-member .member-info .member-title{font-size:14px}}.about-us .how-we-can-help-wrapper{padding-top:100px}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper{padding-top:140px}}.about-us .how-we-can-help-wrapper .cards-section{background:#fff;display:flex;justify-content:space-between;align-items:flex-start;position:relative;min-height:100vh;padding-bottom:120px}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .cards-section{padding-bottom:0;flex-direction:column;padding-top:0;justify-content:flex-start}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .cards-section{padding-bottom:0;flex-direction:column;padding-top:0;justify-content:flex-start}}@media(min-width: 768px)and (max-width: 1023px){.about-us .how-we-can-help-wrapper .cards-section{flex-direction:column;padding-top:0;padding-bottom:50px}}.about-us .how-we-can-help-wrapper .sticky-header{display:flex;flex-direction:column;width:435px;gap:24px;position:sticky;top:0px;margin-top:-100px;padding-top:100px;align-self:flex-start}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .sticky-header{gap:15px;top:0;padding-top:0 !important}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .sticky-header{top:0}}@media(min-width: 768px)and (max-width: 1023px){.about-us .how-we-can-help-wrapper .sticky-header{top:0}}.about-us .how-we-can-help-wrapper .sticky-header h3{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.about-us .how-we-can-help-wrapper .sticky-header h3{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .sticky-header h3{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .sticky-header h3{font-size:26px}}.about-us .how-we-can-help-wrapper .sticky-header h3{font-weight:normal;color:#212329;margin-bottom:0}.about-us .how-we-can-help-wrapper .sticky-header p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .how-we-can-help-wrapper .sticky-header p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .sticky-header p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .sticky-header p{font-size:18px}}.about-us .how-we-can-help-wrapper .sticky-header p{color:rgba(33,35,41,.7019607843);display:flex;align-items:center;justify-content:center;line-height:normal}.about-us .how-we-can-help-wrapper .get-started-wrapper{width:100%}.about-us .how-we-can-help-wrapper .get-started-wrapper .get-started-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:11.5px 0;background:#212329;color:#fff;border:none;border-radius:10px;font-size:1.125rem;cursor:pointer;transition:background-color .3s ease;text-decoration:none;width:150px;font-size:18px}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .get-started-wrapper .get-started-btn{font-size:14px}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .get-started-wrapper .get-started-btn{font-size:14px}}.about-us .how-we-can-help-wrapper .get-started-wrapper .get-started-btn:hover{background:rgba(33,35,41,.9)}.about-us .how-we-can-help-wrapper .cards-container{display:flex;flex-direction:row;flex-wrap:wrap;width:calc(100% - 520px);gap:24px;position:relative}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .cards-container{flex-direction:column}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .cards-container{flex-direction:column}}.about-us .how-we-can-help-wrapper .service-card{display:flex;flex-direction:column;min-width:310px;flex:1;background:#f4f7ff;border-radius:18px;padding:32px;gap:17px;border:none;box-shadow:none}.about-us .how-we-can-help-wrapper .card-icon{position:relative;width:80px;height:42px;overflow:hidden}.about-us .how-we-can-help-wrapper .icon-circle{position:absolute;width:50px;height:50px;border:4px solid #f4f7ff;top:-4px}.about-us .how-we-can-help-wrapper .icon-circle-1{left:28px;background:#dfe2ea;border-radius:6px}.about-us .how-we-can-help-wrapper .icon-circle-2{left:13px;background:#cccfd7;border-radius:6px}.about-us .how-we-can-help-wrapper .icon-circle-3{left:-4px;background:#43c97b;border-radius:6px}.about-us .how-we-can-help-wrapper .icon-circle-rounded-1{left:28px;background:#dfe2ea;border-radius:29px}.about-us .how-we-can-help-wrapper .icon-circle-rounded-2{left:13px;background:#cccfd7;border-radius:29px}.about-us .how-we-can-help-wrapper .icon-circle-rounded-3{left:-4px;background:#43c97b;border-radius:29px}.about-us .how-we-can-help-wrapper .icon-purple{background:#9c4df4 !important}.about-us .how-we-can-help-wrapper .icon-pink{background:#f4739c !important}.about-us .how-we-can-help-wrapper .card-title{font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.about-us .how-we-can-help-wrapper .card-title{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .card-title{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .card-title{font-size:20px}}.about-us .how-we-can-help-wrapper .card-title{font-weight:400;color:#212329;line-height:32px;white-space:pre-line}@media(min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .card-title{white-space:inherit}}@media(min-width: 576px)and (max-width: 767px){.about-us .how-we-can-help-wrapper .card-title{white-space:inherit}}@media(min-width: 768px)and (max-width: 1023px){.about-us .how-we-can-help-wrapper .card-title{white-space:inherit}}.about-us .how-we-can-help-wrapper .card-description{font-size:1.125rem;color:#212329;display:flex;align-items:center;justify-content:center}.about-us .how-we-can-help-wrapper .features-list{display:flex;flex-direction:column;gap:4px;width:100%}.about-us .how-we-can-help-wrapper .feature-item{display:flex;align-items:center;gap:14px;width:100%}.about-us .how-we-can-help-wrapper .check-icon{width:18px;height:18px;color:#43c97b}.about-us .how-we-can-help-wrapper .feature-text{flex:1;font-size:1.125rem;color:#212329;line-height:25.2px}.about-us .how-we-can-help-wrapper .separator{width:100%;height:1px;background:#e5e7eb;margin:0}.about-us .how-we-can-help-wrapper .learn-more{display:flex;align-items:center;gap:14px;width:100%;cursor:pointer;text-decoration:none}.about-us .how-we-can-help-wrapper .learn-more-text{flex:1;font-size:1.125rem;color:#54af7a}.about-us .how-we-can-help-wrapper .arrow-icon{width:32px;height:32px;color:#54af7a}.about-us .how-we-can-help-wrapper .bottom-section{padding:80px 80px;text-align:center}.about-us .how-we-can-help-wrapper .bottom-section.gray{background:#f9fafb}.about-us .how-we-can-help-wrapper .bottom-section.white{background:#fff}.about-us .how-we-can-help-wrapper .bottom-section h2{font-size:2.5rem;font-weight:bold;margin-bottom:32px;color:#212329}.about-us .how-we-can-help-wrapper .bottom-section p{font-size:1.125rem;color:#6b7280;max-width:1024px;margin:0 auto}@media(max-width: 1200px){.about-us .how-we-can-help-wrapper .sticky-header{position:relative;width:100%;padding:50px 0;text-align:center}.about-us .how-we-can-help-wrapper .cards-container{width:100%;padding:0px 0}}@media(max-width: 1200px)and (min-width: 0px)and (max-width: 575px){.about-us .how-we-can-help-wrapper .cards-container{padding-top:0;padding-bottom:30px}}@media(max-width: 1200px){.about-us .how-we-can-help-wrapper .welcome-section,.about-us .how-we-can-help-wrapper .story-section,.about-us .how-we-can-help-wrapper .get-ready-section,.about-us .how-we-can-help-wrapper .bottom-section{padding:60px 40px}}@media(max-width: 768px){.about-us .how-we-can-help-wrapper .service-card{min-width:auto}.about-us .how-we-can-help-wrapper .welcome-section h1{font-size:2.5rem}.about-us .how-we-can-help-wrapper .story-section h2,.about-us .how-we-can-help-wrapper .get-ready-section h2,.about-us .how-we-can-help-wrapper .bottom-section h2{font-size:2rem}.about-us .how-we-can-help-wrapper .sticky-header h1{font-size:2.5rem}}.about-us .how-we-can-help-wrapper .animated-text{opacity:.4;color:rgba(0,0,0,.4)}.about-us .how-we-can-help-wrapper .cta-wrapper .btn-arrow{background-color:#43c97b}.about-us .how-we-can-help-wrapper .cta-wrapper .btn-arrow svg path{stroke:#fff}.about-us .help-card{height:368px;min-width:368px;border-radius:14px;padding:1px;overflow:hidden;position:relative;transition:.5s ease-in-out;background-color:#f4f7ff;flex:1}@media(min-width: 0px)and (max-width: 575px){.about-us .help-card{height:250px;max-height:250px;width:100%;min-width:unset}}@media(min-width: 576px)and (max-width: 767px){.about-us .help-card{min-width:unset;max-height:300px;height:380px;width:100%}}@media(min-width: 768px)and (max-width: 1023px){.about-us .help-card{width:100%;height:360px;max-height:360px}}.about-us .help-card .help-video-bg{height:100%;width:100%;overflow:hidden;border-radius:14px}.about-us .help-card .help-video-bg video{width:100%;height:100%;object-fit:cover}.about-us .help-card .help-video-bg img{width:100%;height:100%;object-fit:cover}.about-us .help-card .help-card-content{position:absolute;top:0px;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;background-color:#f4f7ff;padding:24px;transition:.5s ease-in-out}.about-us .help-card .help-card-content .help-card-icon{width:64px;height:64px;padding:6px}@media(min-width: 576px)and (max-width: 767px){.about-us .help-card .help-card-content .help-card-icon{width:50px;height:50px}.about-us .help-card .help-card-content .help-card-icon svg{width:100%;height:100%;object-fit:contain}}@media(min-width: 0px)and (max-width: 575px){.about-us .help-card .help-card-content .help-card-icon{width:50px;height:50px}.about-us .help-card .help-card-content .help-card-icon svg{width:100%;height:100%;object-fit:contain}}.about-us .help-card .help-card-content .help-card-icon svg{width:100%;height:100%;object-fit:contain}.about-us .help-card .help-card-content .help-card-icon svg fill{transition:.5s ease-in-out}.about-us .help-card .help-card-content .help-card-icon svg rect,.about-us .help-card .help-card-content .help-card-icon svg path{transition:.5s ease-in-out}.about-us .help-card .help-card-content .help-card-content-inner{display:flex;flex-direction:column;align-self:baseline}.about-us .help-card .help-card-content .help-card-content-inner h3{color:#212329;font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.about-us .help-card .help-card-content .help-card-content-inner h3{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.about-us .help-card .help-card-content .help-card-content-inner h3{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.about-us .help-card .help-card-content .help-card-content-inner h3{font-size:20px}}.about-us .help-card .help-card-content .help-card-content-inner h3{font-weight:400;transition:.3s ease-in-out}.about-us .help-card .help-card-content .help-card-content-inner p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .help-card .help-card-content .help-card-content-inner p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .help-card .help-card-content .help-card-content-inner p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .help-card .help-card-content .help-card-content-inner p{font-size:18px}}.about-us .help-card .help-card-content .help-card-content-inner p{color:#212329;transition:.3s ease-in-out;opacity:.7;margin-bottom:0px;line-height:28px}.about-us .help-card .help-card-content .help-card-content-inner .help-cta{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.about-us .help-card .help-card-content .help-card-content-inner .help-cta{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.about-us .help-card .help-card-content .help-card-content-inner .help-cta{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.about-us .help-card .help-card-content .help-card-content-inner .help-cta{font-size:14px}}.about-us .help-card .help-card-content .help-card-content-inner .help-cta{font-weight:400;width:100%;background-color:#212329;display:flex;justify-content:space-between;color:#fff;max-height:70px;padding:21.5px 14px;text-align:center;border-radius:14px;text-decoration:none;margin-top:16px;transition:.3s ease-in-out}.about-us .help-card .help-card-content .help-card-content-inner .help-cta span{margin-left:8px;display:inline-block;transition:.5s ease;margin-right:16px}@media(min-width: 768px)and (max-width: 1023px){.about-us .help-card .help-card-content .help-card-content-inner .help-cta{margin-top:10px;padding:16px 14px}}@media(min-width: 576px)and (max-width: 767px){.about-us .help-card .help-card-content .help-card-content-inner .help-cta{margin-top:10px;padding:16px 14px}}@media(min-width: 0px)and (max-width: 575px){.about-us .help-card .help-card-content .help-card-content-inner .help-cta{margin-top:10px;padding:16px 14px}}@media(min-width: 768px)and (max-width: 1023px){.about-us .help-card .help-card-content{background-color:rgba(0,0,0,.2117647059)}.about-us .help-card .help-card-content svg path{fill:#fff;stroke:#fff}.about-us .help-card .help-card-content svg rect{fill:#fff}.about-us .help-card .help-card-content .help-card-content-inner h3{color:#fff}.about-us .help-card .help-card-content .help-card-content-inner p{color:#fff}.about-us .help-card .help-card-content .help-card-content-inner .help-cta{background-color:rgba(0,0,0,0);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.about-us .help-card .help-card-content .help-card-content-inner .help-cta span{margin-left:12px;transform:rotate(45deg)}}@media(min-width: 0px)and (max-width: 575px){.about-us .help-card .help-card-content{background-color:rgba(0,0,0,.2117647059)}.about-us .help-card .help-card-content svg path{fill:#fff;stroke:#fff}.about-us .help-card .help-card-content svg rect{fill:#fff}.about-us .help-card .help-card-content .help-card-content-inner h3{color:#fff}.about-us .help-card .help-card-content .help-card-content-inner p{color:#fff}.about-us .help-card .help-card-content .help-card-content-inner .help-cta{background-color:rgba(0,0,0,0);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.about-us .help-card .help-card-content .help-card-content-inner .help-cta span{margin-left:12px;transform:rotate(45deg)}}@media(min-width: 576px)and (max-width: 767px){.about-us .help-card .help-card-content{background-color:rgba(0,0,0,.2117647059)}.about-us .help-card .help-card-content svg path{fill:#fff;stroke:#fff}.about-us .help-card .help-card-content svg rect{fill:#fff}.about-us .help-card .help-card-content .help-card-content-inner h3{color:#fff}.about-us .help-card .help-card-content .help-card-content-inner p{color:#fff}.about-us .help-card .help-card-content .help-card-content-inner .help-cta{background-color:rgba(0,0,0,0);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.about-us .help-card .help-card-content .help-card-content-inner .help-cta span{margin-left:12px;transform:rotate(45deg)}}@media(min-width: 1023px){.about-us .help-card:hover{transform:scale(0.98)}.about-us .help-card:hover .help-card-content{background-color:rgba(0,0,0,0)}.about-us .help-card:hover .help-card-content svg path{fill:#fff}.about-us .help-card:hover .help-card-content svg rect{fill:#fff}.about-us .help-card:hover .help-card-content svg path{stroke:#fff}.about-us .help-card:hover .help-card-content .help-card-content-inner h3{color:#fff}.about-us .help-card:hover .help-card-content .help-card-content-inner p{color:#fff}.about-us .help-card:hover .help-card-content .help-card-content-inner .help-cta{background-color:rgba(0,0,0,0);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.about-us .help-card:hover .help-card-content .help-card-content-inner .help-cta span{margin-left:12px;transform:rotate(45deg)}}.about-us .help-card.slick-active .help-card-content{background-color:rgba(0,0,0,0)}.about-us .help-card.slick-active .help-card-content .help-card-icon svg path{fill:#fff;stroke:#fff}.about-us .help-card.slick-active .help-card-content .help-card-icon svg rect{fill:#fff}.about-us .help-card.slick-active .help-card-content .help-card-content-inner h3{color:#fff}.about-us .help-card.slick-active .help-card-content .help-card-content-inner .help-cta{background-color:rgba(0,0,0,0);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.about-us .help-card.slick-active .help-card-content .help-card-content-inner .help-cta span{margin-left:12px;transform:rotate(45deg)}.about-us .testimonials-section{background-color:rgba(0,0,0,0)}.about-us .testimonials-section .testemonial-header{max-width:600px}.about-us .testimonials-section .main-container{gap:54px}@media(min-width: 768px)and (max-width: 1023px){.about-us .testimonials-section .main-container{gap:30px}}.about-us .testimonials-section .header-text-dark{line-height:1.2}.about-us .divider-for-white-bg{width:100%;height:1px;background:rgba(33,35,41,.3);position:relative;z-index:500}.about-us .divider{width:100%;height:1px;background:#fff;margin-top:120px;opacity:.2}@media(min-width: 0px)and (max-width: 575px){.about-us .divider{margin-top:40px}}@media(min-width: 576px)and (max-width: 767px){.about-us .divider{margin-top:60px}}.about-us .about-msg-sec{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;perspective:1200px;overflow:hidden;position:relative}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec{height:auto}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec{height:auto}}.about-us .about-msg-sec .msg{font-size:88px}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .msg{font-size:60px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .msg{font-size:44px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .msg{font-size:40px}}.about-us .about-msg-sec .msg{padding-inline:18px;color:#212329;text-align:center;line-height:95px;width:100%;max-width:1210px;transform-style:preserve-3d}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .msg{line-height:70px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .msg{height:100svh;width:100%;line-height:55px;padding-top:35vw;padding-top:35vw;padding-inline:14px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .msg{line-height:45px;height:100svh;width:100%;padding-inline:14px;padding-top:35vw}}.about-us .about-msg-sec .line{display:block;transform-origin:top center;backface-visibility:hidden}.about-us .about-msg-sec .pan-cards{position:absolute;top:0px;margin-top:140px;display:flex}.about-us .about-msg-sec .pan-cards .card2{margin-top:100px;margin-left:40px}.about-us .about-msg-sec .pan-cards .card3{margin-top:53px;margin-left:80px}.about-us .about-msg-sec .pan-cards .card{width:100%;max-width:490px;display:flex;flex-direction:column;gap:24px;padding:42px;border:0px solid;border-radius:18px;box-sizing:border-box;font-family:Arial,sans-serif;color:#333;background-color:#f4f7ff}.about-us .about-msg-sec .pan-cards .card .icon svg{width:100%;height:100%}@media(min-width: 992px)and (max-width: 1279px){.about-us .about-msg-sec .pan-cards .card{max-width:400px;gap:12px;padding:38px}.about-us .about-msg-sec .pan-cards .card .icon{width:45px;height:35px}}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card{max-width:380px;gap:10px;padding:35px}.about-us .about-msg-sec .pan-cards .card .icon{width:40px;height:30px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card{gap:10px;padding:20px}.about-us .about-msg-sec .pan-cards .card .icon{width:40px;height:25px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card{gap:10px;padding:16px}.about-us .about-msg-sec .pan-cards .card .icon{width:40px;height:25px}}.about-us .about-msg-sec .pan-cards .card .icon{width:60px;height:40px;display:flex;justify-content:center;align-items:center}.about-us .about-msg-sec .pan-cards .card .title{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card .title{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card .title{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card .title{font-size:24px}}.about-us .about-msg-sec .pan-cards .card .title{font-weight:400}.about-us .about-msg-sec .pan-cards .card .card-content{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card .card-content{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card .card-content{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card .card-content{font-size:18px}}.about-us .about-msg-sec .pan-cards .card .card-content{line-height:27px;color:#555}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card2{margin-top:40px;margin-left:0px}.about-us .about-msg-sec .pan-cards .card3{margin-top:40px;margin-left:0px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card2{margin-top:70px;margin-left:0px}.about-us .about-msg-sec .pan-cards .card3{margin-top:70px;margin-left:0px}}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card2{margin-top:70px;margin-left:30px}.about-us .about-msg-sec .pan-cards .card3{margin-top:70px;margin-left:80px}}.about-us .culture-care-wrapper{position:relative;z-index:2}.about-us .culture-care-wrapper .background-circle{position:absolute;top:calc(50% - 435px);left:-348px;width:870px;height:869px;background-color:#f4f7ff;border-radius:435px/434.5px}@media(min-width: 576px)and (max-width: 767px){.about-us .culture-care-wrapper .background-circle{display:none}}@media(min-width: 0px)and (max-width: 575px){.about-us .culture-care-wrapper .background-circle{display:none}}.about-us .culture-care-wrapper .culture-care-section{display:flex;align-items:center;justify-content:space-between;padding:100px 0;position:relative}@media(max-width: 992px){.about-us .culture-care-wrapper .culture-care-section{flex-direction:column-reverse;padding:50px 20px;gap:50px}}.about-us .culture-care-wrapper .culture-care-section .testimonials-container{display:flex;flex-direction:column;width:628px;align-items:flex-start;gap:24px;position:relative;z-index:10}@media(min-width: 0px)and (max-width: 575px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container{width:100%}}@media(min-width: 576px)and (max-width: 767px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container{width:100%}}@media(min-width: 768px)and (max-width: 1023px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container{width:100%}}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card{display:flex;gap:10px;padding:24px;width:100%;border-radius:18px;border:0px;overflow:hidden;background-size:cover;background-position:50% 50%;border-radius:18px;background-repeat:no-repeat}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .sec-card{display:flex;gap:10px;padding:24px;width:100%;border-radius:18px;overflow:hidden;background-size:cover;background-position:50% 50%;justify-content:flex-end;border-radius:18px}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content{display:flex;flex-direction:column;width:276px;height:186px;align-items:flex-start;gap:42px;padding:14px 24px 24px;background-color:#fff;border-radius:14px;justify-content:center}@media(min-width: 0px)and (max-width: 575px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content{width:65%;height:auto;gap:20px}}@media(min-width: 576px)and (max-width: 767px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content{height:auto;width:50%;gap:40px}}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content .quote-icon{width:30px;height:30px}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content .quote-icon svg{width:100%;height:100%;object-fit:contain}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content .cult-and-care-quote-text{font-weight:400;color:#212329;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content .cult-and-care-quote-text{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content .cult-and-care-quote-text{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content .cult-and-care-quote-text{font-size:14px}}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card-content .cult-and-care-quote-text{line-height:1.2;letter-spacing:0;margin-bottom:0px}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card.align-start{align-items:flex-start}.about-us .culture-care-wrapper .culture-care-section .testimonials-container .card.align-end{align-items:flex-end}.about-us .culture-care-wrapper .culture-care-section .content-container{display:flex;flex-direction:column;width:576px;align-items:flex-start;gap:24px;position:relative;z-index:10}@media(min-width: 0px)and (max-width: 575px){.about-us .culture-care-wrapper .culture-care-section .content-container{width:100%}}@media(min-width: 576px)and (max-width: 767px){.about-us .culture-care-wrapper .culture-care-section .content-container{width:100%}}@media(min-width: 768px)and (max-width: 1023px){.about-us .culture-care-wrapper .culture-care-section .content-container{width:100%}}.about-us .culture-care-wrapper .culture-care-section .content-container .main-heading{font-size:88px}@media(min-width: 768px)and (max-width: 1023px){.about-us .culture-care-wrapper .culture-care-section .content-container .main-heading{font-size:60px}}@media(min-width: 576px)and (max-width: 767px){.about-us .culture-care-wrapper .culture-care-section .content-container .main-heading{font-size:44px}}@media(min-width: 0px)and (max-width: 575px){.about-us .culture-care-wrapper .culture-care-section .content-container .main-heading{font-size:40px}}.about-us .culture-care-wrapper .culture-care-section .content-container .main-heading{font-weight:400;line-height:1;color:#212329;margin-bottom:0}.about-us .culture-care-wrapper .culture-care-section .content-container .description-container{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:100%}.about-us .culture-care-wrapper .culture-care-section .content-container .description-container .description-text{display:flex;align-items:center;justify-content:center;margin-top:-1px;opacity:.7;line-height:1.2;font-weight:400;color:#212329;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .culture-care-wrapper .culture-care-section .content-container .description-container .description-text{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .culture-care-wrapper .culture-care-section .content-container .description-container .description-text{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .culture-care-wrapper .culture-care-section .content-container .description-container .description-text{font-size:18px}}.about-us .page-title-desc p{padding-top:40px;color:#212329;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .page-title-desc p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .page-title-desc p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .page-title-desc p{font-size:18px}}.about-us .page-title-desc p{font-weight:400;margin-bottom:2rem;line-height:29px}.about-us .page-title-desc .logos-marquee{display:flex;align-items:center;background:#fff;overflow:hidden;user-select:none;position:relative;gap:2rem;margin-top:30px}@media(min-width: 768px)and (max-width: 1023px){.about-us .page-title-desc .logos-marquee{padding:0px 30px;gap:1rem}}.about-us .page-title-desc .logos-marquee .logo-container{display:flex;flex-shrink:0;width:100%;background:#fff;padding:16px 10px;margin:0px -5px;justify-content:space-between;gap:15px}.about-us .page-title-desc .logos-marquee .logo-container .logo-item{height:45px;filter:opacity(0.5)}@media(min-width: 768px)and (max-width: 1023px){.about-us .page-title-desc .logos-marquee .logo-container .logo-item{height:35px;width:120px}}@media(min-width: 576px)and (max-width: 767px){.about-us .page-title-desc .logos-marquee .logo-container .logo-item{height:30px;width:80px}}@media(min-width: 0px)and (max-width: 575px){.about-us .page-title-desc .logos-marquee .logo-container .logo-item{height:30px;width:80px}}.about-us .page-title-desc .logos-marquee .logo-container.scroll{animation:scroll-logos 30s linear infinite}@media(min-width: 768px)and (max-width: 1023px){.about-us .page-title-desc .logos-marquee .logo-container{margin:0px 0px;padding:15px 0px;gap:5px}}@media(min-width: 576px)and (max-width: 767px){.about-us .page-title-desc .logos-marquee .logo-container{gap:1rem;padding:15px 15px}}@media(min-width: 0px)and (max-width: 575px){.about-us .page-title-desc .logos-marquee .logo-container{gap:1rem;padding:15px 15px}}.about-us .page-title-desc .logos-marquee:before{content:"";position:absolute;top:0;left:0;width:50px;height:100%;background:linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);z-index:2}.about-us .page-title-desc .logos-marquee:after{content:"";position:absolute;top:0;right:0;width:50px;height:100%;background:linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);z-index:2}@media(min-width: 576px)and (max-width: 767px){.about-us .page-title-desc .logos-marquee{gap:1rem}}@media(min-width: 0px)and (max-width: 575px){.about-us .page-title-desc .logos-marquee{gap:1rem}}.about-us .about-msg-sec{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;perspective:1200px;overflow:hidden;position:relative}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec{height:auto}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec{height:auto}}.about-us .about-msg-sec .msg{font-size:88px}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .msg{font-size:60px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .msg{font-size:44px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .msg{font-size:40px}}.about-us .about-msg-sec .msg{padding-inline:18px;color:#212329;text-align:center;line-height:95px;width:100%;max-width:1210px;transform-style:preserve-3d}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .msg{line-height:70px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .msg{height:100vh;width:100%;line-height:55px;padding-top:40vw;margin-bottom:-35px;padding-inline:14px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .msg{line-height:45px;height:100vh;width:100%;padding-inline:14px;padding-top:40vw;margin-bottom:-35px}}.about-us .about-msg-sec .line{display:block;transform-origin:top center;backface-visibility:hidden}.about-us .about-msg-sec .pan-cards{position:absolute;top:0px;margin-top:140px;display:flex}.about-us .about-msg-sec .pan-cards .card2{margin-top:100px;margin-left:40px}.about-us .about-msg-sec .pan-cards .card3{margin-top:53px;margin-left:80px}.about-us .about-msg-sec .pan-cards .card{width:100%;max-width:490px;display:flex;flex-direction:column;gap:24px;padding:42px;border:0px solid;border-radius:18px;box-sizing:border-box;font-family:Arial,sans-serif;color:#333;background-color:#f4f7ff}.about-us .about-msg-sec .pan-cards .card .icon svg{width:100%;height:100%}@media(min-width: 992px)and (max-width: 1279px){.about-us .about-msg-sec .pan-cards .card{max-width:400px;gap:12px;padding:38px}.about-us .about-msg-sec .pan-cards .card .icon{width:45px;height:35px}}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card{max-width:380px;gap:10px;padding:35px}.about-us .about-msg-sec .pan-cards .card .icon{width:40px;height:30px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card{gap:10px;padding:20px}.about-us .about-msg-sec .pan-cards .card .icon{width:40px;height:25px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card{gap:10px;padding:16px}.about-us .about-msg-sec .pan-cards .card .icon{width:40px;height:25px}}.about-us .about-msg-sec .pan-cards .card .icon{width:60px;height:40px;display:flex;justify-content:center;align-items:center}.about-us .about-msg-sec .pan-cards .card .title{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card .title{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card .title{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card .title{font-size:24px}}.about-us .about-msg-sec .pan-cards .card .title{font-weight:400}.about-us .about-msg-sec .pan-cards .card .card-content{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card .card-content{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card .card-content{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card .card-content{font-size:18px}}.about-us .about-msg-sec .pan-cards .card .card-content{line-height:27px;color:#555}@media(min-width: 0px)and (max-width: 575px){.about-us .about-msg-sec .pan-cards .card2{margin-top:40px;margin-left:0px}.about-us .about-msg-sec .pan-cards .card3{margin-top:40px;margin-left:0px}}@media(min-width: 576px)and (max-width: 767px){.about-us .about-msg-sec .pan-cards .card2{margin-top:70px;margin-left:0px}.about-us .about-msg-sec .pan-cards .card3{margin-top:70px;margin-left:0px}}@media(min-width: 768px)and (max-width: 1023px){.about-us .about-msg-sec .pan-cards .card2{margin-top:70px;margin-left:30px}.about-us .about-msg-sec .pan-cards .card3{margin-top:70px;margin-left:80px}}.about-us .our-story{height:100%;width:100%;position:absolute;bottom:0px;z-index:30;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(min-width: 576px)and (max-width: 767px){.about-us .our-story{position:relative;height:65vh}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-story{position:relative;height:65vh}}.about-us .our-story .content-wrap{position:relative;z-index:60;height:100%}.about-us .our-story .content-wrap .title{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.about-us .our-story .content-wrap .title{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.about-us .our-story .content-wrap .title{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-story .content-wrap .title{font-size:26px}}.about-us .our-story .content-wrap .title{color:#fff;font-weight:400}@media(min-width: 576px)and (max-width: 767px){.about-us .our-story .content-wrap .title{margin-top:15px}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-story .content-wrap .title{margin-top:15px}}.about-us .our-story .content-wrap .inner-content{height:100%}@media(min-width: 576px)and (max-width: 767px){.about-us .our-story .content-wrap .inner-content{padding-bottom:60px}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-story .content-wrap .inner-content{padding-bottom:85px}}.about-us .our-story .pass-content{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.about-us .our-story .pass-content{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.about-us .our-story .pass-content{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-story .pass-content{font-size:26px}}.about-us .our-story .pass-content{line-height:52px;width:100%;text-align:start;white-space:normal;word-break:normal;overflow-wrap:break-word}.about-us .our-story .pass-content .word{display:inline-block;white-space:normal;vertical-align:baseline}.about-us .our-story .pass-content .char{display:inline;color:hsla(0,0%,100%,.15);line-height:inherit}@media(min-width: 576px)and (max-width: 767px){.about-us .our-story .pass-content{line-height:37px !important;padding:20px;padding-left:0px;text-align:start;white-space:normal;word-break:normal;overflow-wrap:break-word}.about-us .our-story .pass-content .word{display:inline-block;white-space:nowrap;vertical-align:baseline}.about-us .our-story .pass-content .char{line-height:36px;display:inline;color:hsla(0,0%,100%,.15);line-height:inherit}}@media(min-width: 0px)and (max-width: 575px){.about-us .our-story .pass-content{line-height:32px;padding:20px;padding-left:0px;text-align:start;white-space:normal;word-break:normal;overflow-wrap:break-word}.about-us .our-story .pass-content .word{display:inline-block;white-space:nowrap;vertical-align:baseline}.about-us .our-story .pass-content .char{line-height:32px;display:inline;color:hsla(0,0%,100%,.15);line-height:inherit}}.about-us .our-story .image-container{position:relative;height:100%;width:100%;aspect-ratio:16/9}.about-us .our-story .image-container .container{height:100%}.about-us .our-story .reveal-image{position:absolute;inset:0px;z-index:40}.about-us .our-story .reveal-image img{width:100%;height:100%;object-fit:cover}.about-us .our-story .reveal-image .img-overlay{position:absolute;inset:0;z-index:20;overflow:hidden;background-color:#000;opacity:.3}.about-us .scroll-gallery{width:100%;padding:0 0;background:rgba(0,0,0,0)}.about-us .scroll-gallery .gallery-inner{display:flex;flex-direction:column;gap:24px;overflow:hidden;padding:70px 0px 100px}@media(min-width: 768px)and (max-width: 1023px){.about-us .scroll-gallery .gallery-inner{padding-block:60px}}@media(min-width: 576px)and (max-width: 767px){.about-us .scroll-gallery .gallery-inner{padding-block:40px}}@media(min-width: 0px)and (max-width: 575px){.about-us .scroll-gallery .gallery-inner{padding-block:30px}}.about-us .scroll-gallery .row{display:flex;gap:20px;will-change:transform}.about-us .scroll-gallery .row img{width:300px;height:200px;object-fit:cover;border-radius:12px;flex-shrink:0;user-select:none;pointer-events:none}@media(max-width: 992px){.about-us .scroll-gallery .row img{width:240px;height:160px}}@media(max-width: 768px){.about-us .scroll-gallery .row img{width:200px;height:140px}}@media(max-width: 576px){.about-us .scroll-gallery .row img{width:160px;height:120px}}.impact-section{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;align-items:center;gap:84px;padding-top:200px;padding-left:120px;padding-right:120px;background-color:#212329}.impact-image{width:100%;max-width:940px;height:auto}.impact-text{max-width:628px;opacity:.5;font-family:"Aeonik TRIAL","Helvetica",sans-serif;font-weight:400;color:#fff;font-size:32px;text-align:center;line-height:38.4px}.separator{width:100%;height:1px;background-color:hsla(0,0%,100%,.2);flex-shrink:0}@media(max-width: 768px){.intro-section,.hero-section,.impact-section{padding-left:24px;padding-right:24px}.intro-title{font-size:40px;line-height:48px}.hero-title{font-size:48px;line-height:56px}.impact-text{font-size:24px;line-height:32px}.intro-text,.hero-text{font-size:18px;line-height:26px}}.divider-line{width:100%;height:1px;position:relative;align-self:stretch;object-fit:cover}.awards-section{display:flex;align-items:center;justify-content:center;gap:64px;position:relative;align-self:stretch;width:100%;flex:0 0 auto}.awards-title{position:relative;flex:1;font-family:"Aeonik TRIAL",Helvetica,Arial,sans-serif;font-weight:400;color:#fff;font-size:38px;letter-spacing:0;line-height:45.6px}.vertical-line{width:1px;position:relative;align-self:stretch;object-fit:cover}.award-logo-1{position:relative;flex:0 0 auto}.award-logo-2{position:relative;width:61.08px;height:104.71px}@keyframes blink{0%,100%{opacity:.3}50%{opacity:1}}.green-dot{animation:blink 2s ease-in-out infinite}.green-dot:nth-child(3n){animation-duration:2.5s}.green-dot:nth-child(5n){animation-duration:3s}.green-dot:nth-child(7n){animation-duration:3.5s}.scroll-gallery{width:100%;overflow:hidden;position:relative}.gallery-inner{width:100%;overflow:hidden;position:relative}.gallery-inner .row{display:flex;flex-wrap:nowrap;white-space:nowrap;will-change:transform}.gallery-inner .row img{display:block;width:auto;height:220px;padding:0;flex-shrink:0}@media(max-width: 768px){.gallery-inner .row img{height:120px}}.gallery-inner .row img:last-child{margin-right:0}.cms-section{width:100%;background:#fff;padding:50px 0px 40px 0px;position:relative}.cms-section .cms-wrapper{display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:150px;position:relative}.cms-section .privacy-content{flex:1 1 0;min-width:0}.cms-section .privacy-content h3{margin-bottom:20px;font-weight:500}.cms-section .privacy-content h4{margin-bottom:10px;font-weight:500}.cms-section .privacy-content .cs-sec-main{margin-top:120px}.cms-section .privacy-content .cs-sec-main:first-child{margin-top:0}.cms-section .privacy-content .cs-subtitle{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.cms-section .privacy-content .cs-subtitle{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.cms-section .privacy-content .cs-subtitle{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.cms-section .privacy-content .cs-subtitle{font-size:18px}}.cms-section .privacy-content .cs-subtitle{color:#212329;margin-bottom:8px;font-weight:400}.cms-section .privacy-content .cs-heading{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.cms-section .privacy-content .cs-heading{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.cms-section .privacy-content .cs-heading{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.cms-section .privacy-content .cs-heading{font-size:24px}}.cms-section .privacy-content .cs-heading{font-weight:500;margin-bottom:25px;margin-top:25px;color:#212329}@media(min-width: 576px)and (max-width: 767px){.cms-section .privacy-content .cs-heading{margin-bottom:24px;margin-top:24px}}@media(min-width: 0px)and (max-width: 575px){.cms-section .privacy-content .cs-heading{margin-bottom:16px;margin-top:16px}}.cms-section .privacy-content p{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.cms-section .privacy-content p{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.cms-section .privacy-content p{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.cms-section .privacy-content p{font-size:16px}}.cms-section .privacy-content p{color:#212329;margin-bottom:12px;line-height:29px;text-transform:normal}.cms-section .privacy-content p b{font-weight:500}.cms-section .privacy-content p a{color:#43c97b;text-decoration:none;transition:all .3s ease}.cms-section .privacy-content p a:hover{text-decoration:underline}.cms-section .privacy-content ul{padding-left:1.5rem;margin-bottom:25px}.cms-section .privacy-content ul li{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.cms-section .privacy-content ul li{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.cms-section .privacy-content ul li{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.cms-section .privacy-content ul li{font-size:16px}}.cms-section .privacy-content ul li{color:#212329;margin-bottom:12px;line-height:29px;text-transform:normal}.cms-section .privacy-content ul li:last-child{margin-bottom:0}.cms-section .privacy-content .cs-img-group{margin:32px 0}.cms-section .privacy-content .cs-img-group .cs-img{width:100%;border-radius:18px;overflow:hidden;object-fit:cover;object-position:center;box-shadow:0 2px 12px rgba(0,0,0,.08)}@media(min-width: 992px)and (max-width: 1279px){.cms-section .cms-wrapper{gap:60px}.cms-section .cms-right{max-width:260px;flex-basis:260px}}@media(min-width: 768px)and (max-width: 1023px){.cms-section{padding:60px 0}.cms-section .cms-left .cs-sec-main{margin-top:60px}}@media(min-width: 576px)and (max-width: 767px){.cms-section{padding:40px 0}.cms-section .cms-wrapper{flex-direction:column;gap:0}.cms-section .cms-left{order:2}.cms-section .cms-left .cs-sec-main{margin-top:40px}}@media(min-width: 0px)and (max-width: 575px){.cms-section{padding:20px 0}.cms-section .cms-wrapper{flex-direction:column;gap:0}.cms-section .cms-left{order:2}.cms-section .cms-left .cs-sec-main{margin-top:24px}}@media(min-width: 768px)and (max-width: 1023px){.cms-section{padding-top:40px}}@media(min-width: 576px)and (max-width: 767px){.cms-section{padding-top:30px}}@media(min-width: 0px)and (max-width: 575px){.cms-section{padding-top:30px}}.cms-reveal-wrapper{margin-top:50px}.cms-reveal-wrapper h1{color:#212329;font-size:130px;font-weight:400;line-height:147px;text-align:center;margin-bottom:.5rem}@media(min-width: 768px)and (max-width: 1023px){.cms-reveal-wrapper h1{font-size:80px;line-height:90px}}@media(min-width: 576px)and (max-width: 767px){.cms-reveal-wrapper h1{font-size:35px;line-height:42px}}@media(min-width: 0px)and (max-width: 575px){.cms-reveal-wrapper h1{font-size:35px;line-height:42px}}.resource-details-page .case-studys-listing-section{background:#f4f7ff;padding:100px 0px !important}@media(min-width: 992px)and (max-width: 1279px){.resource-details-page .case-studys-listing-section{padding:80px 0px !important}}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-studys-listing-section{padding:60px 0px !important}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-studys-listing-section{padding:40px 0px !important}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-studys-listing-section{padding:30px 0px !important}}.resource-details-page .share-to{margin-top:64px;margin-bottom:80px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .share-to{margin-top:48px;margin-bottom:48px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .share-to{margin-top:40px;margin-bottom:40px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .share-to{margin-top:32px;margin-bottom:32px;display:flex;flex-direction:column}}.resource-details-page .wrapper-container{max-width:804px;margin:0 auto;width:100%}.resource-details-page .main-banner{position:relative;min-height:100vh;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;padding-top:120px;padding-bottom:60px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .main-banner{padding-top:200px;min-height:auto}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .main-banner{padding-top:170px;min-height:auto}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .main-banner{padding-top:170px;min-height:auto}}.resource-details-page .main-banner .banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:url("../images/resource-details-banner-img.png") center center/cover no-repeat;z-index:1}.resource-details-page .main-banner .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 8%, transparent 21%),radial-gradient(50% 50% at 50% 42%, rgba(33, 35, 41, 0) 0%, rgba(33, 35, 41, 0.3) 85%);background-position:center;background-size:cover;z-index:2}.resource-details-page .main-banner .banner-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%;height:100%}.resource-details-page .main-banner .banner-center{color:#fff;text-align:left}.resource-details-page .main-banner .banner-center h1{font-size:64px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .main-banner .banner-center h1{font-size:48px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .main-banner .banner-center h1{font-size:32px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .main-banner .banner-center h1{font-size:32px}}.resource-details-page .main-banner .banner-center h1{font-weight:400;margin-bottom:24px;width:90%}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .main-banner .banner-center h1{width:100%;margin-bottom:14px}}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .main-banner{padding-bottom:40px}.resource-details-page .main-banner .banner-content{flex-direction:column;align-items:flex-start}.resource-details-page .main-banner .banner-center h1{width:100%}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .main-banner{padding-bottom:30px}.resource-details-page .main-banner .banner-content{flex-direction:column;align-items:flex-start}.resource-details-page .main-banner .banner-center h1{width:100%}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .main-banner{height:100%;padding-bottom:20px}.resource-details-page .main-banner .banner-content{flex-direction:column;align-items:flex-start}.resource-details-page .main-banner .banner-center h1{width:100%}}.resource-details-page .case-study-details-section{width:100%;background:#fff;padding:80px 0px 40px 0px;position:relative}.resource-details-page .case-study-details-section .case-study-details-wrapper{display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:150px;position:relative}.resource-details-page .case-study-details-section .case-study-details-left{flex:1 1 0;min-width:0}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main{margin-top:120px}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main:first-child{margin-top:0}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h2{font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h2{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h2{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h2{font-size:24px}}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h2{font-weight:400;margin-bottom:32px;color:#212329}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h2{margin-bottom:24px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h2{margin-bottom:16px}}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h3{font-size:38px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h3{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h3{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h3{font-size:24px}}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h3{color:#212329;margin-bottom:20px;font-weight:500}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h4{font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h4{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h4{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h4{font-size:20px}}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main h4{color:#212329;margin-bottom:20px;font-weight:500}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main p{font-size:18px}}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main p{color:#212329;margin-bottom:25px;line-height:29px}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main ul li{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main ul li{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main ul li{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main ul li{font-size:18px}}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main ul li{color:#212329;margin-bottom:25px;line-height:29px}.resource-details-page .case-study-details-section .case-study-details-left .cs-img-group{margin:32px 0}.resource-details-page .case-study-details-section .case-study-details-left .cs-img-group .cs-img{width:100%;border-radius:18px;overflow:hidden;object-fit:cover;object-position:center;box-shadow:0 2px 12px rgba(0,0,0,.08)}.resource-details-page .case-study-details-section .case-study-details-right{flex:0 0 326px;max-width:326px;height:auto;overflow:auto;top:82px;z-index:2}.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta{margin-bottom:32px}.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta p{margin-bottom:4px;color:#212329}.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul{padding-left:1.5rem}.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{color:#212329;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta ul li{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section .case-study-details-right .cs-sticky-card .cs-sticky-meta{margin-bottom:18px}}@media(min-width: 992px)and (max-width: 1279px){.resource-details-page .case-study-details-section .case-study-details-wrapper{gap:60px}.resource-details-page .case-study-details-section .case-study-details-right{max-width:260px;flex-basis:260px}}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section{padding:60px 0}.resource-details-page .case-study-details-section .case-study-details-wrapper{gap:30px}.resource-details-page .case-study-details-section .case-study-details-right{max-width:220px;flex-basis:220px}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main{margin-top:60px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section{padding:40px 0}.resource-details-page .case-study-details-section .case-study-details-wrapper{flex-direction:column;gap:0}.resource-details-page .case-study-details-section .case-study-details-right{max-width:100%;flex-basis:100%;order:1;position:static !important;top:auto !important;margin-bottom:40px}.resource-details-page .case-study-details-section .case-study-details-left{order:2}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main{margin-top:40px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section{padding:20px 0}.resource-details-page .case-study-details-section .case-study-details-wrapper{flex-direction:column;gap:0}.resource-details-page .case-study-details-section .case-study-details-right{max-width:100%;flex-basis:100%;order:1;position:static !important;top:auto !important;margin-bottom:20px}.resource-details-page .case-study-details-section .case-study-details-left{order:2}.resource-details-page .case-study-details-section .case-study-details-left .cs-sec-main{margin-top:24px}}@media(min-width: 768px)and (max-width: 1023px){.resource-details-page .case-study-details-section{padding-top:40px}}@media(min-width: 576px)and (max-width: 767px){.resource-details-page .case-study-details-section{padding-top:30px}}@media(min-width: 0px)and (max-width: 575px){.resource-details-page .case-study-details-section{padding-top:30px}}.resources-listing{padding:120px 0px 36px 0px}@media(min-width: 0px)and (max-width: 575px){.resources-listing{padding:40px 0px 25px 0px}}@media(min-width: 576px)and (max-width: 767px){.resources-listing{padding:0px 0px 25px 0px}}@media(min-width: 768px)and (max-width: 1023px){.resources-listing{padding:60px 0px 35px 0px}}.resource-card{width:100%;height:373px;border-radius:14px;overflow:hidden;position:relative;background:#fff;display:flex;align-items:flex-end;justify-content:center;margin-bottom:24px}.resource-card .resource-image{position:absolute;inset:0;border-radius:inherit;overflow:hidden;background-color:#fff;max-height:100%}.resource-card .resource-image img{position:relative;width:100%;height:100%;max-height:100%;object-fit:cover;object-position:top;border-radius:inherit;display:block;transition:height .7s ease,object-fit .7s ease,clip-path .7s ease;clip-path:inset(0% 0 22% 0 round 18px 18px 18px 18px)}@media(min-width: 768px)and (max-width: 1023px){.resource-card .resource-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}}@media(min-width: 576px)and (max-width: 767px){.resource-card .resource-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}}@media(min-width: 0px)and (max-width: 575px){.resource-card .resource-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}}.resource-card .resource-content{height:100%;position:absolute;left:0;right:0;bottom:0;transition:all .7s ease;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;z-index:1;display:flex;flex-direction:column;justify-content:end}.resource-card .resource-content .resource-title{height:20%;transition:all .4s ease}.resource-card .resource-content .resource-title h3{text-decoration:none;font-weight:400;color:#212329;font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.resource-card .resource-content .resource-title h3{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.resource-card .resource-content .resource-title h3{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.resource-card .resource-content .resource-title h3{font-size:18px}}.resource-card .resource-content .resource-title h3{font-weight:400;line-height:1.1;transition:all .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.resource-card .resource-content .resource-title h3:hover{color:#3d4048}.resource-card .resource-content .resource-title .btn-arrow{width:100%;height:56px;color:#fff;padding:12px;display:flex;align-items:center;justify-content:space-between;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.resource-card .resource-content .resource-title .btn-arrow{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.resource-card .resource-content .resource-title .btn-arrow{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.resource-card .resource-content .resource-title .btn-arrow{font-size:14px}}.resource-card .resource-content .resource-title .btn-arrow{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);font-weight:400;transition:all .3s ease;background-color:hsla(0,0%,100%,.15);visibility:hidden}.resource-card .resource-content .resource-title .btn-arrow span{background-color:#fff;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:6px}.resource-card .resource-content .resource-title .btn-arrow:hover{background-color:hsla(0,0%,100%,.3)}.resource-card .resource-content .resource-title .btn-arrow:hover span{background-color:#f4f7ff}@media(min-width: 0px)and (max-width: 575px){.resource-card .resource-content .resource-title .btn-arrow{height:48px}}@media(min-width: 768px)and (max-width: 1023px){.resource-card .resource-content .resource-title{height:calc(20% + 80px);padding:20px}.resource-card .resource-content .resource-title h3{color:#fff}.resource-card .resource-content .resource-title .btn-arrow{visibility:visible}}@media(min-width: 576px)and (max-width: 767px){.resource-card .resource-content .resource-title{height:calc(20% + 60px);padding:20px}.resource-card .resource-content .resource-title h3{color:#fff;-webkit-line-clamp:2}.resource-card .resource-content .resource-title .btn-arrow{visibility:visible}}@media(min-width: 0px)and (max-width: 575px){.resource-card .resource-content .resource-title{height:calc(20% + 60px);padding:20px}.resource-card .resource-content .resource-title h3{color:#fff;-webkit-line-clamp:2}.resource-card .resource-content .resource-title .btn-arrow{visibility:visible}}@media(min-width: 576px)and (max-width: 767px){.resource-card .resource-content .resource-title{background-image:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7411764706) 90%) !important}}@media(min-width: 0px)and (max-width: 575px){.resource-card .resource-content .resource-title{background-image:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7411764706) 90%) !important}}@media(min-width: 1023px){.resource-card:hover .resource-image img{height:100%;object-fit:cover;clip-path:inset(0% 0 0% 0 round 18px 18px 0px 0px)}.resource-card:hover .resource-content{height:100%}.resource-card:hover .resource-content .resource-title{height:calc(20% + 83px);padding:20px;background-image:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7411764706) 90%) !important}.resource-card:hover .resource-content .resource-title h3{color:#fff}.resource-card:hover .resource-content .resource-title .btn-arrow{visibility:visible}}.career-wrapper{font-family:"Aeonik TRIAL",sans-serif}.career-wrapper .career-bottom-banner{display:flex;align-items:end;background:linear-gradient(180deg, rgba(33, 35, 41, 0) 11.15%, #212329 100%),url("../images/career-banner.png") center/cover no-repeat;padding-bottom:90px;margin-top:100px;width:100%;height:785px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner{margin-top:60px;padding-top:70px;height:auto;padding-bottom:80px;background:linear-gradient(180deg, rgba(33, 35, 41, 0) -75.15%, #212329 100%),url("../images/career-banner.png") center/cover no-repeat}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner{margin-top:40px;padding-top:70px;height:auto;padding-bottom:70px;background:linear-gradient(180deg, rgba(33, 35, 41, 0) -75.15%, #212329 100%),url("../images/career-banner.png") center/cover no-repeat}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner{margin-top:30px;padding-top:60px;height:auto;padding-bottom:60px;background:linear-gradient(180deg, rgba(33, 35, 41, 0) -75.15%, #212329 100%),url("../images/career-banner.png") center/cover no-repeat}}.career-wrapper .career-bottom-banner h4{font-size:72px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner h4{font-size:56px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner h4{font-size:42px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner h4{font-size:36px}}.career-wrapper .career-bottom-banner h4{font-weight:normal;line-height:1}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner h4{max-width:320px;line-height:1.2}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner h4{margin-bottom:10px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner h4{margin-bottom:0px}}.career-wrapper .career-bottom-banner h6{font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner h6{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner h6{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner h6{font-size:20px}}.career-wrapper .career-bottom-banner h6{color:#fff;font-weight:normal;line-height:120%;margin:0px 0px 8px 0px}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner h6{margin:0px 0px 5px 0px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner h6{margin:0px;margin:0px 0px 5px 0px}}.career-wrapper .career-bottom-banner p{margin:0;line-height:1.2;opacity:90%}@media(min-width: 992px)and (max-width: 1279px){.career-wrapper .career-bottom-banner p{line-height:1.1}}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner p{line-height:1.1;margin-bottom:8px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner p{line-height:1.2;margin-bottom:6px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner p{line-height:1.2;margin-bottom:6px}}.career-wrapper .career-bottom-banner .banner-text{display:flex;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner .banner-text{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner .banner-text{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner .banner-text{font-size:14px}}.career-wrapper .career-bottom-banner .banner-text{color:#fff}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner .banner-text{justify-content:center;align-items:center}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner .banner-text{justify-content:center;align-items:center}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner .banner-text{justify-content:center;align-items:center}}.career-wrapper .career-bottom-banner .banner-text .banner-text-left{display:flex;align-items:end}@media(min-width: 992px)and (max-width: 1279px){.career-wrapper .career-bottom-banner .banner-text .banner-text-left{padding-right:24px;align-items:end}}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner .banner-text .banner-text-left{align-items:start}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner .banner-text .banner-text-left{align-items:start}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner .banner-text .banner-text-left{align-items:start}}.career-wrapper .career-bottom-banner .banner-text .banner-text-matrix{padding-right:0px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-bottom-banner .banner-text .banner-text-matrix{padding-right:10px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner .banner-text .banner-text-matrix .matrix-text{padding-right:0;padding-left:0}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner .banner-text .banner-text-matrix .matrix-text{padding-right:0;padding-left:0}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-bottom-banner .banner-text .banner-text-matrix{padding-right:0}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-bottom-banner .banner-text .banner-text-matrix{padding-right:0}}@media(min-width: 992px){.career-wrapper .career-bottom-banner .banner-text .banner-text-left{align-items:end;padding-right:24px}}.career-wrapper hr{margin:0}.career-wrapper .career-main-heading h4{font-size:72px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-main-heading h4{font-size:56px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-main-heading h4{font-size:42px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-main-heading h4{font-size:36px}}.career-wrapper .career-main-heading h4{font-weight:400;margin:160px 0px 20px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-main-heading h4{margin:120px 0px 15px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-main-heading h4{margin:100px 0px 10px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-main-heading h4{margin:80px 0px 0px}}.career-wrapper .career-main-heading p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .career-main-heading p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .career-main-heading p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .career-main-heading p{font-size:18px}}.career-wrapper .career-main-heading p{line-height:1.2}.career-wrapper .lists .list{padding:32px 0px;border-bottom:1px solid rgba(33,35,41,.2)}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .lists .list{padding:24px 0px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .lists .list{padding:24px 0px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .lists .list{padding:18px 0px}}.career-wrapper .lists .list h5{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .lists .list h5{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .lists .list h5{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .lists .list h5{font-size:18px}}.career-wrapper .lists .list h5{margin-bottom:0}.career-wrapper .lists .list p{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .lists .list p{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .lists .list p{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .lists .list p{font-size:14px}}.career-wrapper .lists .list p{margin-bottom:0}.career-wrapper .lists .list .list-center{display:flex}.career-wrapper .lists .list .list-center .list-center-inner{margin-left:15px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .lists .list .list-center .list-center-inner{margin-left:0px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .lists .list .list-center .list-center-inner{margin-left:0px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .lists .list .list-center .list-center-inner{margin-left:0px}}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .lists .list .list-center{justify-content:center;align-items:center}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .lists .list .list-center{justify-content:start;margin-top:15px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .lists .list .list-center{justify-content:start;margin-top:15px}}.career-wrapper .lists .list .list-end{display:flex;justify-content:end;align-items:center}.career-wrapper .lists .list .list-end .btn-contact{height:49px;width:auto;background-color:#43c97b;border-radius:10px;border:0px solid rgba(0,0,0,0);text-decoration:none;font-weight:400;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .lists .list .list-end .btn-contact{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .lists .list .list-end .btn-contact{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .lists .list .list-end .btn-contact{font-size:14px}}.career-wrapper .lists .list .list-end .btn-contact{color:#fff;line-height:100%;vertical-align:middle;padding-block:14px;padding-inline:20px;display:flex;justify-content:center;align-items:center;transition:all .3s ease}@media(min-width: 768px)and (max-width: 1023px){.career-wrapper .lists .list .list-end .btn-contact{height:45px;width:150px}}@media(min-width: 576px)and (max-width: 767px){.career-wrapper .lists .list .list-end .btn-contact{height:45px;width:150px}}@media(min-width: 0px)and (max-width: 575px){.career-wrapper .lists .list .list-end .btn-contact{height:40px;width:150px}}.career-wrapper .lists .list .list-end .btn-contact:hover{background-color:#2ba85f;color:#fff}.thankyou-section{padding:150px 0 80px;background-color:#f3f4f6}@media(min-width: 768px)and (max-width: 1023px){.thankyou-section{padding:100px 0}}@media(min-width: 576px)and (max-width: 767px){.thankyou-section{padding:72px 0}}@media(min-width: 0px)and (max-width: 575px){.thankyou-section{padding:56px 0}}.thankyou-content{text-align:center;max-width:920px;margin:0 auto;padding:0 20px}.success-icon{margin-bottom:40px;display:inline-block;animation:slideInDown .6s ease-out}@media(min-width: 576px)and (max-width: 767px){.success-icon{margin-bottom:32px}.success-icon svg{width:70px;height:70px}}.success-icon svg{animation:checkmark .8s ease-out .3s backwards}@keyframes slideInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes checkmark{0%{stroke-dashoffset:100;opacity:0}50%{opacity:1}100%{stroke-dashoffset:0;opacity:1}}.thankyou-heading{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-heading{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-heading{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-heading{font-size:26px}}.thankyou-heading{font-weight:700;color:#43c97b;margin-bottom:10px;line-height:1.15;text-transform:none}@media(min-width: 768px)and (max-width: 1023px){.thankyou-heading{font-size:48px;margin-bottom:16px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px){.thankyou-heading{font-size:36px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.thankyou-heading{font-size:30px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.thankyou-heading{font-size:26px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-heading{font-size:42px;margin-bottom:12px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.thankyou-heading{font-size:32px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.thankyou-heading{font-size:28px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.thankyou-heading{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-heading{font-size:38px;margin-bottom:12px}}@media(min-width: 0px)and (max-width: 575px)and (min-width: 768px)and (max-width: 1023px){.thankyou-heading{font-size:32px}}@media(min-width: 0px)and (max-width: 575px)and (min-width: 576px)and (max-width: 767px){.thankyou-heading{font-size:28px}}@media(min-width: 0px)and (max-width: 575px)and (min-width: 0px)and (max-width: 575px){.thankyou-heading{font-size:24px}}.thankyou-subtitle{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-subtitle{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-subtitle{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-subtitle{font-size:18px}}.thankyou-subtitle{color:#212329;font-weight:500;margin-bottom:18px;line-height:1.4}@media(min-width: 768px)and (max-width: 1023px){.thankyou-subtitle{font-size:32px;margin-bottom:24px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px){.thankyou-subtitle{font-size:28px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.thankyou-subtitle{font-size:24px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.thankyou-subtitle{font-size:20px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-subtitle{font-size:24px;margin-bottom:20px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.thankyou-subtitle{font-size:22px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.thankyou-subtitle{font-size:20px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.thankyou-subtitle{font-size:18px}}.thankyou-note{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-note{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-note{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-note{font-size:14px}}.thankyou-note{color:#212329;line-height:1.4;margin-bottom:8px;font-weight:400}.thankyou-meta{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-meta{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-meta{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-meta{font-size:16px}}.thankyou-meta{color:#212329;margin:16px 0 20px}.thankyou-meta strong{font-weight:500;color:#212329}.thankyou-divider{height:1px;background:rgba(33,35,41,.15);width:100%;margin:8px auto 22px}.thankyou-steps{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;align-items:start;margin-bottom:18px}@media(min-width: 576px)and (max-width: 767px){.thankyou-steps{grid-template-columns:1fr;gap:18px}}.thankyou-step{position:relative;padding:6px 12px;display:flex;flex-direction:column;align-items:center}.thankyou-connector{position:absolute;top:26px;right:-70px;width:100px;height:12px}@media(min-width: 576px)and (max-width: 767px){.thankyou-connector{display:none}}.thankyou-icon{width:60px;height:60px;border-radius:50%;background:#43c97b;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.thankyou-step-title{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-step-title{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-step-title{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-step-title{font-size:16px}}.thankyou-step-title{font-weight:700;color:#212329;margin-bottom:4px}.thankyou-step-desc{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-step-desc{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-step-desc{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-step-desc{font-size:14px}}.thankyou-step-desc{color:#212329;line-height:1.4}.thankyou-footer{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-footer{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-footer{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-footer{font-size:18px}}.thankyou-footer{color:#212329;margin-top:16px;font-weight:500}.thankyou-cta{display:flex;gap:20px;justify-content:center;margin-bottom:60px;flex-wrap:wrap}@media(min-width: 768px)and (max-width: 1023px){.thankyou-cta{margin-bottom:48px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-cta{flex-direction:column;gap:12px;margin-bottom:40px}}.thankyou-cta a{font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.thankyou-cta a{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.thankyou-cta a{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.thankyou-cta a{font-size:14px}}.thankyou-cta a{padding:14px 32px;border-radius:10px;text-decoration:none;font-weight:500;transition:all .3s ease;display:inline-block;line-height:1}@media(min-width: 576px)and (max-width: 767px){.thankyou-cta a{width:100%}}.btn-secondary{background-color:#f4f7ff;color:#212329;border:1px solid #e6e7ec}.btn-secondary:hover{background-color:#e6e7ec;color:#212329;border-color:#d0d1e0}.next-steps{background:linear-gradient(135deg, rgba(67, 201, 123, 0.08) 0%, rgba(43, 168, 95, 0.08) 100%);border-radius:16px;padding:50px 40px;margin-top:60px}@media(min-width: 768px)and (max-width: 1023px){.next-steps{padding:40px 30px;margin-top:48px}}@media(min-width: 576px)and (max-width: 767px){.next-steps{padding:30px 20px;margin-top:40px}}.next-steps h3{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.next-steps h3{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.next-steps h3{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.next-steps h3{font-size:26px}}.next-steps h3{font-weight:700;color:#212329;margin-bottom:40px;text-align:center}@media(min-width: 768px)and (max-width: 1023px){.next-steps h3{font-size:32px;margin-bottom:32px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 768px)and (max-width: 1023px){.next-steps h3{font-size:28px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 576px)and (max-width: 767px){.next-steps h3{font-size:24px}}@media(min-width: 768px)and (max-width: 1023px)and (min-width: 0px)and (max-width: 575px){.next-steps h3{font-size:20px}}@media(min-width: 576px)and (max-width: 767px){.next-steps h3{font-size:24px;margin-bottom:24px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.next-steps h3{font-size:22px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.next-steps h3{font-size:20px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.next-steps h3{font-size:18px}}.steps-container{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:30px}@media(min-width: 768px)and (max-width: 1023px){.steps-container{gap:20px}}@media(min-width: 576px)and (max-width: 767px){.steps-container{grid-template-columns:1fr;gap:24px}}.step-item{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width: 576px)and (max-width: 767px){.step-item{flex-direction:row;text-align:left;align-items:flex-start;gap:16px}}.step-number{width:50px;height:50px;border-radius:50%;background-color:#2ba85f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.step-number{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.step-number{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.step-number{font-size:20px}}.step-number{font-weight:700;margin-bottom:16px;flex-shrink:0}@media(min-width: 576px)and (max-width: 767px){.step-number{width:44px;height:44px;font-size:24px;margin-bottom:0}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.step-number{font-size:22px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.step-number{font-size:20px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.step-number{font-size:18px}}.step-content h4{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.step-content h4{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.step-content h4{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.step-content h4{font-size:18px}}.step-content h4{font-weight:700;color:#212329;margin-bottom:8px;line-height:1.2}@media(min-width: 576px)and (max-width: 767px){.step-content h4{font-size:20px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.step-content h4{font-size:18px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.step-content h4{font-size:16px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.step-content h4{font-size:16px}}.step-content p{font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.step-content p{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.step-content p{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.step-content p{font-size:16px}}.step-content p{color:rgba(33,35,41,.75);line-height:1.5;font-weight:400}@media(min-width: 576px)and (max-width: 767px){.step-content p{font-size:20px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 768px)and (max-width: 1023px){.step-content p{font-size:18px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 576px)and (max-width: 767px){.step-content p{font-size:16px}}@media(min-width: 576px)and (max-width: 767px)and (min-width: 0px)and (max-width: 575px){.step-content p{font-size:16px}}@media(max-width: 480px){.thankyou-content{padding:40px 15px}.thankyou-cta a{font-size:20px;padding:12px 24px}}@media(max-width: 480px)and (min-width: 768px)and (max-width: 1023px){.thankyou-cta a{font-size:18px}}@media(max-width: 480px)and (min-width: 576px)and (max-width: 767px){.thankyou-cta a{font-size:16px}}@media(max-width: 480px)and (min-width: 0px)and (max-width: 575px){.thankyou-cta a{font-size:16px}}.sales-quoting-software-page .landing-main-banner{position:relative}.sales-quoting-software-page .landing-main-banner .landing-page-img{height:100%}.sales-quoting-software-page .landing-main-banner .landing-page-img img{width:100%;height:100%;object-fit:cover;object-position:top center}.sales-quoting-software-page .landing-main-banner .landing-banner-content{height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:100px;padding-bottom:80px;position:absolute;bottom:0px;height:100%;width:100%;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5607843137) 0%, rgba(214, 214, 214, 0) 50%, rgba(0, 0, 0, 0.6705882353) 100%)}.sales-quoting-software-page .landing-main-banner .landing-banner-content .container{height:100%}.sales-quoting-software-page .landing-main-banner .landing-banner-content h3{font-family:"Aeonik TRIAL",sans-serif;font-size:42px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .landing-main-banner .landing-banner-content h3{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content h3{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .landing-main-banner .landing-banner-content h3{font-size:24px}}.sales-quoting-software-page .landing-main-banner .landing-banner-content h3{line-height:1.2;font-weight:600;color:#fff;margin-bottom:15px}.sales-quoting-software-page .landing-main-banner .landing-banner-content p{font-family:"Aeonik TRIAL",sans-serif;font-size:20px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .landing-main-banner .landing-banner-content p{font-size:18px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content p{font-size:16px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .landing-main-banner .landing-banner-content p{font-size:16px}}.sales-quoting-software-page .landing-main-banner .landing-banner-content p{line-height:24px;color:#fff}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .landing-main-banner .landing-banner-content p{font-size:16px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content p{font-size:14px !important}}.sales-quoting-software-page .landing-main-banner .landing-banner-content .cta-btn-wrap{margin-top:20px}.sales-quoting-software-page .landing-main-banner .landing-banner-content .cta-btn-wrap a{height:49px;width:fit-content;background-color:#43c97b;border-radius:10px;border:0px solid rgba(0,0,0,0);text-decoration:none;font-weight:400;font-size:18px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .cta-btn-wrap a{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .cta-btn-wrap a{font-size:14px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .cta-btn-wrap a{font-size:14px}}.sales-quoting-software-page .landing-main-banner .landing-banner-content .cta-btn-wrap a{color:#fff;line-height:100%;vertical-align:middle;padding-block:14px;padding-inline:20px;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.sales-quoting-software-page .landing-main-banner .landing-banner-content .cta-btn-wrap a:hover{background-color:#2ba85f;color:#fff}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form{background-color:#fff;padding:32px;transform:translateY(97px);z-index:2;position:relative;border-radius:18px}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .col{padding:0px 8px}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block h4{font-family:"Aeonik TRIAL",sans-serif;text-transform:initial;font-size:24px;font-weight:600;line-height:30px;margin-bottom:32px}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap{padding:0 0 1.5rem 0;position:relative;margin-top:0px}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-field{height:58px;padding:0px;position:relative}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-field label{color:#000;font-size:18px;left:18px}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-field input{padding-left:20px;background-color:#f5f5fb}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-field textarea{padding-left:20px;background-color:#f5f5fb;height:180px;resize:none}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-field textarea{height:100px !important}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-field textarea{height:100px !important}}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-field .input-field.active label{transform:translate(0, 0px) scale(0.75)}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .error{font-size:12px;position:absolute;bottom:-5px;margin:13px 3px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .error{font-size:14px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .error{font-size:12px !important}}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-button{margin-top:14px}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-button button{padding:12px 32px;background-color:#2ba85f;border-radius:50px;border:1px solid #2ba85f;font-family:"Aeonik TRIAL",sans-serif;color:#fff;text-transform:initial;font-weight:600;transition:all .3s ease}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap .input-button button:hover{text-decoration:none;color:#2ba85f;background-color:#fff}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap.textarea-wrap textarea{height:100px !important}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .input-field-wrap.textarea-wrap textarea{height:100px !important}}.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form .form-block .textarea-wrap .input-field{height:auto !important;padding:0px;position:relative}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .landing-main-banner .landing-banner-content .trandormation-form{padding:20px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .landing-main-banner .landing-banner-content{padding-bottom:40px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .landing-main-banner .landing-banner-content{padding-bottom:40px}}.sales-quoting-software-page .landing-main-banner.sales-quoting-software-hero{height:700px}.sales-quoting-software-page .problem-sol{background-color:#000;padding:100px 0px;padding-bottom:150px;margin-top:-3px;position:relative}.sales-quoting-software-page .problem-sol .prob-sol-title h3{color:#2ba85f;font-family:"Aeonik TRIAL",sans-serif;font-size:38px;line-height:42px;font-weight:600;text-transform:initial;padding-right:60px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .problem-sol .prob-sol-title h3{padding-right:0px !important;font-size:28px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .problem-sol .prob-sol-title h3{padding-right:0px !important;font-size:22px !important;line-height:26px;margin-bottom:15px}}.sales-quoting-software-page .problem-sol .prob-sol-title p{font-family:"Aeonik TRIAL",sans-serif;font-size:20px;line-height:24px;color:#fff;opacity:.8}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .problem-sol .prob-sol-title p{font-size:16px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .problem-sol .prob-sol-title p{font-size:14px !important}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .problem-sol{padding:50px 0px !important;margin-top:0px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .problem-sol{padding:50px 0px !important;padding-bottom:50px !important}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .problem-sol{padding:50px 0px !important;padding-bottom:50px !important}}.sales-quoting-software-page .prob-sol-grid{display:block;position:relative !important;margin-bottom:60px;padding-bottom:0px;border-bottom:1px solid hsla(0,0%,100%,.2)}.sales-quoting-software-page .prob-sol-grid .prob-sol-title h4{font-family:"Aeonik TRIAL",sans-serif;font-size:32px;line-height:1.3;font-weight:600;color:#fff;margin-bottom:16px}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .prob-sol-grid .prob-sol-title h4{font-size:22px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .prob-sol-grid .prob-sol-title h4{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .prob-sol-grid .prob-sol-title{margin-top:20px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .prob-sol-grid .prob-sol-title{margin-top:20px}}.sales-quoting-software-page .prob-sol-grid .statement-box{flex:1;padding:32px;position:relative;z-index:1;border-radius:14px}.sales-quoting-software-page .prob-sol-grid .statement-box h4{font-family:"Aeonik TRIAL",sans-serif;font-size:22px;line-height:26px;font-weight:600;color:#fff;margin-bottom:16px}.sales-quoting-software-page .prob-sol-grid .statement-box ul{list-style:none;padding-left:0px}.sales-quoting-software-page .prob-sol-grid .statement-box ul li{font-family:"Aeonik TRIAL",sans-serif;font-size:18px;line-height:20px;padding:14px 0 14px 14px;color:#fff;margin-bottom:8px;position:relative;border-bottom:1px solid hsla(0,0%,100%,.15)}.sales-quoting-software-page .prob-sol-grid .statement-box ul li:last-child{border-bottom:0px}.sales-quoting-software-page .prob-sol-grid .statement-box.problem{background-color:#252525}.sales-quoting-software-page .prob-sol-grid .statement-box.solution{background-color:#43c97b;flex:1.2;z-index:2;box-shadow:0 0 20px rgba(0,0,0,.2);background-image:url(../images/bg-circle.svg);background-repeat:no-repeat;background-position:top right}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .prob-sol-grid .statement-box{padding:20px !important}.sales-quoting-software-page .prob-sol-grid .statement-box.problem{margin:10px 0px !important;padding-right:40px !important}.sales-quoting-software-page .prob-sol-grid .statement-box.solution{margin-left:-20px !important}}.sales-quoting-software-page .prob-sol-grid .statement-box .one-liner{margin-top:10px}.sales-quoting-software-page .prob-sol-grid .statement-box .one-liner h4{font-size:24px;line-height:1.2}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .prob-sol-grid .statement-box .one-liner h4{font-size:20px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .prob-sol-grid .statement-box .one-liner h4{font-size:16px !important}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .prob-sol-grid .statement-box .one-liner h4{font-size:16px !important}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .prob-sol-grid .statement-box{padding:20px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .prob-sol-grid .statement-box{padding:20px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .prob-sol-grid{flex-direction:column}.sales-quoting-software-page .prob-sol-grid .statement-box{margin:10px 0px !important}.sales-quoting-software-page .prob-sol-grid .statement-box.solution{margin-left:0px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .prob-sol-grid{padding-bottom:50px !important;margin-top:0px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .prob-sol-grid{margin-top:0px;padding-bottom:0px !important}}.sales-quoting-software-page .prob-sol-grid:last-child{margin-bottom:0px !important}.sales-quoting-software-page .prob-sol-grid.border-bottom-0{border-bottom:0 !important}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .prob-sol-grid{margin-bottom:10px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .prob-sol-grid{margin-bottom:10px}}.sales-quoting-software-page .awards-main-section{background-color:#000;padding-bottom:200px;position:relative}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .awards-main-section{padding-bottom:130px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .awards-main-section{padding-bottom:50px !important}}.sales-quoting-software-page .testimonials-main-wrapper{background-color:#000;padding-bottom:100px}.sales-quoting-software-page .testimonials-main-wrapper .testimonial-inner-wrap .container{max-width:100%;margin-right:0;padding-right:0px}@media(min-width: 576px){.sales-quoting-software-page .testimonials-main-wrapper .testimonial-inner-wrap .container{max-width:540px !important;margin-right:auto !important}}@media(min-width: 768px){.sales-quoting-software-page .testimonials-main-wrapper .testimonial-inner-wrap .container{max-width:720px !important;margin-right:0;padding-right:0}}@media(min-width: 992px){.sales-quoting-software-page .testimonials-main-wrapper .testimonial-inner-wrap .container{max-width:calc((100% - 970px)/2 + 970px) !important;margin-right:0 !important;padding-right:0}}@media(min-width: 1200px){.sales-quoting-software-page .testimonials-main-wrapper .testimonial-inner-wrap .container{max-width:calc((100% - 1140px)/2 + 1140px) !important;margin-right:0 !important;padding-right:0}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .testimonials-main-wrapper{padding-bottom:50px !important}}.sales-quoting-software-page .testimonails-title{margin-bottom:40px;padding-top:100px}.sales-quoting-software-page .testimonails-title h4{font-family:"Aeonik TRIAL",sans-serif;font-size:38px;line-height:40px;font-weight:600;color:#fff;text-transform:initial}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonails-title h4{font-size:26px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .testimonails-title h4{font-size:22px !important;line-height:26px;margin-bottom:15px}}.sales-quoting-software-page .testimonails-title .title-left{display:flex;align-items:center;gap:32px}.sales-quoting-software-page .testimonails-title .title-left .see-all-test a{font-family:"Aeonik TRIAL",sans-serif;background-color:#2ba85f;padding:16px 32px;border-radius:50px;font-size:14px;font-weight:600;color:#fff;text-transform:capitalize;display:inline-block;border:1px solid #2ba85f;transition:all .3s ease}.sales-quoting-software-page .testimonails-title .title-left .see-all-test a:hover{background-color:rgba(0,0,0,0);text-decoration:none;color:#fff}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .testimonails-title .title-left .see-all-test a{padding:12px 24px !important;font-size:12px !important}}.sales-quoting-software-page .testimonails-title .title-left .slider-navigators{display:flex;gap:14px}.sales-quoting-software-page .testimonails-title .title-left .slider-navigators .slider-nav-btn{height:48px;width:48px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.sales-quoting-software-page .testimonails-title .title-left .slider-navigators .slider-nav-btn img{height:10px;object-fit:contain;cursor:pointer}.sales-quoting-software-page .testimonails-title .title-left .slider-navigators .slider-nav-btn.slick-disabled{background-color:hsla(0,0%,100%,.2) !important;cursor:not-allowed}.sales-quoting-software-page .testimonails-title .title-left .slider-navigators .slider-nav-btn.slick-disabled svg path{stroke:#202020 !important}.sales-quoting-software-page .testimonails-title .title-left .slider-navigators .slider-nav-btn:hover{background-color:#2ba85f}.sales-quoting-software-page .testimonails-title .title-left .slider-navigators .slider-nav-btn:hover svg path{stroke:#fff}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .testimonails-title .title-left .slider-navigators .slider-nav-btn{height:40px !important;width:40px !important}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonails-title .title-left{justify-content:end}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonails-title{padding-top:50px !important;margin-bottom:20px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .testimonails-title{padding-top:0px !important;margin-bottom:20px !important}}.sales-quoting-software-page .testimonials-slider{overflow:hidden}.sales-quoting-software-page .testimonials-slider .slick-list{padding-right:25% !important}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonials-slider .slick-list{padding-right:0px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .testimonials-slider .slick-list{padding-right:0px !important}}.sales-quoting-software-page .testimonials-slider .testimonial-item{margin-right:20px;padding:32px;background-color:hsla(0,0%,100%,.2);border-radius:14px}.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth{display:flex;align-items:center;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.15)}.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth .testimonial-img{width:65px;height:65px;margin-right:24px;border-radius:8px;overflow:hidden}.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth .testimonial-img img{width:100%;height:100%;object-fit:cover}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth .testimonial-img{width:50px;height:50px;margin-right:16px}}.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth h5{width:calc(100% - 136px);color:#fff;font-family:"Aeonik TRIAL",sans-serif;font-size:18px;line-height:24px;font-weight:600}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth h5{font-size:16px;width:calc(100% - 100px)}}.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth .icon-quote{margin-top:8px;margin-left:10px;align-self:self-start}.sales-quoting-software-page .testimonials-slider .testimonial-item .test-auth .icon-quote img{width:32px;height:28px;object-fit:contain}.sales-quoting-software-page .testimonials-slider .testimonial-item .testimonial-text p{font-family:"Aeonik TRIAL",sans-serif;font-size:20px;line-height:28px;color:#fff;margin-top:24px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonials-slider .testimonial-item .testimonial-text p{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .testimonials-slider .testimonial-item .testimonial-text p{font-size:14px}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .testimonials-slider .testimonial-item{padding:16px}}.sales-quoting-software-page .testimonials-slider .slick-track{display:flex;align-items:stretch}.sales-quoting-software-page .testimonials-slider .slick-track .testimonial-item{height:100%}.sales-quoting-software-page .features-section{margin:5rem 0}.sales-quoting-software-page .features-section .features-title{font-family:"Aeonik TRIAL",sans-serif;font-weight:700;font-size:38px;text-transform:initial;line-height:120%;text-align:center;color:#212329;max-width:720px;margin-inline:auto}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .features-section .features-title{font-size:28px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .features-section .features-title{font-size:22px !important;line-height:26px;margin-block:2rem}}.sales-quoting-software-page .features-section .feature-listing{margin-inline:auto;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;margin-top:5rem;padding-bottom:5rem}.sales-quoting-software-page .features-section .feature-listing .col-md-4{padding:0;margin-bottom:0px;border:none;border-left:1px solid rgba(0,0,0,.15)}.sales-quoting-software-page .features-section .feature-listing .col-md-4:last-child{border-left:none}.sales-quoting-software-page .features-section .feature-listing .feature-item{padding:0px 24px;text-align:left}.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-icon svg{stroke:#2ba85f;width:40px;height:40px}.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-heading{font-family:"Aeonik TRIAL",sans-serif;font-weight:700;font-size:32px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-heading{font-size:28px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-heading{font-size:24px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-heading{font-size:20px}}.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-heading{line-height:120%;color:#212329;margin-bottom:.5rem}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-heading{font-size:26px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-heading{font-size:22px}}.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-text{font-family:"Aeonik TRIAL",sans-serif;font-weight:400;font-size:18px;line-height:140%;color:#333;opacity:.8;margin:0}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-text{font-size:17px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .features-section .feature-listing .feature-item .feature-text{font-size:16px}}@media(max-width: 768px){.sales-quoting-software-page .features-section .feature-listing .col-md-4{border:none}.sales-quoting-software-page .features-section .feature-listing .col-md-4:last-child{border-bottom:none}.sales-quoting-software-page .features-section .feature-listing .feature-heading{font-size:24px}.sales-quoting-software-page .features-section .feature-listing .feature-text{font-size:16px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .features-section .feature-listing{margin-top:2rem;padding-bottom:0rem;margin-bottom:2rem}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .features-section .feature-listing{margin-top:2rem;padding-bottom:0rem;margin-bottom:2rem}}.sales-quoting-software-page .faq-section{padding:100px 0px;background-color:#f4f7ff}.sales-quoting-software-page .faq-section .faq-title{font-family:"Aeonik TRIAL",sans-serif;font-weight:700;font-size:38px;text-transform:initial;line-height:120%;text-align:center;color:#212329;margin-bottom:3rem}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .faq-section .faq-title{font-size:32px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .faq-section .faq-title{font-size:26px !important}}.sales-quoting-software-page .faq-section .accordion .card{border:none;border-radius:12px;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.04);margin-bottom:1rem;overflow:hidden}.sales-quoting-software-page .faq-section .accordion .card .card-header{background-color:#fff;border:none;padding:0}.sales-quoting-software-page .faq-section .accordion .card .card-header .btn-link{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;background-color:#fff;color:#212329;font-family:"Aeonik TRIAL",sans-serif;font-weight:700;font-size:24px;line-height:120%;border:none;box-shadow:none;padding:1.25rem 1.5rem;text-decoration:none}.sales-quoting-software-page .faq-section .accordion .card .card-header .btn-link:focus,.sales-quoting-software-page .faq-section .accordion .card .card-header .btn-link:hover{text-decoration:none;color:#212329;box-shadow:none}.sales-quoting-software-page .faq-section .accordion .card .card-header .btn-link::after{content:"";flex-shrink:0;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 15L12 9L18 15' stroke='%231FAD84' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transform:rotate(180deg);transition:transform .3s ease}.sales-quoting-software-page .faq-section .accordion .card .card-header .btn-link.collapsed::after{transform:rotate(0deg)}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .faq-section .accordion .card .card-header .btn-link{font-size:20px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .faq-section .accordion .card .card-header .btn-link{font-size:18px !important}}.sales-quoting-software-page .faq-section .accordion .card .card-body{font-family:"Aeonik TRIAL",sans-serif;font-weight:400;font-size:18px;line-height:140%;color:#333;padding:0 1.5rem 1.25rem}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .faq-section .accordion .card .card-body{font-size:16px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .faq-section .accordion .card .card-body{font-size:14px !important}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .faq-section{padding:50px 0px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .faq-section{padding:30px 0px !important}}@media(max-width: 576px){.sales-quoting-software-page .faq-title{font-size:28px}.sales-quoting-software-page .accordion-button{font-size:20px}.sales-quoting-software-page .accordion-body{font-size:16px}}.sales-quoting-software-page .features-section .features-title{font-size:38px}.sales-quoting-software-page .features-section .feature-item .feature-icon svg{width:40px;height:40px}.sales-quoting-software-page .features-section .feature-item .feature-heading{font-size:32px}.sales-quoting-software-page .features-section .feature-item .feature-text{font-size:18px}@media(max-width: 992px){.sales-quoting-software-page .features-section .features-title{font-size:32px}.sales-quoting-software-page .features-section .feature-item .feature-icon svg{width:34px;height:34px}.sales-quoting-software-page .features-section .feature-item .feature-heading{font-size:26px}.sales-quoting-software-page .features-section .feature-item .feature-text{font-size:17px}}@media(max-width: 576px){.sales-quoting-software-page .features-section .features-title{font-size:26px}.sales-quoting-software-page .features-section .feature-item .feature-icon svg{width:28px;height:28px}.sales-quoting-software-page .features-section .feature-item .feature-heading{font-size:22px}.sales-quoting-software-page .features-section .feature-item .feature-text{font-size:16px}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .features-section{margin-bottom:4rem !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .features-section{margin-bottom:2rem !important;margin-top:2rem}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .features-section{margin-bottom:2rem !important;margin-top:2rem}}.sales-quoting-software-page .faq-section .faq-title{font-size:38px}.sales-quoting-software-page .faq-section .accordion-button{font-size:24px}.sales-quoting-software-page .faq-section .accordion-button::after{width:24px;height:24px}.sales-quoting-software-page .faq-section .accordion-body{font-size:18px}@media(max-width: 992px){.sales-quoting-software-page .faq-section .faq-title{font-size:32px}.sales-quoting-software-page .faq-section .accordion-button{font-size:20px}.sales-quoting-software-page .faq-section .accordion-button::after{width:20px;height:20px}.sales-quoting-software-page .faq-section .accordion-body{font-size:16px}}@media(max-width: 576px){.sales-quoting-software-page .faq-section .faq-title{font-size:26px}.sales-quoting-software-page .faq-section .accordion-button{font-size:18px}.sales-quoting-software-page .faq-section .accordion-button::after{width:18px;height:18px}.sales-quoting-software-page .faq-section .accordion-body{font-size:15px}}.sales-quoting-software-page .services-wrap{background-image:url(../images/green-ball-right.svg),url(../images/green-ball-left.svg);background-repeat:no-repeat,no-repeat;background-position:center left,center right;padding-top:100px;position:relative}.sales-quoting-software-page .services-wrap .services-title{font-family:"Aeonik TRIAL",sans-serif;font-weight:700;font-size:38px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .services-wrap .services-title{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .services-wrap .services-title{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .services-wrap .services-title{font-size:24px}}.sales-quoting-software-page .services-wrap .services-title{text-transform:initial;line-height:120% !important;text-align:center;color:#000;max-width:820px;margin-inline:auto}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .services-wrap .services-title{font-size:22px !important;line-height:26px;margin-bottom:15px}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .services-wrap{padding-top:50px}.sales-quoting-software-page .services-wrap .services-title{font-size:28px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .services-wrap{background-size:20%,20% !important;padding:40px 0px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .services-wrap{background-size:20%,20% !important;padding:40px 0px}}.sales-quoting-software-page .service-cards-row{margin-top:80px;padding-bottom:60px;border-bottom:1px solid rgba(0,0,0,.15)}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .service-cards-row{margin-top:40px !important;padding-bottom:30px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .service-cards-row{margin-top:20px !important;padding-bottom:30px !important}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .service-cards-row{margin-top:20px !important;padding-bottom:30px !important}}.sales-quoting-software-page .service-card{text-align:left;height:100%}.sales-quoting-software-page .service-card h3{font-family:"Aeonik TRIAL",sans-serif;font-size:32px;font-weight:600;color:#000;margin-bottom:24px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .service-card h3{font-size:28px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .service-card h3{font-size:24px !important}}@media(max-width: 1023px){.sales-quoting-software-page .service-card h3{font-size:32px}}@media(max-width: 575px){.sales-quoting-software-page .service-card h3{font-size:28px}}.sales-quoting-software-page .service-card p{font-family:"Aeonik TRIAL",sans-serif;font-size:18px;color:#212329;line-height:26px;margin-top:-6px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .service-card p{font-size:16px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .service-card p{font-size:14px !important}}.sales-quoting-software-page .service-card ul{padding-left:0px !important}.sales-quoting-software-page .service-card ul li{font-family:"Aeonik TRIAL",sans-serif;font-size:18px;color:#212329;line-height:26px;margin-top:-6px;list-style:disc;margin-bottom:5px;position:relative;padding:6px 0 6px 28px;list-style:none}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .service-card ul li{font-size:16px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .service-card ul li{font-size:14px !important}}.sales-quoting-software-page .service-card ul li:before{content:"";position:absolute;left:0;top:9px;height:18px;width:18px;background-size:contain;background-repeat:no-repeat;background-image:url(../images/check.svg)}@media(max-width: 1023px){.sales-quoting-software-page .service-card p{font-size:18px}.sales-quoting-software-page .service-card ul li{font-size:18px}}@media(max-width: 575px){.sales-quoting-software-page .service-card p{font-size:16px}.sales-quoting-software-page .service-card ul li{font-size:16px}}.sales-quoting-software-page .service-card .service-illustration{position:relative;margin-bottom:14px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding-top:0;margin-top:0}@media(max-width: 1023px){.sales-quoting-software-page .service-card .service-illustration{height:250px}}.sales-quoting-software-page .service-card .service-illustration .illustration-container{height:290px;width:100%;position:relative;overflow:hidden;border-radius:12px}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .service-card .service-illustration .illustration-container{width:100%;height:200px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .service-card .service-illustration .illustration-container{width:100%;height:200px}}.sales-quoting-software-page .service-card .service-illustration .illustration-container img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.sales-quoting-software-page .awards-section{padding-top:0px}.sales-quoting-software-page .awards-section .col-md-5{border-right:1px solid hsla(0,0%,100%,.15)}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .awards-section .col-md-5{border:0px}}.sales-quoting-software-page .awards-section h4{font-family:"Aeonik TRIAL",sans-serif;font-size:38px;line-height:40px;font-weight:700;color:#fff;text-transform:initial}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .awards-section h4{font-size:28px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .awards-section h4{font-size:22px !important;line-height:26px;margin-bottom:15px}}.sales-quoting-software-page .awards-section .awards-logos{display:flex;flex-wrap:wrap;justify-content:end;gap:14px}.sales-quoting-software-page .awards-section .awards-logos .award-logo img{width:100%;height:100%;object-fit:contain}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .awards-section .awards-logos .award-logo{height:90px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .awards-section .awards-logos .award-logo{height:75px}}.sales-quoting-software-page .awards-section .awards-logos .award-logo:last-child{margin-left:27px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .awards-section .awards-logos .award-logo:last-child{margin-left:0px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .awards-section .awards-logos .award-logo:last-child{margin-left:0px !important}}.sales-quoting-software-page .my-element-to-clip{height:300px;background:#fff;clip-path:url(#myCurve);transform:rotate(180deg);margin-top:-85px;margin-bottom:-200px}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .my-element-to-clip{display:none}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .my-element-to-clip{display:none}}.sales-quoting-software-page .home-hero-iban{height:550px;position:relative;overflow:hidden}.sales-quoting-software-page .home-hero-iban img{width:100%;height:100%;object-fit:cover;object-position:top center}.sales-quoting-software-page .home-hero-iban .footer-image-content{position:absolute;top:0;padding:80px 0px;height:100%;background-color:rgba(0,0,0,.75)}.sales-quoting-software-page .home-hero-iban .footer-image-content .fc-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .home-hero-iban .footer-image-content{position:relative;padding:40px 0px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .home-hero-iban .footer-image-content{position:relative;padding:40px 0px}}.sales-quoting-software-page .home-hero-iban .container{position:relative;z-index:2}.sales-quoting-software-page .home-hero-iban .fc-inner{text-align:center;max-width:1000px;margin:0 auto}.sales-quoting-software-page .home-hero-iban .fc-inner h4{padding-bottom:10px;font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .home-hero-iban .fc-inner h4{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .home-hero-iban .fc-inner h4{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .home-hero-iban .fc-inner h4{font-size:26px}}.sales-quoting-software-page .home-hero-iban .fc-inner h4{line-height:1.2;color:#fff}.sales-quoting-software-page .home-hero-iban .fc-inner p{font-size:24px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .home-hero-iban .fc-inner p{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .home-hero-iban .fc-inner p{font-size:20px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .home-hero-iban .fc-inner p{font-size:18px}}.sales-quoting-software-page .home-hero-iban .fc-inner p{font-weight:400;line-height:1.2;margin-bottom:16px;color:hsla(0,0%,100%,.85)}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .home-hero-iban{height:300px}.sales-quoting-software-page .home-hero-iban .fc-inner h4{font-size:22px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .home-hero-iban{height:260px}.sales-quoting-software-page .home-hero-iban .fc-inner{padding:0 16px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .home-hero-iban{height:auto}}.sales-quoting-software-page .cpq-sec-wrapper{background-color:#f7f7fb;padding:100px 0px}.sales-quoting-software-page .cpq-sec-wrapper .cpq-title{margin-bottom:30px;max-width:820px;margin:0px auto}.sales-quoting-software-page .cpq-sec-wrapper .cpq-title h3{font-family:"Aeonik TRIAL",sans-serif;font-weight:700;font-size:38px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-title h3{font-size:32px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-title h3{font-size:28px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-title h3{font-size:24px}}.sales-quoting-software-page .cpq-sec-wrapper .cpq-title h3{text-transform:initial;line-height:120%;text-align:center;color:#212329;margin-bottom:3rem}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-title h3{font-size:32px !important;margin-bottom:10px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-title h3{font-size:26px !important;margin-bottom:10px}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-title{margin-bottom:15px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-title{margin-bottom:15px}}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.04);padding:20px}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .img-wrap{height:350px;border-radius:12px;overflow:hidden}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .img-wrap{height:auto !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .img-wrap{height:auto !important}}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .img-wrap img{height:100%;width:100%;object-fit:cover}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap h4{font-family:"Aeonik TRIAL",sans-serif;font-size:24px;line-height:24px;color:#000;font-weight:bold;margin-bottom:25px}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap h4{font-size:16px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap h4{font-size:14px !important}}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap ul{list-style:none;padding-left:0px}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap ul li{font-family:"Aeonik TRIAL",sans-serif;font-size:18px;line-height:20px;padding:10px 0 10px 30px;color:#000;margin-bottom:8px;position:relative;border-bottom:1px solid rgba(0,0,0,.0901960784)}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap ul li:last-child{border-bottom:0px !important}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap ul li:before{content:"";position:absolute;left:0;top:10px;height:18px;width:18px;background-size:contain;background-repeat:no-repeat;background-image:url(../images/check.svg)}.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap p{font-family:"Aeonik TRIAL",sans-serif;font-size:16px;line-height:20px;color:#000;opacity:.8}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap p{font-size:14px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap p{font-size:12px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap{margin-top:30px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .cpq-sec-wrapper .cpq-section .cpq-content-area .content-wrap{margin-top:30px}}@media(min-width: 768px)and (max-width: 1023px){.sales-quoting-software-page .cpq-sec-wrapper{padding:50px 0px !important}}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper{padding:30px 0px !important}}.sales-quoting-software-page .cpq-sec-wrapper.cpq-industries{background-color:#0c0c0c}.sales-quoting-software-page .cpq-sec-wrapper.cpq-industries .cpq-title h3{color:#fff}.sales-quoting-software-page .cpq-sec-wrapper.cpq-industries .cpq-section{background-color:rgba(0,0,0,0)}.sales-quoting-software-page .cpq-sec-wrapper.cpq-industries .cpq-section .cpq-content-area .content-wrap h4{color:#fff}.sales-quoting-software-page .cpq-sec-wrapper.cpq-industries .cpq-section .cpq-content-area .content-wrap ul li{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.09)}.sales-quoting-software-page .cpq-sec-wrapper.cpq-industries .cpq-section .cpq-content-area .content-wrap p{color:#fff}@media(min-width: 576px)and (max-width: 767px){.sales-quoting-software-page .cpq-sec-wrapper{padding:40px 0px}}@media(min-width: 0px)and (max-width: 575px){.sales-quoting-software-page .cpq-sec-wrapper{padding:40px 0px}}.footer-image-ban{margin-bottom:-3px}.footer-image-ban:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7}@media(min-width: 0px)and (max-width: 575px){.footer-image-ban:after{display:none}}@media(min-width: 0px)and (max-width: 575px){.footer-image-ban img{float:left}}.footer-image-content{z-index:2;text-align:center;width:100%;padding:0 20px}.footer-image-content h4{font-size:48px}@media(min-width: 768px)and (max-width: 1023px){.footer-image-content h4{font-size:36px}}@media(min-width: 576px)and (max-width: 767px){.footer-image-content h4{font-size:30px}}@media(min-width: 0px)and (max-width: 575px){.footer-image-content h4{font-size:26px}}.footer-image-content h4{line-height:1.1;padding:0 0 60px 0;letter-spacing:1px}@media(min-width: 992px)and (max-width: 1279px){.footer-image-content h4{font-size:42px}}@media(min-width: 576px)and (max-width: 767px){.footer-image-content h4{font-size:40px}}@media(min-width: 0px)and (max-width: 575px){.footer-image-content h4{font-size:22px;padding:0 0 20px 0;line-height:1.2}}@media(min-width: 0px)and (max-width: 575px){.footer-image-content{clear:both;position:relative;top:0;left:0;background-color:#3d4048;font-size:14px;padding:30px 20px}}.white-btn{display:inline-block;background-color:#fff;border-radius:10px;padding-block:14px;padding-inline:32px;border:0px solid rgba(0,0,0,0);text-decoration:none;font-weight:400;font-size:18px;color:#656565;line-height:100%;vertical-align:middle;transition:all .3s ease}.white-btn:hover{background-color:#43c97b;color:#000}/*# sourceMappingURL=style.css.map */
