@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f2f2f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:#f2f2f2}#root{width:100%;min-height:100vh}button{font-family:inherit;border:none;background:none;cursor:pointer;padding:0;margin:0}a{text-decoration:none;color:inherit}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}button:focus-visible,a:focus-visible{outline:2px solid #6148FF;outline-offset:2px}.header{position:fixed;top:0;left:0;right:0;width:100%;padding:20px 240px;display:flex;flex-direction:column;align-items:center;z-index:1000;transition:all .3s ease}.nav-item:focus-visible,.contact-button:focus-visible{outline:2px solid #8B5CF6;outline-offset:2px;border-radius:4px}.topbar{width:1440px;max-width:100%;padding:8px 16px;background:#f2f2f2bf;border-radius:16px;box-shadow:0 9px 13px #0d162f1a,0 2px 2px #16134a14,0 -2px #16134a14,0 0 1px #16134a80;display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.container{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px}.logo{width:202px;height:48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.logo-image{width:196px;height:47px;object-fit:cover}.navigation{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;flex:1}.nav-item{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:0 32px;cursor:pointer;position:relative;transition:all .2s ease}.nav-item:hover{background:#6148ff0d;border-radius:6px}.nav-inner{display:flex;flex-direction:column;align-items:center;padding:0 16px;position:relative}.nav-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0d162f;text-align:left;white-space:nowrap}.nav-underline{position:absolute;bottom:-26px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#6148ff;opacity:0;transition:opacity .2s ease}.nav-item.active .nav-underline{opacity:1}.right-section{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}.contact-button{display:flex;flex-direction:row;justify-content:center;align-items:center;width:136px;height:50px;padding:0;background:#6148ff;border:1px solid #3B32F9;border-radius:8px;cursor:pointer;box-shadow:0 2px 2px #6056ff40,0 9px 13px -5px #6056ff66,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#fff;text-align:center;transition:all .2s ease}.contact-button:hover{transform:translateY(-1px);box-shadow:0 4px 4px #6056ff59,0 12px 16px -5px #6056ff80,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.contact-button.active{background:#5a42e6;box-shadow:0 4px 4px #6056ff59,0 12px 16px -5px #6056ff80,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.contact-button:active{transform:translateY(0)}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{display:block;width:30px;height:3px;background-color:#0d162f;transition:all .3s ease;transform-origin:left}.mobile-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 9px 13px #0d162f1a,0 2px 2px #16134a14;padding:16px;margin:0 16px;opacity:1;transform:translateY(0);transition:all .3s ease}.mobile-nav{display:flex;flex-direction:column;gap:8px}.mobile-nav-item{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:16px;color:#0d162f;text-align:left;cursor:pointer;transition:all .2s ease}.mobile-nav-item:hover{background:#6148ff0d}.mobile-nav-item.active{background:#6148ff1a;color:#6148ff}.mobile-nav-item.contact-mobile{margin-top:8px;background:#6148ff;color:#fff;text-align:center;justify-content:center;box-shadow:0 2px 2px #6056ff40,0 9px 13px -5px #6056ff66}.mobile-nav-item.contact-mobile:hover{background:#5a42e6;transform:translateY(-1px)}.mobile-nav-item.contact-mobile.active{background:#5038d9}@media (max-width: 1440px){.header{padding:20px 180px}.topbar{padding:6px 16px}}@media (max-width: 1024px){.header{padding:15px 80px}.topbar{padding:5px 16px}.logo{width:160px;height:38px}.logo-image{width:156px;height:37px}.nav-item{padding:0 16px}.nav-text{font-size:14px}.contact-button{width:120px;height:44px;padding:0;font-size:14px}}@media (max-width: 768px){.header{padding:15px 20px}.topbar{padding:4px 16px;position:relative}.container{gap:16px}.logo{width:120px;height:28px}.logo-image{width:117px;height:27px}.navigation,.right-section{display:none}.hamburger-menu{display:flex}}.hero-section{position:relative;width:100%;min-height:681px;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;background:#f2f2f2;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.decorative-elements{position:relative;width:100%;height:100%}.star{position:absolute;background:#ededf9;border-radius:50%}.star-large{width:10.15px;height:10.15px}.star-small{width:5.81px;height:5.81px}.star-1{top:19.68px;left:354.84px}.star-2{top:277.92px;left:1280.11px}.star-3{top:368.77px;left:152.17px}.star-4{top:157.14px;left:557.3px}.star-5{top:86.76px;left:934.44px}.star-6{top:273.76px;left:459.72px}.star-7{top:150.59px;left:1355.72px}.star-8{top:353.7px;left:1280.05px}.star-9{top:423.03px;left:387.44px}.star-10{top:0;left:1019.66px}.star-11{top:342.87px;left:1450.06px}.star-12{top:325.06px;left:185.32px}.star-13{top:546.96px;left:573.38px}.star-14{top:437.16px;left:799.62px}.star-15{top:19.26px;left:1007.07px}.star-16{top:31.42px;left:1025.93px}.star-17{top:277.25px;left:384.49px}.star-18{top:104.98px;left:110.86px}.star-19{top:532.81px;left:1235.73px}.star-20{top:525.08px;left:1553.12px}.decorative-vector{position:absolute;width:9.22px;height:9.87px;background:#fff;border:3.7px solid #EDEDF9;box-shadow:inset 0 0 2.47px #00000040;border-radius:2px}.vector-1{top:456.73px;left:1320.98px}.vector-2{top:456.73px;left:583.56px}.vector-3{top:175.72px;left:537.48px}.vector-4{top:272.55px;left:1472.19px}.hero-container{position:relative;z-index:1;width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;align-self:stretch;justify-content:center;padding:70px 0;margin:0 auto}.hero-content{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:32px}.hero-badge{display:flex;flex-direction:column;align-items:center;align-self:stretch}.badge-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.badge-text span{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;color:#5c5c5c;text-align:center}.hero-heading{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 0 .81px}.hero-heading h1{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:58.13px;line-height:1.288em;letter-spacing:-3.44%;color:#0d162f;text-align:center;width:100%}.hero-description{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:1.1px 0 0}.hero-description p{margin:0;width:100%;max-width:900px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center}.hero-section .hero-container .hero-content .hero-tags{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:12px!important;width:auto!important;align-self:auto!important}.hero-section .hero-container .hero-content .hero-tags .tech-tag{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;padding:9px 17px!important;background:#16134a0a!important;border-radius:8px!important;transition:all .2s ease!important;white-space:nowrap!important;flex-shrink:0!important;width:auto!important}.hero-section .hero-container .hero-content .hero-tags .tech-tag:hover{background:#16134a14!important;transform:translateY(-1px)!important}.tech-tag span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.714em;color:#5c5c5c;text-align:center}.hero-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;flex-wrap:wrap;gap:16px;padding:2px 0}.btn-primary,.btn-secondary{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 25px;border-radius:8px;border:1px solid;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;text-align:center;transition:all .2s ease}.btn-primary{background:#6148ff;border-color:#3b32f9;color:#fff;box-shadow:0 2px 2px #6056ff40,0 9px 13px -5px #6056ff66,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 4px #6056ff59,0 12px 16px -5px #6056ff80,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.btn-secondary{background:#fff;border-color:#e6e7ea;color:#0d162f;box-shadow:0 9px 13px -5px #0d162f1a,0 2px 2px -17px #0d162f0d,inset 0 -3px 0 1px #0d162f0d}.btn-secondary:hover{background:#f2f2f2;border-color:#6148ff;transform:translateY(-1px);box-shadow:0 12px 16px -5px #0d162f26,0 4px 4px -17px #0d162f14,inset 0 -3px 0 1px #0d162f0d}.btn-primary:active,.btn-secondary:active{transform:translateY(0)}@media (max-width: 1200px){.hero-container{padding:60px 120px}}@media (max-width: 1024px){.hero-container{padding:50px 80px}.hero-heading h1{font-size:48px}.hero-description p{width:600px}.star-1{top:15px;left:295px}.star-2{top:230px;left:1065px}.star-3{top:305px;left:126px}.star-4{top:130px;left:463px}.star-5{top:72px;left:777px}.star-6{top:227px;left:382px}.star-7{top:125px;left:1128px}.star-8{top:294px;left:1064px}.star-9{top:351px;left:322px}.star-10{top:0;left:848px}}@media (max-width: 768px){.hero-container{padding:40px}.hero-heading h1{font-size:42px}.hero-description p{width:500px;font-size:15px}.hero-tags{gap:8px}.tech-tag{padding:8px 14px}.tech-tag span{font-size:13px}.star:nth-child(n+15){display:none}}@media (max-width: 768px){.hero-section{min-height:500px}.hero-container{padding:40px;margin:0 auto}.hero-content{gap:24px}.hero-heading h1{font-size:32px;line-height:1.2em}.hero-description p{width:100%;font-size:14px}.hero-buttons{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:12px 20px;font-size:15px}.decorative-elements{display:none}}@media (max-width: 480px){.hero-heading h1{font-size:28px}.hero-description p{font-size:13px}.badge-text span{font-size:14px}.tech-tag{padding:6px 12px}.tech-tag span{font-size:12px}}.technology-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:60px 0;background:#f2f2f2}.tech-container{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:32px;padding:0;margin:0 auto}.tech-badge-row{display:flex;flex-direction:row;justify-content:center;align-self:stretch}.tech-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.tech-heading{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.tech-heading h2{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.309em;letter-spacing:-.909%;color:#0d162f;text-align:center;width:100%}.tech-description{margin:16px 0 0;width:676.45px;max-width:100%;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center}.tech-features{display:flex;flex-direction:column;align-items:center;align-self:stretch}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:1400px}.feature-card{display:flex;flex-direction:column;justify-content:center;background:#fff;border:1px solid #E6E7EA;border-radius:16px;box-shadow:0 2px 4px -2px #0000000f,0 4px 8px -2px #0000001a;transition:all .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px -2px #0000001a,0 8px 16px -2px #00000026}.card-inner{display:flex;flex-direction:column;justify-content:center;align-self:stretch;padding:16px 32px}.card-header{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:10px}.feature-icon{width:24px;height:24px;position:relative;flex-shrink:0}.card-header h3{margin:0;padding:0;font-family:Inter,sans-serif;font-weight:700;font-size:14px!important;line-height:1.33em;color:#0d162f;text-align:left;border:none;outline:none}.card-body{display:flex;flex-direction:column;align-self:stretch;padding:9px 0 10px}.card-body p{margin:0;padding:0;font-family:Inter,sans-serif;font-weight:500;font-size:14px!important;line-height:1.33em;color:#0d162f;text-align:left}.feature-icon .icon-content{width:100%;height:100%;background-size:24px 24px;background-repeat:no-repeat;background-position:center}.analytics-icon .icon-content{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.0001%205.00005C12.0013%204.60008%2011.9224%204.20391%2011.7683%203.83485C11.6141%203.46579%2011.3877%203.13128%2011.1023%202.851C10.817%202.57072%2010.4785%202.35032%2010.1067%202.20278C9.73497%202.05524%209.33745%201.98353%208.93757%201.99186C8.53769%202.0002%208.14351%202.08841%207.77821%202.25132C7.41292%202.41422%207.08389%202.64853%206.81048%202.94045C6.53706%203.23238%206.32478%203.57604%206.18613%203.9512C6.04747%204.32637%205.98523%204.72548%206.00307%205.12505C5.41528%205.27619%204.86958%205.5591%204.40731%205.95236C3.94503%206.34562%203.57831%206.83892%203.33492%207.3949C3.09152%207.95087%202.97783%208.55494%203.00246%209.16136C3.02709%209.76778%203.18939%2010.3606%203.47707%2010.8951C2.97125%2011.306%202.5735%2011.8343%202.31841%2012.434C2.06333%2013.0337%201.95863%2013.6866%202.01344%2014.336C2.06824%2014.9854%202.28089%2015.6116%202.63288%2016.1601C2.98487%2016.7085%203.46554%2017.1627%204.03307%2017.4831C3.96299%2018.0253%204.00481%2018.5761%204.15596%2019.1016C4.30711%2019.627%204.56437%2020.1159%204.91186%2020.538C5.25935%2020.9601%205.68968%2021.3065%206.17629%2021.5558C6.6629%2021.8051%207.19545%2021.952%207.74105%2021.9874C8.28665%2022.0228%208.83372%2021.946%209.34846%2021.7617C9.86321%2021.5774%2010.3347%2021.2895%2010.7338%2020.9158C11.133%2020.5421%2011.4512%2020.0906%2011.669%2019.5891C11.8868%2019.0876%2011.9995%2018.5468%2012.0001%2018V5.00005Z'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%205.00005C11.9988%204.60008%2012.0776%204.20391%2012.2318%203.83485C12.386%203.46579%2012.6124%203.13128%2012.8977%202.851C13.1831%202.57072%2013.5216%202.35032%2013.8934%202.20278C14.2651%202.05524%2014.6626%201.98353%2015.0625%201.99186C15.4624%202.0002%2015.8566%202.08841%2016.2219%202.25132C16.5872%202.41422%2016.9162%202.64853%2017.1896%202.94045C17.463%203.23238%2017.6753%203.57604%2017.814%203.9512C17.9526%204.32637%2018.0149%204.72548%2017.997%205.12505C18.5848%205.27619%2019.1305%205.5591%2019.5928%205.95236C20.0551%206.34562%2020.4218%206.83892%2020.6652%207.3949C20.9086%207.95087%2021.0223%208.55494%2020.9976%209.16136C20.973%209.76778%2020.8107%2010.3606%2020.523%2010.8951C21.0288%2011.306%2021.4266%2011.8343%2021.6817%2012.434C21.9368%2013.0337%2022.0415%2013.6866%2021.9867%2014.336C21.9318%2014.9854%2021.7192%2015.6116%2021.3672%2016.1601C21.0152%2016.7085%2020.5345%2017.1627%2019.967%2017.4831C20.0371%2018.0253%2019.9953%2018.5761%2019.8441%2019.1016C19.693%2019.627%2019.4357%2020.1159%2019.0882%2020.538C18.7407%2020.9601%2018.3104%2021.3065%2017.8238%2021.5558C17.3372%2021.8051%2016.8046%2021.952%2016.259%2021.9874C15.7134%2022.0228%2015.1664%2021.946%2014.6516%2021.7617C14.1369%2021.5774%2013.6654%2021.2895%2013.2663%2020.9158C12.8671%2020.5421%2012.5488%2020.0906%2012.331%2019.5891C12.1133%2019.0876%2012.0006%2018.5468%2012%2018V5.00005Z'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%2013C14.1604%2012.7047%2013.4273%2012.167%2012.8933%2011.455C12.3593%2010.743%2012.0485%209.88867%2012%209C11.9515%209.88867%2011.6407%2010.743%2011.1067%2011.455C10.5727%2012.167%209.83956%2012.7047%209%2013'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.5991%206.5C17.8411%206.08059%2017.978%205.60882%2017.9981%205.125'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.00293%205.125C6.0227%205.60873%206.15926%206.0805%206.40093%206.5'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.47705%2010.896C3.65999%2010.747%203.85575%2010.6145%204.06205%2010.5'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.938%2010.5C20.1443%2010.6145%2020.34%2010.747%2020.523%2010.896'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.99996%2018.0004C5.31079%2018.0007%204.63323%2017.823%204.03296%2017.4844'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.967%2017.4844C19.3667%2017.823%2018.6892%2018.0007%2018%2018.0004'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.analytics-icon,.ml-icon,.cloud-icon,.realtime-icon,.frontend-icon,.blockchain-icon{margin-left:-32px}.cloud-icon{margin-top:-2px}.card-header .analytics-icon+h3,.card-header .ml-icon+h3,.card-header .cloud-icon+h3,.card-header .realtime-icon+h3,.card-header .frontend-icon+h3,.card-header .blockchain-icon+h3{margin-left:-19px;display:flex;align-items:flex-end;height:24px;margin-top:8px}.ml-icon .icon-content{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2020V22'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%202V4'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%2020V22'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%202V4'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%2012H4'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%2017H4'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%207H4'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M20%2012H22'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M20%2017H22'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M20%207H22'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%2020V22'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%202V4'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%204H6C4.89543%204%204%204.89543%204%206V18C4%2019.1046%204.89543%2020%206%2020H18C19.1046%2020%2020%2019.1046%2020%2018V6C20%204.89543%2019.1046%204%2018%204Z'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%208H9C8.44772%208%208%208.44772%208%209V15C8%2015.5523%208.44772%2016%209%2016H15C15.5523%2016%2016%2015.5523%2016%2015V9C16%208.44772%2015.5523%208%2015%208Z'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.cloud-icon .icon-content{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.4999%2019H8.99992C7.70178%2018.9997%206.42931%2018.6384%205.32469%2017.9565C4.22008%2017.2746%203.32684%2016.2989%202.74479%2015.1386C2.16274%2013.9783%201.91481%2012.679%202.02871%2011.3858C2.14261%2010.0927%202.61384%208.85671%203.38976%207.81598C4.16568%206.77526%205.21571%205.97079%206.42252%205.49249C7.62932%205.01418%208.94536%204.88087%2010.2236%205.10747C11.5018%205.33406%2012.6918%205.91162%2013.6606%206.77561C14.6295%207.6396%2015.339%208.75598%2015.7099%2010H17.4999C18.6934%2010%2019.838%2010.4741%2020.6819%2011.318C21.5258%2012.1619%2021.9999%2013.3065%2021.9999%2014.5C21.9999%2015.6935%2021.5258%2016.8381%2020.6819%2017.682C19.838%2018.5259%2018.6934%2019%2017.4999%2019Z'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.realtime-icon .icon-content{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.99999%2013.9997C3.81076%2014.0003%203.62522%2013.9473%203.46495%2013.8467C3.30467%2013.746%203.17623%2013.602%203.09454%2013.4313C3.01286%2013.2606%202.98129%2013.0703%203.00349%2012.8823C3.0257%2012.6944%203.10077%2012.5166%203.21999%2012.3697L13.12%202.16967C13.1943%202.08396%2013.2955%202.02603%2013.407%202.00541C13.5185%201.98478%2013.6337%202.00269%2013.7337%202.05618C13.8337%202.10967%2013.9126%202.19557%2013.9573%202.29978C14.0021%202.40399%2014.0101%202.52032%2013.98%202.62967L12.06%208.64967C12.0034%208.8012%2011.9844%208.96419%2012.0046%209.12468C12.0248%209.28517%2012.0837%209.43836%2012.1761%209.5711C12.2685%209.70385%2012.3918%209.81219%2012.5353%209.88684C12.6788%209.96148%2012.8382%2010.0002%2013%209.99967H20C20.1892%209.99903%2020.3748%2010.0521%2020.535%2010.1527C20.6953%2010.2533%2020.8238%2010.3973%2020.9054%2010.568C20.9871%2010.7387%2021.0187%2010.9291%2020.9965%2011.117C20.9743%2011.3049%2020.8992%2011.4827%2020.78%2011.6297L10.88%2021.8297C10.8057%2021.9154%2010.7045%2021.9733%2010.593%2021.9939C10.4815%2022.0146%2010.3663%2021.9967%2010.2663%2021.9432C10.1663%2021.8897%2010.0874%2021.8038%2010.0427%2021.6996C9.99791%2021.5954%209.98991%2021.479%2010.02%2021.3697L11.94%2015.3497C11.9966%2015.1982%2012.0156%2015.0352%2011.9954%2014.8747C11.9752%2014.7142%2011.9163%2014.561%2011.8239%2014.4282C11.7315%2014.2955%2011.6082%2014.1872%2011.4647%2014.1125C11.3212%2014.0379%2011.1617%2013.9991%2011%2013.9997H3.99999Z'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.frontend-icon .icon-content{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2012H19.52C19.083%2011.9991%2018.6577%2012.1413%2018.3091%2012.405C17.9606%2012.6686%2017.708%2013.0392%2017.59%2013.46L15.24%2021.82C15.2249%2021.8719%2015.1933%2021.9175%2015.15%2021.95C15.1067%2021.9825%2015.0541%2022%2015%2022C14.9459%2022%2014.8933%2021.9825%2014.85%2021.95C14.8067%2021.9175%2014.7751%2021.8719%2014.76%2021.82L9.24%202.18C9.22485%202.12807%209.19327%202.08246%209.15%202.05C9.10673%202.01754%209.05409%202%209%202C8.94591%202%208.89327%202.01754%208.85%202.05C8.80673%202.08246%208.77515%202.12807%208.76%202.18L6.41%2010.54C6.29246%2010.9592%206.04138%2011.3285%205.69486%2011.592C5.34835%2011.8555%204.92532%2011.9988%204.49%2012H2'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.blockchain-icon .icon-content{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2013.0004C20%2018.0004%2016.5%2020.5005%2012.34%2021.9505C12.1222%2022.0243%2011.8855%2022.0207%2011.67%2021.9405C7.5%2020.5005%204%2018.0004%204%2013.0004V6.00045C4%205.73523%204.10536%205.48088%204.29289%205.29334C4.48043%205.10581%204.73478%205.00045%205%205.00045C7%205.00045%209.5%203.80045%2011.24%202.28045C11.4519%202.09945%2011.7214%202%2012%202C12.2786%202%2012.5481%202.09945%2012.76%202.28045C14.51%203.81045%2017%205.00045%2019%205.00045C19.2652%205.00045%2019.5196%205.10581%2019.7071%205.29334C19.8946%205.48088%2020%205.73523%2020%206.00045V13.0004Z'%20stroke='%236148FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.tech-cta{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;flex-wrap:wrap;gap:16px;padding:1.1px 0 0}.btn-explore{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 25px;background:#6148ff;border:1px solid #3B32F9;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 2px #6056ff40,0 9px 13px -5px #6056ff66,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#fff;text-align:center}.btn-explore:hover{transform:translateY(-1px);box-shadow:0 4px 4px #6056ff59,0 12px 16px -5px #6056ff80,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.btn-explore:active{transform:translateY(0)}@media (max-width: 1200px){.tech-container{padding:0 120px}.features-grid{max-width:900px}}@media (max-width: 1024px){.technology-section{padding:50px 0}.tech-container{padding:0 80px}.tech-heading h2{font-size:36px}.tech-description{width:100%;font-size:15px}.features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.card-inner{padding:14px 24px}.card-header h3,.card-body p{font-size:13px}}@media (max-width: 768px){.technology-section{padding:40px 0}.tech-container{gap:24px;padding:0 40px}.tech-heading h2{font-size:28px;line-height:1.2em}.tech-description{font-size:14px;margin-top:12px}.features-grid{grid-template-columns:1fr;gap:12px}.feature-card{max-width:500px;margin:0 auto}.card-inner{padding:16px 20px}.btn-explore{width:100%;max-width:320px;padding:12px 20px;font-size:15px}}@media (max-width: 480px){.tech-heading h2{font-size:24px}.tech-description{font-size:13px}.badge-text span{font-size:14px}.card-header h3{font-size:12px}.card-body p{font-size:12px;line-height:1.4em}.feature-icon{width:20px;height:20px}}.careers-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:60px 0;background:#f2f2f2}.careers-container{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:32px;padding:0;margin:0 auto}.careers-badge-row{display:flex;flex-direction:row;justify-content:center;align-self:stretch}.careers-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.careers-heading{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.careers-heading h2{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.309em;letter-spacing:-.909%;color:#0d162f;text-align:center;width:100%}.careers-description{margin:16px 0 0;width:676.45px;max-width:100%;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center}.jobs-container{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch}.jobs-grid{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.jobs-row{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:15px}.job-card{display:flex;flex-direction:column;gap:16px;padding:32px;background:#fff;border:1px solid #E6E7EA;border-radius:16px;box-shadow:0 2px 4px -2px #0000000f,0 4px 8px -2px #0000001a;flex:1;transition:all .2s ease}.job-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px -2px #0000001a,0 8px 16px -2px #00000026}.card-container{display:flex;flex-direction:column;align-self:stretch;gap:30px}.job-card-top{display:flex;flex-direction:column;align-self:stretch}.job-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:18px;width:64px;height:64px;background:#fff6;border-radius:47.41px;box-shadow:0 2px 2px #0d162f0d;-webkit-backdrop-filter:blur(12.74px);backdrop-filter:blur(12.74px);position:relative}.icon-group{position:relative;width:32.03px;height:33.83px}.suitcase-body{position:absolute;top:0;left:0;width:32px;height:20px;background:linear-gradient(135deg,#9e9e9e,#414141);border-radius:2px;-webkit-backdrop-filter:blur(12.74px);backdrop-filter:blur(12.74px)}.suitcase-handle-1{position:absolute;top:10.83px;left:.03px;width:32px;height:23px;background:#c5c5c599;border:.61px solid;border-image:linear-gradient(135deg,#fff,#fff0) 1;border-radius:7px;-webkit-backdrop-filter:blur(12.74px);backdrop-filter:blur(12.74px)}.suitcase-handle-2{position:absolute;top:15.06px;left:10.71px;width:9.91px;height:2.36px;background:linear-gradient(90deg,#fff0,#fff 97.92%);border:.49px solid;border-image:linear-gradient(180deg,#fff0,#fff) 1;border-radius:79.83px;-webkit-backdrop-filter:blur(13.31px);backdrop-filter:blur(13.31px)}.job-card-mid{display:flex;flex-direction:column;align-self:stretch;height:112px}.job-card-mid h3{margin:0 0 8px;font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:1.82em;color:#0d162f;text-align:left}.job-card-mid p{margin:0;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.33em;color:#0d162f;text-align:left;flex:1}.job-card-bottom{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:16px}.job-tags{display:flex;flex-direction:row;align-items:center;gap:10px;flex:1;flex-wrap:wrap}.job-tag{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:5px 16px;background:#fff6;border:1px solid #E6E7EA;border-radius:32px;transition:all .2s ease}.job-tag:hover{background:#6148ff1a;border-color:#6148ff}.job-tag span{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;color:#5c5c5c;text-align:left}.tag-icon{width:20px;height:20px;position:relative;flex-shrink:0}.clock-icon{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.37508%201.67676C9.37508%201.33158%209.6549%201.05176%2010.0001%201.05176C14.9476%201.05176%2018.9584%205.06254%2018.9584%2010.0101C18.9584%2014.9576%2014.9476%2018.9684%2010.0001%2018.9684C5.05253%2018.9684%201.04175%2014.9576%201.04175%2010.0101C1.04175%209.66491%201.32157%209.38509%201.66675%209.38509C2.01193%209.38509%202.29175%209.66491%202.29175%2010.0101C2.29175%2014.2673%205.74289%2017.7184%2010.0001%2017.7184C14.2573%2017.7184%2017.7084%2014.2673%2017.7084%2010.0101C17.7084%205.7529%2014.2573%202.30176%2010.0001%202.30176C9.6549%202.30176%209.37508%202.02194%209.37508%201.67676Z'%20fill='%236148FF'/%3e%3cpath%20opacity='0.5'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.58302%202.00751C7.70733%202.32953%207.54705%202.69135%207.22503%202.81566C7.10717%202.86115%206.9907%202.90947%206.87571%202.96052C6.56022%203.10058%206.19093%202.95836%206.05087%202.64288C5.91082%202.32739%206.05303%201.9581%206.36852%201.81804C6.50227%201.75866%206.63776%201.70246%206.77488%201.64952C7.0969%201.52522%207.45872%201.6855%207.58302%202.00751ZM4.70646%203.54312C4.94451%203.79308%204.93486%204.18869%204.6849%204.42674C4.59351%204.51378%204.50426%204.60303%204.41722%204.69443C4.17917%204.94438%203.78356%204.95404%203.5336%204.71598C3.28364%204.47793%203.27399%204.08232%203.51204%203.83236C3.6131%203.72625%203.71673%203.62262%203.82284%203.52156C4.0728%203.28351%204.46841%203.29316%204.70646%203.54312ZM2.63335%206.0604C2.94884%206.20045%203.09105%206.56974%202.951%206.88523C2.89995%207.00022%202.85163%207.11669%202.80613%207.23456C2.68183%207.55657%202.32001%207.71685%201.99799%207.59255C1.67597%207.46824%201.5157%207.10642%201.64%206.7844C1.69294%206.64728%201.74914%206.51179%201.80852%206.37804C1.94858%206.06255%202.31787%205.92034%202.63335%206.0604Z'%20fill='%230D162F'/%3e%3cpath%20opacity='0.5'%20d='M10%206.88477C10.3452%206.88477%2010.625%207.16459%2010.625%207.50977V10.2181H13.3333C13.6785%2010.2181%2013.9583%2010.4979%2013.9583%2010.8431C13.9583%2011.1883%2013.6785%2011.4681%2013.3333%2011.4681H10C9.65482%2011.4681%209.375%2011.1883%209.375%2010.8431V7.50977C9.375%207.16459%209.65482%206.88477%2010%206.88477Z'%20fill='%230D162F'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.location-icon{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.8989%2017.935C14.3618%2017.935%2017.9798%2014.3171%2017.9798%209.85426C17.9798%205.39133%2014.3618%201.77344%209.8989%201.77344C5.43601%201.77344%201.81812%205.39133%201.81812%209.85426C1.81812%2014.3171%205.43601%2017.935%209.8989%2017.935Z'%20stroke='%236056FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.22241%2010.2578L6.66684%2011.8739L5.85878%2014.7022L6.66684%2017.1265'%20stroke='%236056FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9394%2016.7224L13.5353%2014.7022L11.5151%2013.8942V11.0659L13.9394%2010.2578L17.5757%2010.6618'%20stroke='%236056FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.5555%204.60156L15.1515%205.81368L12.3232%206.2177V8.64194L14.3434%207.83388H15.9596L17.5758%208.64194'%20stroke='%236056FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.22241%208.64169L4.24262%207.0255L6.26284%206.62144L7.87896%204.19722L7.0709%202.58105'%20stroke='%236056FF'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.level-icon{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.50472%203.84135H2.17798C1.25932%203.84135%200.514605%204.58608%200.514605%205.5047V13.8216C0.514605%2014.7403%201.25932%2015.4849%202.17798%2015.4849H15.4849C16.4036%2015.4849%2017.1483%2014.7403%2017.1483%2013.8216V5.5047C17.1483%204.58608%2016.4036%203.84135%2015.4849%203.84135H12.1582M5.50472%203.84135V1.01362C5.50472%200.738025%205.72815%200.514605%206.00373%200.514605H11.6592C11.9348%200.514605%2012.1582%200.738025%2012.1582%201.01362V3.84135M5.50472%203.84135H12.1582'%20stroke='%236056FF'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.culture-text{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;gap:10px}.culture-text p{margin:0;width:676.45px;max-width:100%;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center}.careers-cta{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;flex-wrap:wrap;gap:16px}.btn-apply,.btn-more-roles{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 25px;border-radius:8px;border:1px solid;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;text-align:center;transition:all .2s ease}.btn-apply{background:#6148ff;border-color:#3b32f9;color:#fff;box-shadow:0 2px 2px #6056ff40,0 9px 13px -5px #6056ff66,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.btn-apply:hover{transform:translateY(-1px);box-shadow:0 4px 4px #6056ff59,0 12px 16px -5px #6056ff80,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.btn-more-roles{background:#fff;border-color:#e6e7ea;color:#0d162f;box-shadow:0 9px 13px -5px #0d162f1a,0 2px 2px -17px #0d162f0d,inset 0 -3px 0 1px #0d162f0d}.btn-more-roles:hover{background:#f2f2f2;border-color:#6148ff;transform:translateY(-1px);box-shadow:0 12px 16px -5px #0d162f26,0 4px 4px -17px #0d162f14,inset 0 -3px 0 1px #0d162f0d}.btn-apply:active,.btn-more-roles:active{transform:translateY(0)}@media (max-width: 1200px){.careers-container{padding:0 120px}}@media (max-width: 1024px){.careers-section{padding:50px 0}.careers-container{padding:0 80px}.careers-heading h2{font-size:36px}.careers-description,.culture-text p{width:100%;font-size:15px}.jobs-row{gap:12px}.job-card{padding:24px}.job-card-mid h3{font-size:18px}.job-card-mid p{font-size:13px}.job-tag span{font-size:14px}}@media (max-width: 768px){.careers-section{padding:40px 0}.careers-container{gap:24px;padding:0 40px}.careers-heading h2{font-size:28px;line-height:1.2em}.careers-description,.culture-text p{font-size:14px;margin-top:12px}.jobs-row{flex-direction:column;gap:12px}.job-card{max-width:500px;margin:0 auto;padding:20px}.job-card-mid{height:auto}.job-tags{flex-wrap:wrap;gap:8px}.job-tag{padding:4px 12px}.job-tag span{font-size:13px}.careers-cta{flex-direction:column;gap:12px}.btn-apply,.btn-more-roles{width:100%;max-width:320px;padding:12px 20px;font-size:15px}}@media (max-width: 480px){.careers-heading h2{font-size:24px}.careers-description,.culture-text p{font-size:13px}.badge-text span{font-size:14px}.job-card-mid h3{font-size:16px}.job-card-mid p{font-size:12px;line-height:1.4em}.job-icon{width:56px;height:56px;padding:14px}.icon-group{width:28px;height:30px}.suitcase-body{width:28px;height:18px}.suitcase-handle-1{width:28px;height:20px;top:9px}.suitcase-handle-2{width:8px;height:2px;top:13px;left:9px}}.aboutus-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:80px;padding:60px 0;background:#f2f2f2}.aboutus-wrapper{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0;margin:0 auto}.aboutus-container{width:100%;max-width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;align-self:stretch;background:#fff;border:1px solid #E6E7EA;border-radius:24px;box-shadow:0 4px 8px -2px #0000001a,0 12px 20px -4px #0000000d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden;box-sizing:border-box}.aboutus-left{display:flex;flex-direction:column;justify-content:center;align-self:stretch;padding:80px 15px 80px 35px;flex:0 1 58%;min-width:300px;max-width:710px;box-sizing:border-box}.aboutus-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d;width:fit-content}.badge-dot{width:8px;height:8px;background:#6148ff;border-radius:4px}.badge-text span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#5c5c5c;text-align:left}.aboutus-content{display:flex;flex-direction:column;align-self:stretch;gap:32px;padding:8px 0 12.8px}.aboutus-heading h2{margin:0;font-family:Roboto,sans-serif;font-weight:400;font-size:44px;line-height:1.171875em;color:#0d162f;text-align:left}.aboutus-description p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:left}.stats-container{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:8px;padding:0 1px}.stat-card{display:flex;flex-direction:row;align-items:center;gap:20px;padding:8px;background:#fff;border:.45679500699043274px solid #E6E7EA;border-radius:8px;flex:1;min-width:120px}.stat-content{display:flex;flex-direction:column}.stat-value{font-family:Inter,sans-serif;font-weight:600;font-size:18.59375px;line-height:1.2907563025210085em;color:#0d162f;text-align:left;margin-bottom:4px}.stat-label{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.7142857142857142em;color:#0d162f;text-align:left}.aboutus-cta{display:flex;flex-direction:row;align-self:stretch;flex-wrap:wrap;gap:16px;padding:20px 0 0}.btn-find-more{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 25px;background:#6148ff;border:1px solid #3B32F9;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 2px #6056ff40,0 9px 13px -5px #6056ff66,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#fff;text-align:center}.btn-find-more:hover{transform:translateY(-1px);box-shadow:0 4px 4px #6056ff59,0 12px 16px -5px #6056ff80,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980}.btn-find-more:active{transform:translateY(0)}.aboutus-right{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;padding:23px 20px;flex:0 1 auto;min-width:280px;max-width:710px;box-sizing:border-box}.features-container{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:16px;width:100%;height:auto;overflow:visible}.feature-single{display:flex;flex-direction:column;align-self:stretch;gap:10px}.feature-single .feature-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:10px 40px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 2px 4px #0d162f0d,0 8px 16px -4px #0d162f14;min-height:auto;width:100%;box-sizing:border-box;text-align:left;transition:all .2s ease;cursor:pointer}.feature-single .feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0d162f1a,0 12px 24px -4px #0d162f1f}.features-row{display:flex;flex-direction:row!important;justify-content:stretch;align-items:stretch;align-self:stretch;gap:16px;flex-wrap:nowrap;width:100%;max-width:100%}@media (min-width: 600px){.features-row{flex-direction:row!important}.features-row .feature-card{flex:1;max-width:calc(50% - 6px)}}.features-row .feature-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:40px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 2px 4px #0d162f0d,0 8px 16px -4px #0d162f14;flex:1;min-height:auto;max-width:calc(50% - 8px);box-sizing:border-box;transition:all .2s ease;cursor:pointer}.features-row .feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0d162f1a,0 12px 24px -4px #0d162f1f}.feature-content{display:flex;flex-direction:column;gap:10px;width:100%;flex-grow:1}.feature-card h3{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1.4em;color:#0d162f;text-align:left}.feature-single .feature-card h3{width:100%;max-width:600px;font-size:24px;line-height:1.5166667em;margin:0;font-weight:600}.feature-card p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4em;letter-spacing:2%;color:#5c5c5c;text-align:left}.feature-single .feature-card p{width:100%;max-width:600px;font-size:16px;line-height:1.5em;letter-spacing:3.125%;text-align:left;margin:0}.feature-icon{width:64px;height:64px;position:relative;flex-shrink:0}.home-icon{display:flex;justify-content:center;align-items:center}.home-icon svg{width:64px;height:64px}.profile-icon{display:flex;justify-content:center;align-items:center}.profile-icon svg{width:64px;height:64px}.security-icon{display:flex;justify-content:center;align-items:center}.security-icon svg{width:64px;height:64px}@media (min-width: 481px){.features-row{flex-direction:row!important;gap:12px}.features-row .feature-card{flex:1;max-width:calc(50% - 6px)}}@media (max-width: 1200px){.aboutus-wrapper{padding:0 120px}.aboutus-left{padding:70px 12px 70px 25px;min-width:280px;max-width:550px}.aboutus-right{padding:20px 15px;min-width:260px;max-width:400px}.aboutus-heading h2{font-size:36px}.feature-single .feature-card h3,.feature-single .feature-card p{width:100%}}@media (max-width: 1024px){.aboutus-section{padding:50px 0}.aboutus-wrapper{padding:0 80px}.aboutus-container{flex-direction:column}.aboutus-left{padding:50px 10px 50px 20px;min-width:250px;max-width:500px}.aboutus-right{padding:20px 10px;min-width:240px;max-width:340px}.features-row{gap:14px;flex-direction:row!important}.features-row .feature-card{max-width:none;flex:1}.aboutus-heading h2{font-size:32px}.stats-container{gap:6px}.stat-card{gap:20px;padding:6px}.stat-value{font-size:16px}.stat-label{font-size:12px}}@media (max-width: 1024px) and (min-width: 481px){.features-row{gap:10px;flex-direction:row!important}.features-row .feature-card{padding:14px 12px;min-height:230px;flex:1;max-width:calc(50% - 6px)}.feature-single .feature-card{padding:8px 30px;min-height:auto}.feature-single .feature-card h3{font-size:20px}.feature-single .feature-card p{font-size:14px}}@media (max-width: 480px){.aboutus-section{padding:40px 0}.aboutus-wrapper{padding:0 40px}.aboutus-left{padding:40px 12px;max-width:none;min-width:auto}.aboutus-right{padding:25px 15px;max-width:none;min-width:auto}.aboutus-heading h2{font-size:28px;line-height:1.2em}.aboutus-description p{font-size:15px}.feature-single .feature-card{padding:8px 20px;min-height:auto}.feature-single .feature-card h3{font-size:18px}.feature-single .feature-card p{font-size:13px}.features-row{flex-direction:column!important;gap:10px}.features-row .feature-card{padding:14px 12px;min-height:200px;max-width:none}.feature-card h3{font-size:14px}.feature-card p{font-size:11px}.feature-single .feature-card h3{font-size:14px}.feature-single .feature-card p{font-size:11px}.stats-container{flex-direction:column;gap:8px}.stat-card{gap:15px;padding:8px}.btn-find-more{width:100%;max-width:280px;padding:12px 20px;font-size:15px}}@media (max-width: 480px){.aboutus-heading h2{font-size:24px}.aboutus-description p,.badge-text span{font-size:14px}.feature-single .feature-card{padding:12px 16px;min-height:150px;max-height:170px}.features-row .feature-card{padding:20px;min-height:250px;max-width:none}.feature-card h3{font-size:18px}.feature-card p{font-size:13px;line-height:1.4em}.feature-icon,.icon-background{width:56px;height:56px}.icon-content{top:5.6px;left:5.7px;width:44.8px;height:44.8px}}.press-releases-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:60px 0;background:#f2f2f2}.press-container{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:48px;padding:0;margin:0 auto}.press-header{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 100px}.press-col{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:20px}.press-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.plane-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;width:18px;height:18px}.plane-svg{width:18px;height:18px;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20_6993)'%3e%3cg%20clip-path='url(%23clip1_20_6993)'%3e%3cg%20clip-path='url(%23clip2_20_6993)'%3e%3cpath%20d='M17.3753%200.249756C17.2425%200.157879%2017.0878%200.10271%2016.9269%200.0898336C16.7659%200.0769567%2016.6044%200.106829%2016.4587%200.176426L0.876123%207.50939C0.717301%207.58501%200.583589%207.70472%200.490946%207.85425C0.398303%208.00377%200.350642%208.17681%200.35365%208.35268C0.356564%208.52845%200.409959%208.69968%200.50747%208.84594C0.604982%208.99221%200.742496%209.10734%200.903622%209.17764L5.86254%2011.3501V17.5098L11.2156%2013.6874L15.5787%2015.5939C15.6929%2015.6493%2015.8184%2015.6776%2015.9453%2015.6765C16.1139%2015.6754%2016.2788%2015.6277%2016.422%2015.539C16.5482%2015.4626%2016.6541%2015.3569%2016.7307%2015.2308C16.8073%2015.1048%2016.8523%2014.962%2016.862%2014.8149L17.7786%201.06555C17.7882%200.906224%2017.756%200.747149%2017.6853%200.604065C17.6146%200.460982%2017.5077%200.338849%2017.3753%200.249756ZM15.1204%2013.3941L10.2898%2011.2767L13.1955%205.59366L6.18336%209.48929L3.49766%208.30685L15.8445%202.49548L15.1204%2013.3941Z'%20fill='%235C5C5C'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20_6993'%3e%3crect%20width='18'%20height='18'%20fill='white'%20transform='translate(0%200.00976562)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_20_6993'%3e%3crect%20width='18'%20height='18'%20fill='white'%20transform='translate(0%200.00976562)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip2_20_6993'%3e%3crect%20width='18'%20height='18'%20fill='white'%20transform='translate(0%200.00976562)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.press-heading{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 0 10px}.press-heading h2{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.309em;letter-spacing:-.909%;color:#0d162f;text-align:center;width:100%}.articles-row{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:16px}.article-col{display:flex;flex-direction:column;justify-content:center;flex:1}.article-item{display:flex;flex-direction:column;align-self:stretch;gap:16px;padding:32px;background:#fff;border:1px solid #E6E7EA;border-radius:16px;transition:all .2s ease;height:100%}.article-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px -2px #0000001a,0 8px 16px -2px #00000026}.article-top{display:flex;flex-direction:column;align-self:stretch;gap:8px;flex:1}.article-top h3{margin:0;height:63px;font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1.733em;color:#0d162f;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-top p{margin:0;height:149px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:left;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.article-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch;padding:8px 0 0}.btn-read-more{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 9px 13px -5px #0d162f1a,0 2px 2px -17px #0d162f0d,inset 0 -3px 0 1px #0d162f0d;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0d162f;text-align:center}.btn-read-more:hover{background:#f2f2f2;border-color:#6148ff;color:#6148ff;transform:translateY(-1px);box-shadow:0 12px 16px -5px #0d162f26,0 4px 4px -17px #0d162f14,inset 0 -3px 0 1px #0d162f0d}.btn-read-more:active{transform:translateY(0)}.article-date{display:flex;flex-direction:column;padding:0 0 .61px}.article-date span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.33em;color:#0d162f;text-align:left;opacity:.6}@media (max-width: 1200px){.press-container{padding:0 120px}.press-header{padding:0 50px}}@media (max-width: 1024px){.press-releases-section{padding:50px 0}.press-container{padding:0 80px}.press-header{padding:0 50px}.press-heading h2{font-size:36px}.articles-row{flex-direction:column;gap:12px}.article-item{padding:24px}.article-top h3{height:auto;font-size:16px;-webkit-line-clamp:3}.article-top p{height:auto;font-size:15px;-webkit-line-clamp:4}}@media (max-width: 768px){.press-releases-section{padding:40px 0}.press-container{gap:32px;padding:0 40px}.press-header{padding:0 20px}.press-heading h2{font-size:28px;line-height:1.2em}.article-item{padding:20px}.article-top h3{font-size:16px}.article-top p{font-size:14px}.article-bottom{flex-direction:column;align-items:flex-start;gap:12px}.btn-read-more{padding:10px 15px;font-size:14px;align-self:stretch}.article-date{align-self:flex-end}}@media (max-width: 480px){.press-heading h2{font-size:24px}.badge-text span{font-size:14px}.article-top h3{font-size:15px;line-height:1.5em}.article-top p{font-size:13px;line-height:1.4em}.article-item{padding:16px}}@media (min-width: 1025px){.articles-row{align-items:stretch}.article-item{min-height:400px;display:flex;flex-direction:column}.article-top{flex:1}.article-bottom{margin-top:auto}}.testimonials-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:60px 0;background:#f2f2f2}.testimonials-container{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:48px;padding:0;margin:0 auto}.testimonials-header{display:flex;flex-direction:column;justify-content:center;width:880px;max-width:100%}.testimonials-col{display:flex;flex-direction:column;gap:20px}.testimonials-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d;width:fit-content;align-self:center}.badge-icon{display:flex;flex-direction:column;width:18px;height:18px}.testimonials-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;width:18px;height:18px}.testimonials-svg{width:18px;height:18px;background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7070_7468)'%3e%3cg%20clip-path='url(%23clip1_7070_7468)'%3e%3cg%20clip-path='url(%23clip2_7070_7468)'%3e%3cpath%20d='M7.67813%2015.3166H7.06722C5.61631%2015.3166%204.42722%2014.1384%204.42722%2012.6766V11.1166C4.29631%2010.9966%203.97995%2010.8111%203.71813%2010.702C3.41267%2010.5711%203.21631%2010.2766%203.21631%209.9493C3.21631%209.62203%203.41267%209.32749%203.71813%209.19658C3.97995%209.08749%204.29631%208.90203%204.42722%208.78203V7.22203C4.42722%205.77112%205.6054%204.58203%207.06722%204.58203H7.67813C8.1254%204.58203%208.49631%204.95294%208.49631%205.40021C8.49631%205.84749%208.1254%206.21839%207.67813%206.21839H7.06722C6.51085%206.21839%206.06358%206.66567%206.06358%207.22203V8.93476C6.06358%209.3384%205.85631%209.66567%205.57267%209.9493C5.85631%2010.222%206.06358%2010.5602%206.06358%2010.9639V12.6766C6.06358%2013.2329%206.51085%2013.6802%207.06722%2013.6802H7.67813C8.1254%2013.6802%208.49631%2014.0511%208.49631%2014.4984C8.49631%2014.9457%208.1254%2015.3166%207.67813%2015.3166Z'%20fill='%23707287'/%3e%3cpath%20d='M11.9218%2015.3166H11.3109C10.8636%2015.3166%2010.4927%2014.9457%2010.4927%2014.4984C10.4927%2014.0511%2010.8636%2013.6802%2011.3109%2013.6802H11.9218C12.4672%2013.6802%2012.9254%2013.2329%2012.9254%2012.6766V10.9639C12.9254%2010.5602%2013.1327%2010.2329%2013.4163%209.9493C13.1327%209.67658%2012.9254%209.3384%2012.9254%208.93476V7.22203C12.9254%206.66567%2012.4781%206.21839%2011.9218%206.21839H11.3109C10.8636%206.21839%2010.4927%205.84749%2010.4927%205.40021C10.4927%204.95294%2010.8636%204.58203%2011.3109%204.58203H11.9218C13.3727%204.58203%2014.5618%205.76021%2014.5618%207.22203V8.78203C14.6927%208.90203%2015.009%209.08749%2015.2709%209.19658C15.5763%209.32749%2015.7727%209.62203%2015.7727%209.9493C15.7727%2010.2766%2015.5763%2010.5711%2015.2709%2010.702C15.009%2010.8111%2014.6927%2010.9966%2014.5618%2011.1166V12.6766C14.5618%2014.1275%2013.3836%2015.3166%2011.9218%2015.3166Z'%20fill='%23707287'/%3e%3cpath%20d='M17.1364%2018.9492H1.86364C1.11091%2018.9492%200.5%2018.3383%200.5%2017.5856V2.31286C0.5%201.56013%201.11091%200.949219%201.86364%200.949219H17.1364C17.8891%200.949219%2018.5%201.56013%2018.5%202.31286V17.5856C18.5%2018.3383%2017.8891%2018.9492%2017.1364%2018.9492ZM2.13636%2017.3129H16.8636V2.58558H2.13636V17.3129Z'%20fill='%23707287'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7070_7468'%3e%3crect%20width='18'%20height='18'%20fill='white'%20transform='translate(0.5%200.949219)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_7070_7468'%3e%3crect%20width='18'%20height='18'%20fill='white'%20transform='translate(0.5%200.949219)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip2_7070_7468'%3e%3crect%20width='18'%20height='18'%20fill='white'%20transform='translate(0.5%200.949219)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.testimonials-heading{display:flex;flex-direction:column;align-items:center}.testimonials-heading h2{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.309em;letter-spacing:-.909%;color:#0d162f;text-align:center;width:100%}.testimonials-subtitle{display:flex;flex-direction:column;align-items:center}.testimonials-subtitle p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center;width:100%}.testimonials-content{display:flex;flex-direction:column;align-self:stretch;gap:16px;width:100%}.testimonials-row{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:16px;width:100%}.stats-card{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:16px;flex:1;min-width:0}.stat-item{display:flex;flex-direction:column;align-self:stretch;gap:32px;padding:29px;background:#ededf9;border:1px solid #EDEDF9;border-radius:16px;box-shadow:0 2px 2px #0d162f0d;flex:1;transition:all .2s ease}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px -2px #0000001a,0 8px 16px -2px #00000026}.stat-number{font-family:Inter,sans-serif;font-weight:400;font-size:32px;line-height:1.21em;color:#0d162f;text-align:left}.stat-description{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.21em;color:#0d162f;text-align:left}.testimonial-card{display:flex;flex-direction:column;padding:29px;background:#fff;border:1px solid #E6E7EA;border-radius:16px;box-shadow:0 2px 2px #0d162f0d;flex:1;min-width:0;position:relative;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px -4px #0000001f,0 16px 32px -4px #0000002e}.testimonial-quote{display:flex;flex-direction:column;align-self:stretch;padding:9px 25px 9px 13px;flex:1}.testimonial-quote p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:left}.testimonial-bottom{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;padding:16px 0 0}.testimonial-author{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:43px;width:100%}.author-info{display:flex;flex-direction:column}.author-info h4{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.714em;color:#0d162f;text-align:left}.author-title{display:flex;flex-direction:column;padding:2px 0 0}.author-title span{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:1.21em;color:#5c5c5c;text-align:left}.author-avatar{width:48px;height:48px;border-radius:100px;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.star-decoration{display:none}.star-decoration:after{content:"";width:6px;height:6px;background-image:url("data:image/svg+xml,%3csvg%20width='5'%20height='5'%20viewBox='0%200%205%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200.5C3%200.223858%202.77614%200%202.5%200C2.22385%200%202%200.223858%202%200.5V1C2%201.55228%201.55228%202%201%202H0.500003C0.223858%202%200%202.22386%200%202.5C0%202.77614%200.223858%203%200.500003%203H1C1.55228%203%202%203.44771%202%204V4.5C2%204.77614%202.22385%205%202.5%205C2.77614%205%203%204.77614%203%204.5V4C3%203.44771%203.44771%203%204%203H4.5C4.77614%203%205%202.77614%205%202.5C5%202.22386%204.77614%202%204.5%202H4C3.44771%202%203%201.55228%203%201V0.5Z'%20fill='white'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;box-shadow:inset 0 0 1px #000b7140}.star-1{top:11px;right:11px}.star-2{bottom:319px;left:11px}.star-3{bottom:319px;right:327px}.star-4{top:327px;left:11px}.features-row{display:flex;flex-direction:column;align-self:stretch;gap:20px;width:100%}.features-container{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;gap:8px;flex-wrap:wrap}.feature-item{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 0 .61px}.feature-bullet{width:14px;height:14px;background-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='13'%20viewBox='0%200%2013%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.605%207.18519C13.1319%206.8806%2013.1316%206.11992%2012.6045%205.81578L10.1452%204.39672C9.50531%204.0263%208.97371%203.49469%208.60326%202.85485L7.18423%200.39553C6.88008%20-0.131595%206.11938%20-0.131906%205.81481%200.394972L4.39277%202.85485C4.02502%203.49454%203.49343%204.02702%202.85485%204.39672L0.395529%205.81578C-0.131595%206.11992%20-0.131905%206.8806%200.394972%207.18519L2.85485%208.60723C3.49441%208.97491%204.02509%209.50557%204.39277%2010.1451L5.81481%2012.605C6.11938%2013.1319%206.88008%2013.1316%207.18423%2012.6045L8.60326%2010.1451C8.97298%209.50657%209.50544%208.97499%2010.1452%208.60723L12.605%207.18519Z'%20fill='%235C5C5C'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0}.feature-name{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.33em;color:#5c5c5c;text-align:left}@media (max-width: 1200px){.testimonials-container{padding:0 120px}.testimonials-header{width:100%}}@media (max-width: 1024px){.testimonials-section{padding:50px 0}.testimonials-container{padding:0 80px}.testimonials-heading h2{font-size:36px}.testimonials-row{flex-direction:column;gap:12px}.stats-card{flex-direction:row;gap:12px}.testimonial-card{padding:24px}.star-decoration{display:none}}@media (max-width: 768px){.testimonials-section{padding:40px 0}.testimonials-container{gap:32px;padding:0 40px}.testimonials-heading h2{font-size:28px;line-height:1.2em}.testimonials-subtitle p{font-size:15px}.stats-card{flex-direction:column;gap:8px}.stat-item{padding:20px;gap:20px}.stat-number{font-size:28px}.testimonial-card{padding:20px}.testimonial-quote{padding:9px 15px 9px 10px}.testimonial-quote p{font-size:15px}.testimonial-author{gap:20px}.author-avatar{width:40px;height:40px}.features-container,.feature-item{gap:6px}.feature-name{font-size:13px}}@media (max-width: 480px){.testimonials-heading h2{font-size:24px}.testimonials-subtitle p,.badge-text span{font-size:14px}.stat-number{font-size:24px}.stat-description{font-size:11px}.testimonial-quote p{font-size:14px;line-height:1.4em}.author-info h4{font-size:13px}.author-title span{font-size:9px}.testimonial-card{padding:16px}.stat-item{padding:16px;gap:16px}.features-container{justify-content:flex-start;gap:4px}.feature-name{font-size:12px}.feature-bullet{width:12px;height:12px}}@media (min-width: 1025px){.testimonial-card:hover .star-decoration{transform:scale(1.1);transition:transform .2s ease}.stat-item:hover .stat-number{color:#6148ff;transition:color .2s ease}}@media (min-width: 1025px){.testimonials-row{align-items:stretch}.testimonial-card{min-height:300px;display:flex;flex-direction:column}.testimonial-quote{flex:1}.testimonial-bottom{margin-top:auto}.stats-card{min-height:300px}.stat-item{min-height:142px}}.cta-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:60px 0;background:#f2f2f2}.cta-container{width:100%;max-width:1440px;display:flex;flex-direction:column;align-self:stretch;padding:0;margin:0 auto}.cta-card{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;height:406px;background:#fff;border:1px solid #E6E7EA;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 2px 2px #0d162f0d,0 9px 13px -5px #0d162f1a,inset 0 -3px 0 1px #0d162f1a}.cta-stars-background{position:absolute;top:-202.5px;left:0;width:100%;height:811px;pointer-events:none;z-index:1}.stars-overlay{width:100%;height:100%;background-image:url(/assets/cta-stars-background-GL6kz6LI.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.8}.cta-content{display:flex;flex-direction:column;gap:20px;z-index:2;position:relative;align-items:center}.cta-text-container{display:flex;flex-direction:column;gap:0px;width:768px;max-width:100%}.cta-heading{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 0 10px}.cta-heading h2{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.309em;letter-spacing:-.909%;color:#0d162f;text-align:center;width:100%}.cta-description{display:flex;flex-direction:column;align-items:center;align-self:stretch}.cta-description p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center;width:100%}.cta-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;width:768px;max-width:100%}.btn-join-now{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 25px;background:#6148ff;border:1px solid #3B32F9;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 2px #6056ff40,0 9px 13px -5px #6056ff66,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #fff3,inset 0 -2px 0 1px #3b32f980;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#fff;text-align:center}.btn-join-now:hover{background:#5a42e6;border-color:#3228e6;transform:translateY(-2px);box-shadow:0 4px 4px #6056ff4d,0 12px 16px -5px #6056ff80,inset 0 7px 12px 1px #943bff,inset 0 0 0 2px #ffffff40,inset 0 -2px 0 1px #3b32f999}.btn-join-now:active{transform:translateY(0)}.btn-find-opening{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:13px 25px;background:#fff;border:1px solid #E6E7EA;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 9px 13px -5px #0d162f1a,0 2px 2px -17px #0d162f0d,inset 0 -3px 0 1px #0d162f0d;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0d162f;text-align:center}.btn-find-opening:hover{background:#f2f2f2;border-color:#6148ff;color:#6148ff;transform:translateY(-1px);box-shadow:0 12px 16px -5px #0d162f26,0 4px 4px -17px #0d162f14,inset 0 -3px 0 1px #0d162f0d}.btn-find-opening:active{transform:translateY(0)}.cta-features{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:768px;max-width:100%}.feature-tag{display:flex;flex-direction:column;padding:0 0 .61px}.feature-tag span{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:1.21em;color:#5c5c5c;text-align:left}.feature-bullet{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;width:14px;height:14px}.bullet-icon{width:14px;height:14px;background-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='13'%20viewBox='0%200%2013%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.605%207.18519C13.1319%206.8806%2013.1316%206.11992%2012.6045%205.81578L10.1452%204.39672C9.50531%204.0263%208.97371%203.49469%208.60326%202.85485L7.18423%200.39553C6.88008%20-0.131595%206.11938%20-0.131906%205.81481%200.394972L4.39277%202.85485C4.02502%203.49454%203.49343%204.02702%202.85485%204.39672L0.395529%205.81578C-0.131595%206.11992%20-0.131905%206.8806%200.394972%207.18519L2.85485%208.60723C3.49441%208.97491%204.02509%209.50557%204.39277%2010.1451L5.81481%2012.605C6.11938%2013.1319%206.88008%2013.1316%207.18423%2012.6045L8.60326%2010.1451C8.97298%209.50657%209.50544%208.97499%2010.1452%208.60723L12.605%207.18519Z'%20fill='%235C5C5C'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}@media (max-width: 1200px){.cta-container{padding:0 120px}}@media (max-width: 1024px){.cta-section{padding:50px 0}.cta-container{padding:0 80px}.cta-card{height:auto;min-height:350px;padding:40px 20px}.cta-text-container{width:100%}.cta-heading h2{font-size:36px}.cta-buttons{width:100%;flex-direction:column;gap:12px}.btn-join-now,.btn-find-opening{width:100%;max-width:300px}.cta-features{width:100%}}@media (max-width: 768px){.cta-section{padding:40px 0}.cta-container{padding:0 40px}.cta-card{min-height:320px;padding:30px 15px}.cta-heading h2{font-size:28px;line-height:1.2em}.cta-description p{font-size:15px}.btn-join-now,.btn-find-opening{padding:12px 20px;font-size:15px}.stars-overlay{opacity:.6}}@media (max-width: 480px){.cta-card{min-height:280px;padding:24px 12px}.cta-heading h2{font-size:24px}.cta-description p{font-size:14px;line-height:1.4em}.btn-join-now,.btn-find-opening{padding:10px 18px;font-size:14px}.feature-tag span{font-size:9px}.feature-bullet,.bullet-icon{width:12px;height:12px}.stars-overlay{opacity:.4}}@media (min-width: 1025px){.cta-card:hover .stars-overlay{animation:twinkle 3s ease-in-out infinite}}@keyframes twinkle{0%,to{opacity:.8}50%{opacity:1}}.btn-join-now:focus-visible,.btn-find-opening:focus-visible{outline:2px solid #6148FF;outline-offset:2px}@media (prefers-contrast: high){.cta-card{border:2px solid #0D162F}.stars-overlay{opacity:.3}.btn-join-now{border:2px solid #3B32F9}.btn-find-opening{border:2px solid #0D162F}}@media (prefers-reduced-motion: reduce){.btn-join-now,.btn-find-opening{transition:none}.cta-card:hover .stars-overlay{animation:none}}.footer-section{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;align-self:stretch;gap:32px;padding:60px 0;background:#fff}.footer-container{width:100%;max-width:1440px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;align-self:stretch;gap:32px;padding:0;margin:0 auto}.footer-main{display:flex;flex-direction:row;align-self:stretch;gap:191px;width:100%}.footer-company{display:flex;flex-direction:column;justify-content:center;padding:0 100px 0 0}.company-logo{display:flex;flex-direction:column;width:300px}.company-logo img{width:196px;height:47px;object-fit:cover}.company-description{display:flex;flex-direction:column;padding:16px 0 0;width:300px}.company-description p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.714em;color:#5c5c5c;text-align:left}.footer-links{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:40px;flex:1}.footer-column{display:flex;flex-direction:column;gap:16px;flex:1}.column-title{margin:0;font-family:Roboto,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;color:#0d162f;text-align:left}.column-links{display:flex;flex-direction:column;align-self:stretch;list-style:none;padding:0;margin:0}.footer-link{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;padding:8px 0}.link-button{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.5em;color:#5c5c5c;text-align:left;background:none;border:none;cursor:pointer;padding:0;width:100%;transition:color .2s ease}.link-button:hover{color:#6148ff}.link-button:focus-visible{outline:2px solid #6148FF;outline-offset:2px;border-radius:2px}.footer-credits{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:32px}.footer-divider{width:100%;height:1px;background:#e6e7ea;align-self:stretch}.footer-bottom{display:flex;flex-direction:row;justify-content:space-between;align-self:stretch;gap:64px;align-items:center}.footer-legal{display:flex;flex-direction:row;align-items:center;gap:24px;flex:1}.copyright{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.5em;color:#5c5c5c;text-align:left}.legal-link{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.5em;color:#5c5c5c;text-align:left;background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease}.legal-link:hover{color:#6148ff}.legal-link:focus-visible{outline:2px solid #6148FF;outline-offset:2px;border-radius:2px}.footer-social{display:flex;flex-direction:row;gap:12px}.social-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;border-radius:4px;transition:all .2s ease}.social-icon img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transition:opacity .2s ease}.social-icon:hover{background:#6148ff1a;transform:translateY(-1px)}.social-icon:hover img{opacity:.8}.social-icon:focus-visible{outline:2px solid #6148FF;outline-offset:2px}.social-icon:active{transform:translateY(0)}@media (max-width: 1200px){.footer-container{padding:0 120px}.footer-main{gap:120px}.footer-company{padding-right:60px}}@media (max-width: 1024px){.footer-section{padding:50px 0}.footer-container{padding:0 80px}.footer-main{flex-direction:column;gap:40px}.footer-company{padding-right:0;align-items:center;text-align:center}.company-description{width:100%;max-width:500px}.company-description p{text-align:center}.footer-links{justify-content:center}.footer-bottom{flex-direction:column;gap:24px;text-align:center}.footer-legal{flex-direction:column;gap:16px;align-items:center}}@media (max-width: 768px){.footer-section{padding:40px 0}.footer-container{padding:0 40px}.footer-main{gap:32px}.company-logo{width:100%;display:flex;justify-content:center}.company-logo img{max-width:180px;height:auto}.company-description{width:100%;max-width:400px;padding:12px 0 0}.company-description p{font-size:13px;line-height:1.6em}.footer-links{flex-direction:column;gap:24px}.footer-column{text-align:center}.column-title{text-align:center;font-size:15px}.link-button{text-align:center;font-size:13px}.footer-legal{gap:12px}.copyright,.legal-link{font-size:13px}.footer-social{gap:16px}.social-icon{width:28px;height:28px}}@media (max-width: 480px){.footer-section{padding:32px 0}.footer-container{padding:0 20px}.footer-main{gap:24px}.company-logo img{max-width:160px}.company-description p{font-size:12px;line-height:1.5em}.footer-links{gap:20px}.footer-column{gap:12px}.column-title{font-size:14px}.link-button{font-size:12px;padding:6px 0}.footer-credits{gap:24px}.footer-bottom{gap:20px}.footer-legal{gap:8px}.copyright,.legal-link{font-size:11px}.footer-social{gap:12px}.social-icon{width:24px;height:24px}}@media (prefers-contrast: high){.footer-divider{background:#0d162f}.link-button:hover,.legal-link:hover{color:#0d162f;background:#0d162f1a}.social-icon:hover{background:#0d162f33}}@media (prefers-reduced-motion: reduce){.link-button,.legal-link,.social-icon,.social-icon img{transition:none}.social-icon:hover{transform:none}}.footer-section:focus-within .link-button:focus,.footer-section:focus-within .legal-link:focus,.footer-section:focus-within .social-icon:focus{z-index:1;position:relative}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f2f2f2;padding:2rem}.error-container{max-width:600px;width:100%;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 24px #00000014;text-align:center}.error-icon{color:#e74c3c;margin-bottom:2rem}.error-title{font-size:2rem;font-weight:700;color:#212529;margin-bottom:1rem}.error-message{font-size:1.125rem;color:#6c757d;line-height:1.6;margin-bottom:2rem}.error-details{margin-bottom:2rem;text-align:left}.error-details summary{cursor:pointer;color:#6c757d;font-size:.875rem;margin-bottom:1rem}.error-stack{background-color:#f8f9fa;border:1px solid #DEE2E6;border-radius:8px;padding:1rem;font-size:.75rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:#495057;max-height:300px;overflow-y:auto}.error-reset-button{background-color:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.error-reset-button:hover{background-color:#7c3aed}.error-reset-button:active{transform:scale(.98)}.aboutus-hero-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;background:#f2f2f2}.aboutus-hero-container{display:flex;flex-direction:column;align-items:center;gap:32px;padding:90px 120px;width:970px;max-width:100%}.hero-tags{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:10px}.hero-tag{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d;width:fit-content}.tag-square{width:8px;height:8px;position:relative}.square-indicator{position:absolute;top:0;left:0;width:8px;height:8px;background:#6148ff}.tag-container{display:flex;flex-direction:column}.tag-container span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#5c5c5c;text-align:left}.hero-heading-section{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 0 .81px}.hero-heading-section h1{margin:0;width:100%;font-family:Roboto,sans-serif;font-weight:700;font-size:44px;line-height:1.171875em;color:#0d162f;text-align:center}.text-purple{color:#6148ff}.hero-text-section{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:1.1px 0 0;gap:16px}.hero-text-section p{margin:0;width:100%;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center}@media (max-width: 1024px){.aboutus-hero-container{width:90%;padding:80px 20px}.hero-heading-section h1{font-size:36px;font-weight:700}}@media (max-width: 768px){.aboutus-hero-container{width:95%;padding:60px 15px;gap:24px}.hero-heading-section h1{font-size:28px;font-weight:700;line-height:1.2em}.hero-text-section p,.tag-container span{font-size:14px}}@media (max-width: 480px){.aboutus-hero-container{padding:40px 10px;gap:20px}.hero-heading-section h1{font-size:24px;font-weight:700}.hero-text-section p{font-size:13px}}.aboutus-features-section{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:80px;padding:60px 0;background:#f2f2f2}.illustration-ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:936px;height:936px;z-index:0}.ripple-glows{position:absolute;left:115px;top:104px;width:707px;height:707px;opacity:.2;filter:blur(225px)}.ellipse-glow{position:absolute;left:58px;top:58px;width:591px;height:591px;background:#003bff;border-radius:50%}.ripple-container{position:absolute;left:119px;top:108px;width:699px;height:590px;display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:8px;padding:8px;border:1px solid rgba(0,0,140,.05);border-radius:9999px}.ripple-1{inset:8px;border-color:#00008c0d}.ripple-2{inset:16px;border-color:#00008c1a}.ripple-3{inset:24px;border-color:#00008c33}.ripple-4{inset:32px;border-color:#00008c33}.ripple-5{inset:40px;border-color:#00008c33}.ripple-6{inset:48px;border-color:#00008c4d}.ripple-7{inset:56px;border-color:#00008c4d}.ripple-8{inset:64px;border-color:#00008c66}.ripple-9{inset:72px;border-color:#00008c66}.ripple-10{inset:80px;border-color:#00008c80}.ripple-11{inset:88px;border-color:#00008c80}.aboutus-features-container{position:relative;z-index:1;width:100%;max-width:1440px;height:495px;background:#ffffff40;border:1px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 2px 4px -2px #0000000f,0 4px 8px -2px #0000001a,0 12px 24px -8px #0d162f14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:30px;transition:all .3s ease;cursor:pointer}.aboutus-features-container:hover{transform:translateY(-3px);box-shadow:0 4px 8px -2px #0000001a,0 8px 16px -2px #00000026,0 16px 32px -8px #0d162f1f}.aboutus-features-card{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;align-self:stretch;gap:16px;padding:0;width:100%;height:100%}.aboutus-features-row{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:16px;width:100%;height:100%}.aboutus-feature-item{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:16px;padding:16px 32px;background:#f2f2f2;border:1px solid rgba(255,255,255,.3);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1}.aboutus-feature-icon{display:flex;align-items:flex-start;justify-content:flex-start;width:fit-content;height:fit-content}.aboutus-icon-background{width:80px;height:80px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.aboutus-icon-content{width:80px;height:80px;object-fit:contain}.aboutus-feature-title{margin:0;width:100%;font-family:Inter,sans-serif;font-weight:600;font-size:24px;line-height:1.5166667em;color:#0d162f;text-align:left}.aboutus-feature-description{margin:0;width:100%;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:left}@media (max-width: 1200px){.aboutus-features-section{padding:60px 120px}.aboutus-features-container{padding:25px}}@media (max-width: 1024px){.aboutus-features-section{padding:50px 80px;gap:60px}.aboutus-features-container{padding:20px;height:auto}.aboutus-features-row{flex-direction:column;gap:20px}.aboutus-feature-item{padding:20px 30px}.aboutus-feature-title{font-size:20px}.aboutus-feature-description{font-size:14px}.illustration-ripple{display:none}}@media (max-width: 768px){.aboutus-features-section{padding:40px;gap:40px}.aboutus-features-container{padding:15px}.aboutus-features-card{padding:0}.aboutus-feature-item{padding:20px;gap:12px}.aboutus-icon-background{width:60px;height:60px}.aboutus-icon-content{width:60px;height:60px;object-fit:contain}.aboutus-feature-title{font-size:18px;line-height:1.3em}.aboutus-feature-description{font-size:13px;line-height:1.4em}}@media (max-width: 480px){.aboutus-features-section{padding:40px 20px;gap:30px}.aboutus-features-container{padding:10px}.aboutus-features-card{padding:0}.aboutus-feature-item{padding:15px}.aboutus-feature-title{font-size:16px;line-height:1.3em}.aboutus-feature-description{font-size:12px;line-height:1.4em}}.overview-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:100px 240px;background:#f2f2f2;margin:0 auto}.overview-container{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:48px;margin:0 auto}.overview-header{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:20px}.overview-badge-row{display:flex;flex-direction:row;justify-content:center;width:880px;max-width:100%}.overview-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.badge-icon{width:18px;height:18px;display:flex;justify-content:center;align-items:center}.star-icon{width:18px;height:17px;display:flex;justify-content:center;align-items:center}.badge-text span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0d162f;text-align:center}.overview-heading{display:flex;flex-direction:column;align-items:center;width:880px;max-width:100%}.overview-heading h2{margin:0;font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.309em;letter-spacing:-.909%;color:#0d162f;text-align:center;width:100%}.overview-subtitle{display:flex;flex-direction:column;align-items:center;width:880px;max-width:100%}.overview-subtitle p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;text-align:center;width:100%}.stats-grid{position:relative;width:100%;height:526px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:16px}.overview-stat-card{border-radius:16px;box-shadow:0 2px 2px #0d162f0d;padding:32px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;transition:all .2s ease;cursor:pointer}.overview-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px -2px #0d162f1a,0 8px 16px -2px #0d162f26}.overview-stat-card.small{grid-row:span 1}.overview-stat-card.large{grid-row:span 2}.overview-stat-card:nth-child(1){grid-column:1;grid-row:1 / 3}.overview-stat-card:nth-child(2){grid-column:2;grid-row:1}.overview-stat-card:nth-child(3){grid-column:3 / 5;grid-row:1 / 3}.overview-stat-card:nth-child(4){grid-column:1;grid-row:3}.overview-stat-card:nth-child(5){grid-column:2;grid-row:2 / 4}.overview-stat-card:nth-child(6){grid-column:3;grid-row:3}.overview-stat-card:nth-child(7){grid-column:4;grid-row:3}.stat-content{display:flex;flex-direction:column;gap:16px;height:100%;z-index:1;position:relative}.stat-value{font-family:Inter,sans-serif;font-weight:600;font-size:32px;line-height:1.21em;color:#0a0f26;text-align:left}.stat-label{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.714em;color:#0a0f26;text-align:left}.stat-bg-blue{background:linear-gradient(135deg,#ffffffbf,#c7ecf6d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.stat-bg-green{background:linear-gradient(135deg,#ededf9bf,#e3f2d1d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.stat-bg-purple{background:#e5e6f7d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.stat-bg-pink{background:linear-gradient(135deg,#ededf9bf,#f9daf0d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.stat-bg-orange{background:linear-gradient(135deg,#ffffffbf,#f2e3d6d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.stat-bg-orange-light{background:linear-gradient(135deg,#ededf9bf,#f2e3d6d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.stat-bg-teal{background:linear-gradient(135deg,#ededf9bf,#d1efead9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4)}.overview-features-row{display:flex;flex-direction:column;align-items:center;width:100%}.overview-features-list{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:768px;max-width:100%;flex-wrap:wrap}.overview-feature-item{display:flex;flex-direction:row;align-items:center;gap:4px}.overview-feature-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.33em;color:#5c5c5c;text-align:left;padding:0 0 .61px}.overview-feature-icon{width:14px;height:14px;display:flex;justify-content:center;align-items:center}@media (max-width: 1200px){.overview-section{padding:80px 120px}.stats-grid{height:auto;grid-template-columns:repeat(3,1fr)}.overview-stat-card:nth-child(1){grid-column:1;grid-row:1 / 3}.overview-stat-card:nth-child(2){grid-column:2;grid-row:1}.overview-stat-card:nth-child(3){grid-column:3;grid-row:1 / 3}.overview-stat-card:nth-child(4){grid-column:1;grid-row:3}.overview-stat-card:nth-child(5){grid-column:2;grid-row:2 / 4}.overview-stat-card:nth-child(6){grid-column:3;grid-row:3}.overview-stat-card:nth-child(7){grid-column:1 / 3;grid-row:4}}@media (max-width: 1024px){.overview-section{padding:60px 80px}.overview-heading h2{font-size:36px}.stats-grid{grid-template-columns:repeat(2,1fr)}.overview-stat-card:nth-child(1){grid-column:1;grid-row:1 / 3}.overview-stat-card:nth-child(2){grid-column:2;grid-row:1}.overview-stat-card:nth-child(3){grid-column:2;grid-row:2 / 4}.overview-stat-card:nth-child(4){grid-column:1;grid-row:3}.overview-stat-card:nth-child(5){grid-column:1 / 3;grid-row:4 / 6}.overview-stat-card:nth-child(6){grid-column:1;grid-row:6}.overview-stat-card:nth-child(7){grid-column:2;grid-row:6}}@media (max-width: 768px){.overview-section{padding:50px 40px}.overview-header{gap:16px}.overview-heading h2{font-size:28px;line-height:1.2em}.overview-subtitle p{font-size:15px}.stats-grid{grid-template-columns:1fr;gap:12px}.overview-stat-card{padding:24px;grid-row:span 1!important;grid-column:1!important}.stat-value{font-size:28px}.stat-label{font-size:13px}.overview-features-list{flex-direction:column;gap:12px;align-items:flex-start}.overview-feature-text{font-size:13px}}@media (max-width: 480px){.overview-section{padding:40px 20px}.overview-heading h2{font-size:24px}.overview-subtitle p{font-size:14px}.overview-stat-card{padding:20px}.stat-value{font-size:24px}.stat-label{font-size:12px}}.technologies-section{background:#f2f2f2;padding:100px 0;display:flex;justify-content:center;align-items:center}.technologies-container{max-width:1440px;width:100%;display:flex;flex-direction:column;align-items:center;gap:48px}.technologies-header{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.technologies-tag{display:flex;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.technologies-tag span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0d162f}.technologies-header h2{font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.31em;letter-spacing:-.91%;color:#6148ff;margin:0;max-width:880px}.technologies-header p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;margin:0;max-width:880px}.technologies-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;width:100%}.tech-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;width:133px;height:120px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;box-shadow:0 2px 2px #0d162f0d,0 8px 16px -4px #0d162f1a;box-sizing:border-box;transition:all .2s ease;cursor:pointer}.tech-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px -2px #0d162f1a,0 12px 24px -4px #0d162f26}.tech-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.tech-icon img{max-width:48px;max-height:48px;object-fit:contain}.tech-card h3{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.2em;text-align:center;color:#0d162f;margin:0}@media (max-width: 1200px){.technologies-section{padding:80px 120px}}@media (max-width: 1024px){.technologies-section{padding:60px 80px}.technologies-header h2{font-size:36px}.technologies-grid{gap:12px}.tech-card{width:120px;height:110px;padding:18px}.tech-icon{width:44px;height:44px;margin-bottom:10px}.tech-icon img{max-width:44px;max-height:44px}}@media (max-width: 900px) and (min-width: 769px){.technologies-section{padding:50px 60px}.tech-card{width:110px;height:100px;padding:16px}.tech-icon{width:40px;height:40px}.tech-icon img{max-width:40px;max-height:40px}}@media (max-width: 768px){.technologies-section{padding:40px}.technologies-container{gap:32px}.technologies-header h2{font-size:32px}.technologies-grid{gap:8px}.tech-card{width:100px;height:90px;padding:14px}.tech-card h3{font-size:12px}}@media (max-width: 600px){.technologies-section{padding:30px}.technologies-header h2{font-size:28px}.technologies-header p{font-size:14px}.tech-card{width:90px;height:80px;padding:10px}.tech-icon{width:32px;height:32px;margin-bottom:6px}.tech-icon img{max-width:32px;max-height:32px}.tech-card h3{font-size:11px;line-height:1.2em}}@media (max-width: 480px){.technologies-section{padding:20px}.technologies-grid{justify-content:center}.tech-card{width:80px;height:70px;padding:8px}}.faq-section{background:#f2f2f2;padding:100px 240px;display:flex;justify-content:center;align-items:center}.faq-container{max-width:1440px;width:100%;display:flex;flex-direction:column;align-items:center;gap:48px}.faq-header{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.faq-tag{display:flex;align-items:center;gap:8px;padding:7px 17px;background:#fff;border:1px solid #E6E7EA;border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.tag-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.faq-tag span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0d162f}.faq-header h2{font-family:Inter,sans-serif;font-weight:600;font-size:44.625px;line-height:1.29em;letter-spacing:-.896%;color:#0d162f;margin:0;max-width:880px}.faq-header p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;margin:0;max-width:880px}.faq-content{display:flex;flex-direction:column;gap:20px;width:100%;max-width:1440px}.faq-list{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 2px 2px #0d162f0d,0 9px 13px -5px #0d162f1a,0 16px 32px -8px #0d162f14,inset 0 -3px 0 1px #0d162f1a;padding:29px;display:flex;flex-direction:column;transition:all .3s ease}.faq-list:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0d162f1a,0 12px 20px -5px #0d162f26,0 20px 40px -8px #0d162f1f,inset 0 -3px 0 1px #0d162f1a}.faq-item{border-radius:6px;padding-bottom:16px;width:100%}.faq-item:not(:last-child){border-bottom:1px solid #E6E7EA}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 20px;cursor:pointer;transition:all .3s ease}.faq-question:hover{background:#6148ff05}.question-text{flex:1}.question-text h3{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1.5em;color:#0d176c;margin:0}.question-arrow{width:18px;height:18px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.faq-item.open .question-arrow{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:200px}.answer-content{padding:16px 20px}.answer-content p{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1.5em;color:#000;margin:0}.feature-tags{display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0}.feature-tags-container{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.feature-tag{display:flex;flex-direction:column}.tag-text-container{display:flex;flex-direction:column;padding:0 0 .61px}.feature-tag span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.33em;color:#5c5c5c}.tag-bullet-container{display:flex;justify-content:center;align-items:center;width:14px;height:14px}.tag-bullet{width:14px;height:14px;object-fit:contain}@media (max-width: 1200px){.faq-section{padding:80px 120px}.faq-header h2{font-size:36px}}@media (max-width: 1024px){.faq-section{padding:60px 80px}.faq-container{gap:32px}.faq-header h2{font-size:32px}.faq-list{padding:20px}.question-text h3,.answer-content p{font-size:16px}}@media (max-width: 768px){.faq-section{padding:40px}.faq-header h2{font-size:28px}.faq-header p{font-size:14px}.faq-question{padding:12px 16px;gap:16px}.answer-content{padding:12px 16px}.feature-tags-container{gap:6px}.feature-tag span{font-size:12px}.tag-bullet{width:12px;height:12px}}@media (max-width: 600px){.faq-section{padding:30px}.faq-list{padding:16px}.faq-question,.answer-content{padding:10px 12px}.question-text h3,.answer-content p{font-size:14px}}@media (max-width: 480px){.faq-section{padding:20px}.faq-header h2{font-size:24px}.feature-tags-container{justify-content:flex-start;gap:4px}.tag-bullet{width:10px;height:10px}}.careers-faq-section{background:#f2f2f2;padding:100px 240px;display:flex;justify-content:center;align-items:center}.careers-faq-container{max-width:1440px;width:100%;display:flex;flex-direction:column;align-items:center;gap:48px}.careers-faq-header{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.careers-faq-tag{display:flex;align-items:center;gap:8px;padding:7px 17px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.careers-tag-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.careers-faq-tag span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0d162f}.careers-faq-header h2{font-family:Inter,sans-serif;font-weight:600;font-size:44.625px;line-height:1.29em;letter-spacing:-.896%;color:#0d162f;margin:0;max-width:880px}.careers-faq-header p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;color:#5c5c5c;margin:0;max-width:880px}.careers-faq-content{display:flex;flex-direction:column;gap:20px;width:100%;max-width:1440px}.careers-faq-list{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 2px 2px #0d162f0d,0 9px 13px -5px #0d162f1a,0 16px 32px -8px #0d162f14,inset 0 -3px 0 1px #0d162f1a;padding:29px;display:flex;flex-direction:column;transition:all .3s ease}.careers-faq-list:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0d162f1a,0 12px 20px -5px #0d162f26,0 20px 40px -8px #0d162f1f,inset 0 -3px 0 1px #0d162f1a}.careers-faq-item{border-radius:6px;padding-bottom:16px;width:100%}.careers-faq-item:not(:last-child){border-bottom:1px solid #E6E7EA}.careers-faq-question{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 20px;cursor:pointer;transition:all .3s ease}.careers-faq-question:hover{background:#6148ff05}.careers-question-text{flex:1}.careers-question-text h3{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1.5em;color:#0d176c;margin:0}.careers-question-arrow{width:18px;height:18px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.careers-faq-item.open .careers-question-arrow{transform:rotate(180deg)}.careers-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.careers-faq-item.open .careers-faq-answer{max-height:200px}.careers-answer-content{padding:16px 20px}.careers-answer-content p{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1.5em;color:#000;margin:0}.careers-feature-tags{display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0}.careers-feature-tags-container{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.careers-feature-tag{display:flex;flex-direction:column}.careers-tag-text-container{display:flex;flex-direction:column;padding:0 0 .61px}.careers-feature-tag span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.33em;color:#5c5c5c}.careers-tag-bullet-container{display:flex;justify-content:center;align-items:center;width:14px;height:14px}.careers-tag-bullet{width:14px;height:14px;object-fit:contain}@media (max-width: 1200px){.careers-faq-section{padding:80px 120px}.careers-faq-header h2{font-size:36px}}@media (max-width: 1024px){.careers-faq-section{padding:60px 80px}.careers-faq-container{gap:32px}.careers-faq-header h2{font-size:32px}.careers-faq-list{padding:20px}.careers-question-text h3,.careers-answer-content p{font-size:16px}}@media (max-width: 768px){.careers-faq-section{padding:40px}.careers-faq-header h2{font-size:28px}.careers-faq-header p{font-size:14px}.careers-faq-question{padding:12px 16px;gap:16px}.careers-answer-content{padding:12px 16px}.careers-feature-tags-container{gap:6px}.careers-feature-tag span{font-size:12px}.careers-tag-bullet{width:12px;height:12px}}@media (max-width: 600px){.careers-faq-section{padding:30px}.careers-faq-list{padding:16px}.careers-faq-question,.careers-answer-content{padding:10px 12px}.careers-question-text h3,.careers-answer-content p{font-size:14px}}@media (max-width: 480px){.careers-faq-section{padding:20px}.careers-faq-header h2{font-size:24px}.careers-feature-tags-container{justify-content:flex-start;gap:4px}.careers-tag-bullet{width:10px;height:10px}}.contact-hero-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:0 0 100px;background:#f2f2f2}.contact-hero-splash{width:100%;display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:110px 240px}.contact-hero-container{display:flex;flex-direction:column;align-items:center;gap:32px;width:970px;max-width:100%}.contact-hero-tags{display:flex;flex-direction:column;gap:10px}.contact-hero-tag{display:flex;justify-content:center;align-items:center;gap:8px;padding:7px 17px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:18px;box-shadow:0 2px 2px #0d162f0d}.contact-tag-icon{width:8px;height:8px;display:flex;align-items:center;justify-content:center}.contact-tag-container{display:flex;flex-direction:column}.contact-hero-tag span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#5c5c5c}.contact-hero-heading{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:0 0 .81px}.contact-hero-heading h1{font-family:NCL,sans-serif;font-weight:700;font-size:44px;line-height:1.17em;text-align:center;color:#0d162f;margin:0;width:100%}.text-primary{color:#6148ff}.contact-hero-text{display:flex;flex-direction:column;align-items:center;align-self:stretch;padding:1.1px 0 0}.contact-hero-text p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:3.125%;text-align:center;color:#5c5c5c;margin:0;width:100%}.contact-hero-bottom{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:32px;height:500px;width:100%}.contact-illustration-ripple{position:absolute;top:-2.91px;left:50%;transform:translate(-50%);width:936px;height:505px;pointer-events:none}.ripple-glows{position:absolute;top:106px;left:223px;width:490px;height:293px;opacity:.2;filter:blur(225px)}.ripple-ellipse{position:absolute;top:58px;left:58px;width:374px;height:177px;background:#003bff;border-radius:50%}.ripple-container{position:absolute;top:108px;left:226px;width:485px;height:290px;display:flex;justify-content:center;align-items:center;padding:8px;border:1px solid rgba(0,0,140,.05);border-radius:9999px}.ripple-ring{position:absolute;border-radius:9999px;border:1px solid}.ripple-ring-1{width:469px;height:274px;border-color:#00008c0d}.ripple-ring-2{width:453px;height:258px;border-color:#00008c1a}.ripple-ring-3{width:437px;height:242px;border-color:#00008c1a}.ripple-ring-4{width:421px;height:226px;border-color:#00008c33}.ripple-ring-5{width:405px;height:210px;border-color:#00008c33}.ripple-ring-6{width:389px;height:194px;border-color:#00008c4d}.ripple-ring-7{width:373px;height:178px;border-color:#00008c4d}.ripple-ring-8{width:357px;height:162px;border-color:#00008c66}.ripple-ring-9{width:341px;height:146px;border-color:#00008c66}.ripple-ring-10{width:325px;height:130px;border-color:#00008c80}.ripple-ring-11{width:309px;height:114px;border-color:#00008c80}.ripple-ring-12{width:293px;height:98px;border-color:#00008c80}.contact-hero-row{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;z-index:2}.contact-email-button{display:flex;justify-content:center;align-items:center;padding:13px 25px;background:#6148ff;border:1px solid #6148FF;border-radius:30px;box-shadow:0 2px 4px #6148ff33;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;text-align:center;color:#fff;cursor:pointer;transition:all .2s ease}.contact-email-button:hover{transform:translateY(-2px);background:#5a42e6;box-shadow:0 4px 8px #6148ff4d,0 8px 16px #6148ff33}.contact-email-button:active{transform:translateY(0)}@media (max-width: 1200px){.contact-hero-splash{padding:80px 120px}.contact-hero-container{width:100%;max-width:800px}.contact-hero-heading h1{font-size:36px}.contact-illustration-ripple{width:700px;height:380px}.ripple-container{width:360px;height:220px}.ripple-ring-1{width:350px;height:205px}.ripple-ring-2{width:338px;height:193px}.ripple-ring-3{width:326px;height:181px}.ripple-ring-4{width:314px;height:169px}.ripple-ring-5{width:302px;height:157px}.ripple-ring-6{width:290px;height:145px}.ripple-ring-7{width:278px;height:133px}.ripple-ring-8{width:266px;height:121px}.ripple-ring-9{width:254px;height:109px}.ripple-ring-10{width:242px;height:97px}.ripple-ring-11{width:230px;height:85px}.ripple-ring-12{width:218px;height:73px}}@media (max-width: 1024px){.contact-hero-splash{padding:60px 80px}.contact-hero-heading h1{font-size:32px}.contact-hero-bottom{height:400px}.contact-illustration-ripple{width:500px;height:280px}.ripple-container{width:260px;height:160px}.ripple-ring-1{width:250px;height:145px}.ripple-ring-2{width:242px;height:137px}.ripple-ring-3{width:234px;height:129px}.ripple-ring-4{width:226px;height:121px}.ripple-ring-5{width:218px;height:113px}.ripple-ring-6{width:210px;height:105px}.ripple-ring-7{width:202px;height:97px}.ripple-ring-8{width:194px;height:89px}.ripple-ring-9{width:186px;height:81px}.ripple-ring-10{width:178px;height:73px}.ripple-ring-11{width:170px;height:65px}.ripple-ring-12{width:162px;height:57px}}@media (max-width: 768px){.contact-hero-splash{padding:40px}.contact-hero-heading h1{font-size:28px}.contact-hero-text p{font-size:14px}.contact-hero-bottom{height:300px}.contact-illustration-ripple{width:350px;height:200px}.ripple-container{width:180px;height:110px}.ripple-ring-1{width:170px;height:100px}.ripple-ring-2{width:164px;height:94px}.ripple-ring-3{width:158px;height:88px}.ripple-ring-4{width:152px;height:82px}.ripple-ring-5{width:146px;height:76px}.ripple-ring-6{width:140px;height:70px}.ripple-ring-7{width:134px;height:64px}.ripple-ring-8{width:128px;height:58px}.ripple-ring-9{width:122px;height:52px}.ripple-ring-10{width:116px;height:46px}.ripple-ring-11{width:110px;height:40px}.ripple-ring-12{width:104px;height:34px}}@media (max-width: 600px){.contact-hero-splash{padding:30px}.contact-email-button{padding:12px 20px;font-size:14px}}@media (max-width: 480px){.contact-hero-splash{padding:20px}.contact-hero-heading h1{font-size:24px}.contact-hero-bottom{height:250px}.contact-illustration-ripple{width:280px;height:160px}}.privacy-policy-container{min-height:100vh;padding:120px 20px 60px;background:#f8f9fa}.privacy-policy-content{max-width:1440px;margin:0 auto;background:#fff;padding:60px;border-radius:16px;box-shadow:0 4px 20px #00000014}.privacy-policy-content h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px;font-weight:700;color:#0d162f;margin-bottom:16px}.privacy-policy-content section{margin-bottom:48px}.privacy-policy-content h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:600;color:#0d162f;margin-bottom:24px}.privacy-policy-content h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:600;color:#0d162f;margin-top:24px;margin-bottom:16px}.privacy-policy-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.8;color:#333;margin-bottom:16px}.privacy-policy-content ul{margin-left:24px;margin-bottom:16px}.privacy-policy-content li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.8;color:#333;margin-bottom:8px}@media (max-width: 768px){.privacy-policy-container{padding:100px 16px 40px}.privacy-policy-content{padding:32px 24px}.privacy-policy-content h1{font-size:36px}.privacy-policy-content h2{font-size:24px}.privacy-policy-content h3{font-size:20px}}.terms-container{min-height:100vh;padding:120px 20px 60px;background:#f8f9fa}.terms-content{max-width:1440px;margin:0 auto;background:#fff;padding:60px;border-radius:16px;box-shadow:0 4px 20px #00000014}.terms-content h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px;font-weight:700;color:#0d162f;margin-bottom:16px}.last-updated{font-size:16px;color:#666;margin-bottom:48px}.terms-content section{margin-bottom:48px}.terms-content h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:600;color:#0d162f;margin-bottom:20px}.terms-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.8;color:#333;margin-bottom:16px}.terms-content ul{margin-left:24px;margin-bottom:16px}.terms-content li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.8;color:#333;margin-bottom:8px}@media (max-width: 768px){.terms-container{padding:100px 16px 40px}.terms-content{padding:32px 24px}.terms-content h1{font-size:36px}.terms-content h2{font-size:24px}}.cookie-settings-container{min-height:100vh;padding:120px 20px 60px;background:#f8f9fa}.cookie-settings-content{max-width:1440px;margin:0 auto;background:#fff;padding:60px;border-radius:16px;box-shadow:0 4px 20px #00000014}.cookie-settings-content h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px;font-weight:700;color:#0d162f;margin-bottom:24px}.intro-text{font-size:18px;color:#666;margin-bottom:48px;line-height:1.6}.cookie-categories{margin-bottom:48px}.cookie-category{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #e0e0e0}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.category-info h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#0d162f;margin-bottom:8px}.category-info p{font-size:14px;color:#666;margin:0}.category-details{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.category-details p{font-size:14px;color:#666;margin-bottom:8px}.category-details ul{margin-left:20px;margin-top:8px}.category-details li{font-size:14px;color:#777;margin-bottom:4px}.toggle-switch{position:relative;width:60px;height:30px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch label{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.toggle-switch label:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.toggle-switch input:checked+label{background-color:#6148ff}.toggle-switch input:checked+label:before{transform:translate(30px)}.toggle-switch.disabled label{background-color:#6148ff;cursor:not-allowed;opacity:.6}.cookie-actions{display:flex;gap:16px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}.cookie-actions button{padding:12px 32px;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#6148ff;color:#fff;box-shadow:0 2px 4px #6056ff40}.btn-primary:hover{background:#5038d9;transform:translateY(-1px);box-shadow:0 4px 8px #6056ff59}.btn-secondary{background:#fff;color:#6148ff;border:2px solid #6148FF}.btn-secondary:hover{background:#f8f7ff}.btn-accept{background:#4caf50;color:#fff;box-shadow:0 2px 4px #4caf5040}.btn-accept:hover{background:#45a049;transform:translateY(-1px);box-shadow:0 4px 8px #4caf5059}.cookie-info h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:600;color:#0d162f;margin-top:32px;margin-bottom:16px}.cookie-info p{font-size:16px;line-height:1.8;color:#333;margin-bottom:16px}.cookie-info a{color:#6148ff;text-decoration:none}.cookie-info a:hover{text-decoration:underline}@media (max-width: 768px){.cookie-settings-container{padding:100px 16px 40px}.cookie-settings-content{padding:32px 24px}.cookie-settings-content h1{font-size:36px}.category-header{flex-direction:column;align-items:flex-start;gap:16px}.toggle-switch{align-self:flex-end}.cookie-actions{flex-direction:column}.cookie-actions button{width:100%}}.App{width:100%;min-height:100vh;background:#f2f2f2;padding-top:120px}@media (max-width: 1440px){.App{padding-top:110px}}@media (max-width: 1024px){.App{padding-top:100px}}@media (max-width: 768px){.App{padding-top:90px}}@media (max-width: 480px){.App{padding-top:80px}}.not-found-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.not-found-content{text-align:center;max-width:600px;padding:60px 40px;background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0000001a}.error-code{font-size:120px;font-weight:800;color:#6148ff;margin-bottom:20px;line-height:1;text-shadow:2px 2px 4px rgba(97,72,255,.2)}.not-found-content h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:700;color:#0d162f;margin-bottom:20px}.not-found-content p{font-size:18px;color:#666;margin-bottom:40px;line-height:1.6}.not-found-actions{display:flex;gap:20px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{padding:14px 32px;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.not-found-actions .btn-primary{background:#6148ff;color:#fff;box-shadow:0 4px 12px #6148ff4d}.not-found-actions .btn-primary:hover{background:#5038d9;transform:translateY(-2px);box-shadow:0 6px 20px #6148ff66}.not-found-actions .btn-secondary{background:#fff;color:#6148ff;border:2px solid #6148FF}.not-found-actions .btn-secondary:hover{background:#f8f7ff;transform:translateY(-2px)}.not-found-links{border-top:1px solid #e0e0e0;padding-top:30px}.not-found-links p{font-size:16px;color:#666;margin-bottom:20px}.not-found-links ul{list-style:none;padding:0;margin:0;display:flex;gap:30px;justify-content:center;flex-wrap:wrap}.not-found-links li{margin:0}.not-found-links a{color:#6148ff;text-decoration:none;font-size:16px;font-weight:500;transition:all .2s ease}.not-found-links a:hover{color:#5038d9;text-decoration:underline}@media (max-width: 768px){.not-found-content{padding:40px 20px}.error-code{font-size:80px}.not-found-content h1{font-size:28px}.not-found-content p{font-size:16px}.not-found-actions{flex-direction:column;width:100%}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{width:100%}}
