#page_loader{position:fixed;inset:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;transition:opacity .4s ease,visibility .4s ease}#page_loader img{width:640px;animation:loader-breathe .9s ease-in-out infinite alternate}@media (max-width:768px){#page_loader img{width:310px}}#page_loader .loader_bar{position:absolute;bottom:0;left:0;height:3px;background:#da0000;animation:loader-progress 1s ease-out forwards}#page_loader.hide{opacity:0;visibility:hidden;pointer-events:none}@keyframes loader-breathe{from{opacity:.55;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes loader-progress{from{width:0}to{width:100%}}.main{background:#fff}.main .header_top{position:relative;width:100%;height:72px;background:#fff;box-shadow:0 2px 10px rgba(103,88,88,.13);display:flex;align-items:center}.main .header_top::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#da0000}.main .header_top .logo{padding-left:40px}.main .header_top .logo img{height:36px;width:auto}@media (max-width:768px){.main .header_top .logo{padding-left:20px}}.main .header_top .lang_switch{margin-left:auto;margin-right:40px;display:flex;align-items:center;gap:2px}.main .header_top .lang_switch .lang_btn{font-size:1.3rem;font-weight:500;color:#675858;padding:5px 10px;border-radius:4px;cursor:pointer;transition:color .18s}.main .header_top .lang_switch .lang_btn.active{color:#da0000;font-weight:700}.main .header_top .lang_switch .lang_btn:not(.active):hover{color:#da0000}.main .header_top .lang_switch .lang_divider{font-size:1.2rem;color:#e6e1e1;pointer-events:none}@media (max-width:768px){.main .header_top .lang_switch{margin-right:16px}}.main .banner{width:100%;margin-top:0;position:relative}.main .banner a{display:block}.main .banner img{width:100%;height:auto;display:block}.main .banner .banner_stats{max-width:900px;margin:-36px auto 56px;position:relative;z-index:1;display:flex;align-items:stretch;background:#fff;border-radius:12px;border-top:4px solid #da0000;box-shadow:0 8px 32px rgba(103,88,88,.18);overflow:hidden}.main .banner .banner_stats .stat_item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 16px;gap:6px;cursor:pointer;transition:background .22s ease}.main .banner .banner_stats .stat_item:hover{background:#fdf4f4}.main .banner .banner_stats .stat_item:hover .stat_num{transform:scale(1.08)}.main .banner .banner_stats .stat_item:hover .stat_label{color:#da0000}.main .banner .banner_stats .stat_item .stat_num{transition:transform .22s ease;font-size:3.4rem;font-weight:700;color:#da0000;line-height:1;letter-spacing:-.01em}.main .banner .banner_stats .stat_item .stat_num em{font-size:1.9rem;font-style:normal;font-weight:700}.main .banner .banner_stats .stat_item .stat_label{font-size:1.3rem;color:#675858;font-weight:500;letter-spacing:.03em;transition:color .22s ease}.main .banner .banner_stats .stat_divider{width:1px;background:#e6e1e1;margin:18px 0}@media (max-width:768px){.main .banner .banner_stats{margin:-18px 12px 32px;border-radius:8px;border-top-width:3px}.main .banner .banner_stats .stat_item{padding:10px 4px;gap:4px}.main .banner .banner_stats .stat_item .stat_num{font-size:1.8rem}.main .banner .banner_stats .stat_item .stat_num em{font-size:1.2rem}.main .banner .banner_stats .stat_item .stat_label{font-size:.95rem}.main .banner .banner_stats .stat_divider{margin:10px 0}}.main .hero_cta_wrap{position:absolute;bottom:145px;left:0;right:0;display:flex;justify-content:center;z-index:2}@media (max-width:768px){.main .hero_cta_wrap{bottom:86px;padding:0 20px}.main .hero_cta_wrap .hero_cta_btn{width:100%;justify-content:center;font-size:1.4rem;padding:12px 20px;gap:8px;border-radius:40px}.main .hero_cta_wrap .hero_cta_btn .btn_arrow{font-size:1.3rem}}.main .about_band{background:#675858;position:relative;padding:0 20px}.main .about_band .wave{display:block;width:100%;height:48px}.main .about_band .about_inner{max-width:820px;margin:0 auto;padding:40px 0 48px;display:flex;flex-direction:column;align-items:center;gap:36px;text-align:center}.main .about_band .about_inner .about_tag{display:inline-block;font-size:1.2rem;font-weight:700;color:#675858;background:#e9e9e9;padding:4px 18px;border-radius:50px;letter-spacing:.08em}.main .about_band .about_inner .about_flow{display:flex;align-items:center;justify-content:center;gap:40px;width:100%}.main .about_band .about_inner .about_flow .about_stat{display:flex;flex-direction:column;align-items:center;gap:10px}.main .about_band .about_inner .about_flow .about_stat .about_stat_num{font-size:5.6rem;font-weight:700;color:#fff;line-height:1;letter-spacing:-.02em}.main .about_band .about_inner .about_flow .about_stat .about_stat_num em{font-size:2.4rem;font-style:normal;font-weight:700}.main .about_band .about_inner .about_flow .about_stat .about_stat_label{font-size:1.3rem;color:#e6e1e1;letter-spacing:.05em}.main .about_band .about_inner .about_flow .about_arrow{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.main .about_band .about_inner .about_flow .about_arrow i{font-size:2.6rem;color:#da0000}.main .about_band .about_inner .about_flow .about_arrow span{font-size:1.2rem;color:#e6e1e1;white-space:nowrap;letter-spacing:.04em}@media (max-width:768px){.main .about_band .about_inner .about_flow{flex-direction:column;gap:24px}.main .about_band .about_inner .about_flow .about_arrow i{transform:rotate(90deg)}}.main .step{background:#e6e1e1;padding:80px 0 96px}.main .step .section_inner{max-width:1140px;margin:0 auto;padding:0 20px}.main .step h2{text-align:center;font-size:2.8rem;font-weight:700;color:#675858;line-height:1.6;position:relative;padding-bottom:28px;margin-bottom:64px}.main .step h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:48px;height:3px;background:#da0000;border-radius:2px}.main .step h2 .txt_sm{font-size:2rem;font-weight:400}.main .step h2 .txt_num{font-size:4.4rem;font-weight:700;color:#da0000;line-height:1}@media (max-width:768px){.main .step h2{font-size:2.2rem;margin-bottom:48px}.main .step h2 .txt_num{font-size:3.6rem}}.main .step .steps_wrap{display:flex;gap:14px;align-items:flex-start}@media (max-width:768px){.main .step .steps_wrap{flex-direction:column;gap:28px}.main .step .steps_wrap .step_wrap:nth-child(n){margin-top:0}}.main .step .step_wrap{flex:1;background:#fff;border-radius:10px;box-shadow:0 4px 22px rgba(103,88,88,.12);position:relative;transition:transform .28s ease,box-shadow .28s ease;cursor:pointer}.main .step .step_wrap:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(103,88,88,.22)}.main .step .step_wrap:hover .step_heading{background:#da0000}.main .step .step_wrap:hover .step_num{background:#fff;color:#da0000}.main .step .step_wrap:nth-child(2){margin-top:24px}.main .step .step_wrap:nth-child(3){margin-top:8px}.main .step .step_wrap:nth-child(4){margin-top:24px}.main .step .step_wrap:not(:last-child)::after{content:'';position:absolute;right:-12px;top:26px;z-index:2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid #675858}@media (max-width:768px){.main .step .step_wrap:not(:last-child)::after{display:none}}.main .step .step_wrap .step_heading{background:#675858;border-radius:10px 10px 0 0;padding:14px 16px;display:flex;align-items:center;gap:12px;transition:background .28s ease}.main .step .step_wrap .step_heading .step_num{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:#da0000;color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.02em;transition:background .28s ease,color .28s ease}.main .step .step_wrap .step_heading h3{color:#fff;font-size:1.55rem;font-weight:700;line-height:1.45}.main .step .step_wrap .step_content{padding:18px 16px 22px}.main .step .step_wrap .step_content .step_img{margin-bottom:14px;border-radius:6px;overflow:hidden}.main .step .step_wrap .step_content .step_img img{width:100%;height:auto;display:block}.main .step .step_wrap .step_content p{font-size:1.3rem;color:#675858;line-height:1.95}.main .step .btn_wrap{text-align:center;margin-top:68px}@media (max-width:768px){.main .step .btn_wrap .hero_cta_btn{width:100%;max-width:360px;justify-content:center}}.main #annotation{background:#e9e9e9;border-top:1px solid #e6e1e1}.main #annotation .footer_link{display:flex;flex-wrap:wrap;justify-content:center;border-bottom:1px solid #e6e1e1}.main #annotation .footer_link a{display:block;padding:14px 22px;font-size:1.3rem;color:#675858;border-right:1px solid #e6e1e1;transition:color .18s,background .18s}.main #annotation .footer_link a:first-child{border-left:1px solid #e6e1e1}.main #annotation .footer_link a:hover{color:#da0000;background:#fff}@media (max-width:768px){.main #annotation .footer_link a{border:none;border-bottom:1px solid #e6e1e1;width:50%;text-align:center}.main #annotation .footer_link a:first-child{border-left:none}}.main #annotation .section_inner{max-width:1140px;margin:0 auto;padding:18px 20px}.main #annotation .section_inner p{font-size:1.1rem;color:#999;line-height:1.85}.hero_cta_btn{display:inline-flex;align-items:center;gap:14px;background:linear-gradient(135deg,#ff3800 0,#da0000 45%,#9a0000 100%);color:#fff;padding:20px 68px;border-radius:60px;font-size:2.2rem;font-weight:700;letter-spacing:.04em;position:relative;overflow:hidden;animation:hero-pulse 2.4s ease-in-out infinite;transition:transform .22s ease,box-shadow .22s ease}.hero_cta_btn::before{content:'';position:absolute;top:-20%;left:-80%;width:48%;height:140%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transform:skewX(-18deg);animation:hero-shimmer 2.8s ease-in-out infinite;pointer-events:none}.hero_cta_btn .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.35);pointer-events:none;animation:ripple-expand .55s ease-out forwards}.hero_cta_btn .btn_arrow{display:inline-block;font-size:2rem;line-height:1;transition:transform .22s ease}.hero_cta_btn:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 18px 44px rgba(218,0,0,.44)!important}.hero_cta_btn:hover .btn_arrow{transform:translateX(7px)}@media (max-width:768px){.hero_cta_btn{font-size:1.8rem;padding:16px 32px;gap:10px}}[data-animate]{opacity:0}.animate__animated{animation-duration:.7s;animation-fill-mode:both;opacity:1}.animate__fadeInUp{animation-name:fadeInUp}.animate__fadeInLeft{animation-name:fadeInLeft}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,32px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-32px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(32px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.back_to_top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #da0000;color:#da0000;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(218,0,0,.15),0 2px 6px rgba(218,0,0,.1),0 0 0 3px rgba(218,0,0,.06);opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .28s ease,visibility .28s ease,transform .28s ease,background .2s ease,color .2s ease,border-color .2s ease;z-index:100}.back_to_top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back_to_top:hover{background:#da0000;color:#fff;border-color:#da0000;transform:translateY(-3px);box-shadow:0 8px 24px rgba(218,0,0,.3)}@media (max-width:768px){.back_to_top{bottom:20px;right:20px;width:42px;height:42px}}@keyframes hero-pulse{0%{box-shadow:0 6px 24px rgba(218,0,0,.28),0 0 0 0 rgba(218,0,0,.32)}55%{box-shadow:0 6px 24px rgba(218,0,0,.28),0 0 0 18px rgba(218,0,0,0)}100%{box-shadow:0 6px 24px rgba(218,0,0,.28),0 0 0 0 rgba(218,0,0,0)}}@keyframes hero-shimmer{0%{left:-80%}100%,55%{left:130%}}@keyframes ripple-expand{0%{transform:scale(0);opacity:.4}100%{transform:scale(2.5);opacity:0}}footer{background:#675858;text-align:center;padding:22px 20px}footer p{font-size:1.2rem;color:#e6e1e1;letter-spacing:.03em}