.hero{padding:60px 0 40px;background:linear-gradient(45deg,#143189 60%,#569ecd);color:#fff;position:relative;overflow:hidden}@media(min-width:640px){.hero{padding:100px 0 60px}}@media(min-width:768px){.hero{padding:120px 0 60px}}@media(min-width:1024px){.hero{padding:160px 0 100px}}.heroContainer{width:100%;padding:0 20px;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center}.heroContainer:before{content:"";position:absolute;top:226px;bottom:auto;right:0;left:0;margin:auto;width:300px;height:250px;background-image:url(/img/mv_03.png);background-size:contain;background-position:100% 100%;background-repeat:no-repeat;opacity:1;z-index:0}@media(min-width:640px){.heroContainer:before{top:170px;height:280px}}@media(min-width:768px){.heroContainer:before{top:20px;bottom:auto;left:45%;right:auto;width:55%;height:100%;opacity:1;background-position:50%}.heroContainer{max-width:90%;flex-direction:row;align-items:flex-start}}@media(min-width:1024px){.heroContainer{max-width:1200px}}.heroAnimation{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.heroAnimationCircle{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:pulse 8s infinite}.heroAnimationCircle:first-child{width:300px;height:300px;top:-100px;right:-50px;animation-delay:0s}.heroAnimationCircle:nth-child(2){width:200px;height:200px;bottom:-50px;left:10%;animation-delay:2s}.heroAnimationCircle:nth-child(3){width:150px;height:150px;top:20%;right:20%;animation-delay:4s}@keyframes pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:.2}to{transform:scale(.8);opacity:.5}}.heroContent{position:relative;width:100%;max-width:100%;z-index:1;text-align:center;padding:0}@media(min-width:768px){.heroContent{max-width:55%;padding-right:0;text-align:left}}@media(min-width:1024px){.heroContent{max-width:100%}}.heroTitle{font-size:24px;font-weight:700;line-height:1.5;margin-bottom:20px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.2);font-feature-settings:"halt" 1}@media(min-width:640px){.heroTitle{font-size:28px}}@media(min-width:768px){.heroTitle{font-size:36px;margin-bottom:30px;text-align:left}}@media(min-width:1024px){.heroTitle{font-size:48px}}.heroTitleText{display:inline-block;background-color:#66d994;color:#fff;padding:5px 15px;margin:10px 10px 0;border-radius:5px;font-size:28px;position:relative}@media(min-width:768px){.heroTitleText{font-size:32px;margin:16px 16px 0;padding:8px 20px}}@media(min-width:1024px){.heroTitleText{font-size:40px}}.heroText{font-size:14px;line-height:1.7;margin-bottom:210px;opacity:.9;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media(min-width:640px){.heroText{font-size:16px}}@media(min-width:768px){.heroText{font-size:18px;margin-bottom:40px;text-align:left}}.heroBtns{display:flex;flex-direction:column;gap:20px;width:100%;max-width:300px;margin:0 auto}@media(min-width:768px){.heroBtns{flex-direction:row;gap:30px;margin:0;max-width:none}}.heroBtns .btnPrimary,.heroBtns .btnSecondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:5px;font-weight:700;font-size:16px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;width:100%;text-decoration:none;min-width:200px}.heroBtns .btnPrimary:before,.heroBtns .btnSecondary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);transform:translateX(-100%);transition:transform .3s ease}.heroBtns .btnPrimary:hover,.heroBtns .btnSecondary:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.heroBtns .btnPrimary:hover:before,.heroBtns .btnSecondary:hover:before{transform:translateX(0)}@media(min-width:768px){.heroBtns .btnPrimary,.heroBtns .btnSecondary{width:auto;min-width:180px}}.heroBtns .btnPrimary{background:#66d994;color:#fff;box-shadow:0 4px 8px rgba(255,107,0,.3)}.heroBtns .btnPrimary:hover{opacity:.9}.heroBtns .btnSecondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.heroBtns .btnSecondary:hover{background:hsla(0,0%,100%,.1)}.appBtns{display:flex;gap:10px;justify-content:center;width:100%;margin-top:20px}@media(min-width:768px){.appBtns{justify-content:flex-start;gap:20px}}.pc-only{display:none}@media(min-width:768px){.pc-only{display:inline}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;margin:0}*,:after,:before{box-sizing:border-box}.container{width:100%;padding:0 20px;margin:0 auto;overflow:hidden}@media(min-width:768px){.container{max-width:90%}}@media(min-width:1024px){.container{max-width:1200px}}.sectionTitle{font-size:24px;font-weight:700;text-align:center;margin-bottom:40px;position:relative;padding-bottom:20px}.sectionTitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#143189}@media(min-width:768px){.sectionTitle{font-size:32px;margin-bottom:60px}}.serviceSection{padding:40px 0;background-color:#f7f5f2}@media(min-width:640px){.serviceSection{padding:60px 0}}@media(min-width:768px){.serviceSection{padding:100px 0}}.serviceContainer{width:100%;max-width:100%;padding:0 20px;margin:0 auto 40px;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.serviceContainer{max-width:90%;margin-top:60px}}@media(min-width:1024px){.serviceContainer{max-width:1200px;margin-top:80px}}.serviceContent{flex:1 1}@media(min-width:768px){.serviceContent{max-width:50%}}.serviceTitle{font-size:20px;font-weight:700;color:#143189;margin-bottom:20px}@media(min-width:768px){.serviceTitle{font-size:24px}}.titleBox{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:20px}@media(min-width:640px){.titleBox{flex-wrap:nowrap}}.titleBox .serviceTitle{margin-bottom:0;margin-right:10px}.titleBox .serviceSubTitle{font-size:12px;color:#666;font-style:normal;margin:0;padding:3px 0;display:inline-block}@media(min-width:768px){.titleBox .serviceSubTitle{font-size:14px}}.titleBox .serviceSubTitle span{color:#66d994;font-weight:600;background-color:rgba(102,217,148,.1);padding:3px 8px;border-radius:4px}@media(min-width:768px){.titleBox .serviceSubTitle span{padding:4px 10px}}.serviceDescription{font-size:14px;line-height:1.8;margin-bottom:0;color:#333}@media(min-width:768px){.serviceDescription{font-size:16px}}.serviceFeatures{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.serviceFeature{background-color:#143189;color:#fff;font-size:12px;font-weight:700;padding:6px 10px;border-radius:20px}@media(min-width:768px){.serviceFeature{font-size:14px;padding:8px 16px}}.serviceImage{flex:1 1;display:flex;justify-content:center;align-items:center}.serviceImage img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1)}.serviceImage.webImages{display:flex;flex-direction:column;gap:20px}.serviceImage.appImages{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.serviceImage.appImages .appImage{width:30%;max-width:120px;height:auto;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .3s ease}.serviceImage.appImages .appImage:hover{transform:translateY(-5px)}@media(min-width:768px){.serviceImage.appImages .appImage{max-width:150px}}.websites{padding:60px 0;background-color:#f7f5f2}@media(min-width:768px){.websites{padding:100px 0}}.apps{padding:60px 0;background-color:#f8f9fa}@media(min-width:768px){.apps{padding:100px 0}}.postFeatures{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}@media(max-width:768px){.postFeatures{grid-template-columns:1fr;gap:20px}}.postFeatures .postFeature{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.postFeatures .postFeature:hover{transform:translateY(-5px)}.postFeatures .postFeature h3{font-size:18px;font-weight:700;color:#143189;margin-bottom:15px}.postFeatures .postFeature h3 .serviceTitleStrong{font-size:20px;font-weight:700;color:#143189}.postFeatures .postFeature h3 .serviceTitleSmall{font-size:16px;color:#666;margin-left:5px}.postFeatures .postFeature p{font-size:14px;line-height:1.8;color:#333;margin:0}.sp-only{display:inline}@media(min-width:640px){.sp-only{display:none}}.serviceBtns{margin-top:30px;display:flex;gap:20px}.serviceBtns .btnPrimary{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#143189;color:#fff;border-radius:5px;font-weight:700;font-size:14px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.serviceBtns .btnPrimary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.1);transform:translateX(-100%);transition:transform .3s ease}.serviceBtns .btnPrimary:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(20,49,137,.3);background:rgb(13.5031847134,33.0828025478,92.4968152866)}.serviceBtns .btnPrimary:hover:before{transform:translateX(0)}@media(min-width:768px){.serviceBtns .btnPrimary{font-size:16px;padding:14px 28px}}.CanpaignModal_overlay__y74xo{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);z-index:2000;display:flex;align-items:center;justify-content:center}.CanpaignModal_modal__qJdkz{position:relative;max-width:400px;width:70vw}.CanpaignModal_modal__qJdkz img{z-index:1!important;position:relative}.CanpaignModal_close__wQz0V{position:absolute;top:-10px;right:-10px;background:#eee;border:none;border-radius:50%;width:32px;height:32px;font-size:1.5rem;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.CtaSection_ctaSection__Hasbo{position:relative;padding:60px 0;overflow:hidden;color:#fff}.CtaSection_ctaSection__Hasbo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(20,49,137,.85) 10%,rgba(26,111,171,.85) 90%);z-index:1}.CtaSection_parallaxBg__GZoBT{position:absolute;top:0;left:0;width:100%;height:100vh;background-size:cover;background-position:50%;z-index:-1}.CtaSection_container__AeMJg{position:relative;max-width:1200px;margin:0 auto;padding:0 20px;z-index:2}.CtaSection_content__t1svm{text-align:center}.CtaSection_content__t1svm h2{font-size:26px;color:#fff;margin-bottom:30px;line-height:1.4;font-weight:700}.CtaSection_content__t1svm p{font-size:16px;color:#fff;margin-bottom:30px;line-height:1.8}.CtaSection_buttons__Petwg{display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center;width:100%;max-width:300px;margin:0 auto}@media(min-width:768px){.CtaSection_buttons__Petwg{flex-direction:row;max-width:600px}}.CtaSection_button__Vo4vl{display:inline-block;padding:20px 40px;border-radius:5px;font-weight:700;text-decoration:none;transition:all .3s;min-width:200px;text-align:center;width:100%}@media(min-width:768px){.CtaSection_button__Vo4vl{width:50%;flex:1 1}}.CtaSection_button__Vo4vl.CtaSection_primary__hEZ6p{background-color:#66d994;color:#fff}.CtaSection_button__Vo4vl.CtaSection_primary__hEZ6p:hover{background-color:hsl(144,60.2094240838%,52.5490196078%);transform:translateY(-2px)}.CtaSection_button__Vo4vl.CtaSection_secondary__9h_bL{background-color:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.CtaSection_button__Vo4vl.CtaSection_secondary__9h_bL:hover{background-color:hsla(0,0%,100%,.1);transform:translateY(-2px)}@media(min-width:640px){.CtaSection_content__t1svm h2{font-size:32px}.CtaSection_content__t1svm p{font-size:18px}}@media(min-width:768px){.CtaSection_ctaSection__Hasbo{padding:80px 0}.CtaSection_content__t1svm h2{font-size:36px}}.faq{padding:50px 5%;background-color:#f8f9fa}@media(min-width:640px){.faq{padding:80px 5%}}@media(min-width:768px){.faq{padding:100px 5%}}.faqTitle{font-size:24px;font-weight:700;text-align:center;margin-bottom:40px;position:relative;padding-bottom:20px}.faqTitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background-color:#143189}@media(min-width:768px){.faqTitle{font-size:32px;margin-bottom:60px}}.faqGrid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;max-width:800px;margin:0 auto}.faqItem{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.faqQuestion{display:flex;align-items:center;padding:20px;cursor:pointer;position:relative;transition:background-color .3s ease}.faqQuestion:hover{background-color:rgba(20,49,137,.05)}.faqQuestion.active{background-color:rgba(20,49,137,.1)}.faqQuestion h3{font-size:16px;margin:0;flex-grow:1;padding:0 15px}@media(min-width:768px){.faqQuestion h3{font-size:18px}}.faqToggle{font-size:16px;color:#143189;transition:transform .3s ease}.faqAnswer{display:flex;align-items:flex-start;padding:0 20px;max-height:0;overflow:hidden;transition:max-height .5s ease,padding .5s ease}.faqAnswer.active{padding:20px;max-height:500px}.faqAnswer p{font-size:14px;margin:0;padding:0 15px;color:#666;flex-grow:1}@media(min-width:768px){.faqAnswer p{font-size:16px}}.faqIcon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#143189;color:#fff;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}@media(min-width:768px){.faqIcon{width:30px;height:30px;font-size:16px}}.FeaturesSection_features__h_G_X{padding:60px 0;background-color:#f7f5f2}@media(min-width:768px){.FeaturesSection_features__h_G_X{padding:100px 0}}.FeaturesSection_featuresGrid__b5rIu{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;width:100%;max-width:100%;padding:0 20px;margin:60px auto 0}@media(min-width:640px){.FeaturesSection_featuresGrid__b5rIu{grid-template-columns:repeat(2,1fr);padding:0 30px}}@media(min-width:768px){.FeaturesSection_featuresGrid__b5rIu{grid-template-columns:repeat(3,1fr);gap:30px;max-width:90%}}@media(min-width:1024px){.FeaturesSection_featuresGrid__b5rIu{max-width:1200px}}.FeaturesSection_featureItem__Ja6eC{background-color:#fff;border-radius:8px;padding:0;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;position:relative}.FeaturesSection_featureItem__Ja6eC:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.FeaturesSection_featureItem__Ja6eC:hover .FeaturesSection_featureIcon__MTSVZ{transform:rotateY(1turn)}.FeaturesSection_featureItem__Ja6eC h3{font-size:20px;margin:60px 20px 20px;color:#143189;font-weight:700;font-feature-settings:"halt" 1}.FeaturesSection_featureItem__Ja6eC p{text-align:left;font-size:14px;color:#666;margin:0 30px 30px}.FeaturesSection_featureImage__I3eU1{width:100%;height:240px;position:relative}.FeaturesSection_featureImage__I3eU1 img{width:100%;height:100%;object-fit:cover}.FeaturesSection_featureIconWrapper__ywlSZ{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#569ecd,#143189);border-radius:50%;position:absolute;left:50%;transform:translateX(-50%);top:200px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .8s ease}.FeaturesSection_featureIconWrapper__ywlSZ .FeaturesSection_featureIcon__MTSVZ{font-size:32px;color:#fff;transition:transform .8s ease}.FixedFooter_fixedFooter__MOveC{display:none}@media(max-width:768px){.FixedFooter_fixedFooter__MOveC{display:block;position:fixed;bottom:0;left:0;width:100%;background-color:hsla(0,0%,100%,.95);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100;padding:12px 0}}.FixedFooter_fixedFooterContainer__UjlI5{max-width:1200px;margin:0 auto;padding:0 20px}.FixedFooter_fixedFooterBtns__eB_dS{display:flex;justify-content:center;gap:16px}.FixedFooter_btnPrimary__CwhrR{padding:10px 24px;border-radius:4px;font-size:14px;font-weight:700;text-decoration:none;background-color:#66d994;color:#fff;border:none;cursor:pointer;transition:background-color .3s}.FixedFooter_btnPrimary__CwhrR:hover{opacity:.8}.FixedFooter_btnSecondary__SMxiN{padding:10px 24px;border-radius:4px;font-size:14px;font-weight:700;text-decoration:none;background-color:#fff;color:#143189;border:2px solid #143189;transition:all .3s}.FixedFooter_btnSecondary__SMxiN:hover{background-color:#143189;color:#fff}@media(max-width:768px){.FixedFooter_fixedFooterBtns__eB_dS{gap:8px}.FixedFooter_btnPrimary__CwhrR,.FixedFooter_btnSecondary__SMxiN{width:100%;text-align:center;padding:10px 16px;font-size:12px;display:flex;justify-content:center;align-items:center}.FixedFooter_fixedFooterContainer__UjlI5{padding:0 8px}}.FlowSection_flow__UvgJE{padding:60px 0;background-color:#fff;position:relative}@media(min-width:768px){.FlowSection_flow__UvgJE{padding:100px 0}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ{background-color:#f5f7fa;margin-top:-30px}@media(min-width:640px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ{margin-top:-40px}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowStep__1sqbI{background:linear-gradient(135deg,#8eefb7,#66d994)}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowProgressLine__pakfl{background-color:#8eefb7}@media(min-width:768px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowProgressLine__pakfl{top:60px;height:5px}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowItem__4iRcg h3{color:#66d994}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowTitle__tDBOl:after{background-color:#66d994}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowGrid__xQ5wZ{grid-template-columns:1fr!important}@media(min-width:768px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowGrid__xQ5wZ{grid-template-columns:repeat(3,1fr);max-width:80%}}@media(min-width:1024px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowGrid__xQ5wZ{max-width:900px}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowItem__4iRcg{padding:40px}@media(min-width:768px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowItem__4iRcg{padding:60px 40px}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowItem__4iRcg h3{font-size:20px}@media(min-width:768px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowItem__4iRcg h3{font-size:22px}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowItem__4iRcg p{font-size:15px}@media(min-width:768px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowItem__4iRcg p{font-size:16px}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowStep__1sqbI{width:70px;height:70px}@media(min-width:768px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowStep__1sqbI{width:80px;height:80px}}.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowStep__1sqbI span{font-size:24px}@media(min-width:768px){.FlowSection_flow__UvgJE.FlowSection_secondFlow__zrDkJ .FlowSection_flowStep__1sqbI span{font-size:28px}}.FlowSection_flowTitle__tDBOl{font-size:22px;font-weight:700;text-align:center;margin-bottom:30px;position:relative;padding-bottom:20px}.FlowSection_flowTitle__tDBOl:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background-color:#143189}@media(min-width:640px){.FlowSection_flowTitle__tDBOl{font-size:24px;margin-bottom:40px}.FlowSection_flowTitle__tDBOl:after{width:45px}}@media(min-width:768px){.FlowSection_flowTitle__tDBOl{font-size:28px;margin-bottom:60px}.FlowSection_flowTitle__tDBOl:after{width:50px}}@media(min-width:1024px){.FlowSection_flowTitle__tDBOl{font-size:32px}}.FlowSection_flowGroups__XrQl1{display:flex;flex-direction:column;gap:40px;width:100%;max-width:100%;padding:0}@media(min-width:768px){.FlowSection_flowGroups__XrQl1{max-width:90%;margin:0 auto;gap:60px}}@media(min-width:1024px){.FlowSection_flowGroups__XrQl1{max-width:1200px}}.FlowSection_flowGroupSection__gobdT{margin-bottom:40px;position:relative;padding:0 10px}@media(min-width:640px){.FlowSection_flowGroupSection__gobdT{padding:0 20px}}@media(min-width:768px){.FlowSection_flowGroupSection__gobdT{margin-bottom:60px;padding:0}}.FlowSection_flowGroupSection__gobdT:last-child{margin-bottom:0}.FlowSection_flowSubTitle__z0Ahw{font-size:18px;font-weight:700;text-align:center;margin-bottom:30px;position:relative;color:#fff;padding:10px 15px 10px 50px;display:inline-block;border-radius:0;left:50%;transform:translateX(-50%);min-width:180px}@media(min-width:640px){.FlowSection_flowSubTitle__z0Ahw{font-size:19px;margin-bottom:40px;padding:12px 20px 12px 60px;min-width:200px}}@media(min-width:768px){.FlowSection_flowSubTitle__z0Ahw{font-size:22px;margin-bottom:60px;padding:15px 30px 15px 70px;min-width:250px}}@media(min-width:1024px){.FlowSection_flowSubTitle__z0Ahw{font-size:24px}}.FlowSection_flowGroupSection__gobdT:first-child .FlowSection_flowSubTitle__z0Ahw{background-color:#143189}.FlowSection_flowGroupSection__gobdT:first-child .FlowSection_flowSubTitle__z0Ahw:before{content:"";display:inline-block;position:absolute;left:20px;top:50%;transform:translateY(-50%);width:30px;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 2v2h16V6H4zm0 4v8h16v-8H4zm2 2h8v4H6v-4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}@media(min-width:768px){.FlowSection_flowGroupSection__gobdT:first-child .FlowSection_flowSubTitle__z0Ahw:before{width:35px;height:35px;left:25px}}.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowSubTitle__z0Ahw{background-color:#66d994}.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowSubTitle__z0Ahw:before{content:"";display:inline-block;position:absolute;left:20px;top:50%;transform:translateY(-50%);width:30px;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M7 2h11a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7.5L7 2zm0 2v4h-3v12h14V4H7zm2 5h8v2H9V9zm0 4h8v2H9v-2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}@media(min-width:768px){.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowSubTitle__z0Ahw:before{width:35px;height:35px;left:25px}}.FlowSection_flowGrid__xQ5wZ{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;position:relative;width:100%;max-width:100%;padding:0 20px;margin:0 auto}@media(min-width:640px){.FlowSection_flowGrid__xQ5wZ{padding:0}}@media(min-width:768px){.FlowSection_flowGrid__xQ5wZ{grid-template-columns:repeat(4,1fr);gap:40px;max-width:90%}}@media(min-width:1024px){.FlowSection_flowGrid__xQ5wZ{max-width:1200px}}@media(min-width:768px){.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowGrid__xQ5wZ{grid-template-columns:repeat(3,1fr);max-width:80%}}@media(min-width:1024px){.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowGrid__xQ5wZ{max-width:900px}}.FlowSection_flowProgressLine__pakfl{position:absolute;top:60px;left:30px;width:2px;height:calc(100% - 80px);background-color:#569ecd;z-index:0;display:none}@media(min-width:768px){.FlowSection_flowProgressLine__pakfl{display:block;top:50px;left:0;width:100%;height:4px}}.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowProgressLine__pakfl{background-color:#8eefb7}@media(min-width:768px){.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowProgressLine__pakfl{top:60px;height:5px}}.FlowSection_flowItem__4iRcg{background-color:#fff;border-radius:8px;padding:30px 30px 30px 40px;text-align:center;box-shadow:0 1px 5px rgba(0,0,0,.05);position:relative;z-index:1;border:1px solid #eee;margin-left:30px}@media(min-width:768px){.FlowSection_flowItem__4iRcg{padding:40px;margin-left:0}}.FlowSection_flowItem__4iRcg:hover .FlowSection_flowStep__1sqbI{transform:scale(1.1)}.FlowSection_flowItem__4iRcg h3{font-size:17px;margin:10px 0;font-weight:700;text-align:left}@media(min-width:768px){.FlowSection_flowItem__4iRcg h3{font-size:19px;text-align:center}}.FlowSection_flowGroupSection__gobdT:first-child .FlowSection_flowItem__4iRcg h3{color:#143189}.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowItem__4iRcg h3{color:#66d994}.FlowSection_flowItem__4iRcg p{font-size:14px;color:#333;margin:0;line-height:1.7;text-align:left}@media(min-width:768px){.FlowSection_flowItem__4iRcg p{font-size:15px;line-height:1.8}}.FlowSection_flowItem__4iRcg p a{font-weight:500;text-decoration:none}.FlowSection_flowGroupSection__gobdT:first-child .FlowSection_flowItem__4iRcg p a{color:#143189}.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowItem__4iRcg p a{color:#66d994}.FlowSection_flowItem__4iRcg p a:hover{text-decoration:underline}.FlowSection_flowStep__1sqbI{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;color:#fff;font-size:12px;font-weight:700;margin-bottom:20px;transition:transform .3s ease;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.1);position:absolute;left:-30px;top:20px}@media(min-width:768px){.FlowSection_flowStep__1sqbI{width:70px;height:70px;font-size:14px;position:static;left:auto;top:auto}}.FlowSection_flowGroupSection__gobdT:first-child .FlowSection_flowStep__1sqbI{background:linear-gradient(135deg,#569ecd,#143189)}.FlowSection_flowGroupSection__gobdT:nth-child(2) .FlowSection_flowStep__1sqbI{background:linear-gradient(135deg,#8eefb7,#66d994)}.FlowSection_flowStep__1sqbI span{display:block;font-size:18px;font-weight:700;line-height:1}@media(min-width:768px){.FlowSection_flowStep__1sqbI span{font-size:22px}}@media(min-width:1024px){.FlowSection_flowStep__1sqbI span{font-size:24px}}.FlowSection_flowStep__1sqbI.FlowSection_secondaryStep__dbXxj{background:linear-gradient(135deg,#8eefb7,#66d994)}