:root{font-family:Geist,Arimo,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#0a0d14;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.page-spinner{width:40px;height:40px;border:3px solid rgba(4,48,93,.15);border-top-color:#04305d;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}.landing_body{width:100%;height:100vh}header{width:100%;height:94px;background:linear-gradient(180deg,#000000d1,#00000094 65%,#00000052);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;position:fixed;top:0;padding:8px 0;z-index:999}.header-Wrap{width:100%;max-width:1600px;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 100px;position:relative;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.11);box-shadow:0 10px 40px #00000038}.header_logo{width:70px;height:70px;border-radius:100%;display:flex;align-items:center;justify-content:center}.header_logo img{width:100%;height:100%;object-fit:contain}.navWrap{width:90%;height:100%;display:flex;align-items:center;justify-content:space-between}.navigations{width:max-content;height:100%;display:flex;align-items:center;gap:8px}.nav{background-color:transparent;padding:10px 14px;color:#ffffffe6;border:1px solid transparent;border-radius:999px;cursor:pointer;transition:all .25s ease;text-decoration:none;font-size:15px;font-family:Arimo,sans-serif;font-weight:500;letter-spacing:.01em;line-height:1}.navButtons{width:max-content;height:100%;display:flex;align-items:center;gap:12px}.getStartedButton button{width:max-content;height:max-content;padding:12px 24px;background:linear-gradient(135deg,#04305d,#0b4a88);color:#fff;font-size:15px;font-family:Arimo,sans-serif;font-weight:600;border:1px solid rgba(255,255,255,.2);border-radius:999px;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;cursor:pointer}.getStartedButton button:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 8px 20px #04305d73}.nav:hover{background:#04305d33;border-color:#ffffff29;color:#fff}.nav.active{background:linear-gradient(135deg,#04305d,#0b4a88);border-color:#ffffff2e;color:#fff;font-weight:600;box-shadow:0 10px 22px #04305d57}.mobile_menu a.active{background:linear-gradient(135deg,#04305d,#0b4a88);font-weight:600}.bugger_menu{width:44px;height:44px;display:none;align-items:center;justify-content:center;color:#fff;font-size:30px;background:linear-gradient(135deg,#04305d,#0b4a88);border:1px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer}.mobile_menu_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;border:none;padding:0;margin:0;z-index:997}.mobile_menu{width:100%;height:max-content;background:#091c2ff0;border:1px solid rgba(255,255,255,.14);border-radius:16px;box-shadow:0 16px 40px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:absolute;top:calc(100% + 12px);right:0;display:flex;flex-direction:column;padding:10px;z-index:998}.mobile_menu a{text-decoration:none;color:#fffffff2;font-size:16px;font-family:Arimo,sans-serif;font-weight:500;padding:14px 16px;border-radius:10px;transition:background-color .2s ease}.mobile_menu a:hover{background-color:#084c91cc}@media screen and (max-width: 974px){header{height:84px}.navWrap{display:none}.bugger_menu{display:flex}.header-Wrap{padding:0 16px;height:68px;border-radius:12px}.header_logo{width:56px;height:56px}}.footer_body{width:100%;height:max-content;padding:70px 80px 40px;background-color:#fff}.footer_top{width:100%;display:flex;justify-content:space-between;align-items:center}.footer_media_container{width:max-content;display:flex;flex-direction:column;gap:20px}.footer_logo{width:150px;height:150px}.footer_logo img{width:100%;height:100%;object-fit:cover}.footer_media_links{width:max-content;display:flex;gap:16px;align-items:center}.footer_social_link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;transition:background-color .25s ease,transform .25s ease}.footer_social_link:hover{background-color:#04305d1a;transform:translateY(-2px)}.footer_media{font-size:24px;color:#000;cursor:pointer;transition:color .25s ease}.footer_social_link:hover .footer_media{color:#04305d}.footer_nav_container{width:200px;height:max-content;display:flex;flex-direction:column;gap:10px}.footer_nav_container h4{color:#000;font-size:20px;font-family:Arimo,sans-serif;font-weight:600;margin-bottom:10px}.footer_nav_container a{text-decoration:none;color:#000;font-size:16px;font-family:Arimo,sans-serif;font-weight:400}.footer_nav_container a:hover{text-decoration:underline}.footer_bottom{width:100%;padding:50px 0 0;border-top:1px solid #e2e4e9;margin-top:40px}.footer_bottom_row{display:flex;justify-content:space-between;align-items:center;width:100%}.footer_bottom_links_group,.footer_bottom_cert{display:flex;gap:8px;align-items:center}.footer_bottom_cert img{width:50px;cursor:pointer;transition:transform .2s ease}.footer_bottom_cert img:hover{transform:scale(1.05)}.footer_bottom_cert h4{font-family:Arimo,sans-serif;font-size:14px;font-weight:600;color:#0a0d14}.footer_bottom p{color:#0a0d14;font-size:14px;font-family:Arimo,sans-serif;font-weight:400}.footer_bottom_links{text-decoration:none;color:#525866;font-size:14px;font-family:Arimo,sans-serif;font-weight:400;transition:text-decoration .2s ease}.footer_bottom_links:hover{text-decoration:underline}@media screen and (max-width: 768px){.footer_body{padding:70px 16px 40px}.footer_top{flex-direction:column;gap:20px}.footer_media_container{flex-direction:column;gap:20px;margin-bottom:0}.footer_nav_container{gap:10px;margin-top:10px}.footer_nav_container h4{margin-bottom:4px;text-align:center}.footer_nav_container a{text-align:center}.footer_bottom_row{flex-direction:column;gap:16px}.footer_bottom_links_group{flex-wrap:wrap;justify-content:center}.footer_bottom_cert{justify-content:center}}.qr-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.qr-modal-content{background-color:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideIn .3s ease-out}.qr-modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px;line-height:1;border-radius:4px;transition:all .2s ease}.qr-modal-close:hover{background-color:#f5f5f5;color:#333}.qr-modal-body{text-align:center;padding-top:8px}.qr-modal-body h3{margin:0 0 16px;font-size:20px;font-weight:600;color:#0a0d14;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.qr-modal-image{width:200px;height:200px;object-fit:contain;margin:0 auto 16px;display:block;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.qr-modal-body p{margin:0;font-size:14px;color:#525866;font-family:Arimo,sans-serif}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media screen and (max-width: 480px){.qr-modal-content{padding:20px;margin:20px}.qr-modal-image{width:150px;height:150px}.qr-modal-body h3{font-size:18px}}.scroll-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#04305d,#1e5f89,#a77159);transform-origin:0%;z-index:1000}.back-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#04305d,#1e5f89);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;z-index:999;box-shadow:0 4px 16px #04305d59;transition:box-shadow .25s ease}.back-to-top:hover{box-shadow:0 6px 24px #04305d80}@media screen and (max-width: 768px){.back-to-top{bottom:20px;right:20px;width:42px;height:42px;font-size:18px}}.home_body{width:100%}.what_we_offer_body{width:100%;background-color:#fff;padding:60px 100px;display:flex;flex-direction:column;align-items:center}.what_we_offer_top{width:50%;display:flex;flex-direction:column;align-items:center;gap:16px}.what_we_offer_top p{color:#525866;font-size:18px;font-family:Geist,sans-serif;font-weight:400;text-align:center}.what_we_offer_top h1{font-size:44px;font-family:Arimo,sans-serif;font-weight:600;line-height:60px;text-align:center;background:linear-gradient(135deg,#0a0d14,#04305d 60%,#1e5f89);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.what_we_offer_bottom{width:100%;margin-top:50px}.explore_solution_btn_container{width:100%;display:flex;justify-content:center;align-items:center;margin:20px 0}.explore_solution_btn_container button{width:max-content;height:max-content;background:linear-gradient(135deg,#04305d,#1e5f89);padding:14px 28px;color:#fff;font-size:15px;font-family:Arimo,sans-serif;font-weight:600;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:transform .25s ease,box-shadow .25s ease}.explore_solution_btn_container button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #04305d59}.social-proof-section{width:100%;background-color:#fff;padding:0 80px 100px;display:flex;justify-content:center;align-items:center;min-height:fit-content}.social-proof-container{display:flex;align-items:center;justify-content:center;gap:256px;flex-wrap:wrap;width:100%}.social-proof-card{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.percentage{font-family:Geist,sans-serif;font-weight:600;font-size:72px;line-height:1.25em;letter-spacing:-.02em;text-align:center;color:#0a0d14;margin:0}.label{font-family:Geist,sans-serif;font-weight:400;font-size:32px;line-height:1.25em;letter-spacing:-.02em;text-align:center;color:#525866;margin:0}.servicesBody{width:100%;background-color:#d0f1f5;padding:50px 80px;display:flex;align-items:center;justify-content:center}.servicesWrapper{width:100%;display:flex;justify-content:space-between;flex-direction:column;gap:10px;line-height:50px}.servicesWrapper span{color:#525866;font-size:3rem;font-family:Arimo,sans-serif;font-weight:400;padding-top:40px}.servicesWrapper h2{color:#0a0d14;font-size:3rem;font-family:Arimo,sans-serif;font-weight:600}.serviceSlider{width:100%;height:450px;display:flex;justify-content:center;align-items:center;gap:16px;overflow:scroll}.serviceSlider::-webkit-scrollbar{display:none}.serviceImgCont{position:relative;flex:0 0 auto;scroll-snap-align:start}.serviceImgCont img{width:380px;height:420px;object-fit:cover;border-radius:8px;display:block;margin:0 10px}.imageText{width:80%;position:absolute;bottom:10%;left:50%;transform:translate(-50%);color:#fff;font-size:20px;font-family:Arimo,sans-serif;font-weight:500;background:#0009;text-align:center;padding:20px}.textLink{width:100%;height:10%;display:flex;align-items:center;gap:10px;padding-bottom:40px}.textLink p{color:#000;font-size:16px;font-family:Arimo,sans-serif;font-weight:500}.textLink p span{font-weight:600;font-size:20px;cursor:pointer;color:#00008b}.textLink>img{width:20px;height:20px;object-fit:contain;cursor:pointer}@media screen and (max-width: 1200px){.social-proof-section{padding:60px}.social-proof-container{gap:120px}.percentage{font-size:64px}.label{font-size:28px}}@media screen and (max-width: 768px){.what_we_offer_body{padding:60px 16px}.what_we_offer_top{width:100%;gap:10px}.what_we_offer_top h1{font-size:34px;line-height:46px}.what_we_offer_top p{font-size:16px}.social-proof-section{padding:60px 16px}.social-proof-container{gap:60px}.percentage{font-size:56px}.label{font-size:24px}.servicesBody{padding:50px 16px}.servicesWrapper{line-height:40px}.servicesWrapper span{font-size:1.6rem;font-weight:500;padding-top:0}.servicesWrapper h2{font-size:2.2rem;font-weight:600}.serviceSlider{height:280px;margin-top:20px}.textLink{width:100%;height:10%;display:flex;align-items:center;gap:10px;padding-bottom:40px;line-height:28px}}.testimonials-section{width:100%;background-color:#fff;padding:80px 0}.testimonials-container{width:100%;padding-left:100px;padding-right:100px;display:flex;justify-content:center}.testimonials-text{display:flex;flex-direction:column;align-items:center;gap:24px}.testimonials-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:60px;line-height:1.2em;letter-spacing:-.02em;text-align:center;margin:0;width:793px;max-width:793px;background:linear-gradient(135deg,#0a0d14,#04305d 60%,#1e5f89);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-description{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:20px;line-height:1.333em;text-align:center;color:#525866;margin:0;width:512px;max-width:512px}.testimonials-cards{width:100%;background-color:#fff;padding:80px 0}.testimonials-cards-container{width:100%;padding-left:100px;padding-right:100px;max-width:max-content;margin:0 auto}.testimonials-cards-scroll{width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:20px}.testimonials-cards-scroll::-webkit-scrollbar{height:8px}.testimonials-cards-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.testimonials-cards-scroll::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.testimonials-cards-scroll::-webkit-scrollbar-thumb:hover{background:#00000040}.testimonials-cards-row{display:flex;align-items:center;justify-content:center;gap:16px;width:max-content;padding:10px 0}@media screen and (max-width: 1200px){.testimonials-container,.testimonials-cards-container{padding-left:60px;padding-right:60px}.testimonials-title{font-size:52px;width:90%;max-width:700px}.testimonials-description{font-size:22px;width:90%;max-width:400px}}@media screen and (max-width: 974px){.testimonials-container,.testimonials-cards-container{padding-left:16px;padding-right:16px}.testimonials-title{font-size:48px;width:95%;max-width:600px}.testimonials-description{font-size:20px;width:95%;max-width:380px}.testimonials-cards-row{gap:12px;justify-content:center}}@media screen and (max-width: 768px){.testimonials-section,.testimonials-cards{padding:60px 0}.testimonials-text{gap:20px}.testimonials-title{font-size:40px;width:100%}.testimonials-description{font-size:18px;width:100%}}@media screen and (max-width: 480px){.testimonials-section,.testimonials-cards{padding:40px 0}.testimonials-text{gap:16px}.testimonials-title{font-size:32px}.testimonials-description{font-size:16px}.testimonials-cards-row{gap:10px;justify-content:center}.social-proof-section{padding:0 40px 16px}.social-proof-container{gap:40px}.percentage{font-size:48px}.label{font-size:20px}}.hero-container{position:relative;width:100%;height:98vh;background-color:#000;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0;display:flex;align-items:center}.hero_section_item_container{width:50%;height:max-content;display:flex;flex-direction:column;gap:20px;margin-left:100px}.hero_section_item_container span{color:#fffc;font-size:14px;font-family:Geist,sans-serif;font-weight:500;letter-spacing:3px;text-transform:uppercase}.hero_section_item_container p{color:#ffffffe6;font-size:24px;font-family:Arimo,sans-serif;font-weight:400;line-height:1.4}.hero_section_item_container h1{color:#fff;font-size:4rem;font-family:Geist,sans-serif;font-weight:600;line-height:1.1}.hero_section_item_container button{width:max-content;height:max-content;padding:14px 32px;background:linear-gradient(135deg,#04305d,#1e5f89);color:#fff;font-size:16px;font-family:Arimo,sans-serif;font-weight:600;border-radius:10px;border:1px solid rgba(255,255,255,.15);cursor:pointer;margin-top:20px;transition:transform .25s ease,box-shadow .25s ease}.hero_section_item_container button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #04305d73}.hero_section_ratings_container{width:100%;height:max-content;display:flex;align-items:center;gap:2px;margin-top:10px}.rating_icon{color:#f2ae40;font-size:16px}.hero_section_ratings_container p{color:#fffc;font-size:14px;font-family:Arimo,sans-serif;font-weight:400;margin-left:6px}.hero-indicators{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.hero-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;padding:0;transition:all .3s ease}.hero-dot-active{background:#fff;border-color:#fff;transform:scale(1.2)}.hero-dot:hover{border-color:#fff;background:#fff6}@media screen and (max-width: 1324px){.hero_section_item_container h1{font-size:3rem;line-height:1.15}}@media screen and (max-width: 768px){.hero_section_item_container{width:100%;align-items:center;margin:0;gap:12px;padding:0 20px}.hero_section_item_container span{font-size:12px;text-align:center}.hero_section_item_container p{font-size:18px;line-height:1.4;text-align:center}.hero_section_item_container h1{font-size:40px;line-height:1.15;text-align:center}.hero_section_ratings_container{justify-content:center}.hero-indicators{bottom:24px}.hero-dot{width:10px;height:10px}}} */ .supportWrapper{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:relative}.supportContainer{width:100%;max-width:1600px;display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 auto}.supportTexts{flex:1;max-width:50%;display:flex;flex-direction:column;justify-content:center;padding:80px 40px;background:#fff;z-index:10}.supportTexts h2{color:#0a0d14;font-size:50px;font-family:Geist,sans-serif;font-weight:600;line-height:1.2em;letter-spacing:-2%;margin-bottom:16px;padding:0;width:100%;max-width:663px}.supportTexts p{color:#525866;font-size:24px;font-family:Geist,sans-serif;font-weight:400;line-height:1.3333333333333333em;padding:0;width:100%;max-width:453px;margin:0}.supportCards{flex:1;max-width:50%;display:flex;justify-content:center;align-items:center;padding:0 20px;overflow:hidden}.supportCard{position:absolute;top:0;left:0;width:100%;height:100vh;border-radius:16px;overflow:hidden}.supportCard img{width:100%;height:60%;object-fit:contain;border-radius:90px}@media screen and (max-width: 1024px){.supportWrapper{height:auto;min-height:80vh}.supportContainer{gap:40px}.supportTexts{max-width:45%;padding:60px 30px}.supportTexts h2{font-size:42px;max-width:500px}.supportTexts p{font-size:20px;max-width:380px}.supportCards{max-width:45%;padding:0 20px}}@media screen and (max-width: 768px){.supportWrapper{height:auto;min-height:70vh;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px 0}.supportContainer{flex-direction:column;gap:40px;padding:0 20px}.supportTexts{flex:none;max-width:100%;width:100%;height:auto;padding:40px 20px;background:#fff;text-align:center}.supportTexts h2{font-size:32px;margin-bottom:16px;max-width:none;line-height:1.1em}.supportCards{flex:none;max-width:100%;width:100%;height:auto;min-height:50vh;padding:20px}.supportTexts p{font-size:16px;max-width:none;line-height:1.4em}}@media screen and (max-width: 480px){.supportWrapper{min-height:60vh;padding:10px 0}.supportContainer{gap:30px;padding:0 15px}.supportTexts{padding:30px 15px}.supportTexts h2{font-size:28px;margin-bottom:12px;letter-spacing:-1px}.supportTexts p{font-size:14px;line-height:1.5em}.supportCards{min-height:40vh;padding:15px}}@media screen and (max-width: 360px){.supportWrapper{min-height:50vh}.supportContainer{padding:0 10px}.supportTexts{padding:25px 10px}.supportTexts h2{font-size:24px;margin-bottom:10px}.supportTexts p{font-size:13px}.supportCards{min-height:35vh;padding:10px}}.stack-container{position:relative;perspective:600px}.card-rotate{position:absolute;cursor:grab}.card{border-radius:10px;border:0px solid #fff;overflow:hidden}.card-image{pointer-events:none;width:100%;height:auto;object-fit:cover}@media screen and (max-width: 768px){.stack-container{perspective:400px}.card-rotate{cursor:default}.card{border-radius:8px}}@media screen and (max-width: 480px){.stack-container{perspective:300px}.card{border-radius:6px}}.solutionsBody{width:100%;min-height:1060px;background-color:#0a0d14;display:flex;justify-content:center;align-items:flex-start;padding:120px 100px 100px}.solutionsContainer{width:100%;max-width:1512px;position:relative;padding:0 100px}.backgroundImage{position:absolute;top:544px;left:939px;width:766.79px;height:706.39px;object-fit:cover;pointer-events:none;z-index:1}.headerText{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:120px}.headerText h2{font-family:Geist,sans-serif;font-weight:600;font-size:60px;line-height:1.2em;letter-spacing:-.02em;color:#fff;text-align:center;margin:0;max-width:652px}.headerText p{font-family:Geist,sans-serif;font-weight:400;font-size:24px;line-height:1.3333333333333333em;color:#fff;text-align:center;margin:0;max-width:652px}.stepsContainer{display:flex;justify-content:space-between;align-items:flex-start;gap:74px;margin-bottom:120px}.stepItem{display:flex;flex-direction:column;align-items:center;gap:32px;flex:1;max-width:400px}.stepNumber{position:relative;width:170.75px;height:156px}.stepNumberBg{position:relative;width:100%;height:100%}.stepNumberBg:before{content:"";position:absolute;top:6px;left:0;width:150px;height:150px;background-color:#a77159;border-radius:0 0 50px}.stepItem1 .stepNumberBg:after{content:"";position:absolute;top:0;left:6px;width:150px;height:150px;background-image:url(https://images.unsplash.com/photo-1649972904349-6e44c42644a7?ixlib=rb-4.1.0&ixid=M3wxMjA3fDF8MHxzZWFyY2h8MXx8dGVjaG5vbG9neXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&q=60&w=900);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0 0 50px}.stepItem2 .stepNumberBg:after{content:"";position:absolute;top:0;left:6px;width:150px;height:150px;background-image:url(https://images.unsplash.com/photo-1573164713988-8665fc963095?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzF8fHRlY2hub2xvZ3l8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&q=60&w=900);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0 0 50px}.stepItem3 .stepNumberBg:after{content:"";position:absolute;top:0;left:6px;width:150px;height:150px;background-image:url(https://images.unsplash.com/photo-1581092795360-fd1ca04f0952?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzJ8fHRlY2hub2xvZ3l8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&q=60&w=900);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0 0 50px}.stepNumberCircle{position:absolute;top:106px;left:138.75px;width:32px;height:32px;background-color:#a77159;border-radius:50%;display:flex;align-items:center;justify-content:center}.stepNumberText{font-family:Arimo,sans-serif;font-weight:700;font-size:18px;line-height:1.5555555555555556em;color:#fff;margin:0}.stepContent{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.stepTitle{font-family:Arimo,sans-serif;font-weight:600;font-size:32px;line-height:1.25em;letter-spacing:-.02em;color:#fff;margin:0}.stepDescription{font-family:Arimo,sans-serif;font-weight:400;font-size:18px;line-height:1.5555555555555556em;color:#fff;margin:0;max-width:393px}.stepArrow{display:flex;align-items:center;justify-content:center;flex-shrink:0}.stepArrow svg{width:80px;height:86px;flex-shrink:0}.ctaButton{display:flex;align-items:center;justify-content:center;gap:4px;padding:14px 24px;background-color:#a77159;color:#fff;font-family:Arimo,sans-serif;font-weight:700;font-size:18px;line-height:1.5555555555555556em;border:none;border-radius:8px;cursor:pointer;box-shadow:0 1px 2px #375dfb14;transition:all .2s ease;margin:0 auto}.ctaButton:hover{background-color:#8f6248;transform:translateY(-1px);box-shadow:0 2px 4px #375dfb26}@media screen and (max-width: 1200px){.solutionsBody{padding:80px 60px 0}.backgroundImage{left:700px;width:500px;height:460px}.headerText{margin-bottom:80px}.headerText h2{font-size:48px;max-width:600px}.headerText p{font-size:20px;max-width:600px}.stepsContainer{gap:40px;margin-bottom:80px}.stepNumber{width:140px;height:128px}.stepNumberBg:before,.stepNumberBg:after{width:125px;height:125px}.stepItem1 .stepNumberBg:after,.stepItem2 .stepNumberBg:after,.stepItem3 .stepNumberBg:after{width:125px;height:125px}.stepNumberCircle{top:88px;left:114px;width:26px;height:26px}.stepNumberText{font-size:16px}.stepTitle{font-size:28px}.stepDescription{font-size:16px;max-width:350px}.stepArrow svg{width:60px;height:65px}}@media screen and (max-width: 974px){.solutionsBody{padding:60px 40px 0;min-height:auto}.stepArrow,.backgroundImage{display:none}.headerText{margin-bottom:60px}.headerText h2{font-size:40px;max-width:500px}.headerText p{font-size:18px;max-width:500px}.stepsContainer{flex-direction:column;gap:60px;margin-bottom:60px;align-items:center}.stepItem{max-width:500px;flex:none}.stepNumber{width:170.75px;height:156px}.stepNumberBg:before,.stepNumberBg:after{width:150px;height:150px}.stepNumberCircle{top:106px;left:138.75px;width:32px;height:32px}.stepNumberText{font-size:18px}.stepTitle{font-size:32px}.stepDescription{font-size:18px;max-width:393px}}@media screen and (max-width: 768px){.solutionsBody{padding:40px 20px 0}.solutionsContainer{padding:0 20px}.headerText{margin-bottom:40px;gap:16px}.headerText h2{font-size:32px;max-width:100%}.headerText p{font-size:16px;max-width:100%}.stepsContainer{gap:40px;margin-bottom:40px}.stepItem{gap:24px}.stepNumber{width:140px;height:128px}.stepNumberBg:before,.stepNumberBg:after{width:125px;height:125px}.stepItem1 .stepNumberBg:after,.stepItem2 .stepNumberBg:after,.stepItem3 .stepNumberBg:after{width:125px;height:125px}.stepNumberCircle{top:88px;left:114px;width:26px;height:26px}.stepNumberText{font-size:16px}.stepTitle{font-size:24px}.stepDescription{font-size:16px;max-width:320px}.ctaButton{padding:12px 20px;font-size:16px}}@media screen and (max-width: 480px){.solutionsBody{padding:32px 16px 0}.solutionsContainer{padding:20px 16px}.headerText{margin-bottom:32px;gap:12px}.headerText h2{font-size:28px}.headerText p{font-size:14px}.stepsContainer{gap:32px;margin-bottom:32px}.stepItem{gap:20px}.stepNumber{width:120px;height:110px}.stepNumberBg:before,.stepNumberBg:after{width:105px;height:105px}.stepNumberCircle{top:74px;left:96px;width:22px;height:22px}.stepNumberText{font-size:14px}.stepTitle{font-size:20px}.stepDescription{font-size:14px;max-width:280px}.ctaButton{padding:10px 16px;font-size:14px}}.teamBody{width:100%;height:90vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:60px 80px}.teamWrap{width:100%;height:700px;display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:1300px;margin:0 auto;gap:30px;padding:20px 0}.teamWrap h2{font-size:40px;font-family:Arimo,sans-serif;font-weight:600;text-align:center;padding-top:20px 0}.teamSliderContainer{position:relative;width:100%;display:flex;align-items:center}.teamSlider{width:100%;display:flex;gap:16px;overflow:scroll}.teamSlider::-webkit-scrollbar{display:none}.teamCard{width:380px;height:530px;display:flex;align-items:center;flex-direction:column;justify-content:center;flex:0 0 auto;scroll-snap-align:start}.teamImgCon{width:100%;height:80%}.teamImgCon>img{width:380px;height:420px;object-fit:fill;border-radius:8px;display:block;margin-left:20px}.teamCardName{font-family:Geist,sans-serif;font-size:28px;font-weight:600}.teamCard>p{font-size:18px;font-weight:500;color:#000}.navArrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:2px solid #333;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#333;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 8px #0003}.navArrow:hover{background:#333;color:#fff;transform:translateY(-50%) scale(1.1)}.navArrowLeft{left:-25px}.navArrowRight{right:-25px}.navArrow.visible{opacity:1;pointer-events:auto}.navArrow.hidden{opacity:0;pointer-events:none}@media screen and (max-width: 768px){.teamBody{height:max-content;padding:40px 16px;min-height:auto}.teamWrap{width:100%;height:max-content;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:0;max-width:100%}.teamWrap h2{font-size:28px;font-weight:600;line-height:1.2;margin-bottom:10px;padding:0}.teamSliderContainer{width:100%;padding:0 20px}.teamSlider{height:auto;gap:12px;padding:10px 0}.teamCard{width:280px;height:380px;flex:0 0 auto;scroll-snap-align:start}.teamImgCon{width:100%;height:70%;margin-bottom:10px}.teamImgCon>img{width:100%;height:100%;max-width:280px;max-height:260px;object-fit:cover;border-radius:8px;margin-left:0;display:block}.teamCard>h3{font-size:20px!important;font-weight:600!important;margin-bottom:4px;text-align:center;line-height:1.3}.teamCard>span{font-size:14px;font-weight:500;color:#666;text-align:center;display:block}.navArrow{width:36px;height:36px;font-size:18px;border:1px solid #ccc;background:#fffffff2}.navArrowLeft{left:-18px}.navArrowRight{right:-18px}.navArrow:hover{background:#f5f5f5;transform:translateY(-50%) scale(1.05)}}.faq_section{width:100%;background-color:#f5fafb;padding:80px 100px;display:flex;justify-content:center}.faq_section_container{max-width:1512px;width:100%;display:flex;justify-content:space-between;gap:40px}.faq_text_section{flex:1;max-width:400px}.faq_text_section h1{font-family:Arimo,sans-serif;font-weight:700;font-size:40px;line-height:1.2em;color:#171717;margin:0 0 24px}.faq_text_section h3{font-family:Arimo,sans-serif;font-weight:400;font-size:24px;color:#0a0d14;margin:0 0 16px}.faq_text_section p{font-family:Arimo,sans-serif;font-weight:400;font-size:20px;line-height:1.3em;color:#525866;margin:0}.faq_item_section{flex:1;max-width:789px;display:flex;flex-direction:column;gap:40px}.faq_item_section details{border:none;background:none;padding:0}.faq_item_section summary{font-family:Arimo,sans-serif;font-weight:400;font-size:24px;line-height:1.2em;color:#0a0d14;cursor:pointer;list-style:none;position:relative;padding-right:40px;margin-bottom:16px}.faq_item_section summary::-webkit-details-marker{display:none}.faq_item_section summary:after{content:"+";position:absolute;right:0;top:0;font-size:24px;font-weight:400;color:#0a0d14;transition:transform .3s ease}.faq_item_section details[open] summary:after{content:"−";font-size:28px}.faq_item_section details p{font-family:Arimo,sans-serif;font-weight:400;font-size:20px;line-height:1.3333333333333333em;color:#525866;margin:0;padding-right:40px}@media screen and (max-width: 1200px){.faq_section{padding:60px}.faq_text_section h1{font-size:36px}.faq_text_section h3{font-size:22px}.faq_text_section p{font-size:18px}.faq_item_section summary{font-size:22px}.faq_item_section details p{font-size:18px}}@media screen and (max-width: 974px){.faq_section{padding:40px 16px}.faq_section_container{flex-direction:column;gap:60px}.faq_text_section{max-width:none;text-align:center}.faq_text_section h1{font-size:32px;margin-bottom:20px}.faq_text_section h3{font-size:20px;margin-bottom:12px}.faq_text_section p{font-size:16px}.faq_item_section{gap:24px}.faq_item_section summary{font-size:20px}.faq_item_section details p{font-size:16px}}@media screen and (max-width: 768px){.faq_section_container{gap:40px}.faq_text_section h1{font-size:28px}.faq_text_section h3{font-size:18px}.faq_text_section p{font-size:15px}.faq_item_section{gap:20px}.faq_item_section summary{font-size:18px}.faq_item_section details p{font-size:15px}}@media screen and (max-width: 480px){.faq_section{padding:32px 16px}.faq_section_container{gap:32px}.faq_text_section h1{font-size:24px}.faq_text_section h3{font-size:16px}.faq_text_section p{font-size:14px}.faq_item_section{gap:16px}.faq_item_section summary{font-size:16px}.faq_item_section details p{font-size:14px}}.faq_text_section form{display:flex;gap:8px;margin-top:24px}.faq_text_section input{width:280px;height:48px;padding:12px 23px 12px 12px;border:1px solid #e2e4e9;border-radius:8px;background-color:#fff;font-family:Arimo,sans-serif;font-size:16px;font-weight:400;color:#868c98;outline:none;box-sizing:border-box}.faq_text_section input::placeholder{color:#868c98}.faq_text_section button{width:130px;height:48px;padding:12px 36px;border:none;border-radius:8px;background-color:#04305d;color:#fff;font-family:Geist,sans-serif;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;box-shadow:0 1px 2px #375dfb14;transition:background-color .2s ease}.faq_text_section button:hover:not(:disabled){background-color:#032048}.faq_text_section button:disabled{opacity:.7;cursor:not-allowed}.submit-message{width:100%;max-width:280px;padding:12px;border-radius:8px;margin-bottom:12px;font-weight:500;text-align:center;font-size:14px}.submit-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media screen and (max-width: 974px){.faq_text_section form{justify-content:center}.faq_text_section input{width:240px}}@media screen and (max-width: 768px){.faq_text_section input{width:200px}.faq_text_section button{width:120px;padding:12px 24px;font-size:16px}}@media screen and (max-width: 480px){.faq_text_section form{flex-direction:column;align-items:center;gap:12px}.faq_text_section input{width:100%;max-width:280px}.faq_text_section button{width:100%;max-width:130px}}.trusted_by_body{width:100%;padding:50px 80px;display:flex;flex-direction:column;align-items:center;gap:10px;background-color:#fff}.trusted_by_body h3{color:#121212;font-size:24px;font-family:Arimo,sans-serif;font-weight:500}.trusted_items_container{width:100%;display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}.trusted_by_company{width:120px;height:100px}.trusted_by_company img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 768px){.trusted_by_body{padding:50px 16px}.trusted_by_company{width:100px}}.cloudops2025-section{width:100%;background:linear-gradient(135deg,#f8fafc,#e8f4f8,#f0f7ff);padding:100px 0;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.cloudops2025-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(30,95,137,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cloudops2025-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(4,48,93,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cloudops2025-container{max-width:1512px;width:100%;display:flex;gap:60px;align-items:center;padding:0 80px;position:relative;z-index:1}.cloudops2025-content{flex:1;max-width:650px;display:flex;flex-direction:column;gap:20px}.cloudops2025-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#04305d,#1e5f89);border-radius:100px;width:fit-content;box-shadow:0 4px 14px #04305d40}.cloudops2025-label .label-icon{color:#fbbf24;font-size:14px}.cloudops2025-label span{color:#fff;font-family:Arimo,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cloudops2025-text-content{display:flex;flex-direction:column;gap:28px}.cloudops2025-heading{display:flex;flex-direction:column;gap:16px;max-width:600px}.cloudops2025-heading h1{color:#04305d;font-family:Geist,sans-serif;font-size:42px;font-weight:600;line-height:1.15em;letter-spacing:-.02em;margin:0}.cloudops2025-heading p{color:#525866;font-family:Arimo,sans-serif;font-size:18px;font-weight:400;line-height:1.6em;margin:0}.cloudops2025-meta{display:flex;flex-wrap:wrap;gap:24px;padding:20px 24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(4,48,93,.08)}.cloudops2025-meta .meta-item{display:flex;align-items:center;gap:10px}.cloudops2025-meta .meta-icon{color:#1e5f89;font-size:20px;flex-shrink:0}.cloudops2025-meta .meta-item span{color:#0a0d14;font-family:Arimo,sans-serif;font-size:15px;font-weight:500}.cloudops2025-check-items{display:flex;flex-direction:column;gap:14px}.check-item{display:flex;align-items:flex-start;gap:12px;max-width:580px}.check-icon{color:#1e5f89;font-size:20px;flex-shrink:0;margin-top:2px}.check-item span{color:#525866;font-family:Arimo,sans-serif;font-size:16px;font-weight:400;line-height:1.5em}.cloudops2025-cta{padding-top:8px}.view-event-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#04305d,#1e5f89);color:#fff;border:none;border-radius:10px;font-family:Arimo,sans-serif;font-size:16px;font-weight:600;line-height:1.5em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #04305d4d}.view-event-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #04305d66}.view-event-btn .btn-icon{font-size:18px;transition:transform .3s ease}.view-event-btn:hover .btn-icon{transform:translate(4px)}.cloudops2025-image-wrapper{flex-shrink:0;position:relative}.cloudops2025-image{position:relative;width:580px;height:560px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #04305d33,0 8px 20px #0000001a}.cloudops2025-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cloudops2025-image:hover img{transform:scale(1.03)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,rgba(4,48,93,.4) 100%);pointer-events:none}.overlay-badge{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;align-items:center;padding:16px 20px;background:#fffffff2;border-radius:12px;box-shadow:0 4px 16px #00000026;pointer-events:auto}.overlay-badge .badge-day{font-family:Geist,sans-serif;font-size:32px;font-weight:700;color:#04305d;line-height:1}.overlay-badge .badge-month{font-family:Arimo,sans-serif;font-size:14px;font-weight:600;color:#1e5f89;text-transform:uppercase;letter-spacing:1px}@media screen and (max-width: 1200px){.cloudops2025-container{flex-direction:column;gap:48px;padding:0 40px}.cloudops2025-content{max-width:100%;align-items:center;text-align:center}.cloudops2025-heading{max-width:100%;align-items:center}.cloudops2025-meta{justify-content:center}.check-item{max-width:100%;justify-content:center;text-align:left}.cloudops2025-check-items{align-items:center}.cloudops2025-image{width:100%;max-width:580px;height:auto;aspect-ratio:580/560}}@media screen and (max-width: 768px){.cloudops2025-section{padding:60px 0}.cloudops2025-container{padding:0 20px;gap:40px}.cloudops2025-label{padding:6px 14px}.cloudops2025-label span{font-size:12px}.cloudops2025-heading h1{font-size:32px;line-height:1.2em}.cloudops2025-heading p{font-size:16px;line-height:1.5em}.cloudops2025-meta{flex-direction:column;gap:12px;padding:16px 20px}.cloudops2025-meta .meta-item{justify-content:center}.check-item span{font-size:15px}.cloudops2025-text-content{gap:24px}.cloudops2025-check-items{gap:12px}.overlay-badge{padding:12px 16px}.overlay-badge .badge-day{font-size:26px}.overlay-badge .badge-month{font-size:12px}}@media screen and (max-width: 480px){.cloudops2025-section{padding:48px 0}.cloudops2025-container{padding:0 16px}.cloudops2025-heading h1{font-size:26px}.cloudops2025-heading p{font-size:15px}.cloudops2025-meta .meta-item span{font-size:14px}.check-item{gap:10px}.check-item span{font-size:14px}.check-icon{font-size:18px}.view-event-btn{padding:14px 28px;font-size:15px;width:100%}.overlay-badge{top:12px;right:12px;padding:10px 14px}.overlay-badge .badge-day{font-size:22px}.overlay-badge .badge-month{font-size:11px}}.ready_to_gain_body{width:100%;background-color:#04305d;padding:150px 80px;display:flex;align-items:center;justify-content:space-between}.ready_to_gain_image{width:50%;height:400px}.ready_to_gain_image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.ready_to_gain_text_container{width:45%;height:max-content;display:flex;flex-direction:column;gap:10px}.ready_to_gain_text_container h1{font-size:50px;font-family:Arimo,sans-serif;font-weight:600;background:linear-gradient(90deg,#fff6,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.ready_to_gain_text_container p{color:#cdd0d5;font-size:18px;font-family:Arimo,sans-serif;font-weight:500;line-height:26px}.ready_to_gain_text_container button{width:max-content;height:max-content;padding:14px 32px;background:linear-gradient(135deg,#a77159,#c9907a);color:#fff;font-size:16px;font-family:Arimo,sans-serif;font-weight:600;border:none;border-radius:10px;margin-top:10px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.ready_to_gain_text_container button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a7715966}@media screen and (max-width: 888px){.ready_to_gain_body{padding:80px 30px;flex-direction:column;align-items:center;gap:40px}.ready_to_gain_image,.ready_to_gain_text_container{width:100%}.ready_to_gain_text_container h1{font-size:32px;text-align:center}.ready_to_gain_text_container p{font-size:16px;text-align:center}.ready_to_gain_text_container{align-items:center;text-align:center}.ready_to_gain_text_container button{align-self:center}.ready_to_gain_image{height:300px}}@media screen and (max-width: 600px){.ready_to_gain_body{padding:60px 20px}.ready_to_gain_text_container h1{font-size:26px}.ready_to_gain_text_container p{font-size:14px;line-height:22px}.ready_to_gain_text_container button{font-size:14px;padding:10px 24px}.ready_to_gain_image{height:240px}}.what_we_offer_card_body{width:100%;display:flex;flex-wrap:wrap;gap:30px}.what_we_offer_card{width:calc((100% / 3) - 30px);height:auto;display:flex;flex-direction:column;gap:6px;padding:20px;border-right:1px solid #E7ECF5;position:relative;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.what_we_offer_card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #04305d1a;background-color:#f8fafc}.what_we_offer_card img{width:60px;height:60px;margin-bottom:10px;object-fit:contain}.what_we_offer_card h3{color:#0a0d14;font-size:20px;font-family:Geist,sans-serif;font-weight:500}.what_we_offer_card p{color:#525866;font-size:15px;font-family:Arimo,sans-serif;font-weight:500;line-height:24px}.offer_top_star,.offer_bottom_star{color:#e7ecf5;font-size:12px;position:absolute;right:-6.5px}.offer_top_star{top:0}.offer_bottom_star{bottom:0}@media screen and (max-width: 768px){.what_we_offer_card{width:100%}}.testimonial-card{width:427px;height:297px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(226,228,233,.8);border-radius:16px;box-shadow:0 4px 16px #0000000a;display:flex;flex-direction:column;position:relative;padding:20px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease,height .3s ease}.testimonial-card.expanded{height:auto;min-height:297px}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #04305d1a;border-color:#04305d26}.testimonial-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:8px 0}.testimonial-text{font-family:Arimo,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:18px;line-height:1.556em;color:#0a0d14;margin:0;width:100%;max-width:395px}.testimonial-text.geist{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.read-more-btn{background:none;border:none;color:#000;cursor:pointer;font-family:Arimo,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;padding:0;margin-top:8px;text-decoration:underline;transition:color .2s ease;text-align:left}.read-more-btn:hover{color:#000}.read-more-btn:focus{outline:2px solid #0066cc;outline-offset:2px;border-radius:2px}.testimonial-divider{width:100%;max-width:395px;height:1px;background-color:#e2e4e9;margin:12px 0}.testimonial-author{display:flex;align-items:center;gap:16px;padding-top:8px}.testimonial-avatar{width:48px;height:48px;border-radius:999px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;border-radius:999px}.testimonial-info{display:flex;flex-direction:column;gap:2px}.testimonial-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#0a0d14;margin:0}.testimonial-name.arimo{font-family:Arimo,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.testimonial-role{font-family:Arimo,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:1.429em;color:#525866;margin:0}@media screen and (max-width: 480px){.testimonial-card{width:100%;max-width:380px;height:auto;min-height:280px;padding:14px}.testimonial-card.expanded{min-height:320px}.testimonial-text{width:100%;font-size:16px}.testimonial-divider{width:100%}.testimonial-name{font-size:15px}.testimonial-role{font-size:13px}.testimonial-avatar{width:44px;height:44px}.read-more-btn{font-size:14px}}
