*{box-sizing:border-box}
body{margin:0;font-family:'Arimo',sans-serif}
.brand_pod{display:flex;align-items:center;gap:20px;flex-shrink:0}
.brand_img_cell{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border:3px solid #6C7DF5;border-radius:14px;background-color:#fff;box-shadow:2px 4px 28px -2px #6c7df514;padding:8px;flex-shrink:0}
.brand_img_cell img{width:100%;height:100%;object-fit:contain;display:block}
.brand_name_text{font-size:23px;font-weight:700;color:#1a1a2e;line-height:1.2;letter-spacing:0}
.brand_name_text span{display:block;font-size:13px;font-weight:400;color:#4a4a6a;line-height:1.8;margin-top:4px}
.header_plate{background:linear-gradient(160deg,#f4f5ff 0%,#fff 55%,#edfff5 100%);border-bottom:1px solid #6c7df524;box-shadow:2px 9px 40px -2px #6c7df521;position:relative}
.header_plate::after{content:'';position:absolute;bottom:-24px;left:0;right:0;height:24px;background:linear-gradient(to bottom,#f4f5ff99 0%,transparent 100%);pointer-events:none}
.header_deck{max-width:1024px;margin:0 auto;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.header_right_pod{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.status_pill{display:flex;align-items:center;gap:8px;background-color:#E0FCED;border:1px solid #6c7df533;border-radius:8px;padding:8px 12px;font-size:13px;color:#2a4a35;font-weight:700;line-height:1.2;white-space:nowrap;box-shadow:2px 2px 6px -2px #6c7df512}
.status_dot{width:8px;height:8px;border-radius:40px;background-color:#1a7a40;flex-shrink:0}
.main_menu_deck{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.nav_link{display:inline-flex;align-items:center;padding:8px 12px;font-family:'Arimo',sans-serif;font-size:15px;font-weight:400;color:#2a2a4a;text-decoration:none;border-radius:8px;border:1px solid transparent;line-height:1.2;min-height:44px;transition:color .12s cubic-bezier(0.4,0,1,1),background-color .12s cubic-bezier(0.4,0,1,1),border-color .15s ease-in}
.nav_link:hover{color:#3a4acd;background-color:#6c7df514;border-color:#6c7df533}
.nav_link:focus{outline:3px solid #6C7DF5;outline-offset:2px}
.nav_link.active_page{color:#3a4acd;background-color:#6c7df51a;border-color:#6c7df540;font-weight:700}
.footer_plate{background:linear-gradient(170deg,#1a1c3a 0%,#0e1028 100%);position:relative;overflow:hidden}
.footer_depth_char{position:absolute;right:-20px;bottom:-40px;font-family:'Arimo',sans-serif;font-size:280px;font-weight:700;color:#6c7df50f;line-height:1;pointer-events:none;user-select:none;letter-spacing:-8px}
.footer_deck{max-width:1024px;margin:0 auto;padding:64px 32px 32px;position:relative;z-index:1}
.footer_columns_pod{display:flex;align-items:flex-start;gap:64px;flex-wrap:wrap;margin-bottom:64px}
.footer_brand_col{display:flex;flex-direction:column;gap:20px;flex:0 0 auto}
.footer_img_cell{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border:2px solid #6c7df580;border-radius:14px;background-color:#fff;box-shadow:2px 4px 28px -2px #6c7df521;padding:8px}
.footer_img_cell img{width:100%;height:100%;object-fit:contain;display:block}
.footer_tagline{font-size:15px;color:#e0fcedbf;line-height:1.8;max-width:220px}
.footer_links_col{display:flex;flex-direction:column;gap:12px;flex:1 1 160px}
.footer_col_label{font-size:13px;font-weight:700;color:#6c7df5e6;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}
.footer_nav_link{font-size:15px;color:#ffffffb3;text-decoration:none;line-height:1.8;border-radius:3px;transition:color .1s cubic-bezier(0.4,0,1,1);display:inline-block}
.footer_nav_link:hover{color:#E0FCED}
.footer_nav_link:focus{outline:3px solid #6C7DF5;outline-offset:2px}
.footer_contact_col{display:flex;flex-direction:column;gap:12px;flex:1 1 200px}
.footer_contact_item{display:flex;flex-direction:column;gap:4px}
.footer_contact_label{font-size:13px;color:#6c7df5b3;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.footer_contact_val{font-size:15px;color:#fffc;line-height:1.8;text-decoration:none;transition:color .1s ease-in}
.footer_contact_val:hover{color:#E0FCED}
.footer_contact_val:focus{outline:3px solid #6C7DF5;outline-offset:2px}
.footer_bottom_bar{border-top:1px solid #6c7df526;padding-top:32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer_copy_text{font-size:13px;color:#fff6;line-height:1.8}
.footer_policy_link{font-size:13px;color:#6c7df5b3;text-decoration:none;border-radius:3px;transition:color .1s cubic-bezier(0.4,0,1,1)}
.footer_policy_link:hover{color:#E0FCED}
.footer_policy_link:focus{outline:3px solid #6C7DF5;outline-offset:2px}
.cookie_tray{display:none;position:fixed;top:20px;right:20px;width:300px;background:#fff;border:1px solid #6c7df533;border-radius:14px;box-shadow:2px 9px 40px -2px #6c7df521;padding:20px;z-index:4000;opacity:0;transition:opacity .18s cubic-bezier(0.4,0,1,1)}
.cookie_tray.visible{opacity:1}
.cookie_desc_text{font-family:'Arimo',sans-serif;font-size:13px;color:#2a2a4a;line-height:1.8;margin:0 0 12px}
.cookie_uses_list{font-family:'Arimo',sans-serif;font-size:13px;color:#4a4a6a;line-height:1.8;margin:0 0 20px;padding-left:20px}
.cookie_btn_row{display:flex;flex-direction:column;gap:8px}
.cookie_accept_btn{font-family:'Arimo',sans-serif;font-size:15px;font-weight:700;color:#6C7DF5;background:transparent;border:2px solid #6C7DF5;border-radius:8px;padding:8px 20px;cursor:pointer;min-height:44px;transition:background-color .12s cubic-bezier(0.4,0,1,1),color .12s cubic-bezier(0.4,0,1,1)}
.cookie_accept_btn:hover{background-color:#6C7DF5;color:#fff}
.cookie_accept_btn:focus{outline:3px solid #6C7DF5;outline-offset:2px}
.cookie_decline_link{font-family:'Arimo',sans-serif;font-size:13px;color:#4a4a6a;background:transparent;border:none;cursor:pointer;padding:8px 0;text-align:center;text-decoration:underline;min-height:44px;transition:color .1s ease-in}
.cookie_decline_link:hover{color:#B2193B}
.cookie_decline_link:focus{outline:3px solid #6C7DF5;outline-offset:2px}
@media (max-width: 768px) {
.header_deck{padding:20px;gap:20px}
.footer_deck{padding:64px 20px 32px}
.footer_columns_pod{gap:32px}
.cookie_tray{right:12px;top:12px;width:calc(100vw - 24px);max-width:300px}
}
@media (max-width: 375px) {
.header_deck{padding:12px;gap:12px}
.brand_name_text{font-size:18px}
.footer_deck{padding:32px 12px 20px}
.footer_columns_pod{gap:20px}
.footer_depth_char{font-size:160px}
}
.terms-wrapper{max-width:1024px;margin:0 auto;padding:64px 32px;color:#2a2a35;line-height:1.8;font-size:15px}
.terms-wrapper ul,.terms-wrapper ol{padding-left:32px;margin:20px 0}
.terms-wrapper ul{list-style:none;padding-left:20px}
.terms-wrapper ul li{position:relative;padding-left:20px}
.terms-wrapper ul li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:3px;background-color:#6C7DF5}
.terms-wrapper ol{list-style:decimal}
.terms-wrapper ol li{padding-left:8px}
.terms-wrapper li{margin:8px 0;font-size:15px;line-height:1.8;color:#2a2a35}
.terms-wrapper ul ul,.terms-wrapper ol ol,.terms-wrapper ul ol,.terms-wrapper ol ul{margin:8px 0}
.terms-wrapper strong,.terms-wrapper b{font-weight:700;color:#1e1e28}
.terms-wrapper em,.terms-wrapper i{font-style:italic;color:#3a3a4a}
.terms-wrapper a{color:#6C7DF5;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .12s cubic-bezier(0.4,0,1,1),text-decoration-color .15s ease-in}
.terms-wrapper a:hover{color:#B2193B;text-decoration-color:#B2193B}
.terms-wrapper a:focus-visible{outline:2px solid #6C7DF5;outline-offset:2px;border-radius:3px}
.terms-wrapper table{width:100%;border-collapse:collapse;margin:32px 0;font-size:15px;line-height:1.8;border-radius:8px;overflow:hidden;box-shadow:2px 4px 28px -2px #6c7df514}
.terms-wrapper thead{background:linear-gradient(135deg,#6C7DF5 0%,#8a9af7 100%)}
.terms-wrapper thead th{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:12px 20px;text-align:left}
.terms-wrapper tbody tr{border-bottom:1px solid #6c7df51f;transition:background-color .1s cubic-bezier(0.4,0,1,1)}
.terms-wrapper tbody tr:last-child{border-bottom:none}
.terms-wrapper tbody tr:nth-child(even){background-color:#e0fced59}
.terms-wrapper tbody tr:hover{background-color:#6c7df50f}
.terms-wrapper td{padding:12px 20px;color:#2a2a35;vertical-align:top;font-size:15px;line-height:1.8}
.terms-wrapper th{padding:12px 20px}
.terms-wrapper hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#6c7df54d 20%,#b2193b33 80%,transparent 100%);margin:32px 0}
.terms-wrapper div{margin:20px 0}
@media (max-width: 768px) {
.terms-wrapper{padding:32px 20px;font-size:15px}
.terms-wrapper table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.terms-wrapper ul,.terms-wrapper ol{padding-left:20px}
}
@media (max-width: 375px) {
.terms-wrapper{padding:20px 12px}
.terms-wrapper thead th,.terms-wrapper td{padding:8px 12px;font-size:13px}
}
.abt{max-width:100%;overflow-x:hidden;background:#fff}
.abt .pg_inner{max-width:1024px;margin:0 auto;padding:0 20px}
.abt a{color:#6C7DF5;text-decoration-style:wavy;text-decoration-line:underline;text-underline-offset:3px;transition:color .12s cubic-bezier(0.4,0,1,1)}
.abt a:hover{color:#B2193B}
.abt ::selection{background:#6c7df51a;color:#1a1a1a}
.abt .outlined_h{-webkit-text-stroke:1.5px currentColor;color:transparent}
.abt .dot_trail{list-style:none;padding:0;margin:0;position:relative;padding-left:24px}
.abt .dot_trail::before{content:'';position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,#6C7DF5 0%,#E0FCED 100%)}
.abt .dot_trail li{position:relative;padding:4px 0 4px 16px;font-size:15px;line-height:1.8;color:#2a2a3a}
.abt .dot_trail li::before{content:'';position:absolute;left:-17px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:40px;background:#fff;border:2px solid #6C7DF5;transition:background .14s cubic-bezier(0.4,0,1,1)}
.abt .dot_trail li:first-child::before{background:#6C7DF5}
.abt .num_accent{list-style:none;padding:0;margin:0;counter-reset:acc_ctr}
.abt .num_accent li{counter-increment:acc_ctr;display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.8;color:#2a2a3a;padding:4px 0}
.abt .num_accent li::before{content:counter(acc_ctr);font-size:13px;font-weight:700;color:#B2193B;min-width:20px;padding-top:3px;line-height:1.2}
@media (max-width: 768px) {
.abt .pg_inner{padding:0 12px}
}
.abt .radial_bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.abt .radial_bg span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:40px;border:1px solid #6c7df514;animation:ring_out 3.6s ease-in infinite}
.abt .radial_bg span:nth-child(1){width:160px;height:160px;animation-delay:0s}
.abt .radial_bg span:nth-child(2){width:320px;height:320px;animation-delay:.9s}
.abt .radial_bg span:nth-child(3){width:520px;height:520px;animation-delay:1.8s}
.abt .radial_bg span:nth-child(4){width:720px;height:720px;animation-delay:2.7s}
@keyframes ring_out {
0%{opacity:0;transform:translate(-50%,-50%) scale(0.7)}
30%{opacity:1}
100%{opacity:0;transform:translate(-50%,-50%) scale(1.15)}
}
.abt .mfst_strip{position:relative;padding:64px 0 32px;background:#fff}
.abt .mfst_strip .pg_inner{display:flex;flex-direction:row;align-items:flex-start;gap:32px}
.abt .mfst_text{flex:1 1 0;position:relative;z-index:1}
.abt .mfst_text h1{font-size:45px;line-height:1.2;color:#6C7DF5;-webkit-text-stroke:1.5px #6C7DF5;color:transparent;margin:0 0 20px}
.abt .mfst_text .manifesto_lead{font-size:18px;line-height:1.8;color:#2a2a3a;margin:0 0 12px}
.abt .mfst_text .manifesto_sub{font-size:15px;line-height:1.8;color:#4a4a5a;margin:0}
.abt .corner_lines{position:absolute;top:0;left:0;width:60px;height:60px;pointer-events:none}
.abt .corner_lines svg{display:block}
.abt .corner_br{position:absolute;bottom:0;right:0;width:40px;height:40px;pointer-events:none}
.abt .img_strip{flex:0 0 220px;width:220px;position:relative;z-index:1;border-radius:8px;overflow:hidden}
.abt .img_strip img{width:220px;height:340px;object-fit:cover;object-position:center;display:block;border-radius:8px;filter:blur(0px);transition:filter .16s cubic-bezier(0.4,0,1,1)}
.abt .img_strip:hover img{filter:blur(1.5px) brightness(0.97)}
@media (max-width: 768px) {
.abt .mfst_strip .pg_inner{flex-direction:column}
.abt .img_strip{flex:0 0 auto;width:100%}
.abt .img_strip img{width:100%;height:220px}
.abt .mfst_text h1{font-size:32px}
}
@media (max-width: 375px) {
.abt .mfst_text h1{font-size:23px}
}
.abt .concave_div{height:40px;background:#fff;position:relative}
.abt .concave_div::after{content:'';position:absolute;left:0;right:0;bottom:0;height:40px;background:#6c7df50d;border-radius:0 0 50% 50% / 0 0 40px 40px}
.abt .story_band{position:relative;background:#6c7df50a;padding:64px 0}
.abt .story_band .pg_inner{display:grid;grid-template-columns:180px 1fr;gap:32px;align-items:start}
.abt .story_sidebar{display:flex;flex-direction:column;gap:20px;padding-top:8px}
.abt .sidebar_tag{font-size:13px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#6C7DF5;font-weight:700;padding:8px 12px;background:#6c7df514;border-radius:3px}
.abt .sidebar_note{font-size:13px;line-height:1.8;color:#5a5a6a}
.abt .sidebar_icon_row{display:flex;flex-direction:column;gap:8px}
.abt .s_icon{display:flex;align-items:center;gap:8px;font-size:13px;color:#4a4a5a}
.abt .s_icon svg{flex-shrink:0}
.abt .story_body h2{font-size:32px;line-height:1.2;-webkit-text-stroke:1.5px #2a2a3a;color:transparent;margin:0 0 20px}
.abt .story_body p{font-size:15px;line-height:1.8;color:#2a2a3a;margin:0 0 12px}
.abt .story_body p:last-child{margin-bottom:0}
.abt .story_img_pair{display:flex;flex-direction:row;gap:20px;margin-top:32px}
.abt .story_img_pair .s_img_wrap{flex:1 1 0;border-radius:14px;overflow:hidden;position:relative}
.abt .story_img_pair .s_img_wrap img{width:100%;height:180px;object-fit:cover;object-position:center;display:block;transition:filter .15s cubic-bezier(0.4,0,1,1)}
.abt .story_img_pair .s_img_wrap .img_wash{position:absolute;inset:0;background:#6c7df552;opacity:0;transition:opacity .14s cubic-bezier(0.4,0,1,1);pointer-events:none;border-radius:14px}
.abt .story_img_pair .s_img_wrap:hover .img_wash{opacity:1}
@media (max-width: 768px) {
.abt .story_band .pg_inner{grid-template-columns:1fr}
.abt .story_sidebar{flex-direction:row;flex-wrap:wrap}
.abt .story_img_pair{flex-direction:column}
}
.abt .concave_div2{height:40px;background:#6c7df50a;position:relative}
.abt .concave_div2::before{content:'';position:absolute;left:0;right:0;top:0;height:40px;background:#fff;border-radius:0 0 50% 50% / 0 0 40px 40px}
.abt .approach_sec{position:relative;background:#fff;padding:64px 0}
.abt .approach_sec .pg_inner{display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.abt .appr_left{flex:1 1 0}
.abt .appr_right{flex:1 1 0}
.abt .appr_left h2{font-size:32px;line-height:1.2;-webkit-text-stroke:1.5px #6C7DF5;color:transparent;margin:0 0 20px}
.abt .appr_left p{font-size:15px;line-height:1.8;color:#2a2a3a;margin:0 0 20px}
.abt .appr_img{border-radius:14px;overflow:hidden;position:relative;display:block;margin-top:32px}
.abt .appr_img img{width:100%;height:240px;object-fit:cover;object-position:center;display:block;transition:filter .15s cubic-bezier(0.4,0,1,1)}
.abt .appr_img .img_wash{position:absolute;inset:0;background:#b2193b47;opacity:0;transition:opacity .13s cubic-bezier(0.4,0,1,1);pointer-events:none;border-radius:14px}
.abt .appr_img:hover .img_wash{opacity:1}
.abt .appr_right h3{font-size:23px;line-height:1.2;color:#2a2a3a;margin:0 0 20px}
.abt .brace_wrap{position:relative;padding:20px 20px 20px 32px}
.abt .brace_wrap::before{content:'{';position:absolute;left:0;top:0;font-size:62px;line-height:1;color:#6c7df52e;font-weight:300}
.abt .brace_wrap::after{content:'}';position:absolute;right:0;bottom:0;font-size:62px;line-height:1;color:#6c7df52e;font-weight:300}
.abt .metric_row{display:flex;flex-direction:row;gap:20px;margin-top:32px;flex-wrap:wrap}
.abt .metric_card{flex:1 1 120px;background:linear-gradient(67deg,#6c7df512 30%,#e0fced80 100%);border-radius:14px;padding:20px;box-shadow:2px 2px 6px -2px #6c7df512;border:1px solid #6c7df51a;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1)}
.abt .metric_card:hover{box-shadow:2px 4px 28px -2px #6c7df514;transform:translateY(-2px)}
.abt .metric_num{font-size:32px;line-height:1.2;font-weight:700;color:#6C7DF5;display:block}
.abt .metric_label{font-size:13px;line-height:1.8;color:#4a4a5a;display:block;margin-top:4px}
@media (max-width: 768px) {
.abt .approach_sec .pg_inner{flex-direction:column;gap:32px}
}
.abt .concave_div3{height:40px;background:#fff;position:relative}
.abt .concave_div3::after{content:'';position:absolute;left:0;right:0;bottom:0;height:40px;background:#E0FCED;border-radius:50% 50% 0 0 / 40px 40px 0 0}
.abt .team_sec{position:relative;background:#E0FCED;padding:64px 0}
.abt .team_sec .pg_inner{display:grid;grid-template-columns:1fr 260px;gap:64px;align-items:start}
.abt .team_text h2{font-size:32px;line-height:1.2;-webkit-text-stroke:1.5px #2a2a3a;color:transparent;margin:0 0 20px}
.abt .team_text p{font-size:15px;line-height:1.8;color:#2a2a3a;margin:0 0 12px}
.abt .team_text p:last-of-type{margin-bottom:20px}
.abt .portrait_card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:2px 4px 28px -2px #6c7df514;flex-shrink:0}
.abt .portrait_card .port_img_wrap{width:100%;aspect-ratio:7/9;overflow:hidden;position:relative}
.abt .portrait_card .port_img_wrap img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:filter .15s cubic-bezier(0.4,0,1,1)}
.abt .portrait_card .port_img_wrap .img_wash{position:absolute;inset:0;background:#6c7df54d;opacity:0;transition:opacity .13s cubic-bezier(0.4,0,1,1);pointer-events:none}
.abt .portrait_card:hover .port_img_wrap .img_wash{opacity:1}
.abt .port_info{padding:20px}
.abt .port_name{font-size:18px;line-height:1.2;color:#2a2a3a;font-weight:700;display:block}
.abt .port_role{font-size:13px;line-height:1.8;color:#6C7DF5;display:block;margin-top:4px}
.abt .port_note{font-size:13px;line-height:1.8;color:#4a4a5a;margin:8px 0 0}
@media (max-width: 768px) {
.abt .team_sec .pg_inner{grid-template-columns:1fr}
.abt .portrait_card{max-width:240px}
}
.abt .contact_bar{background:linear-gradient(67deg,#6c7df517 20%,#b2193b0f 100%);padding:32px 0;border-top:1px solid #6c7df51f}
.abt .contact_bar .pg_inner{display:flex;flex-direction:row;align-items:center;gap:32px;flex-wrap:wrap}
.abt .contact_item{display:flex;align-items:center;gap:8px;font-size:15px;color:#2a2a3a}
.abt .contact_item svg{flex-shrink:0}
.abt .contact_item a{text-decoration-style:wavy;text-underline-offset:2px}
.ct-us{background:#fff;color:#1b1d2e;overflow-x:clip;padding:0}
.ct-us .pg-open{background:#1b1d2e;padding:64px 0;position:relative}
.ct-us .pg-open::after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(67deg,#6C7DF5 30%,#B2193B 100%)}
.ct-us .pg-open-inner{max-width:1024px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:start}
.ct-us .pg-quote-zone{position:relative;padding:32px 20px 32px 0}
.ct-us .pg-quote-mark{font-size:180px;line-height:1.2;color:#6C7DF5;opacity:.12;position:absolute;top:-20px;left:-12px;font-style:normal;pointer-events:none;user-select:none;line-height:1}
.ct-us .pg-eyebrow{font-size:13px;line-height:1.8;color:#6C7DF5;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px;position:relative}
.ct-us .pg-head{font-size:45px;line-height:1.2;color:#E0FCED;font-weight:700;margin-bottom:20px;position:relative;-webkit-text-stroke:1.5px #E0FCED;color:transparent}
.ct-us .pg-sub{font-size:15px;line-height:1.8;color:#a8afc8;position:relative;max-width:360px}
.ct-us .pg-coords{display:flex;flex-direction:column;gap:32px;padding:32px 0;animation:blur-in .55s cubic-bezier(0.4,0,1,1) both}
@keyframes blur-in {
from{filter:blur(8px);opacity:0}
to{filter:blur(0);opacity:1}
}
.ct-us .coord-row{display:flex;flex-direction:row;gap:20px;align-items:flex-start}
.ct-us .coord-icon{width:36px;height:36px;border-radius:8px;background:#6c7df526;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ct-us .coord-icon svg{width:18px;height:18px}
.ct-us .coord-label{font-size:13px;color:#6C7DF5;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}
.ct-us .coord-val{font-size:15px;line-height:1.8;color:#e2e6f7}
.ct-us .coord-val a{color:#e2e6f7;text-decoration:underline wavy #6C7DF5 1.5px;text-underline-offset:4px;transition:color .12s cubic-bezier(0.4,0,1,1)}
.ct-us .coord-val a:hover{color:#6C7DF5}
.ct-us .form-stripe{background:#f4f5ff;padding:64px 0}
.ct-us .form-stripe-inner{max-width:1024px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.5fr 1fr;gap:64px;align-items:start}
.ct-us .form-box{background:#fff;border-radius:14px;padding:32px;box-shadow:2px 4px 28px -2px #6c7df514;border:1.5px dashed #b3b9f5;animation:bounce-in .16s cubic-bezier(0.4,0,1,1) both}
@keyframes bounce-in {
0%{transform:translateY(12px);opacity:0}
70%{transform:translateY(-4px);opacity:1}
100%{transform:translateY(0);opacity:1}
}
.ct-us .form-heading{font-size:23px;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #1b1d2e;font-weight:700;margin-bottom:8px}
.ct-us .form-desc{font-size:13px;line-height:1.8;color:#5a5e7a;margin-bottom:32px}
.ct-us .form-fields{display:flex;flex-direction:column;gap:20px}
.ct-us .field-grp{display:flex;flex-direction:column;gap:8px}
.ct-us .field-grp label{font-size:13px;color:#3a3d55;font-weight:600;letter-spacing:.04em}
.ct-us .field-grp input[type="text"],.ct-us .field-grp input[type="email"],.ct-us .field-grp input[type="tel"]{border:1.5px solid #c9cce8;border-radius:8px;padding:12px 20px;font-size:15px;color:#1b1d2e;background:#fafbff;box-shadow:inset 1px 2px 4px #6c7df512;outline:none;transition:border-color .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);width:100%;box-sizing:border-box}
.ct-us .field-grp input::placeholder{color:#9ea4c1}
.ct-us .field-grp input:focus{border-color:#6C7DF5;box-shadow:inset 1px 2px 4px #6c7df51a 0 0 0 3px #6c7df51f}
.ct-us .field-grp input:invalid:not(:placeholder-shown){border-color:#B2193B}
.ct-us .size-label-row{font-size:13px;color:#3a3d55;font-weight:600;margin-bottom:8px}
.ct-us .size-opts{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.ct-us .size-opts input[type="radio"]{display:none}
.ct-us .size-opts label{cursor:pointer;padding:8px 20px;border-radius:24px;border:1.5px solid #c9cce8;font-size:13px;color:#3a3d55;background:#fff;transition:border-color .1s cubic-bezier(0.4,0,1,1),background .1s cubic-bezier(0.4,0,1,1),color .1s cubic-bezier(0.4,0,1,1);user-select:none}
.ct-us .size-opts input[type="radio"]:checked + label{border-color:#6C7DF5;background:#6C7DF5;color:#fff}
.ct-us .size-opts label:hover{border-color:#6C7DF5;color:#6C7DF5}
.ct-us .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-top:8px}
.ct-us .privacy-row input[type="checkbox"]{width:18px;height:18px;accent-color:#6C7DF5;flex-shrink:0;margin-top:2px;cursor:pointer;box-shadow:inset 1px 1px 3px #6c7df51a}
.ct-us .privacy-row span{font-size:13px;line-height:1.8;color:#5a5e7a}
.ct-us .privacy-row a{color:#6C7DF5;text-decoration:underline wavy #B2193B 1px;text-underline-offset:3px}
.ct-us .submit-btn{margin-top:20px;display:inline-block;width:100%;padding:16px 32px;border-radius:8px;border:none;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(67deg,#6C7DF5 30%,#B2193B 100%);cursor:pointer;box-shadow:2px 4px 28px -2px #6c7df521;transition:background .15s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);letter-spacing:.04em}
.ct-us .submit-btn:hover{background:linear-gradient(247deg,#6C7DF5 20%,#B2193B 100%);box-shadow:2px 9px 40px -2px #6c7df52e}
.ct-us .submit-btn:focus{outline:3px solid #6C7DF5;outline-offset:2px}
.ct-us .submit-btn:active{box-shadow:inset 1px 2px 4px #6c7df52e}
.ct-us .form-aside{display:flex;flex-direction:column;gap:32px;padding-top:12px}
.ct-us .aside-note{background:#fff;border-radius:14px;padding:20px;box-shadow:2px 2px 6px -2px #6c7df512}
.ct-us .aside-note-head{font-size:15px;font-weight:700;color:#1b1d2e;margin-bottom:8px}
.ct-us .aside-note p{font-size:13px;line-height:1.8;color:#5a5e7a;margin:0}
.ct-us .response-bar-wrap{background:#fff;border-radius:14px;padding:20px;box-shadow:2px 2px 6px -2px #6c7df512}
.ct-us .bar-title{font-size:13px;color:#3a3d55;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em}
.ct-us .bar-row{display:flex;flex-direction:column;gap:12px}
.ct-us .bar-item{display:flex;flex-direction:column;gap:4px}
.ct-us .bar-item-label{display:flex;flex-direction:row;justify-content:space-between;font-size:13px;color:#5a5e7a}
.ct-us .bar-track{height:8px;border-radius:40px;background:#e8eaff;overflow:hidden}
.ct-us .bar-fill{height:100%;border-radius:40px;background:linear-gradient(67deg,#6C7DF5 30%,#B2193B 100%);animation:bar-grow .55s .2s cubic-bezier(0.4,0,1,1) both;transform-origin:left}
@keyframes bar-grow {
from{width:0}
}
.ct-us .divider-text{display:flex;flex-direction:row;align-items:center;gap:20px;max-width:1024px;margin:0 auto;padding:0 32px}
.ct-us .divider-text::before,.ct-us .divider-text::after{content:"";flex:1;height:1.5px;background:#c9cce8}
.ct-us .divider-word{font-size:13px;color:#9ea4c1;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}
.ct-us .map-alt{background:#1b1d2e;position:relative;padding:64px 0;overflow:hidden}
.ct-us .map-alt-bg{position:absolute;inset:0;background:url(./visual_content/main-site-2025-008.jpg) center/cover no-repeat;opacity:.18;pointer-events:none}
.ct-us .map-alt-inner{max-width:1024px;margin:0 auto;padding:0 32px;position:relative;z-index:1}
.ct-us .loc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;margin-top:32px}
.ct-us .loc-card{background:#6c7df514;border:1px solid #6c7df533;border-radius:14px;padding:20px}
.ct-us .loc-card-head{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#6C7DF5;margin-bottom:8px;font-weight:600}
.ct-us .loc-card-val{font-size:15px;line-height:1.8;color:#d0d4ef}
.ct-us .loc-card-val a{color:#d0d4ef;text-decoration:underline wavy #6C7DF5 1px;text-underline-offset:4px;transition:color .12s ease-in}
.ct-us .loc-card-val a:hover{color:#6C7DF5}
.ct-us .loc-section-head{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #E0FCED;font-weight:700;margin-bottom:8px}
.ct-us .loc-section-sub{font-size:15px;line-height:1.8;color:#8a90b5}
.ct-us .loc-img-strip{margin-top:32px;border-radius:14px;overflow:hidden;width:100%;height:180px;box-shadow:2px 9px 40px -2px #b2193b21}
.ct-us .loc-img-strip img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
@media (max-width: 768px) {
.ct-us .pg-open-inner{grid-template-columns:1fr;gap:32px;padding:0 20px}
.ct-us .pg-open{padding:32px 0}
.ct-us .pg-head{font-size:32px}
.ct-us .pg-quote-mark{font-size:100px}
.ct-us .form-stripe-inner{grid-template-columns:1fr;gap:32px;padding:0 20px}
.ct-us .loc-grid{grid-template-columns:1fr;gap:20px}
.ct-us .map-alt-inner{padding:0 20px}
.ct-us .form-stripe{padding:32px 0}
.ct-us .map-alt{padding:32px 0}
.ct-us .loc-section-head{font-size:23px}
}
@media (max-width: 375px) {
.ct-us .pg-head{font-size:23px}
.ct-us .size-opts{gap:4px}
.ct-us .form-box{padding:20px}
.ct-us .loc-grid{grid-template-columns:1fr}
}
.frst{background:#fff;overflow-x:hidden;position:relative}
.frst .grid-bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#6c7df50f 1px,transparent 1px),linear-gradient(90deg,#6c7df50f 1px,transparent 1px);background-size:48px 48px;animation:grid-wave 6s ease-in-out infinite;z-index:0}
@keyframes grid-wave {
0%,100%{opacity:.5}
50%{opacity:1}
}
.frst .geo-outline{position:absolute;border:2px solid #6c7df51a;border-radius:24px;pointer-events:none;animation:geo-pulse 7s ease-in-out infinite}
@keyframes geo-pulse {
0%,100%{transform:scale(1);opacity:.4}
50%{transform:scale(1.03);opacity:.9}
}
.frst .pencil-div{display:block;width:100%;height:32px;overflow:hidden;line-height:0}
.frst .pencil-div svg{width:100%;height:32px}
.frst .t_block{position:relative;overflow:hidden;padding:64px 20px 32px;background:linear-gradient(67deg,#E0FCED 38%,#f0f2ff 100%)}
.frst .t_block .dot_grid{position:absolute;top:0;left:0;width:55%;height:100%;pointer-events:none;background-image:radial-gradient(circle,#6c7df52e 1.5px,transparent 1.5px);background-size:22px 22px;z-index:0}
.frst .t_block .t_inner{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;gap:32px;align-items:flex-end;position:relative;z-index:1}
.frst .t_block .t_text{flex:1 1 0;padding-bottom:20px}
.frst .t_block .t_eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#6C7DF5;margin-bottom:12px;display:block}
.frst .t_block .t_h1{font-size:45px;line-height:1.2;color:#1b1e3d;margin-bottom:20px}
.frst .t_block .t_h1 .punct{color:#B2193B}
.frst .t_block .t_sub{font-size:18px;line-height:1.8;color:#2a2d52;max-width:520px}
.frst .t_block .t_img_wrap{flex:0 0 340px;position:relative}
.frst .t_block .t_img_wrap img{width:340px;height:420px;object-fit:cover;object-position:center;border-radius:14px;display:block;box-shadow:2px 9px 40px -2px #6c7df521}
.frst .t_block .t_vignette{position:absolute;inset:0;border-radius:14px;background:linear-gradient(to bottom right,#0000002e 0%,transparent 40%),linear-gradient(to bottom left,#0000002e 0%,transparent 40%),linear-gradient(to top right,#00000024 0%,transparent 40%),linear-gradient(to top left,#00000024 0%,transparent 40%);pointer-events:none}
.frst .field_sec{position:relative;background:#fff;padding:64px 20px;overflow:hidden}
.frst .field_sec .geo-outline{width:260px;height:260px;top:-60px;right:-60px}
.frst .field_sec .f_inner{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.frst .field_sec .f_sidebar{flex:0 0 200px;display:flex;flex-direction:column;gap:20px;padding-top:8px}
.frst .field_sec .f_tag{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#6C7DF5;padding:8px 12px;border-radius:8px;background:#6c7df514;display:inline-block}
.frst .field_sec .f_note{font-size:13px;line-height:1.8;color:#5a5e7a}
.frst .field_sec .f_body{flex:1 1 0}
.frst .field_sec .f_h2{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #1b1e3d;margin-bottom:20px}
.frst .field_sec .f_para{font-size:15px;line-height:1.8;color:#2a2d52;margin-bottom:20px}
.frst .field_sec .f_metrics{display:flex;flex-direction:row;gap:32px;margin-top:32px}
.frst .field_sec .f_metric{display:flex;flex-direction:column;gap:4px}
.frst .field_sec .f_num{font-size:32px;line-height:1.2;color:#6C7DF5;font-weight:700}
.frst .field_sec .f_label{font-size:13px;line-height:1.8;color:#5a5e7a}
.frst .invest_sec{position:relative;padding:64px 20px;background:linear-gradient(67deg,#f0f2ff 30%,#E0FCED 100%);overflow:hidden}
.frst .invest_sec .geo-outline{width:320px;height:320px;bottom:-80px;left:-80px}
.frst .invest_sec .inv_inner{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;gap:32px}
.frst .invest_sec .inv_h2{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #1b1e3d;max-width:600px}
.frst .invest_sec .inv_grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.frst .invest_sec .inv_card{background:#fff;border-radius:14px;padding:32px;box-shadow:2px 4px 28px -2px #6c7df514;display:flex;flex-direction:column;gap:12px;transition:box-shadow .16s cubic-bezier(0.4,0,1,1)}
.frst .invest_sec .inv_card:hover{box-shadow:2px 9px 40px -2px #6c7df521}
.frst .invest_sec .inv_card_label{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#B2193B}
.frst .invest_sec .inv_card_num{font-size:45px;line-height:1.2;color:#6C7DF5;font-weight:700}
.frst .invest_sec .inv_card_desc{font-size:15px;line-height:1.8;color:#2a2d52}
.frst .invest_sec .inv_img{width:100%;height:220px;object-fit:cover;object-position:center;border-radius:14px;display:block;box-shadow:2px 4px 28px -2px #6c7df514}
.frst .invest_sec .inv_note{font-size:13px;line-height:1.8;color:#5a5e7a;max-width:540px}
.frst .community_sec{position:relative;padding:64px 20px;background:#fff;overflow:hidden}
.frst .community_sec .com_inner{max-width:1024px;margin:0 auto;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.frst .community_sec .com_img_col{flex:0 0 300px;display:flex;flex-direction:column;gap:20px}
.frst .community_sec .com_portrait{width:300px;height:375px;object-fit:cover;object-position:top;border-radius:14px;display:block;box-shadow:2px 9px 40px -2px #b2193b21}
.frst .community_sec .com_quote_box{background:#E0FCED;border-radius:14px;padding:20px}
.frst .community_sec .com_quote_text{font-size:15px;line-height:1.8;color:#2a2d52;font-style:italic}
.frst .community_sec .com_quote_name{font-size:13px;color:#6C7DF5;margin-top:8px;display:block}
.frst .community_sec .com_body{flex:1 1 0}
.frst .community_sec .com_h2{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #1b1e3d;margin-bottom:20px}
.frst .community_sec .com_para{font-size:15px;line-height:1.8;color:#2a2d52;margin-bottom:20px}
.frst .community_sec .com_trail{display:flex;flex-direction:column;gap:12px;margin-top:20px;position:relative;padding-left:28px}
.frst .community_sec .com_trail::before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,#6C7DF5 0%,#E0FCED 100%);border-radius:3px}
.frst .community_sec .com_dot_item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;position:relative}
.frst .community_sec .com_dot{width:16px;height:16px;border-radius:40px;background:#6C7DF5;flex-shrink:0;position:absolute;left:-28px;top:4px;box-shadow:2px 2px 6px -2px #6c7df512;transition:background .12s cubic-bezier(0.4,0,1,1)}
.frst .community_sec .com_dot_item:hover .com_dot{background:#B2193B}
.frst .community_sec .com_dot_label{font-size:15px;line-height:1.8;color:#2a2d52}
.frst .available_sec{position:relative;padding:64px 20px;overflow:hidden}
.frst .available_sec .mesh_bg{position:absolute;inset:0;background:linear-gradient(67deg,#6c7df51f 0%,#e0fced99 55%,#b2193b0f 100%);z-index:0;pointer-events:none}
.frst .available_sec .av_inner{max-width:1024px;margin:0 auto;position:relative;z-index:1}
.frst .available_sec .av_h2{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #1b1e3d;margin-bottom:32px;max-width:560px}
.frst .available_sec .av_list{list-style:none;display:flex;flex-direction:column;gap:20px;padding:0!important;margin:0}
.frst .available_sec .av_item{display:flex;flex-direction:row;align-items:flex-start;gap:20px;background:#fff;border-radius:14px;padding:20px 32px;box-shadow:2px 2px 6px -2px #6c7df512;transition:box-shadow .15s cubic-bezier(0.4,0,1,1)}
.frst .available_sec .av_item:hover{box-shadow:2px 9px 40px -2px #6c7df521}
.frst .available_sec .av_num{font-size:32px;line-height:1.2;color:#B2193B;font-weight:700;flex-shrink:0;width:40px}
.frst .available_sec .av_text_col{flex:1 1 0}
.frst .available_sec .av_item_h{font-size:18px;line-height:1.2;color:#1b1e3d;margin-bottom:8px}
.frst .available_sec .av_item_p{font-size:15px;line-height:1.8;color:#2a2d52}
.frst .available_sec .av_img_row{display:flex;flex-direction:row;gap:20px;margin-top:32px}
.frst .available_sec .av_img_wrap{flex:1 1 0;border-radius:14px;overflow:hidden;box-shadow:2px 4px 28px -2px #6c7df514}
.frst .available_sec .av_img_wrap img{width:100%;height:200px;object-fit:cover;object-position:center;display:block;transition:transform .17s cubic-bezier(0.4,0,1,1)}
.frst .available_sec .av_img_wrap:hover img{transform:scale(1.04)}
.frst .approach_sec{position:relative;padding:64px 20px;background:#1b1e3d;overflow:hidden}
.frst .approach_sec .geo-outline{width:400px;height:400px;top:-100px;right:-100px;border-color:#e0fced1a}
.frst .approach_sec .ap_inner{max-width:1024px;margin:0 auto;position:relative;z-index:1}
.frst .approach_sec .ap_h2{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:1.5px #E0FCED;margin-bottom:32px;max-width:560px}
.frst .approach_sec .ap_cols{display:flex;flex-direction:row;gap:32px;align-items:flex-start}
.frst .approach_sec .ap_left{flex:1 1 0;display:flex;flex-direction:column;gap:20px}
.frst .approach_sec .ap_para{font-size:15px;line-height:1.8;color:#c8cde8}
.frst .approach_sec .ap_right{flex:0 0 320px;display:flex;flex-direction:column;gap:12px}
.frst .approach_sec .ap_diff_item{background:#6c7df51a;border-radius:8px;padding:20px;transition:background .13s cubic-bezier(0.4,0,1,1)}
.frst .approach_sec .ap_diff_item:hover{background:#6c7df533}
.frst .approach_sec .ap_diff_label{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#6C7DF5;margin-bottom:8px;display:block}
.frst .approach_sec .ap_diff_text{font-size:15px;line-height:1.8;color:#c8cde8}
.frst .approach_sec .ap_link{display:inline-block;font-size:15px;color:#E0FCED;text-decoration:none;border-bottom:2px wavy #6c7df5b3;padding-bottom:2px;transition:color .12s cubic-bezier(0.4,0,1,1);margin-top:8px}
.frst .approach_sec .ap_link:hover{color:#6C7DF5}
@media (max-width: 768px) {
.frst .t_block .t_inner{flex-direction:column;align-items:flex-start}
.frst .t_block .t_img_wrap{flex:0 0 auto;width:100%}
.frst .t_block .t_img_wrap img{width:100%;height:280px}
.frst .t_block .t_h1{font-size:32px}
.frst .field_sec .f_inner{flex-direction:column;gap:20px}
.frst .field_sec .f_sidebar{flex:0 0 auto;flex-direction:row;flex-wrap:wrap}
.frst .field_sec .f_metrics{flex-direction:column;gap:20px}
.frst .invest_sec .inv_grid{grid-template-columns:1fr}
.frst .community_sec .com_inner{flex-direction:column}
.frst .community_sec .com_img_col{flex:0 0 auto;width:100%}
.frst .community_sec .com_portrait{width:100%}
.frst .approach_sec .ap_cols{flex-direction:column}
.frst .approach_sec .ap_right{flex:0 0 auto;width:100%}
.frst .available_sec .av_img_row{flex-direction:column}
}
@media (max-width: 375px) {
.frst .t_block{padding:32px 12px 20px}
.frst .t_block .t_h1{font-size:23px}
.frst .field_sec,.frst .invest_sec,.frst .community_sec,.frst .available_sec,.frst .approach_sec{padding:32px 12px}
.frst .invest_sec .inv_card{padding:20px}
.frst .available_sec .av_item{padding:12px 20px}
}
.arc{background:#f4f6ff;position:relative;overflow:hidden}
.arc .scanlines{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;background:repeating-linear-gradient(180deg,transparent,transparent 3px,#6c7df508 3px,#6c7df508 4px);animation:scan_drift 18s linear infinite}
@keyframes scan_drift {
0%{background-position:0 0}
100%{background-position:0 80px}
}
.arc .pg_wrap{max-width:1024px;margin:0 auto;padding:0 20px;position:relative;z-index:1}
.arc .reading_arrow{position:absolute;right:32px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:4px;pointer-events:none;opacity:.18}
.arc .reading_arrow span{display:block;width:2px;height:8px;background:#6C7DF5;margin:0 auto}
.arc .reading_arrow::after{content:'';display:block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #6C7DF5}
.arc .divider_edge{display:flex;align-items:center;justify-content:space-between;padding:0;height:2px;margin:0}
.arc .divider_edge::before,.arc .divider_edge::after{content:'';display:block;width:60px;height:2px;background:linear-gradient(67deg,#6C7DF5 30%,#B2193B 100%);border-radius:3px}
.arc .title_blk{padding:64px 0 32px;position:relative;clip-path:polygon(0 0,100% 0,100% 92%,0 100%);background:#fff;margin-bottom:0}
.arc .title_blk_inner{display:flex;flex-direction:row;align-items:flex-start;gap:32px}
.arc .title_left{flex:1 1 0;position:relative}
.arc .corner_geo{position:absolute;top:0;left:0;width:40px;height:40px;pointer-events:none}
.arc .corner_geo::before{content:'';display:block;position:absolute;top:0;left:0;width:24px;height:2px;background:#6C7DF5;border-radius:3px}
.arc .corner_geo::after{content:'';display:block;position:absolute;top:0;left:0;width:2px;height:24px;background:#6C7DF5;border-radius:3px}
.arc .title_kicker{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#6C7DF5;margin-bottom:12px;padding-top:20px;padding-left:20px}
.arc .title_h1{font-size:45px;line-height:1.2;color:transparent;-webkit-text-stroke:2px #1a2560;margin-bottom:20px;padding-left:20px}
.arc .title_desc{font-size:18px;line-height:1.8;color:#2c2f4a;max-width:480px;padding-left:20px}
.arc .title_right{flex:0 0 280px;position:relative}
.arc .img_frame{position:relative;border-radius:14px;overflow:hidden;box-shadow:2px 9px 40px -2px #6c7df521}
.arc .img_frame img{display:block;width:280px;height:320px;object-fit:cover;object-position:center;border-radius:14px;transition:filter .15s cubic-bezier(0.4,0,1,1);filter:saturate(0.7)}
.arc .img_frame:hover img{filter:saturate(1)}
.arc .img_overlay{position:absolute;inset:0;background:linear-gradient(67deg,#6c7df547 30%,#b2193b1f 100%);border-radius:14px;pointer-events:none}
.arc .img_frame_border{position:absolute;inset:0;border:2px solid #6c7df54d;border-radius:14px;pointer-events:none}
.arc .corner_geo_br{position:absolute;bottom:0;right:0;width:40px;height:40px;pointer-events:none}
.arc .corner_geo_br::before{content:'';display:block;position:absolute;bottom:0;right:0;width:24px;height:2px;background:#B2193B;border-radius:3px}
.arc .corner_geo_br::after{content:'';display:block;position:absolute;bottom:0;right:0;width:2px;height:24px;background:#B2193B;border-radius:3px}
.arc .articles_blk{background:linear-gradient(67deg,#f0f2ff 30%,#E0FCED 100%);padding:64px 0;position:relative;clip-path:polygon(0 0,100% 4%,100% 100%,0 96%);margin-top:-20px}
.arc .articles_blk_inner{position:relative}
.arc .blk_head{margin-bottom:32px}
.arc .prefix_shape{display:inline-block;width:10px;height:10px;background:#6C7DF5;border-radius:3px;margin-right:8px;vertical-align:middle;transform:rotate(45deg)}
.arc .blk_h2{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:2px #1a2560;display:inline;vertical-align:middle}
.arc .articles_aside_layout{display:flex;flex-direction:row;gap:32px;align-items:flex-start}
.arc .articles_aside{flex:0 0 160px;font-size:13px;line-height:1.8;color:#6C7DF5;border-right:none;padding-right:20px;position:sticky;top:32px}
.arc .articles_aside_label{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#B2193B;margin-bottom:12px}
.arc .year_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.arc .year_list li{position:relative;padding-left:20px;font-size:15px;color:#2c2f4a;line-height:1.8}
.arc .year_list li::before{content:'';display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:40px;background:#E0FCED;border:2px solid #6C7DF5}
.arc .year_list li.active_yr::before{background:#6C7DF5}
.arc .articles_main{flex:1 1 0;display:flex;flex-direction:column;gap:20px}
.arc .arc_item{background:#fff;border-radius:14px;padding:20px 32px;box-shadow:2px 2px 6px -2px #6c7df512;display:flex;flex-direction:row;align-items:flex-start;gap:20px;transition:box-shadow .15s cubic-bezier(0.4,0,1,1);position:relative}
.arc .arc_item:hover{box-shadow:2px 4px 28px -2px #6c7df514}
.arc .arc_num{font-size:32px;line-height:1.2;color:#6C7DF5;font-weight:700;min-width:44px;padding-top:4px}
.arc .arc_meta{flex:1 1 0}
.arc .arc_topic{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#B2193B;margin-bottom:4px}
.arc .arc_title_link{font-size:18px;line-height:1.2;color:#1a2560;text-decoration:none;border-bottom:2px solid transparent;display:inline;background-image:url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q2 0.5 4 3 Q6 5.5 8 3' stroke='%236C7DF5' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:0 100%;background-size:8px 4px;padding-bottom:4px;transition:color .12s cubic-bezier(0.4,0,1,1)}
.arc .arc_title_link:hover{color:#6C7DF5}
.arc .arc_title_link:focus-visible{outline:2px solid #6C7DF5!important;border-radius:3px!important}
.arc .arc_desc{font-size:15px;line-height:1.8;color:#3a3f5c;margin-top:8px}
.arc .arc_tag{display:inline-block;font-size:13px;background:#E0FCED;color:#1a2560;border-radius:8px;padding:4px 12px;margin-top:8px}
.arc .steps_blk{background:#fff;padding:64px 0 48px;position:relative}
.arc .steps_blk_inner{display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.arc .steps_left{flex:0 0 320px}
.arc .steps_right{flex:1 1 0}
.arc .blk_h3{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:2px #1a2560;margin-bottom:12px}
.arc .steps_desc{font-size:15px;line-height:1.8;color:#3a3f5c}
.arc .step_trail{display:flex;flex-direction:column;gap:0}
.arc .step_row{display:flex;flex-direction:row;gap:20px;align-items:flex-start;position:relative}
.arc .step_dot_col{display:flex;flex-direction:column;align-items:center;flex:0 0 32px}
.arc .step_dot{width:32px;height:32px;border-radius:40px;background:linear-gradient(67deg,#6C7DF5 30%,#B2193B 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:2px 4px 28px -2px #6c7df514}
.arc .step_dot svg{width:16px;height:16px}
.arc .step_line{width:2px;flex:1 1 0;min-height:24px;background:linear-gradient(180deg,#6C7DF5 0%,#E0FCED 100%);border-radius:3px;margin:4px 0}
.arc .step_body{padding-bottom:32px;flex:1 1 0}
.arc .step_num{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#6C7DF5;margin-bottom:4px}
.arc .step_head{font-size:18px;line-height:1.2;color:#1a2560;margin-bottom:8px}
.arc .step_text{font-size:15px;line-height:1.8;color:#3a3f5c}
.arc .stats_blk{background:linear-gradient(67deg,#1a2560 30%,#B2193B 100%);padding:64px 0;position:relative;clip-path:polygon(0 5%,100% 0,100% 100%,0 100%);margin-top:-20px}
.arc .stats_blk_inner{display:flex;flex-direction:column;gap:32px}
.arc .stats_head{display:flex;flex-direction:row;align-items:flex-start;gap:32px}
.arc .stats_h2{font-size:32px;line-height:1.2;color:transparent;-webkit-text-stroke:2px #fff;flex:0 0 auto}
.arc .stats_lead{font-size:15px;line-height:1.8;color:#e0fcedd9;max-width:420px;padding-top:8px}
.arc .stats_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.arc .stat_card{background:#ffffff12;border-radius:14px;padding:32px 20px;display:flex;flex-direction:column;gap:8px;border:1px solid #e0fced26;box-shadow:2px 4px 28px -2px #b2193b14;transition:background .15s cubic-bezier(0.4,0,1,1)}
.arc .stat_card:hover{background:#ffffff1f}
.arc .stat_val{font-size:45px;line-height:1.2;color:#E0FCED;font-weight:700}
.arc .stat_label{font-size:15px;line-height:1.8;color:#ffffffb8}
.arc .stat_icon{width:28px;height:28px;margin-bottom:4px}
@media (max-width: 768px) {
.arc .title_blk_inner{flex-direction:column}
.arc .title_right{flex:0 0 auto;width:100%}
.arc .img_frame img{width:100%;height:220px}
.arc .img_frame{width:100%}
.arc .articles_aside_layout{flex-direction:column}
.arc .articles_aside{flex:0 0 auto;position:static;padding-right:0;border-right:none;border-bottom:2px solid #6c7df526;padding-bottom:20px;width:100%}
.arc .year_list{flex-direction:row;flex-wrap:wrap;gap:12px}
.arc .steps_blk_inner{flex-direction:column;gap:32px}
.arc .steps_left{flex:0 0 auto;width:100%}
.arc .stats_grid{grid-template-columns:1fr 1fr}
.arc .stats_head{flex-direction:column;gap:12px}
.arc .arc_item{flex-direction:column;gap:8px;padding:20px}
}
@media (max-width: 375px) {
.arc .title_h1{font-size:32px}
.arc .stats_grid{grid-template-columns:1fr}
.arc .stats_h2{font-size:23px}
.arc .blk_h2{font-size:23px}
.arc .blk_h3{font-size:23px}
}
.success_page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 20px;background:#fff}
.success_page .success_card{max-width:1024px;width:100%;background:#E0FCED;border-radius:24px;padding:64px 32px;display:flex;flex-direction:column;align-items:center;box-shadow:2px 9px 40px -2px #6c7df521;text-align:center}
.success_page .icon_wrap{width:72px;height:72px;border-radius:40px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:2px 4px 28px -2px #6c7df514}
.success_page .icon_wrap svg{display:block}
.success_page .success_label{font-size:13px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:#6C7DF5;margin-bottom:12px;font-weight:600}
.success_page .success_heading{font-size:32px;line-height:1.2;color:#1b1e2e;font-weight:700;-webkit-text-stroke:1.5px #1b1e2e;color:transparent;margin-bottom:20px}
.success_page .success_body{font-size:18px;line-height:1.8;color:#2c2f40;max-width:520px;margin-bottom:8px}
.success_page .success_note{font-size:15px;line-height:1.8;color:#4a4e65;max-width:480px;margin-bottom:32px}
.success_page .success_note aside{display:inline;font-size:13px;color:#6C7DF5;border-bottom:2px wavy #6C7DF5;padding-bottom:1px}
.success_page .return_btn{display:inline-block;padding:12px 32px;background:linear-gradient(67deg,#6C7DF5 35%,#B2193B 100%);color:#fff;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:opacity .12s cubic-bezier(0.4,0,1,1),box-shadow .15s ease-in;box-shadow:2px 4px 28px -2px #6c7df514}
.success_page .return_btn:hover{opacity:.88;box-shadow:2px 9px 40px -2px #6c7df521;background:linear-gradient(112deg,#6C7DF5 20%,#B2193B 100%)}
.success_page .return_btn:focus{outline:3px solid #6C7DF5;outline-offset:3px}
.success_page .return_btn:active{opacity:.75;box-shadow:inset 0 2px 4px #6c7df52e}
.success_page .divider_line{width:48px;height:3px;border-radius:3px;background:linear-gradient(67deg,#6C7DF5 40%,#B2193B 100%);margin:20px auto 32px}
@media (max-width: 768px) {
.success_page{padding:32px 12px}
.success_page .success_card{padding:32px 20px}
.success_page .success_heading{font-size:23px}
.success_page .success_body{font-size:15px}
}
@media (max-width: 375px) {
.success_page .success_heading{font-size:18px}
.success_page .success_body{font-size:13px}
.success_page .success_note{font-size:13px}
}