:root{--cube-bg-color:#000;--cube-face-top:#9cb1ff;--cube-face-side:#5c7cfa;--cube-face-dark:#3b5bdb;--highlight-color:#dbe4ff;--highlight-side:#748ffc;--connector-color:#fff;--connector-glow:#fffc;--cube-size:80px;--cube-half:40px;--spacing:140px}.Understanding-module__-REZsW__section{background:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:6rem 0;display:flex;position:relative}.Understanding-module__-REZsW__container{width:100%;max-width:1400px;margin:0 auto;padding:0 4rem}.Understanding-module__-REZsW__titleContainer{text-align:left;flex-shrink:0;width:100%}.Understanding-module__-REZsW__sectionTitle{color:#fff;text-align:left;opacity:0;margin-bottom:.5rem;font-family:Open Sans,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(2rem)}.Understanding-module__-REZsW__sectionTitle.Understanding-module__-REZsW__visible{opacity:1;transform:translateY(0)}.Understanding-module__-REZsW__statDescription{font-family:var(--font-family-secondary),"Open Sans",sans-serif;color:#d1d5db;font-size:clamp(.95rem,1.2vw,1.25rem);font-weight:300;line-height:var(--line-height-body);margin:0}.Understanding-module__-REZsW__statDescriptionDesktop{display:block}.Understanding-module__-REZsW__statDescriptionMobile{display:none}.Understanding-module__-REZsW__contentWrapper{justify-content:center;align-items:center;gap:60px;display:flex}.Understanding-module__-REZsW__sceneContainer{perspective:1200px;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:center;width:500px;height:auto;display:flex;position:relative}.Understanding-module__-REZsW__scene{width:500px;height:500px;transform-style:preserve-3d;flex-shrink:0;transition:transform 1s cubic-bezier(.68,-.55,.265,1.55);position:relative}.Understanding-module__-REZsW__connectorsLayer{pointer-events:none;width:100%;height:100%;transform-style:preserve-3d;position:absolute;top:0;left:0}.Understanding-module__-REZsW__connector{background-color:var(--connector-color);box-shadow:0 0 8px var(--connector-glow);width:160px;height:4px;transform-style:preserve-3d;margin-top:-2px;margin-left:-80px;position:absolute;top:50%;left:50%}.Understanding-module__-REZsW__connector:before,.Understanding-module__-REZsW__connector:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;transform:translateY(-50%)rotateX(-55deg);box-shadow:0 0 10px #fff,0 0 20px #fffc}.Understanding-module__-REZsW__connector:before{left:-6px}.Understanding-module__-REZsW__connector:after{right:-6px}.Understanding-module__-REZsW__cTop{transform:translateY(140px)}.Understanding-module__-REZsW__cBottom{transform:translateY(-140px)}.Understanding-module__-REZsW__cRight{transform:translate(140px)rotate(90deg)}.Understanding-module__-REZsW__cLeft{transform:translate(-140px)rotate(90deg)}.Understanding-module__-REZsW__cubeWrapper{width:var(--cube-size);height:var(--cube-size);transform-style:preserve-3d;cursor:pointer;margin-top:-40px;margin-left:-40px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:50%}.Understanding-module__-REZsW__cubeWrapper[data-pos=how]{transform:translate(-140px,140px)}.Understanding-module__-REZsW__cubeWrapper[data-pos=who]{transform:translate(-140px,-140px)}.Understanding-module__-REZsW__cubeWrapper[data-pos=why]{transform:translate(140px,-140px)}.Understanding-module__-REZsW__cubeWrapper[data-pos=what]{transform:translate(140px,140px)}.Understanding-module__-REZsW__cubeWrapper:hover{transform:translate3d(var(--tx),var(--ty),20px)scale(1.1)!important}.Understanding-module__-REZsW__cubeWrapper[data-pos=how]:hover{--tx:-140px;--ty:140px}.Understanding-module__-REZsW__cubeWrapper[data-pos=who]:hover{--tx:-140px;--ty:-140px}.Understanding-module__-REZsW__cubeWrapper[data-pos=why]:hover{--tx:140px;--ty:-140px}.Understanding-module__-REZsW__cubeWrapper[data-pos=what]:hover{--tx:140px;--ty:140px}.Understanding-module__-REZsW__cube{width:100%;height:100%;transform-style:preserve-3d;position:relative}.Understanding-module__-REZsW__face{width:100%;height:100%;font-family:var(--font-family-primary);color:#000;backface-visibility:hidden;border:1px solid #ffffff1a;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;transition:background-color .3s,box-shadow .3s;display:flex;position:absolute}.Understanding-module__-REZsW__face span{transition:transform 1s cubic-bezier(.68,-.55,.265,1.55);display:block}.Understanding-module__-REZsW__front{background:var(--cube-face-side);transform:rotateY(0)translateZ(40px)}.Understanding-module__-REZsW__back{background:var(--cube-face-side);transform:rotateY(180deg)translateZ(40px)}.Understanding-module__-REZsW__right{background:var(--cube-face-dark);transform:rotateY(90deg)translateZ(40px)}.Understanding-module__-REZsW__left{background:var(--cube-face-dark);transform:rotateY(-90deg)translateZ(40px)}.Understanding-module__-REZsW__top{background:var(--cube-face-top);transform:rotateX(90deg)translateZ(40px)}.Understanding-module__-REZsW__bottom{background:var(--cube-face-dark);transform:rotateX(-90deg)translateZ(40px)}.Understanding-module__-REZsW__cubeWrapper.Understanding-module__-REZsW__selected .Understanding-module__-REZsW__front{background-color:var(--highlight-color);box-shadow:inset 0 0 20px #fffc}.Understanding-module__-REZsW__cubeWrapper.Understanding-module__-REZsW__selected .Understanding-module__-REZsW__face:not(.Understanding-module__-REZsW__front){background-color:var(--highlight-side);box-shadow:0 0 20px var(--highlight-side)}.Understanding-module__-REZsW__contentSection{flex-direction:column;align-items:center;display:flex}.Understanding-module__-REZsW__contentArea{cursor:grab;width:600px;min-height:400px;transition:height .4s;position:relative;overflow:hidden}.Understanding-module__-REZsW__contentArea.Understanding-module__-REZsW__dragging{cursor:grabbing}.Understanding-module__-REZsW__card{box-sizing:border-box;color:#fff;opacity:0;pointer-events:none;width:100%;height:100%;min-height:100%;padding:30px 40px;transition:transform .4s,opacity .4s;position:absolute;overflow-y:auto}.Understanding-module__-REZsW__card.Understanding-module__-REZsW__active{opacity:1;pointer-events:auto}.Understanding-module__-REZsW__card h1{font-size:1.4rem;font-weight:600;line-height:1.2;font-family:var(--font-family-primary);margin:0 0 20px}.Understanding-module__-REZsW__card p{color:#ffffffe6;font-size:1.1rem;line-height:1.6;font-family:var(--font-family-secondary),"Open Sans",sans-serif;margin:0;font-weight:300}.Understanding-module__-REZsW__whyContent{flex-direction:column;gap:2rem;width:100%;display:flex}.Understanding-module__-REZsW__featureItem{flex-direction:row;align-items:flex-start;gap:1.5rem;display:flex}.Understanding-module__-REZsW__featureBox{background:#4d7cfe0d;border-radius:4px;flex-direction:column;flex-shrink:0;align-items:center;gap:.75rem;width:fit-content;display:flex;position:relative}.Understanding-module__-REZsW__featureBoxCircularity{padding:0 .4rem}.Understanding-module__-REZsW__featureIcon{object-fit:contain;width:40px;height:40px}.Understanding-module__-REZsW__featureLabel{font-family:var(--font-family-primary);color:#66c3ef;text-transform:capitalize;font-size:1.1rem;font-weight:600}.Understanding-module__-REZsW__featureDescription{font-family:var(--font-family-secondary),"Open Sans",sans-serif;color:#ffffffd9;flex:1;margin:0;font-weight:300;line-height:1.4;font-size:.75rem!important}.Understanding-module__-REZsW__bracketCornerTopLeft,.Understanding-module__-REZsW__bracketCornerTopRight,.Understanding-module__-REZsW__bracketCornerBottomLeft,.Understanding-module__-REZsW__bracketCornerBottomRight{border-style:solid;border-color:#4d7cfe;width:12px;height:12px;position:absolute}.Understanding-module__-REZsW__bracketCornerTopLeft{border-width:2px 0 0 2px;border-top-left-radius:2px;top:-4px;left:-4px}.Understanding-module__-REZsW__bracketCornerTopRight{border-width:2px 2px 0 0;border-top-right-radius:2px;top:-4px;right:-4px}.Understanding-module__-REZsW__bracketCornerBottomLeft{border-width:0 0 2px 2px;border-bottom-left-radius:2px;bottom:-4px;left:-4px}.Understanding-module__-REZsW__bracketCornerBottomRight{border-width:0 2px 2px 0;border-bottom-right-radius:2px;bottom:-4px;right:-4px}.Understanding-module__-REZsW__whoContent{flex-direction:column;gap:1.5rem;width:100%;margin-top:1.5rem;display:flex}.Understanding-module__-REZsW__whoSubtitle{font-family:var(--font-family-secondary),"Open Sans",sans-serif;color:#ffffffe6;margin:0 0 1rem;font-size:1rem;font-weight:300;line-height:1.6}.Understanding-module__-REZsW__industriesGrid{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;display:grid}.Understanding-module__-REZsW__industryItem{aspect-ratio:3/2;background:#ffffff0d;border-radius:8px;position:relative;overflow:hidden}.Understanding-module__-REZsW__industryImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Understanding-module__-REZsW__industryItem:hover .Understanding-module__-REZsW__industryImage{transform:scale(1.05)}.Understanding-module__-REZsW__howContent{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-top:1rem;display:flex}.Understanding-module__-REZsW__erpSystemsRow{justify-content:center;gap:1rem;width:100%;max-width:600px;margin:0 auto;display:flex;position:relative}.Understanding-module__-REZsW__erpBoxWrapper{flex-direction:column;flex:1;align-items:center;min-width:0;max-width:130px;display:flex}.Understanding-module__-REZsW__erpBox{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;height:65px;padding:.25rem .5rem;display:flex;position:relative;box-shadow:0 4px 6px #0000001a,inset 0 -2px 4px #0000001a}.Understanding-module__-REZsW__dottedLine{background-image:linear-gradient(#fff 50%,#0000 50%);background-position:0 0;background-repeat:repeat-y;background-size:2px 8px;width:2px;height:35px;animation:.5s linear infinite Understanding-module__-REZsW__dataFlow}.Understanding-module__-REZsW__arrowHead{border-top:8px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0}@keyframes Understanding-module__-REZsW__dataFlow{0%{background-position:0 0}to{background-position:0 8px}}@keyframes Understanding-module__-REZsW__arrowPulse{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(2px)}}.Understanding-module__-REZsW__erpBox:after{content:"";background:linear-gradient(#00000026,#0000);border-radius:0 0 8px 8px;height:6px;position:absolute;bottom:0;left:10%;right:10%}.Understanding-module__-REZsW__erpLabel{font-family:var(--font-family-primary);color:#475569;letter-spacing:.05em;font-size:1.8rem;font-weight:400}.Understanding-module__-REZsW__erpLogo{object-fit:contain;width:100%;height:100%;max-height:50px;transition:transform .3s}.Understanding-module__-REZsW__erpBox:hover .Understanding-module__-REZsW__erpLogo{transform:scale(1.05)}.Understanding-module__-REZsW__distinktBox{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:600px;padding:.75rem 3rem;display:flex;position:relative;box-shadow:0 10px 25px #6366f14d,0 4px 10px #0000001a,inset 0 1px 2px #fff3}.Understanding-module__-REZsW__distinktLogo{object-fit:contain;width:auto;max-width:200px;height:auto;max-height:60px}.Understanding-module__-REZsW__distinktBrand{font-family:var(--font-family-primary);color:#fff;letter-spacing:-.02em;font-size:2rem;font-weight:700}.Understanding-module__-REZsW__distinktInside{font-family:var(--font-family-secondary),"Open Sans",sans-serif;color:#ffffffe6;font-size:2rem;font-weight:300}.Understanding-module__-REZsW__arrowDown{justify-content:center;align-items:center;margin-top:.25rem;display:flex}.Understanding-module__-REZsW__arrowDown svg{width:32px;height:32px}@keyframes Understanding-module__-REZsW__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.Understanding-module__-REZsW__phoneAndTextContainer{justify-content:center;align-items:center;width:100%;margin-top:.25rem;display:flex;position:relative}.Understanding-module__-REZsW__phoneMockupContainer{justify-content:center;align-items:center;display:flex;position:relative}.Understanding-module__-REZsW__phoneMockup{object-fit:contain;width:auto;max-width:160px;height:auto;max-height:240px}.Understanding-module__-REZsW__phoneText{align-items:center;max-width:200px;display:flex;position:absolute;top:50%;left:calc(50% + 70px);transform:translateY(-50%)}.Understanding-module__-REZsW__phoneText p{font-family:var(--font-family-secondary);color:#fff;text-align:left;margin:0;font-size:1.5rem;font-weight:300;line-height:1.4}.Understanding-module__-REZsW__pageIndicators{z-index:10;gap:12px;display:flex}.Understanding-module__-REZsW__indicator{cursor:pointer;background:#ffffff4d;border-radius:50%;width:12px;height:12px;transition:background .3s,transform .2s}.Understanding-module__-REZsW__indicator:hover{background:#fff9;transform:scale(1.2)}.Understanding-module__-REZsW__indicator.Understanding-module__-REZsW__active{background:#fff}@media (max-width:1200px){.Understanding-module__-REZsW__contentWrapper{flex-direction:column;gap:40px}.Understanding-module__-REZsW__titleContainer{margin-bottom:1.5rem}.Understanding-module__-REZsW__sceneContainer{width:400px}.Understanding-module__-REZsW__scene{width:400px;height:400px}.Understanding-module__-REZsW__contentArea{width:500px;height:400px}.Understanding-module__-REZsW__card h1{font-size:2.5rem}.Understanding-module__-REZsW__card p{font-size:1rem}}@media (max-width:1024px){.Understanding-module__-REZsW__section{padding:4rem 0}.Understanding-module__-REZsW__container{padding:0 2rem}.Understanding-module__-REZsW__titleContainer{text-align:center;margin-bottom:1rem}.Understanding-module__-REZsW__sectionTitle,.Understanding-module__-REZsW__statDescription{text-align:center}.Understanding-module__-REZsW__statDescriptionDesktop{display:none}.Understanding-module__-REZsW__statDescriptionMobile{display:block}.Understanding-module__-REZsW__sceneContainer{display:none}.Understanding-module__-REZsW__contentArea{width:calc(100vw - 4rem);max-width:800px;min-height:300px;transition:height .4s}}@media (max-width:768px){.Understanding-module__-REZsW__section{min-height:auto;padding:1.5rem 0 3rem}.Understanding-module__-REZsW__container{padding:0 1.5rem}.Understanding-module__-REZsW__titleContainer{margin-bottom:1rem}.Understanding-module__-REZsW__sectionTitle{text-align:center;margin-bottom:.5rem}.Understanding-module__-REZsW__statDescription{text-align:center}.Understanding-module__-REZsW__statDescriptionDesktop{display:none}.Understanding-module__-REZsW__statDescriptionMobile{display:block}.Understanding-module__-REZsW__sceneContainer{display:none}.Understanding-module__-REZsW__contentArea{width:calc(100vw - 3rem);max-width:none;min-height:300px;padding:0;transition:height .4s}.Understanding-module__-REZsW__card{height:auto;padding:30px 20px}.Understanding-module__-REZsW__card h1{word-wrap:break-word;margin-bottom:20px;font-size:1.5rem;line-height:1.4}.Understanding-module__-REZsW__card p{font-size:.95rem;line-height:1.6}.Understanding-module__-REZsW__whyContent{gap:1.5rem}.Understanding-module__-REZsW__featureItem{gap:1rem}.Understanding-module__-REZsW__featureLabel{font-size:.95rem}.Understanding-module__-REZsW__featureDescription{font-size:.65rem}.Understanding-module__-REZsW__industriesGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.Understanding-module__-REZsW__erpSystemsRow{flex-direction:row;justify-content:space-between;gap:.5rem;max-width:100%;display:flex}.Understanding-module__-REZsW__erpBoxWrapper{flex:1;min-width:0}.Understanding-module__-REZsW__erpBox{width:100%;height:55px;padding:.4rem .25rem}.Understanding-module__-REZsW__erpLogo{max-height:50px}.Understanding-module__-REZsW__erpLabel{font-size:1.5rem}.Understanding-module__-REZsW__distinktBox{padding:1rem 2.5rem}.Understanding-module__-REZsW__distinktBrand,.Understanding-module__-REZsW__distinktInside{font-size:1.75rem}.Understanding-module__-REZsW__distinktLogo{max-width:150px;max-height:45px}.Understanding-module__-REZsW__arrowDown{margin-top:.25rem}.Understanding-module__-REZsW__arrowDown svg{width:32px;height:32px}.Understanding-module__-REZsW__phoneMockup{max-width:140px;max-height:220px}.Understanding-module__-REZsW__phoneText{max-width:180px;left:calc(50% + 60px)}.Understanding-module__-REZsW__phoneText p{font-size:1rem}}@media (max-width:640px){.Understanding-module__-REZsW__section{padding:2rem 0}.Understanding-module__-REZsW__container{padding:0 1rem}.Understanding-module__-REZsW__titleContainer{margin-bottom:1rem}.Understanding-module__-REZsW__sectionTitle{margin-bottom:.5rem;font-size:2rem}.Understanding-module__-REZsW__statDescription{font-size:1rem;line-height:var(--line-height-body)}.Understanding-module__-REZsW__contentWrapper{gap:30px}.Understanding-module__-REZsW__sceneContainer{display:none}.Understanding-module__-REZsW__contentArea{width:calc(100vw - 2rem);max-width:none;min-height:300px;transition:height .4s}.Understanding-module__-REZsW__card{height:auto;padding:25px 15px}.Understanding-module__-REZsW__card h1{word-wrap:break-word;margin-bottom:15px;font-size:1.3rem;line-height:1.4}.Understanding-module__-REZsW__card p{font-size:.85rem;line-height:1.5}.Understanding-module__-REZsW__whyContent{gap:1.25rem}.Understanding-module__-REZsW__featureItem{flex-direction:column;gap:.75rem}.Understanding-module__-REZsW__featureBox{background:0 0;padding:0}.Understanding-module__-REZsW__featureIcon{display:none}.Understanding-module__-REZsW__featureLabel{font-size:.85rem}.Understanding-module__-REZsW__featureDescription{font-size:.65rem}.Understanding-module__-REZsW__bracketCornerTopLeft,.Understanding-module__-REZsW__bracketCornerTopRight,.Understanding-module__-REZsW__bracketCornerBottomLeft,.Understanding-module__-REZsW__bracketCornerBottomRight{display:none}.Understanding-module__-REZsW__whoSubtitle{font-size:.9rem}.Understanding-module__-REZsW__industriesGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.Understanding-module__-REZsW__howContent{gap:1.5rem;margin-top:1.5rem}.Understanding-module__-REZsW__erpSystemsRow{flex-direction:row;justify-content:space-between;gap:.4rem;max-width:100%;display:flex}.Understanding-module__-REZsW__erpBoxWrapper{flex:1;min-width:0}.Understanding-module__-REZsW__erpBox{width:100%;height:50px;padding:.4rem .25rem}.Understanding-module__-REZsW__erpLogo{max-height:40px}.Understanding-module__-REZsW__erpLabel{font-size:1.25rem}.Understanding-module__-REZsW__distinktBox{padding:1rem 2rem}.Understanding-module__-REZsW__distinktBrand,.Understanding-module__-REZsW__distinktInside{font-size:1.5rem}.Understanding-module__-REZsW__distinktLogo{max-width:140px;max-height:42px}.Understanding-module__-REZsW__arrowDown{margin-top:.25rem}.Understanding-module__-REZsW__arrowDown svg{width:28px;height:28px}.Understanding-module__-REZsW__phoneAndTextContainer{flex-direction:row;align-items:center;gap:1rem}.Understanding-module__-REZsW__phoneMockup{max-width:160px;max-height:260px}.Understanding-module__-REZsW__phoneText{max-width:150px;position:static;top:auto;left:auto;transform:none}.Understanding-module__-REZsW__phoneText p{text-align:left;font-size:1rem}.Understanding-module__-REZsW__pageIndicators{gap:8px}.Understanding-module__-REZsW__indicator{width:10px;height:10px}}@media (max-width:480px){.Understanding-module__-REZsW__titleContainer{margin-bottom:.75rem}.Understanding-module__-REZsW__sceneContainer{display:none}.Understanding-module__-REZsW__contentArea{width:calc(100vw - 2rem);max-width:none;min-height:300px;transition:height .4s}.Understanding-module__-REZsW__card{height:auto;padding:20px 15px}.Understanding-module__-REZsW__card h1{word-wrap:break-word;margin-bottom:12px;font-size:1.1rem;line-height:1.4}.Understanding-module__-REZsW__card p{font-size:.8rem;line-height:1.5}.Understanding-module__-REZsW__whyContent{gap:1rem}.Understanding-module__-REZsW__featureItem{flex-direction:column;gap:.5rem}.Understanding-module__-REZsW__featureBox{background:0 0;gap:.5rem;padding:0}.Understanding-module__-REZsW__featureIcon{display:none}.Understanding-module__-REZsW__featureLabel{font-size:.75rem}.Understanding-module__-REZsW__featureDescription{font-size:.6rem;line-height:1.3}.Understanding-module__-REZsW__bracketCornerTopLeft,.Understanding-module__-REZsW__bracketCornerTopRight,.Understanding-module__-REZsW__bracketCornerBottomLeft,.Understanding-module__-REZsW__bracketCornerBottomRight{display:none}.Understanding-module__-REZsW__whoSubtitle{font-size:.85rem}.Understanding-module__-REZsW__industriesGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.Understanding-module__-REZsW__howContent{gap:1rem;margin-top:1rem}.Understanding-module__-REZsW__erpSystemsRow{flex-direction:row;justify-content:space-between;gap:.3rem;max-width:100%;display:flex}.Understanding-module__-REZsW__erpBoxWrapper{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.Understanding-module__-REZsW__dottedLine{height:20px}.Understanding-module__-REZsW__erpBox{width:100%;height:45px;padding:.3rem .2rem}.Understanding-module__-REZsW__erpLogo{max-height:35px}.Understanding-module__-REZsW__erpLabel{font-size:1.1rem}.Understanding-module__-REZsW__distinktBox{flex-direction:column;gap:.25rem;padding:.875rem 1.5rem}.Understanding-module__-REZsW__distinktBrand,.Understanding-module__-REZsW__distinktInside{font-size:1.25rem}.Understanding-module__-REZsW__distinktLogo{max-width:120px;max-height:36px}.Understanding-module__-REZsW__arrowDown{margin-top:.15rem}.Understanding-module__-REZsW__arrowDown svg{width:24px;height:24px}.Understanding-module__-REZsW__phoneAndTextContainer{flex-direction:row;align-items:center;gap:.75rem}.Understanding-module__-REZsW__phoneMockup{max-width:240px;max-height:340px}.Understanding-module__-REZsW__phoneText{max-width:80px;position:static;top:auto;left:auto;transform:none}.Understanding-module__-REZsW__phoneText p{text-align:left;font-size:.9rem}}@media (prefers-reduced-motion:reduce){.Understanding-module__-REZsW__sectionTitle,.Understanding-module__-REZsW__scene,.Understanding-module__-REZsW__cubeWrapper,.Understanding-module__-REZsW__card,.Understanding-module__-REZsW__indicator,.Understanding-module__-REZsW__face span,.Understanding-module__-REZsW__arrowDown{transition:none;animation:none}}
.InitialHero-module__Wlhj4G__heroContainer{background:#000;width:100%;min-height:90vh;padding-top:100px;position:relative;overflow:hidden}.InitialHero-module__Wlhj4G__heroContent{z-index:10;justify-content:space-between;align-items:center;gap:4rem;max-width:1400px;min-height:calc(90vh - 100px);margin:0 auto;padding:2rem 4rem;display:flex;position:relative}.InitialHero-module__Wlhj4G__textContent{z-index:20;flex:1;max-width:600px}.InitialHero-module__Wlhj4G__titleWrapper{text-align:right;opacity:0;justify-content:flex-end;align-items:center;margin-bottom:1.5rem;transition:all 1s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(2rem)}.InitialHero-module__Wlhj4G__titleWrapper.InitialHero-module__Wlhj4G__visible{opacity:1;transform:translateY(0)}.InitialHero-module__Wlhj4G__heroTitle{font-family:var(--font-family-primary),"Poppins",sans-serif;font-size:80px;font-weight:var(--hero-title-weight);color:#fff;text-align:right;align-items:flex-start;gap:0;margin:0;line-height:1.2;display:flex}.InitialHero-module__Wlhj4G__passportIcon{object-fit:contain;filter:brightness(1.2);flex-shrink:0;width:70px;height:70px;margin-top:11px;margin-right:-90px}.InitialHero-module__Wlhj4G__ctaButtons{align-items:right;opacity:0;justify-content:right;gap:2rem;transition:all 1s cubic-bezier(.4,0,.2,1) .4s;display:flex;transform:translateY(2rem)}.InitialHero-module__Wlhj4G__ctaButtons.InitialHero-module__Wlhj4G__visible{opacity:1;transform:translateY(0)}.InitialHero-module__Wlhj4G__desktopOnly{display:flex}.InitialHero-module__Wlhj4G__mobileOnly{display:none}.InitialHero-module__Wlhj4G__bookDemoButton{font-family:var(--font-family-primary),"Poppins",sans-serif;font-size:1.4rem;font-weight:var(--button-text-weight);color:#fff;cursor:pointer;white-space:nowrap;background:#4d7cfe;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:1rem 2rem;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #4d7cfe66}.InitialHero-module__Wlhj4G__bookDemoButton:before{content:"";opacity:0;background:linear-gradient(135deg,#3d6cee 0%,#5d8cff 100%);transition:opacity .3s;position:absolute;inset:0}.InitialHero-module__Wlhj4G__bookDemoButton:hover:before{opacity:1}.InitialHero-module__Wlhj4G__bookDemoButton:hover{transform:translateY(-2px);box-shadow:0 15px 50px #4d7cfe80}.InitialHero-module__Wlhj4G__bookDemoButton span{z-index:1;position:relative}.InitialHero-module__Wlhj4G__bookDemoButton .InitialHero-module__Wlhj4G__arrowIcon{z-index:1;transition:transform .3s;position:relative}.InitialHero-module__Wlhj4G__bookDemoButton:hover .InitialHero-module__Wlhj4G__arrowIcon{transform:translate(4px)}.InitialHero-module__Wlhj4G__bookDemoButton:active{transform:translateY(0)}.InitialHero-module__Wlhj4G__phoneSection{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;min-height:500px;padding:1.5rem;display:flex;position:relative}.InitialHero-module__Wlhj4G__backgroundWrapper{z-index:5;width:400px;height:600px;position:absolute;top:0%;left:0;transform:translateY(-50%)}.InitialHero-module__Wlhj4G__phoneWrapper{z-index:10;opacity:0;transition:all 1.2s cubic-bezier(.4,0,.2,1) .3s;position:relative;transform:scale(.95)}.InitialHero-module__Wlhj4G__phoneWrapper.InitialHero-module__Wlhj4G__visible{opacity:1;transform:scale(1)}.InitialHero-module__Wlhj4G__phoneImage{filter:drop-shadow(0 20px 60px #00000080);width:100%;max-width:300px;height:auto}@media (max-width:1024px){.InitialHero-module__Wlhj4G__heroContent{gap:2rem;padding:2rem}.InitialHero-module__Wlhj4G__textContent{max-width:500px}.InitialHero-module__Wlhj4G__heroTitle{gap:0;font-size:clamp(2rem,4vw,3rem)}.InitialHero-module__Wlhj4G__passportIcon{width:60px;height:60px;margin-top:4px;margin-right:-2px}.InitialHero-module__Wlhj4G__phoneImage{max-width:280px}}@media (max-width:768px){.InitialHero-module__Wlhj4G__heroContent{flex-flow:wrap;align-items:center;gap:1rem;padding:9rem 1rem!important}.InitialHero-module__Wlhj4G__textContent{flex:calc(50% - .5rem);min-width:0}.InitialHero-module__Wlhj4G__titleWrapper{justify-content:flex-end;margin-bottom:0}.InitialHero-module__Wlhj4G__heroTitle{gap:0;font-size:2rem!important}.InitialHero-module__Wlhj4G__passportIcon{margin-top:clamp(-4px,-.5vw,-2px);width:clamp(35px,11vw,50px)!important;height:clamp(35px,11vw,50px)!important;margin-right:clamp(-44px,-9vw,-14px)!important}.InitialHero-module__Wlhj4G__desktopOnly{display:none}.InitialHero-module__Wlhj4G__mobileOnly{width:100%;margin-top:1rem;display:flex}.InitialHero-module__Wlhj4G__ctaButtons{flex-direction:column;justify-content:center;gap:1rem}.InitialHero-module__Wlhj4G__bookDemoButton{justify-content:center;width:100%;padding:1rem 2rem;font-size:1rem}.InitialHero-module__Wlhj4G__phoneSection{flex:calc(50% - .5rem);min-height:auto;padding:.5rem}.InitialHero-module__Wlhj4G__backgroundWrapper{width:clamp(200px,40vw,300px);height:clamp(300px,60vw,450px)}.InitialHero-module__Wlhj4G__phoneImage{max-width:clamp(150px,35vw,250px)}}@media (max-width:640px){.InitialHero-module__Wlhj4G__heroContainer{padding-top:60px}.InitialHero-module__Wlhj4G__heroContent{gap:.5rem;padding:1rem .75rem}.InitialHero-module__Wlhj4G__titleWrapper{margin-bottom:1.5rem}.InitialHero-module__Wlhj4G__heroTitle{gap:0;font-size:clamp(1.25rem,5vw,1.75rem)}.InitialHero-module__Wlhj4G__passportIcon{width:clamp(30px,7vw,45px);height:clamp(30px,7vw,45px);margin-top:clamp(-5px,-.5vw,-3px);margin-right:clamp(-26px,-5.5vw,-16px)}.InitialHero-module__Wlhj4G__mobileOnly{margin-top:1.5rem}.InitialHero-module__Wlhj4G__ctaButtons{gap:.25rem}.InitialHero-module__Wlhj4G__bookDemoButton{padding:.875rem 1.75rem;font-size:.95rem}.InitialHero-module__Wlhj4G__backgroundWrapper{width:clamp(150px,35vw,250px);height:clamp(250px,55vw,400px)}.InitialHero-module__Wlhj4G__phoneImage{max-width:clamp(120px,30vw,200px)}}@media (min-width:1920px){.InitialHero-module__Wlhj4G__heroContent{max-width:1600px}.InitialHero-module__Wlhj4G__textContent{max-width:45%}}@media (prefers-reduced-motion:reduce){.InitialHero-module__Wlhj4G__titleWrapper,.InitialHero-module__Wlhj4G__ctaButtons,.InitialHero-module__Wlhj4G__phoneWrapper{transition:none;animation:none}}
.ScaningAnimation-module__g74XoG__section{box-sizing:border-box;background:#000;width:100%;height:100dvh;padding-top:100px;padding-bottom:20px;position:relative;overflow:hidden}.ScaningAnimation-module__g74XoG__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ScaningAnimation-module__g74XoG__container.ScaningAnimation-module__g74XoG__active{z-index:9999}.ScaningAnimation-module__g74XoG__progress{z-index:100;flex-direction:column;gap:12px;display:flex;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.ScaningAnimation-module__g74XoG__dot{background:#ffffff4d;border-radius:50%;width:10px;height:10px;transition:all .3s}.ScaningAnimation-module__g74XoG__dot.ScaningAnimation-module__g74XoG__current{background:#4a90e2;transform:scale(1.2);box-shadow:0 0 10px #4a90e2}.ScaningAnimation-module__g74XoG__dot.ScaningAnimation-module__g74XoG__done{background:#4a90e299}.ScaningAnimation-module__g74XoG__hintBottom{color:#fff9;font-family:var(--font-family-secondary);z-index:100;align-items:center;gap:8px;font-size:14px;font-weight:300;animation:2s ease-in-out infinite ScaningAnimation-module__g74XoG__pulse;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.ScaningAnimation-module__g74XoG__hintTop{color:#fff9;font-family:var(--font-family-secondary);z-index:100;align-items:center;gap:8px;font-size:14px;font-weight:300;animation:2s ease-in-out infinite ScaningAnimation-module__g74XoG__pulse;display:flex;position:absolute;top:100px;left:50%;transform:translate(-50%)}@keyframes ScaningAnimation-module__g74XoG__pulse{0%,to{opacity:.5}50%{opacity:1}}.ScaningAnimation-module__g74XoG__content{box-sizing:border-box;justify-content:center;align-items:center;gap:6rem;width:100%;max-width:1400px;padding:0 4rem;display:flex}.ScaningAnimation-module__g74XoG__left{z-index:20;flex:none;max-width:500px;margin-left:auto;position:relative}.ScaningAnimation-module__g74XoG__bg{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.ScaningAnimation-module__g74XoG__title{z-index:2;font-family:var(--font-family-primary),"Poppins",sans-serif;font-size:var(--hero-title-size);font-weight:var(--hero-title-weight);color:#fff;opacity:0;line-height:1.2;transition:all 1s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(2rem)}.ScaningAnimation-module__g74XoG__title.ScaningAnimation-module__g74XoG__show{opacity:1;transform:translateY(0)}.ScaningAnimation-module__g74XoG__logoWrap{z-index:2;opacity:0;margin:1rem 0 2rem 1px;transition:all 1s cubic-bezier(.4,0,.2,1) .2s;position:relative}.ScaningAnimation-module__g74XoG__logoWrap.ScaningAnimation-module__g74XoG__show{opacity:1}.ScaningAnimation-module__g74XoG__logo{width:auto;max-width:220px;height:auto}.ScaningAnimation-module__g74XoG__cta{z-index:2;opacity:0;gap:2rem;transition:all 1s cubic-bezier(.4,0,.2,1) .4s;display:flex;position:relative;transform:translateY(2rem)}.ScaningAnimation-module__g74XoG__cta.ScaningAnimation-module__g74XoG__show{opacity:1;transform:translateY(0)}.ScaningAnimation-module__g74XoG__btn{font-family:var(--font-family-primary),"Poppins",sans-serif;font-size:1.4rem;font-weight:var(--button-text-weight);color:#fff;cursor:pointer;white-space:nowrap;background:#4d7cfe;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 40px #4d7cfe66}.ScaningAnimation-module__g74XoG__btn:hover{background:linear-gradient(135deg,#3d6cee 0%,#5d8cff 100%);transform:translateY(-2px);box-shadow:0 15px 50px #4d7cfe80}.ScaningAnimation-module__g74XoG__right{flex:none;justify-content:center;align-items:center;min-height:420px;margin-right:auto;display:flex;position:relative}.ScaningAnimation-module__g74XoG__frame{opacity:0;flex-direction:column;justify-content:center;align-items:center;width:600px;height:420px;transition:all 1.2s cubic-bezier(.4,0,.2,1) .3s;display:flex;position:relative;transform:scale(.95)}.ScaningAnimation-module__g74XoG__frame.ScaningAnimation-module__g74XoG__show{opacity:1;transform:scale(1)}.ScaningAnimation-module__g74XoG__frame.ScaningAnimation-module__g74XoG__tap{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ScaningAnimation-module__g74XoG__corner{border:7px solid #4a90e2;width:150px;height:150px;position:absolute}.ScaningAnimation-module__g74XoG__tl{border-bottom:none;border-right:none;top:0;left:0}.ScaningAnimation-module__g74XoG__tr{border-bottom:none;border-left:none;top:0;right:0}.ScaningAnimation-module__g74XoG__bl{border-top:none;border-right:none;bottom:0;left:0}.ScaningAnimation-module__g74XoG__br{border-top:none;border-left:none;bottom:0;right:0}.ScaningAnimation-module__g74XoG__line{opacity:0;background:linear-gradient(#0000,#4a90e24d,#4a90e2,#4a90e24d,#0000);width:100%;height:3px;transition:opacity .3s;position:absolute;top:50%;left:0;box-shadow:0 0 20px #4a90e2,0 0 40px #4a90e2}.ScaningAnimation-module__g74XoG__line.ScaningAnimation-module__g74XoG__scan{opacity:1;animation:.5s ease-in-out ScaningAnimation-module__g74XoG__scanDown}.ScaningAnimation-module__g74XoG__line.ScaningAnimation-module__g74XoG__scan.ScaningAnimation-module__g74XoG__up{animation:.5s ease-in-out ScaningAnimation-module__g74XoG__scanUp}@keyframes ScaningAnimation-module__g74XoG__scanDown{0%{top:0%}to{top:100%}}@keyframes ScaningAnimation-module__g74XoG__scanUp{0%{top:100%}to{top:0%}}.ScaningAnimation-module__g74XoG__text{z-index:10;text-align:center;transition:opacity .2s ease-out;position:relative}.ScaningAnimation-module__g74XoG__text.ScaningAnimation-module__g74XoG__fade{opacity:0}.ScaningAnimation-module__g74XoG__textTitle{font-family:var(--font-family-primary);color:#8ab4f8;text-shadow:0 0 15px #3b82f6e6,0 0 30px #2563eb99,0 0 50px #2563eb66;margin-bottom:16px;font-size:60px;font-weight:700;line-height:1.1}.ScaningAnimation-module__g74XoG__textSub{font-family:var(--font-family-secondary);color:#fff;font-size:26px;font-weight:300}.ScaningAnimation-module__g74XoG__tapUp,.ScaningAnimation-module__g74XoG__tapDown{color:#8ab4f8cc;font-family:var(--font-family-secondary);pointer-events:none;flex-direction:column;align-items:center;gap:8px;font-size:14px;font-weight:300;animation:2s ease-in-out infinite ScaningAnimation-module__g74XoG__pulse;display:flex;position:absolute;left:50%;transform:translate(-50%)}.ScaningAnimation-module__g74XoG__tapUp{top:20px}.ScaningAnimation-module__g74XoG__tapDown{bottom:20px}@media (max-width:1024px){.ScaningAnimation-module__g74XoG__content{gap:2rem;padding:0 2rem}.ScaningAnimation-module__g74XoG__progress{right:20px}.ScaningAnimation-module__g74XoG__frame{width:480px;height:360px}.ScaningAnimation-module__g74XoG__corner{border-width:6px;width:120px;height:120px}.ScaningAnimation-module__g74XoG__textTitle{font-size:48px}.ScaningAnimation-module__g74XoG__textSub{font-size:22px}}@media (max-width:768px){.ScaningAnimation-module__g74XoG__section{height:auto;min-height:100dvh;padding:80px 0 2rem}.ScaningAnimation-module__g74XoG__progress,.ScaningAnimation-module__g74XoG__hintBottom,.ScaningAnimation-module__g74XoG__hintTop{display:none}.ScaningAnimation-module__g74XoG__content{text-align:center;flex-direction:column;gap:3rem;padding:2rem 1.5rem}.ScaningAnimation-module__g74XoG__left{max-width:100%;margin-left:0}.ScaningAnimation-module__g74XoG__title{text-align:center;font-size:2rem}.ScaningAnimation-module__g74XoG__logoWrap{justify-content:center;margin-left:0;display:flex}.ScaningAnimation-module__g74XoG__logo{max-width:160px}.ScaningAnimation-module__g74XoG__cta{flex-direction:column;justify-content:center;gap:1rem;width:100vw;margin-left:calc(50% - 50vw);padding:0 1.5rem}.ScaningAnimation-module__g74XoG__btn{justify-content:center;padding:1rem 2rem;font-size:1rem;width:100%!important}.ScaningAnimation-module__g74XoG__right{width:100%;min-height:400px}.ScaningAnimation-module__g74XoG__frame{width:90vw;max-width:450px;height:380px}.ScaningAnimation-module__g74XoG__corner{border-width:5px;width:100px;height:100px}.ScaningAnimation-module__g74XoG__textTitle{font-size:40px}.ScaningAnimation-module__g74XoG__textSub{font-size:18px}}@media (max-width:480px){.ScaningAnimation-module__g74XoG__title{font-size:1.75rem}.ScaningAnimation-module__g74XoG__frame{width:90vw;max-width:350px;height:320px}.ScaningAnimation-module__g74XoG__corner{border-width:4px;width:80px;height:80px}.ScaningAnimation-module__g74XoG__textTitle{font-size:32px}.ScaningAnimation-module__g74XoG__textSub{font-size:16px}}@media (prefers-reduced-motion:reduce){.ScaningAnimation-module__g74XoG__title,.ScaningAnimation-module__g74XoG__cta,.ScaningAnimation-module__g74XoG__frame,.ScaningAnimation-module__g74XoG__line,.ScaningAnimation-module__g74XoG__text{transition:none;animation:none}}
.DPPReadiness-module__7hIOzW__heroContainer{background:#000;width:100%;min-height:90vh;padding-top:100px;position:relative;overflow:hidden}.DPPReadiness-module__7hIOzW__heroContent{z-index:10;justify-content:space-between;align-items:center;gap:4rem;max-width:1400px;min-height:calc(90vh - 100px);margin:0 auto;padding:2rem 4rem;display:flex;position:relative}.DPPReadiness-module__7hIOzW__textContent{z-index:20;flex:1;max-width:600px}.DPPReadiness-module__7hIOzW__heroTitle{font-family:var(--font-family-primary),"Poppins",sans-serif;font-size:var(--hero-title-size);font-weight:var(--hero-title-weight);color:#fff;opacity:0;margin-bottom:1.5rem;line-height:1.2;transition:all 1s cubic-bezier(.4,0,.2,1);transform:translateY(2rem)}.DPPReadiness-module__7hIOzW__heroTitle.DPPReadiness-module__7hIOzW__visible{opacity:1;transform:translateY(0)}.DPPReadiness-module__7hIOzW__highlightText{color:#7ea8ff;text-shadow:0 0 10px #5d8cff,0 0 20px #4d7cfe;font-weight:inherit;display:inline-block;position:relative}.DPPReadiness-module__7hIOzW__heroSubtitle{font-family:var(--font-family-secondary),"Open Sans",sans-serif;font-size:var(--hero-subtitle-size);font-weight:var(--hero-subtitle-weight);color:#d1d5db;line-height:var(--line-height-body);opacity:0;margin-bottom:2.5rem;transition:all 1s cubic-bezier(.4,0,.2,1) .2s;transform:translateY(2rem)}.DPPReadiness-module__7hIOzW__heroSubtitle.DPPReadiness-module__7hIOzW__visible{opacity:1;transform:translateY(0)}.DPPReadiness-module__7hIOzW__ctaButtons{opacity:0;justify-content:center;align-items:center;gap:2rem;padding-right:5%;transition:all 1s cubic-bezier(.4,0,.2,1) .4s;display:flex;transform:translateY(2rem)}.DPPReadiness-module__7hIOzW__ctaButtons.DPPReadiness-module__7hIOzW__visible{opacity:1;transform:translateY(0)}.DPPReadiness-module__7hIOzW__learnMoreButton{font-family:var(--font-family-primary),"Poppins",sans-serif;color:#fff;text-underline-offset:4px;cursor:pointer;white-space:nowrap;font-size:1.4rem;font-weight:600;text-decoration:underline;transition:all .3s}.DPPReadiness-module__7hIOzW__learnMoreButton:hover{color:#4d7cfe;text-decoration-color:#4d7cfe}.DPPReadiness-module__7hIOzW__bookDemoButton{font-family:var(--font-family-primary),"Poppins",sans-serif;font-size:1.4rem;font-weight:var(--button-text-weight);color:#fff;cursor:pointer;white-space:nowrap;background:#4d7cfe;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:1rem 2rem;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #4d7cfe66}.DPPReadiness-module__7hIOzW__bookDemoButton:before{content:"";opacity:0;background:linear-gradient(135deg,#3d6cee 0%,#5d8cff 100%);transition:opacity .3s;position:absolute;inset:0}.DPPReadiness-module__7hIOzW__bookDemoButton:hover:before{opacity:1}.DPPReadiness-module__7hIOzW__bookDemoButton:hover{transform:translateY(-2px);box-shadow:0 15px 50px #4d7cfe80}.DPPReadiness-module__7hIOzW__bookDemoButton span{z-index:1;position:relative}.DPPReadiness-module__7hIOzW__bookDemoButton .DPPReadiness-module__7hIOzW__arrowIcon{z-index:1;transition:transform .3s;position:relative}.DPPReadiness-module__7hIOzW__bookDemoButton:hover .DPPReadiness-module__7hIOzW__arrowIcon{transform:translate(4px)}.DPPReadiness-module__7hIOzW__bookDemoButton:active{transform:translateY(0)}.DPPReadiness-module__7hIOzW__phoneSection{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:500px;padding:1.5rem;display:flex;position:relative}.DPPReadiness-module__7hIOzW__passportTitle{z-index:15;opacity:0;align-items:center;gap:.75rem;margin-bottom:1.5rem;transition:all 1s cubic-bezier(.4,0,.2,1) .5s;display:flex;position:relative;transform:translateY(-1rem)}.DPPReadiness-module__7hIOzW__passportTitle.DPPReadiness-module__7hIOzW__visible{opacity:1;transform:translateY(0)}.DPPReadiness-module__7hIOzW__passportIcon{justify-content:center;align-items:center;width:70px;height:70px;padding:.5rem;display:flex}.DPPReadiness-module__7hIOzW__passportIconImage{object-fit:contain;filter:brightness(1.2);width:100%;height:100%}.DPPReadiness-module__7hIOzW__passportTitleText{font-family:var(--font-family-primary),"Poppins",sans-serif;color:#fff;text-shadow:0 2px 10px #000c;font-size:clamp(1rem,1.8vw,1.4rem);font-weight:600}.DPPReadiness-module__7hIOzW__phoneWrapper{z-index:10;opacity:0;transition:all 1.2s cubic-bezier(.4,0,.2,1) .3s;position:relative;transform:scale(.95)}.DPPReadiness-module__7hIOzW__phoneWrapper.DPPReadiness-module__7hIOzW__visible{opacity:1;transform:scale(1)}.DPPReadiness-module__7hIOzW__phoneImage{filter:drop-shadow(0 20px 60px #00000080);border-radius:12px;width:100%;max-width:1000px;height:auto}.DPPReadiness-module__7hIOzW__featuresContainer{pointer-events:none;z-index:20;position:absolute;inset:0}.DPPReadiness-module__7hIOzW__featureItem{opacity:0;pointer-events:auto;align-items:center;gap:1rem;animation:1s ease-out forwards DPPReadiness-module__7hIOzW__fadeInScale;display:flex;position:absolute}.DPPReadiness-module__7hIOzW__featureItem.DPPReadiness-module__7hIOzW__visible{opacity:1}.DPPReadiness-module__7hIOzW__featureBox{text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:.6rem 1rem;transition:all .3s;display:flex;position:relative}.DPPReadiness-module__7hIOzW__featureBox:hover{transform:scale(1.05)}.DPPReadiness-module__7hIOzW__featureIcon{object-fit:contain;filter:brightness(1.2);width:40px;height:40px}.DPPReadiness-module__7hIOzW__bracketCornerTopLeft,.DPPReadiness-module__7hIOzW__bracketCornerTopRight,.DPPReadiness-module__7hIOzW__bracketCornerBottomLeft,.DPPReadiness-module__7hIOzW__bracketCornerBottomRight{pointer-events:none;border-style:solid;border-color:#4d7cfe;width:16px;height:16px;position:absolute}.DPPReadiness-module__7hIOzW__bracketCornerTopLeft{border-width:3px 0 0 3px;top:0;left:0}.DPPReadiness-module__7hIOzW__bracketCornerTopRight{border-width:3px 3px 0 0;top:0;right:0}.DPPReadiness-module__7hIOzW__bracketCornerBottomLeft{border-width:0 0 3px 3px;bottom:0;left:0}.DPPReadiness-module__7hIOzW__bracketCornerBottomRight{border-width:0 3px 3px 0;bottom:0;right:0}.DPPReadiness-module__7hIOzW__featureLabel{color:#66c3ef;white-space:nowrap;text-shadow:0 2px 8px #000c;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.DPPReadiness-module__7hIOzW__connectionLineTraceability,.DPPReadiness-module__7hIOzW__connectionLineCompliance,.DPPReadiness-module__7hIOzW__connectionLineCircularity{filter:drop-shadow(0 0 4px #4d7cfe80);position:absolute;overflow:visible}.DPPReadiness-module__7hIOzW__connectionLineTraceability{margin-top:5px;top:100%;left:50%}.DPPReadiness-module__7hIOzW__connectionLineCompliance{margin-top:5px;top:100%;left:-35%}.DPPReadiness-module__7hIOzW__connectionLineCircularity{margin-top:5px;top:100%;left:-165%}.DPPReadiness-module__7hIOzW__featureLeft{animation-delay:.7s;top:45%;left:5%;transform:translateY(-50%)}.DPPReadiness-module__7hIOzW__featureTopRight{animation-delay:.8s;top:25%;right:5%}.DPPReadiness-module__7hIOzW__featureBottomRight{animation-delay:.9s;bottom:15%;right:5%}@media (max-width:1024px){.DPPReadiness-module__7hIOzW__heroContent{gap:2rem;padding:2rem}.DPPReadiness-module__7hIOzW__textContent{max-width:500px}.DPPReadiness-module__7hIOzW__heroTitle{font-size:clamp(2rem,4vw,3rem)}.DPPReadiness-module__7hIOzW__phoneImage{max-width:700px}.DPPReadiness-module__7hIOzW__featureBox{padding:.5rem 1rem}.DPPReadiness-module__7hIOzW__featureLabel{font-size:.75rem}.DPPReadiness-module__7hIOzW__featureIcon{width:32px;height:32px}}@media (max-width:768px){.DPPReadiness-module__7hIOzW__heroContent{text-align:center;flex-direction:column;gap:3rem;padding:2rem 1.5rem}.DPPReadiness-module__7hIOzW__textContent{max-width:100%}.DPPReadiness-module__7hIOzW__heroTitle{font-size:2rem}.DPPReadiness-module__7hIOzW__heroSubtitle{font-size:1rem}.DPPReadiness-module__7hIOzW__ctaButtons{flex-direction:row;justify-content:center;gap:1rem;width:100%;padding-right:0}.DPPReadiness-module__7hIOzW__learnMoreButton,.DPPReadiness-module__7hIOzW__bookDemoButton{justify-content:center;width:100%;padding:.75rem 1.5rem;font-size:1rem}.DPPReadiness-module__7hIOzW__phoneSection{width:80%;min-height:500px;padding:1rem}.DPPReadiness-module__7hIOzW__phoneSection .DPPReadiness-module__7hIOzW__backgroundWrapper{border-radius:24px}.DPPReadiness-module__7hIOzW__passportTitle{margin-bottom:1.5rem}.DPPReadiness-module__7hIOzW__passportIcon{width:50px;height:50px}.DPPReadiness-module__7hIOzW__passportTitleText{font-size:1rem}.DPPReadiness-module__7hIOzW__phoneImage{max-width:650px}.DPPReadiness-module__7hIOzW__featureLeft{top:50%;left:-20%}.DPPReadiness-module__7hIOzW__featureTopRight{top:15%;right:-15%}.DPPReadiness-module__7hIOzW__featureBottomRight{bottom:15%;right:-15%}.DPPReadiness-module__7hIOzW__featureBox{padding:.5rem .75rem}.DPPReadiness-module__7hIOzW__featureLabel{font-size:.75rem}.DPPReadiness-module__7hIOzW__featureIcon{width:35px;height:35px}.DPPReadiness-module__7hIOzW__connectionLineTraceability,.DPPReadiness-module__7hIOzW__connectionLineCompliance,.DPPReadiness-module__7hIOzW__connectionLineCircularity{display:none}}@media (max-width:640px){.DPPReadiness-module__7hIOzW__heroContainer{padding-top:80px}.DPPReadiness-module__7hIOzW__heroContent{padding:1.5rem 1rem}.DPPReadiness-module__7hIOzW__heroTitle{margin-bottom:1rem;font-size:1.75rem}.DPPReadiness-module__7hIOzW__heroSubtitle{margin-bottom:2rem;font-size:.95rem}.DPPReadiness-module__7hIOzW__passportTitle{gap:.75rem;margin-bottom:1rem}.DPPReadiness-module__7hIOzW__passportIcon{width:45px;height:45px}.DPPReadiness-module__7hIOzW__passportTitleText{font-size:.9rem}.DPPReadiness-module__7hIOzW__phoneImage{max-width:500px}.DPPReadiness-module__7hIOzW__featureBox{text-align:center;flex-direction:column;gap:.25rem;padding:.5rem}.DPPReadiness-module__7hIOzW__featureLabel{font-size:.65rem}.DPPReadiness-module__7hIOzW__featureIcon{width:30px;height:30px}}@media (min-width:1920px){.DPPReadiness-module__7hIOzW__heroContent{max-width:1600px}.DPPReadiness-module__7hIOzW__handshakeWrapper{width:50%}.DPPReadiness-module__7hIOzW__textContent{max-width:45%}}@keyframes DPPReadiness-module__7hIOzW__fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.DPPReadiness-module__7hIOzW__heroTitle,.DPPReadiness-module__7hIOzW__heroSubtitle,.DPPReadiness-module__7hIOzW__ctaButtons,.DPPReadiness-module__7hIOzW__phoneWrapper,.DPPReadiness-module__7hIOzW__featureItem{transition:none;animation:none}}
