html{box-sizing:border-box}
*,::before,::after{box-sizing:inherit}
body{margin:0;padding:0;min-height:100vh;font-family:'Montserrat',sans-serif;font-size:16px}
.hd-plate{background:#fff;border-bottom:2px solid #2BB18A;box-shadow:1px 5px 14px 0 #2bb18a1c;position:relative;z-index:100}
.hd-top{background:linear-gradient(135deg,#431996 0%,#2BB18A 100%);padding:8px 24px}
.hd-top-pod{max-width:1170px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.hd-contact-deck{display:flex;align-items:center;gap:24px}
.hd-contact-lnk{display:flex;align-items:center;gap:8px;color:#FEFEDB;font-family:'JetBrains Mono',monospace;font-size:16px;text-decoration:none;border-radius:2px;padding:4px 8px;transition:color .28s cubic-bezier(0.4,0,0.2,1),background-color .28s cubic-bezier(0.4,0,0.2,1)}
.hd-contact-lnk:hover,.hd-contact-lnk:focus{color:#fff;background-color:#fefedb26;outline:none;text-decoration:none}
.hd-contact-lnk:focus-visible{outline:3px solid;outline-color:#FEFEDB;outline-offset:2px}
.hd-ico{width:18px;height:18px;flex-shrink:0}
.hd-brand-strip{padding:24px 24px 0}
.hd-brand-pod{max-width:1170px;margin:0 auto;display:flex;justify-content:center;align-items:center}
.hd-logo-cell{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;background-color:#fff;box-shadow:1px 1px 2px 0 #4319960d 1px 5px 14px 0 #2bb18a1c;border:1px solid #2bb18a40}
.hd-logo-cell img{width:68px;height:68px;object-fit:contain;display:block}
.hd-nav-strip{padding:0 24px}
.hd-nav-pod{max-width:1170px;margin:0 auto;display:flex;justify-content:center;align-items:stretch;gap:4px;flex-wrap:wrap}
.hd-nav-pod > li{list-style:none;position:relative}
.hd-nav-lnk{display:flex;align-items:center;gap:8px;padding:12px 24px;color:#431996;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;text-decoration:none;border-radius:4px 4px 0 0;border-bottom:3px solid transparent;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;white-space:nowrap;min-height:44px}
.hd-nav-lnk:hover,.hd-nav-lnk:focus{color:#2BB18A;background-color:#2bb18a14;border-bottom-color:#2BB18A;outline:none;text-decoration:none}
.hd-nav-lnk:focus-visible{outline:3px solid #431996;outline-offset:2px}
.hd-nav-lnk[aria-current="page"]{color:#2BB18A;border-bottom-color:#2BB18A}
.hd-sub-trigger{position:relative}
.hd-sub-trigger > .hd-nav-lnk::after{content:'';display:inline-block;width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .25s ease-in-out}
.hd-sub-trigger:hover > .hd-nav-lnk::after,.hd-sub-trigger:focus-within > .hd-nav-lnk::after{transform:rotate(-135deg) translateY(-2px)}
.hd-sub-deck{display:none;position:absolute;top:calc(100% + 0px);left:0;min-width:220px;background:#fff;border:1px solid #2bb18a33;border-radius:0 4px 4px 4px;box-shadow:1px 12px 36px 0 #4319961f;z-index:200;padding:4px 0}
.hd-sub-trigger:hover .hd-sub-deck,.hd-sub-trigger:focus-within .hd-sub-deck{display:block}
.hd-sub-deck a{display:block;padding:12px 24px;color:#431996;font-family:'Montserrat',sans-serif;font-size:16px;text-decoration:none;border-radius:2px;min-height:44px;transition:background-color .27s cubic-bezier(0.4,0,0.2,1),color .27s cubic-bezier(0.4,0,0.2,1)}
.hd-sub-deck a:hover,.hd-sub-deck a:focus{background-color:#2bb18a1a;color:#2BB18A;outline:none;text-decoration:none}
.hd-sub-deck a:focus-visible{outline:3px solid #431996;outline-offset:-2px}
.hd-accent-bar{height:4px;background:linear-gradient(90deg,#2BB18A 0%,#431996 50%,#FEFEDB 100%);margin-top:0}
.ft-plate{background:linear-gradient(160deg,#431996 0%,#2c1060 100%);color:#FEFEDB;padding:40px 24px 0;position:relative;overflow:hidden}
.ft-plate::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2BB18A,#FEFEDB,#2BB18A)}
.ft-grid-pod{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding-bottom:40px}
.ft-brand-cell{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.ft-logo-wrap{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;background-color:#fefedb1a;box-shadow:1px 1px 2px 0 #2bb18a0d 0 0 0 1px #fefedb33}
.ft-logo-wrap img{width:60px;height:60px;object-fit:contain;display:block}
.ft-brand-name{font-family:'JetBrains Mono',monospace;font-size:21px;font-weight:700;color:#FEFEDB;line-height:1.2}
.ft-brand-desc{font-size:16px;color:#fefedbbf;line-height:1.55}
.ft-links-cell{display:flex;flex-direction:column;gap:8px}
.ft-links-head{font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;color:#2BB18A;text-transform:uppercase;letter-spacing:.08em;padding-bottom:8px;border-bottom:1px solid #2bb18a4d;margin-bottom:4px}
.ft-links-cell a{color:#fefedbcc;font-size:16px;text-decoration:none;padding:4px 0;border-radius:2px;transition:color .25s ease-in-out;display:block;min-height:44px;line-height:1.55;display:flex;align-items:center}
.ft-links-cell a:hover,.ft-links-cell a:focus{color:#2BB18A;outline:none;text-decoration:none}
.ft-links-cell a:focus-visible{outline:3px solid #2BB18A;outline-offset:2px}
.ft-contact-cell{display:flex;flex-direction:column;gap:8px}
.ft-contact-item{display:flex;align-items:flex-start;gap:8px;color:#fefedbcc;font-size:16px;line-height:1.55}
.ft-contact-item a{color:#fefedbcc;text-decoration:none;transition:color .25s ease-in-out;border-radius:2px}
.ft-contact-item a:hover,.ft-contact-item a:focus{color:#2BB18A;outline:none}
.ft-contact-item a:focus-visible{outline:3px solid #2BB18A;outline-offset:2px}
.ft-contact-ico{width:18px;height:18px;flex-shrink:0;margin-top:2px}
.ft-bottom-bar{background:#00000040;padding:24px;margin-top:0}
.ft-bottom-pod{max-width:1170px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ft-copy{font-family:'JetBrains Mono',monospace;font-size:16px;color:#fefedb99;line-height:1.2}
.ft-bottom-logo-cell{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;background-color:#fefedb14;box-shadow:0 0 0 1px #fefedb26}
.ft-bottom-logo-cell img{width:40px;height:40px;object-fit:contain;display:block}
.ft-policy-deck{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.ft-policy-deck a{color:#fefedb80;font-size:16px;text-decoration:none;border-radius:2px;transition:color .27s cubic-bezier(0.4,0,0.2,1);min-height:44px;display:flex;align-items:center}
.ft-policy-deck a:hover,.ft-policy-deck a:focus{color:#2BB18A;outline:none}
.ft-policy-deck a:focus-visible{outline:3px solid #2BB18A;outline-offset:2px}
.ck-bar{display:none;position:fixed;top:0;left:0;right:0;z-index:4000;background:#fff;border-bottom:2px solid #2BB18A;box-shadow:1px 5px 14px 0 #2bb18a1c;transform:translateX(-100%);transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.ck-bar.ck-vis{transform:translateX(0)}
.ck-bar-pod{max-width:1170px;margin:0 auto;padding:12px 24px;display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap}
.ck-txt-cell{flex:1;min-width:260px}
.ck-lead{font-family:'Montserrat',sans-serif;font-size:16px;color:#431996;font-weight:700;margin-bottom:4px;line-height:1.2}
.ck-body-txt{font-size:16px;color:#335;line-height:1.55}
.ck-expand-btn{background:none;border:none;color:#2BB18A;font-size:16px;cursor:pointer;padding:0;text-decoration:underline;font-family:'Montserrat',sans-serif;transition:color .25s ease-in-out}
.ck-expand-btn:hover,.ck-expand-btn:focus{color:#431996;outline:none}
.ck-expand-btn:focus-visible{outline:3px solid #431996;outline-offset:2px}
.ck-panel{display:none;margin-top:8px;padding:12px;background:#2bb18a0f;border-radius:4px;border:1px solid #2bb18a33}
.ck-panel.ck-open{display:block}
.ck-toggle-row{display:flex;align-items:center;gap:12px}
.ck-toggle-label{font-size:16px;color:#431996;font-family:'Montserrat',sans-serif;flex:1;line-height:1.55}
.ck-toggle-sw{position:relative;width:44px;height:24px;flex-shrink:0}
.ck-toggle-sw input{opacity:0;width:0;height:0;position:absolute}
.ck-sw-track{position:absolute;inset:0;background:#ccc;border-radius:20px;cursor:pointer;transition:background-color .28s ease-in-out}
.ck-toggle-sw input:checked + .ck-sw-track{background:#2BB18A}
.ck-sw-track::after{content:'';position:absolute;width:18px;height:18px;background:#fff;border-radius:20px;top:3px;left:3px;transition:transform .28s ease-in-out}
.ck-toggle-sw input:checked + .ck-sw-track::after{transform:translateX(20px)}
.ck-btn-deck{display:flex;align-items:center;gap:8px;flex-shrink:0}
.ck-btn{padding:8px 24px;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:700;border-radius:4px;border:2px solid #2BB18A;cursor:pointer;min-height:44px;min-width:100px;transition:background-color .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1)}
.ck-btn:focus-visible{outline:3px solid #431996;outline-offset:2px}
.ck-btn.accept{background:#2BB18A;color:#fff}
.ck-btn.accept:hover,.ck-btn.accept:focus{background:#1f8f6e;outline:none}
.ck-btn.accept:active{transform:scale(0.97)}
.ck-btn.decline{background:#fff;color:#431996}
.ck-btn.decline:hover,.ck-btn.decline:focus{background:#43199614;outline:none}
.ck-btn.decline:active{transform:scale(0.97)}
@media (max-width: 768px) {
.ft-grid-pod{grid-template-columns:1fr;gap:24px}
.ft-bottom-pod{flex-direction:column;align-items:flex-start;gap:12px}
.hd-nav-pod{justify-content:flex-start}
.hd-top-pod{flex-direction:column;align-items:flex-start;gap:8px}
.ck-bar-pod{flex-direction:column;gap:12px}
.ck-btn-deck{width:100%;justify-content:flex-end}
}
.legal-box-uu{max-width:1170px;margin:0 auto;padding:80px 24px;color:#2a2a35;line-height:1.8;font-size:18px}
.legal-box-uu h1{font-size:52px;line-height:1.2;color:#431996;margin-bottom:40px;margin-top:0;padding-bottom:24px;border-bottom:2px solid #2BB18A}
.legal-box-uu h2{font-size:37px;line-height:1.2;color:#431996;margin-top:80px;margin-bottom:24px}
.legal-box-uu h3{font-size:27px;line-height:1.2;color:#2BB18A;margin-top:40px;margin-bottom:12px}
.legal-box-uu h4{font-size:21px;line-height:1.55;color:#2a2a35;margin-top:24px;margin-bottom:12px}
.legal-box-uu h5{font-size:18px;line-height:1.55;color:#2a2a35;margin-top:24px;margin-bottom:8px}
.legal-box-uu h6{font-size:16px;line-height:1.55;color:#2a2a35;margin-top:24px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}
.legal-box-uu p{font-size:18px;line-height:1.8;margin-top:0;margin-bottom:24px;color:#2a2a35}
.legal-box-uu ul,.legal-box-uu ol{margin-top:0;margin-bottom:24px;padding-left:40px}
.legal-box-uu ul{list-style:none;padding-left:24px}
.legal-box-uu ul li{position:relative;padding-left:24px;margin-bottom:8px;font-size:18px;line-height:1.8;color:#2a2a35}
.legal-box-uu ul li::before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;background-color:#2BB18A;border-radius:2px;flex-shrink:0}
.legal-box-uu ol{list-style:decimal}
.legal-box-uu ol li{margin-bottom:8px;font-size:18px;line-height:1.8;color:#2a2a35;padding-left:8px}
.legal-box-uu ol li::marker{color:#2BB18A;font-size:18px}
.legal-box-uu strong,.legal-box-uu b{font-weight:700;color:#431996}
.legal-box-uu em,.legal-box-uu i{font-style:italic;color:inherit}
.legal-box-uu a{color:#2BB18A;text-decoration:underline;text-decoration-color:#2bb18a66;text-underline-offset:3px;transition:color .25s ease-in-out,text-decoration-color .35s cubic-bezier(0.4,0,0.2,1)}
.legal-box-uu a:hover{color:#431996;text-decoration-color:#43199680}
.legal-box-uu a:visited{color:#431996;text-decoration-color:#4319964d}
.legal-box-uu table{width:100%;border-collapse:collapse;margin-bottom:40px;font-size:16px;line-height:1.55;border-radius:4px;overflow:hidden;box-shadow:1px 5px 14px 0 #2bb18a1c}
.legal-box-uu thead{background-color:#431996}
.legal-box-uu thead th{color:#fff;font-size:16px;font-weight:700;padding:12px 24px;text-align:left;line-height:1.55}
.legal-box-uu tbody tr{background-color:#fff;transition:background-color .28s ease-in-out}
.legal-box-uu tbody tr:nth-child(even){background-color:#FEFEDB}
.legal-box-uu tbody tr:hover{background-color:#2bb18a14}
.legal-box-uu td{padding:12px 24px;color:#2a2a35;font-size:16px;line-height:1.55;border-bottom:1px solid #2bb18a26}
.legal-box-uu th{padding:12px 24px}
@media (max-width: 768px) {
.legal-box-uu{padding:40px 24px}
.legal-box-uu h1{font-size:37px}
.legal-box-uu h2{font-size:27px;margin-top:40px}
.legal-box-uu h3{font-size:21px}
.legal-box-uu table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.doc{background:#fff;overflow-x:hidden}
.doc *{box-sizing:border-box}
.doc a{color:#2BB18A;text-decoration:none;transition:color .25s ease-in-out}
.doc a:hover{color:#431996}
.doc .pg_wrap{max-width:1170px;margin:0 auto;padding:0 24px}
.doc .tb{padding:80px 24px 40px;position:relative;background:#fff}
.doc .tb::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,#2bb18a1a 0%,#2bb18a00 70%);pointer-events:none}
.doc .tb_inner{max-width:1170px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}
.doc .tb_frame{position:relative;padding:40px;width:100%}
.doc .tb_frame::before,.doc .tb_frame::after{content:"";position:absolute;width:48px;height:48px;border-color:#2BB18A;border-style:solid;pointer-events:none}
.doc .tb_frame::before{top:0;left:0;border-width:2px 0 0 2px;border-radius:4px 0 0 0}
.doc .tb_frame::after{bottom:0;right:0;border-width:0 2px 2px 0;border-radius:0 0 4px 0}
.doc .tb_img_wrap{width:160px;height:160px;margin:0 auto 24px;clip-path:polygon(50% 0%,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%);overflow:hidden}
.doc .tb_img_wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.doc .tb_eyebrow{font-size:16px;line-height:1.55;color:#431996;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}
.doc .tb_h1{font-size:52px;line-height:1.2;color:#1a2030;font-weight:700;margin-bottom:24px}
.doc .tb_h1 .acc{color:#2BB18A;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:2px}
.doc .tb_lead{font-size:21px;line-height:1.55;color:#3d4454;max-width:620px;margin:0 auto}
.doc .tb_math{position:absolute;right:-20px;top:0;font-size:220px;line-height:1;color:#4319960d;font-weight:700;pointer-events:none;user-select:none;z-index:0}
.doc .wdiv{width:100%;line-height:0;overflow:hidden}
.doc .wdiv svg{display:block;width:100%}
.doc .about_sec{background:linear-gradient(135deg,#FEFEDB 0%,#f5f5e0 100%);padding:80px 24px;position:relative}
.doc .about_sec .pg_wrap{display:flex;flex-direction:row;gap:80px;align-items:flex-start}
.doc .about_main{flex:2}
.doc .about_side{flex:1}
.doc .acc_line{display:block;width:40px;height:3px;background:#2BB18A;margin-bottom:12px;border-radius:2px}
.doc .about_h2{font-size:37px;line-height:1.2;color:#2a1a60;font-weight:700;margin-bottom:24px}
.doc .about_h2 .acc{color:#2BB18A}
.doc .about_p{font-size:18px;line-height:1.8;color:#2e3340;margin-bottom:24px}
.doc .side_card{background:#ffffffb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid #2bb18a33;border-radius:4px;padding:24px;box-shadow:1px 5px 14px 0 #2bb18a1c}
.doc .side_h4{font-size:16px;line-height:1.55;font-weight:700;color:#431996;margin-bottom:12px}
.doc .side_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.doc .side_list li{font-size:16px;line-height:1.55;color:#2e3340;padding-left:16px;position:relative}
.doc .side_list li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#2BB18A}
.doc .metrics_sec{background:#431996;padding:80px 24px;position:relative;overflow:hidden}
.doc .metrics_sec .math_bg{position:absolute;right:-40px;bottom:-40px;font-size:320px;line-height:1;color:#fefedb0f;font-weight:700;pointer-events:none;user-select:none}
.doc .metrics_h2{font-size:37px;line-height:1.2;color:#FEFEDB;font-weight:700;margin-bottom:8px;text-align:center}
.doc .metrics_sub{font-size:18px;line-height:1.55;color:#fefedbbf;text-align:center;margin-bottom:40px}
.doc .metrics_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1170px;margin:0 auto}
.doc .mcard{background:#fefedb14;border:1px solid #fefedb26;border-radius:4px;padding:24px;transition:background .28s cubic-bezier(0.4,0,0.2,1),border-color .28s cubic-bezier(0.4,0,0.2,1);cursor:default;position:relative;overflow:hidden}
.doc .mcard:hover{background:#2bb18a2e;border-color:#2bb18a66}
.doc .mcard_face{display:flex;flex-direction:column;gap:8px}
.doc .mcard_num{font-size:52px;line-height:1.2;font-weight:700;color:#FEFEDB}
.doc .mcard_label{font-size:16px;line-height:1.55;color:#fefedbcc}
.doc .mcard_detail{position:absolute;inset:0;background:#2bb18aeb;border-radius:4px;padding:24px;display:flex;flex-direction:column;justify-content:center;opacity:0;transition:opacity .32s ease-in-out}
.doc .mcard:hover .mcard_detail{opacity:1}
.doc .mcard_detail p{font-size:16px;line-height:1.8;color:#fff;margin:0}
.doc .proc_sec{background:#fff;padding:80px 24px}
.doc .proc_wrap{max-width:1170px;margin:0 auto}
.doc .proc_top{display:flex;flex-direction:row;gap:80px;align-items:flex-start;margin-bottom:40px}
.doc .proc_txt{flex:1}
.doc .proc_h2{font-size:37px;line-height:1.2;font-weight:700;color:#2a1a60;margin-bottom:24px}
.doc .proc_h2 .und{position:relative;display:inline-block}
.doc .proc_h2 .und::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:#FEFEDB;border-radius:2px}
.doc .proc_p{font-size:18px;line-height:1.8;color:#2e3340;margin-bottom:24px}
.doc .proc_quote{flex:1;background:#FEFEDB;border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:1px 12px 36px 0 #4319961f}
.doc .pq_text{font-size:18px;line-height:1.8;color:#2a1a60;font-style:italic}
.doc .pq_author{display:flex;flex-direction:row;align-items:center;gap:12px}
.doc .pq_portrait{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}
.doc .pq_portrait img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.doc .pq_name{font-size:16px;line-height:1.55;font-weight:700;color:#431996}
.doc .pq_role{font-size:16px;line-height:1.55;color:#555e70}
.doc .steps_row{display:flex;flex-direction:row;gap:24px}
.doc .step{flex:1;padding:24px;background:#f4f2fd;border-radius:4px;position:relative;transition:background .25s ease-in-out,box-shadow .25s ease-in-out}
.doc .step:hover{background:#2bb18a1a;box-shadow:1px 5px 14px 0 #2bb18a1c}
.doc .step_num{font-size:37px;line-height:1.2;font-weight:700;color:#43199626;margin-bottom:8px}
.doc .step_h5{font-size:18px;line-height:1.55;font-weight:700;color:#2a1a60;margin-bottom:8px}
.doc .step_p{font-size:16px;line-height:1.8;color:#2e3340;margin:0}
.doc .img_band{padding:40px 24px;background:linear-gradient(135deg,#2bb18a14 0%,#4319960f 100%)}
.doc .img_band .pg_wrap{display:flex;flex-direction:row;gap:40px;align-items:center}
.doc .img_wrap{width:220px;height:220px;flex-shrink:0;border-radius:20px;overflow:hidden;box-shadow:1px 12px 36px 0 #2bb18a1f}
.doc .img_wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .38s cubic-bezier(0.4,0,0.2,1);aspect-ratio:1/1}
.doc .img_wrap:hover img{transform:scale(1.06)}
.doc .img_caption{font-size:16px;line-height:1.55;color:#555e70;flex:1}
@keyframes splitLeft {
from{opacity:0;transform:translateX(-28px)}
to{opacity:1;transform:translateX(0)}
}
@keyframes splitRight {
from{opacity:0;transform:translateX(28px)}
to{opacity:1;transform:translateX(0)}
}
.doc .tb_h1 .part_a{display:inline-block;animation:splitLeft .55s cubic-bezier(0.4,0,0.2,1) both}
.doc .tb_h1 .part_b{display:inline-block;animation:splitRight .55s .12s cubic-bezier(0.4,0,0.2,1) both}
@media (max-width: 900px) {
.doc .about_sec .pg_wrap{flex-direction:column;gap:40px}
.doc .metrics_grid{grid-template-columns:repeat(2,1fr)}
.doc .proc_top{flex-direction:column;gap:40px}
.doc .steps_row{flex-direction:column}
.doc .img_band .pg_wrap{flex-direction:column;align-items:flex-start}
.doc .tb_h1{font-size:37px}
.doc .tb_math{display:none}
}
@media (max-width: 580px) {
.doc .metrics_grid{grid-template-columns:1fr}
.doc .tb_h1{font-size:27px}
.doc .tb_frame{padding:24px}
}
.ind_pg{background:#fff;overflow-x:clip}
.ind_pg *,.ind_pg ::before,.ind_pg ::after{box-sizing:border-box}
.ind_pg .sep{display:flex;align-items:center;justify-content:center;gap:8px;padding:0;margin:0}
.ind_pg .sep span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#2BB18A;opacity:.5}
.ind_pg .sep i{display:inline-block;width:16px;height:2px;background:#431996;opacity:.3;border-radius:2px}
.ind_pg .bento_wrap{max-width:1170px;margin:0 auto;padding:80px 24px 0}
.ind_pg .bento_grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:12px}
.ind_pg .bento_img{grid-column:1 / 2;grid-row:1 / 3;position:relative;border-radius:4px;overflow:hidden;aspect-ratio:1/1}
.ind_pg .bento_img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.ind_pg .bento_img .diag_ov{position:absolute;inset:0;background:linear-gradient(138deg,#2bb18a8c 0%,#43199661 60%,transparent 100%);pointer-events:none}
.ind_pg .bento_txt{grid-column:2 / 4;grid-row:1 / 2;background:#FEFEDB;border-radius:4px;padding:40px 40px 24px;display:flex;flex-direction:column;justify-content:flex-end}
.ind_pg .bento_txt .acc_line{width:36px;height:3px;background:#2BB18A;border-radius:2px;margin-bottom:12px;animation:drop_bounce .38s cubic-bezier(0.4,0,0.2,1) both}
.ind_pg .bento_txt .pg_h1{font-size:68px;line-height:1.2;color:#1a1340;margin:0 0 12px;animation:drop_bounce .35s cubic-bezier(0.4,0,0.2,1) .06s both}
.ind_pg .bento_txt .pg_h1 strong{color:#2BB18A;font-weight:800}
.ind_pg .bento_sub{grid-column:2 / 3;grid-row:2 / 3;background:#431996;border-radius:4px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;animation:drop_bounce .4s cubic-bezier(0.4,0,0.2,1) .1s both}
.ind_pg .bento_sub p{font-size:18px;line-height:1.55;color:#FEFEDB;margin:0}
.ind_pg .bento_metric{grid-column:3 / 4;grid-row:2 / 3;background:#fff;border:1px solid #2bb18a2e;border-radius:4px;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;animation:drop_bounce .36s cubic-bezier(0.4,0,0.2,1) .14s both;box-shadow:1px 5px 14px 0 #4319961c}
.ind_pg .metric_val{font-size:52px;line-height:1.2;color:#431996;font-weight:700;display:flex;align-items:center;gap:8px}
.ind_pg .metric_arr{display:inline-block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:16px solid #2BB18A;margin-bottom:4px}
.ind_pg .metric_lbl{font-size:16px;line-height:1.55;color:#431996;opacity:.7}
.ind_pg .wave_div{width:100%;line-height:0;margin-top:40px;overflow:hidden}
.ind_pg .wave_div svg{display:block;width:100%}
@keyframes drop_bounce {
0%{opacity:0;transform:translateY(-28px)}
70%{opacity:1;transform:translateY(6px)}
85%{transform:translateY(-3px)}
100%{opacity:1;transform:translateY(0)}
}
.ind_pg .inds_wrap{background:linear-gradient(103deg,#2bb18a14 0%,#fff 55%);padding:0 0 80px}
.ind_pg .inds_inner{max-width:1170px;margin:0 auto;padding:80px 24px 0}
.ind_pg .inds_head{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin-bottom:40px}
.ind_pg .inds_head_main .acc_line{width:36px;height:3px;background:#2BB18A;border-radius:2px;margin-bottom:12px}
.ind_pg .inds_head_main h2{font-size:37px;line-height:1.2;color:#1a1340;margin:0 0 12px}
.ind_pg .inds_head_main h2 strong{color:#431996;font-weight:700}
.ind_pg .inds_head_main p{font-size:18px;line-height:1.55;color:#2e2e4a;margin:0}
.ind_pg .inds_head_side{display:flex;flex-direction:column;justify-content:flex-end;gap:12px}
.ind_pg .inds_head_side p{font-size:16px;line-height:1.55;color:#2e2e4a;margin:0}
.ind_pg .geo_motif{position:relative;overflow:hidden}
.ind_pg .geo_motif::after{content:"";position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:60px;height:60px;border:2px dashed #2bb18a40;border-radius:2px;pointer-events:none}
.ind_pg .ind_list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:40px}
.ind_pg .ind_card{background:#fff;border-radius:4px;border:1px solid #2bb18a1f;box-shadow:1px 1px 2px 0 #2bb18a0d;overflow:hidden;transition:box-shadow .28s ease-in-out,border-color .28s ease-in-out;display:flex;flex-direction:column}
.ind_pg .ind_card:hover{box-shadow:1px 12px 36px 0 #2bb18a1f;border-color:#2bb18a59}
.ind_pg .card_ico{width:48px;height:48px;border-radius:4px;background:#2bb18a1a;display:flex;align-items:center;justify-content:center;margin-bottom:12px;flex-shrink:0}
.ind_pg .card_ico svg{width:26px;height:26px}
.ind_pg .card_body{padding:24px;flex:1;display:flex;flex-direction:column}
.ind_pg .card_body h3{font-size:21px;line-height:1.2;color:#1a1340;margin:0 0 8px}
.ind_pg .card_body p{font-size:16px;line-height:1.55;color:#2e2e4a;margin:0 0 12px;flex:1}
.ind_pg .card_tag{display:inline-block;font-size:16px;color:#2BB18A;font-weight:600;text-decoration:none;padding:0;transition:color .25s ease-in-out}
.ind_pg .card_tag:hover{color:#431996}
.ind_pg .card_img_wrap{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative}
.ind_pg .card_img_wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.ind_pg .ind_card:hover .card_img_wrap img{transform:scale(1.04)}
.ind_pg .card_img_wrap .tri_mask{position:absolute;inset:0;background:#4319966b;clip-path:polygon(0 0,0% 100%,0% 100%);transition:clip-path .35s cubic-bezier(0.4,0,0.2,1);pointer-events:none;display:flex;align-items:flex-end;padding:24px}
.ind_pg .ind_card:hover .card_img_wrap .tri_mask{clip-path:polygon(0 0,100% 0,0 100%)}
.ind_pg .tri_mask_txt{font-size:16px;line-height:1.55;color:#FEFEDB;opacity:0;transition:opacity .28s ease-in-out .12s;max-width:140px}
.ind_pg .ind_card:hover .tri_mask_txt{opacity:1}
.ind_pg .ind_feat{display:flex;flex-direction:column;gap:0;border:1px solid #4319961f;border-radius:4px;overflow:hidden}
.ind_pg .feat_item{display:flex;flex-direction:row;align-items:stretch;border-bottom:1px solid #43199614;transition:background .28s ease-in-out}
.ind_pg .feat_item:last-child{border-bottom:none}
.ind_pg .feat_item:hover{background:#fefedbb3}
.ind_pg .feat_num{width:64px;min-width:64px;background:#2bb18a14;display:flex;align-items:center;justify-content:center;font-size:27px;font-weight:700;color:#2BB18A;line-height:1.2;padding:24px 8px;flex-shrink:0}
.ind_pg .feat_body{padding:24px;flex:1;display:flex;flex-direction:column;justify-content:center}
.ind_pg .feat_body h4{font-size:18px;line-height:1.2;color:#1a1340;margin:0 0 4px}
.ind_pg .feat_body p{font-size:16px;line-height:1.55;color:#2e2e4a;margin:0}
.ind_pg .feat_body strong{color:#431996}
.ind_pg .portraits_row{display:flex;flex-direction:row;gap:24px;margin-top:40px;align-items:flex-start}
.ind_pg .port_card{display:flex;flex-direction:row;gap:24px;flex:1;background:#FEFEDB;border-radius:4px;padding:24px;box-shadow:1px 5px 14px 0 #2bb18a1c}
.ind_pg .port_img{width:88px;min-width:88px;aspect-ratio:3/4;border-radius:4px;overflow:hidden;flex-shrink:0}
.ind_pg .port_img img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.ind_pg .port_txt{display:flex;flex-direction:column;justify-content:center;gap:8px}
.ind_pg .port_txt h5{font-size:18px;line-height:1.2;color:#1a1340;margin:0}
.ind_pg .port_txt .port_role{font-size:16px;color:#2BB18A;font-weight:600;margin:0;line-height:1.55}
.ind_pg .port_txt p{font-size:16px;line-height:1.55;color:#2e2e4a;margin:0;font-style:italic}
.ind_pg .bottom_sep{margin:40px auto 0;max-width:1170px;padding:0 24px}
@media (max-width: 900px) {
.ind_pg .bento_grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}
.ind_pg .bento_img{grid-column:1 / 2;grid-row:1 / 2}
.ind_pg .bento_txt{grid-column:2 / 3;grid-row:1 / 2;padding:24px}
.ind_pg .bento_txt .pg_h1{font-size:37px}
.ind_pg .bento_sub{grid-column:1 / 2;grid-row:2 / 3}
.ind_pg .bento_metric{grid-column:2 / 3;grid-row:2 / 3}
.ind_pg .ind_list{grid-template-columns:1fr 1fr}
.ind_pg .inds_head{grid-template-columns:1fr}
.ind_pg .portraits_row{flex-direction:column}
}
@media (max-width: 600px) {
.ind_pg .bento_grid{grid-template-columns:1fr}
.ind_pg .bento_img{grid-column:1/2;grid-row:1/2}
.ind_pg .bento_txt{grid-column:1/2;grid-row:2/3}
.ind_pg .bento_sub{grid-column:1/2;grid-row:3/4}
.ind_pg .bento_metric{grid-column:1/2;grid-row:4/5}
.ind_pg .bento_txt .pg_h1{font-size:37px}
.ind_pg .ind_list{grid-template-columns:1fr}
.ind_pg .port_card{flex-direction:column}
.ind_pg .port_img{width:72px;min-width:72px}
}
.ind_pg :focus-visible{outline:3px solid #431996!important;outline-offset:2px!important}
.abt{background:#fff;overflow-x:clip}
.abt .pg-top{padding:80px 24px 40px;background:linear-gradient(160deg,#f5f5e8 0%,#e8f7f2 55%,#ede8fc 100%);position:relative}
.abt .pg-top .pg-top__inner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.abt .pg-top .pg-top__txt{position:relative;z-index:2}
.abt .pg-top .pg-top__anchor{font-size:68px;line-height:1.2;font-weight:900;color:#431996;opacity:.07;position:absolute;top:-24px;left:-12px;pointer-events:none;user-select:none;letter-spacing:-4px}
.abt .pg-top .pg-top__label{display:inline-block;width:40px;height:3px;background:#2BB18A;margin-bottom:24px;border-radius:2px}
.abt .pg-top h1{font-size:52px;line-height:1.2;color:#1a0a4a;margin:0 0 24px;font-weight:800}
.abt .pg-top h1 .punct{color:#2BB18A}
.abt .pg-top .pg-top__sub{font-size:18px;line-height:1.55;color:#2d2450;max-width:480px;margin:0}
.abt .pg-top .pg-top__img-col{position:relative;display:flex;justify-content:flex-end;align-items:flex-end;gap:12px}
.abt .pg-top .pg-top__img-wrap{width:260px;aspect-ratio:1/1;border-radius:4px;overflow:hidden;box-shadow:1px 5px 14px 0 #2bb18a1c;position:relative;z-index:2}
.abt .pg-top .pg-top__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.92}
.abt .pg-top .pg-top__shape-a{width:180px;aspect-ratio:1/1;border-radius:4px;border:2px solid #4319962e;position:absolute;bottom:-12px;right:-12px;z-index:1;pointer-events:none}
.abt .pg-top .pg-top__shape-b{width:90px;aspect-ratio:1/1;border-radius:20px;background:#2bb18a1f;position:absolute;top:12px;right:220px;z-index:1;pointer-events:none}
.abt .pg-top .pg-top__img-sm{width:140px;aspect-ratio:1/1;border-radius:4px;overflow:hidden;box-shadow:1px 1px 2px 0 #4319960d;align-self:flex-start;margin-top:40px;position:relative;z-index:2}
.abt .pg-top .pg-top__img-sm img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.85}
.abt .div-a{height:4px;background:linear-gradient(90deg,#2BB18A 0%,#431996 60%,#FEFEDB 100%);width:100%}
.abt .abt-story{padding:80px 24px;background:#fff}
.abt .abt-story__inner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start}
.abt .abt-story__main .st-label{display:inline-block;width:40px;height:3px;background:#431996;margin-bottom:24px;border-radius:2px}
.abt .abt-story__main h2{font-size:37px;line-height:1.2;color:#1a0a4a;margin:0 0 24px;font-weight:700}
.abt .abt-story__main h2 .acc{color:#2BB18A;font-weight:800}
.abt .abt-story__main .body-p{font-size:18px;line-height:1.55;color:#2d2450;margin:0 0 24px}
.abt .abt-story__main .body-p:last-child{margin-bottom:0}
.abt .abt-story__side{border-right:3px solid #2BB18A;padding-right:24px;display:flex;flex-direction:column;gap:24px}
.abt .abt-story__side .stat-item{display:flex;flex-direction:column;gap:4px}
.abt .abt-story__side .stat-num{font-size:37px;line-height:1.2;font-weight:800;color:#431996}
.abt .abt-story__side .stat-desc{font-size:16px;line-height:1.55;color:#2d2450}
.abt .abt-story__side .stat-sep{width:24px;height:1px;background:#43199633}
.abt .div-b{max-width:1170px;margin:0 auto;height:2px;background:linear-gradient(90deg,transparent 0%,#431996 40%,#2BB18A 100%);border-radius:2px}
.abt .team-strip{padding:80px 24px;background:radial-gradient(circle at 50% 50%,#2bb18a21 0%,#43199612 50%,#fefedb66 100%)}
.abt .team-strip__inner{max-width:1170px;margin:0 auto}
.abt .team-strip__hd{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:40px}
.abt .team-strip__hd .ts-label{display:inline-block;width:40px;height:3px;background:#2BB18A;border-radius:2px}
.abt .team-strip__hd h3{font-size:27px;line-height:1.2;color:#1a0a4a;margin:0;font-weight:700}
.abt .team-strip__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.abt .team-strip__grid .tm-card{background:#ffffffd1;border-radius:4px;box-shadow:1px 5px 14px 0 #2bb18a1c;display:flex;flex-direction:row;gap:24px;padding:24px;transition:box-shadow .28s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.abt .team-strip__grid .tm-card:hover{box-shadow:1px 12px 36px 0 #2bb18a1f}
.abt .team-strip__grid .tm-card::before{content:'';position:absolute;inset:0;background:#4319960a;opacity:0;transition:opacity .25s ease-in-out;pointer-events:none;border-radius:4px}
.abt .team-strip__grid .tm-card:hover::before{opacity:1}
.abt .team-strip__grid .tm-port{width:96px;min-width:96px;aspect-ratio:2/3;border-radius:4px;overflow:hidden;box-shadow:1px 1px 2px 0 #4319960d}
.abt .team-strip__grid .tm-port img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.abt .team-strip__grid .tm-info{display:flex;flex-direction:column;gap:8px;justify-content:center}
.abt .team-strip__grid .tm-name{font-size:21px;line-height:1.2;font-weight:700;color:#1a0a4a}
.abt .team-strip__grid .tm-role{font-size:16px;line-height:1.55;color:#2BB18A;font-weight:600}
.abt .team-strip__grid .tm-bio{font-size:16px;line-height:1.55;color:#2d2450;margin:0}
.abt .team-strip__extra{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.abt .team-strip__extra .ex-img{border-radius:4px;overflow:hidden;aspect-ratio:1/1;box-shadow:1px 5px 14px 0 #4319961c}
.abt .team-strip__extra .ex-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.9}
.abt .team-strip__extra .ex-txt{display:flex;flex-direction:column;gap:12px;justify-content:center;padding:24px 0}
.abt .team-strip__extra .ex-txt h4{font-size:21px;line-height:1.2;font-weight:700;color:#1a0a4a;margin:0}
.abt .team-strip__extra .ex-txt h4 .acc{color:#431996;font-weight:800}
.abt .team-strip__extra .ex-txt p{font-size:16px;line-height:1.55;color:#2d2450;margin:0}
.abt .team-strip__extra .ex-txt .ex-link{color:#2BB18A;text-decoration:none!important;font-size:16px;font-weight:600;transition:color .25s ease-in-out}
.abt .team-strip__extra .ex-txt .ex-link:hover{color:#431996}
@media (max-width: 900px) {
.abt .pg-top .pg-top__inner{grid-template-columns:1fr}
.abt .pg-top .pg-top__img-col{justify-content:flex-start}
.abt .abt-story__inner{grid-template-columns:1fr}
.abt .abt-story__side{border-right:none;padding-right:0;flex-direction:row;flex-wrap:wrap;border-top:3px solid #2BB18A;padding-top:24px}
.abt .team-strip__grid{grid-template-columns:1fr}
.abt .team-strip__extra{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.abt .pg-top h1{font-size:37px}
.abt .abt-story__main h2{font-size:27px}
.abt .pg-top{padding:40px 24px 24px}
.abt .abt-story{padding:40px 24px}
.abt .team-strip{padding:40px 24px}
.abt .team-strip__grid .tm-card{flex-direction:column}
.abt .team-strip__grid .tm-port{width:80px;min-width:80px}
}
.ct_us{max-width:100%;overflow-x:hidden}
.ct_us .pg_wrap{max-width:1170px;margin:0 auto;padding:0 24px}
.ct_us .top_blk{background:linear-gradient(135deg,#f7f7ef 0%,#e8f7f2 40%,#ede8fc 80%,#FEFEDB 100%);padding:80px 24px 40px;position:relative}
.ct_us .top_blk_in{max-width:1170px;margin:0 auto;display:flex;flex-direction:row;gap:40px;align-items:stretch}
.ct_us .top_txt{flex:1 1 55%;display:flex;flex-direction:column;justify-content:center;gap:24px}
.ct_us .top_img_col{flex:1 1 42%;border-radius:4px;overflow:hidden;position:relative;min-height:320px}
.ct_us .top_img_col img{width:100%;height:100%;object-fit:cover;display:block}
.ct_us .top_img_col::after{content:'';position:absolute;inset:0;background:linear-gradient(130deg,#2bb18a61 0%,#43199638 100%)}
.ct_us .pg_label{display:inline-block;font-size:16px;line-height:1.2;color:#2BB18A;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.ct_us .top_h{font-size:52px;line-height:1.2;font-weight:700;color:#1b1340;margin:0}
.ct_us .top_h .outlined_w{-webkit-text-stroke:2px #2BB18A;color:transparent}
.ct_us .top_h .grad_w{background:linear-gradient(90deg,#2BB18A 30%,#431996 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ct_us .top_sub{font-size:18px;line-height:1.55;color:#3a3560;margin:0;max-width:480px}
.ct_us .top_meta{display:flex;flex-direction:column;gap:12px}
.ct_us .meta_row{display:flex;flex-direction:row;align-items:center;gap:12px}
.ct_us .meta_icon{width:36px;height:36px;border-radius:4px;background:#2bb18a1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .28s ease-in-out}
.ct_us .meta_row:hover .meta_icon{background:#2bb18a42}
.ct_us .meta_icon svg{display:block}
.ct_us .meta_txt{font-size:16px;line-height:1.55;color:#2a2250}
.ct_us .meta_txt a{color:#2BB18A;text-decoration:none;transition:color .25s cubic-bezier(0.4,0,0.2,1)}
.ct_us .meta_txt a:hover{color:#431996}
.ct_us .frm_blk{padding:80px 24px;background:#fff;position:relative}
.ct_us .frm_blk::before{content:'';position:absolute;top:0;right:0;width:340px;height:340px;border:2px solid #43199612;border-radius:50%;transform:translate(40%,-40%);pointer-events:none}
.ct_us .frm_blk::after{content:'';position:absolute;bottom:40px;left:-60px;width:200px;height:200px;border:2px solid #2bb18a1a;border-radius:50%;pointer-events:none}
.ct_us .frm_blk_in{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:start}
.ct_us .frm_hdg_line{width:40px;height:3px;background:#2BB18A;border-radius:2px;margin-bottom:12px}
.ct_us .frm_h{font-size:37px;line-height:1.2;font-weight:700;color:#1b1340;margin:0 0 8px}
.ct_us .frm_h .acc_w{color:#2BB18A;font-weight:800}
.ct_us .frm_desc{font-size:16px;line-height:1.55;color:#4a4470;margin:0 0 40px}
.ct_us .form_grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ct_us .form_field{display:flex;flex-direction:column;gap:8px}
.ct_us .form_field.full{grid-column:1 / -1}
.ct_us .f_lbl{font-size:16px;line-height:1.2;font-weight:600;color:#2a2250}
.ct_us .f_inp{height:52px;border:1.5px solid #4319962e;border-radius:4px;padding:0 16px;font-size:16px;line-height:1.55;color:#1b1340;background:#fafdf9;outline:none;transition:border-color .28s ease-in-out,box-shadow .28s ease-in-out;width:100%;box-sizing:border-box}
.ct_us .f_inp::placeholder{color:#9b96b8}
.ct_us .f_inp:focus{border-color:#2BB18A;box-shadow:1px 5px 14px 0 #2bb18a1c}
.ct_us .budget_lbl{font-size:16px;line-height:1.2;font-weight:600;color:#2a2250;margin-bottom:4px}
.ct_us .budget_opts{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}
.ct_us .b_opt{position:relative}
.ct_us .b_opt input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.ct_us .b_opt label{display:inline-block;padding:10px 20px;border:1.5px solid #4319962e;border-radius:20px;font-size:16px;line-height:1.2;color:#3a3560;cursor:pointer;background:#fff;transition:border-color .25s cubic-bezier(0.4,0,0.2,1),background .25s cubic-bezier(0.4,0,0.2,1),color .25s cubic-bezier(0.4,0,0.2,1);user-select:none}
.ct_us .b_opt label:hover{border-color:#2BB18A;background:#2bb18a12;color:#1b1340}
.ct_us .b_opt input[type="radio"]:checked + label{border-color:#2BB18A;background:#2BB18A;color:#fff}
.ct_us .b_opt input[type="radio"]:focus-visible + label{outline:2px solid #431996;outline-offset:2px}
.ct_us .prv_row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.ct_us .prv_chk{width:20px;height:20px;border:1.5px solid #43199640;border-radius:2px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:#2BB18A}
.ct_us .prv_txt{font-size:16px;line-height:1.55;color:#4a4470}
.ct_us .prv_txt a{color:#431996;text-decoration:none;font-weight:600;transition:color .25s ease-in-out}
.ct_us .prv_txt a:hover{color:#2BB18A}
.ct_us .sub_btn{height:56px;padding:0 40px;background:#2BB18A;color:#fff;font-size:18px;line-height:1.2;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:background .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1);display:inline-block;box-shadow:1px 5px 14px 0 #2bb18a1c}
.ct_us .sub_btn:hover{background:#1f9070;box-shadow:1px 12px 36px 0 #2bb18a1f}
.ct_us .sub_btn:active{transform:scale(0.97)}
.ct_us .sub_btn:focus-visible{outline:2px solid #431996;outline-offset:3px}
.ct_us .side_col{display:flex;flex-direction:column;gap:40px}
.ct_us .code_blk{background:#1b1340;border-radius:4px;padding:24px;box-shadow:1px 12px 36px 0 #4319961f;overflow:hidden}
.ct_us .code_hd{font-size:16px;line-height:1.2;color:#fefedb99;margin-bottom:16px;font-weight:400}
.ct_us .code_body{font-size:16px;line-height:1.8;color:#FEFEDB;font-family:monospace;white-space:pre-wrap;word-break:break-word}
.ct_us .code_body .c_key{color:#2BB18A}
.ct_us .code_body .c_val{color:#b8adf5}
.ct_us .code_body .c_str{color:#f7c97e}
.ct_us .hrs_blk{border:1.5px solid #2bb18a2e;border-radius:4px;padding:24px;background:#fefedb73}
.ct_us .hrs_h{font-size:18px;line-height:1.2;font-weight:700;color:#1b1340;margin:0 0 16px}
.ct_us .hrs_row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #43199614;font-size:16px;line-height:1.55}
.ct_us .hrs_row:last-child{border-bottom:none}
.ct_us .hrs_day{color:#4a4470}
.ct_us .hrs_time{color:#2BB18A;font-weight:600}
.ct_us .form_actions{display:flex;flex-direction:column;gap:24px}
@keyframes seq_in {
from{opacity:0;transform:translateY(16px)}
to{opacity:1;transform:translateY(0)}
}
.ct_us .budget_opts .b_opt:nth-child(1){animation:seq_in .35s cubic-bezier(0.4,0,0.2,1) .05s both}
.ct_us .budget_opts .b_opt:nth-child(2){animation:seq_in .35s cubic-bezier(0.4,0,0.2,1) .12s both}
.ct_us .budget_opts .b_opt:nth-child(3){animation:seq_in .35s cubic-bezier(0.4,0,0.2,1) .19s both}
.ct_us .budget_opts .b_opt:nth-child(4){animation:seq_in .35s cubic-bezier(0.4,0,0.2,1) .26s both}
.ct_us .budget_opts .b_opt:nth-child(5){animation:seq_in .35s cubic-bezier(0.4,0,0.2,1) .33s both}
.ct_us .icon_spin_wrap{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.ct_us .icon_spin_wrap:active svg{animation:spin_once .38s cubic-bezier(0.4,0,0.2,1) forwards}
@keyframes spin_once {
0%{transform:rotate(0deg)}
60%{transform:rotate(180deg)}
100%{transform:rotate(0deg)}
}
@media (max-width: 900px) {
.ct_us .top_blk_in{flex-direction:column}
.ct_us .top_img_col{min-height:220px;flex:none;height:220px}
.ct_us .top_h{font-size:37px}
.ct_us .frm_blk_in{grid-template-columns:1fr;gap:40px}
.ct_us .form_grid{grid-template-columns:1fr}
.ct_us .form_field.full{grid-column:1}
}
@media (max-width: 600px) {
.ct_us .top_blk{padding:40px 16px 24px}
.ct_us .top_h{font-size:27px}
.ct_us .frm_blk{padding:40px 16px}
.ct_us .frm_h{font-size:27px}
.ct_us .budget_opts{gap:8px}
}
.bs{background:#fff;overflow-x:clip}
.bs *,.bs ::before,.bs ::after{box-sizing:border-box}
.bs ::selection{background:#431996;color:#fff}
.bs .fr{max-width:1170px;margin:0 auto;padding:0 24px}
.bs .acc-line{display:block;width:40px;height:3px;background:#2BB18A;margin-bottom:12px;border-radius:2px}
.bs .t-blk{padding:80px 0 40px;background:#FEFEDB;position:relative}
.bs .t-blk-inner{display:flex;flex-direction:row;align-items:center;gap:40px;max-width:1170px;margin:0 auto;padding:0 24px}
.bs .t-img-wrap{position:relative;flex:0 0 420px}
.bs .t-img-frame{position:relative;border-radius:4px;overflow:hidden;aspect-ratio:1/1}
.bs .t-img-frame img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.bs .geo-a{position:absolute;width:90px;height:90px;border:3px solid #2bb18a40;border-radius:4px;top:-16px;left:-16px;pointer-events:none}
.bs .geo-b{position:absolute;width:60px;height:60px;background:#43199612;border-radius:2px;bottom:-12px;right:-12px;pointer-events:none}
.bs .t-curved{position:absolute;bottom:-30px;right:-30px;width:120px;height:120px;pointer-events:none;overflow:hidden}
.bs .t-text{flex:1 1 0;min-width:0}
.bs .t-text .lbl{font-size:16px;line-height:1.55;color:#431996;font-weight:600;margin-bottom:8px;display:block}
.bs .t-text h1{font-size:52px;line-height:1.2;color:#1b1440;margin:0 0 24px}
.bs .t-text h1 strong{color:#2BB18A;font-weight:800}
.bs .t-text .sub{font-size:18px;line-height:1.55;color:#2e2a3a;margin:0 0 24px}
.bs .t-text .detail{font-size:16px;line-height:1.8;color:#3d3553;margin:0 0 24px}
.bs .t-text .detail span{color:#2BB18A;font-weight:700}
.bs .t-cta{display:inline-block;background:#2BB18A;color:#fff!important;font-size:16px;font-weight:600;padding:12px 40px;border-radius:4px;text-decoration:none;transition:background .28s cubic-bezier(0.4,0,0.2,1),transform .18s cubic-bezier(0.4,0,0.2,1);box-shadow:1px 5px 14px 0 #2bb18a1c}
.bs .t-cta:hover{background:#229b78}
.bs .t-cta:active{transform:scale(0.97)}
.bs .div-tri{display:block;line-height:0;text-align:center}
.bs .div-tri svg{display:block;width:100%}
.bs .rec{padding:80px 0;background:#fff}
.bs .rec-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start}
.bs .rec-top-bar{grid-column:1 / -1;border-top:2px solid #2BB18A;padding-top:24px;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px}
.bs .rec-top-bar h2{font-size:37px;line-height:1.2;color:#1b1440;margin:0;flex:0 0 auto;max-width:520px}
.bs .rec-top-bar p{font-size:16px;line-height:1.8;color:#3d3553;margin:0;flex:1 1 0;min-width:0}
.bs .rec-card{border-radius:4px;overflow:hidden;box-shadow:1px 5px 14px 0 #2bb18a1c;background:#fff;transition:box-shadow .35s ease-in-out}
.bs .rec-card:hover{box-shadow:1px 12px 36px 0 #2bb18a1f}
.bs .rec-card-img{width:100%;aspect-ratio:1/1;overflow:hidden}
.bs .rec-card-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.bs .rec-card:hover .rec-card-img img{transform:scale(1.04)}
.bs .rec-card-body{padding:24px}
.bs .rec-card-body h3{font-size:21px;line-height:1.2;color:#1b1440;margin:0 0 12px}
.bs .rec-card-body p{font-size:16px;line-height:1.8;color:#3d3553;margin:0}
.bs .rec-card-body .tag{display:inline-block;background:#2bb18a1a;color:#2BB18A;font-size:16px;font-weight:600;border-radius:2px;padding:4px 8px;margin-bottom:8px}
.bs .div2{background:#f5f3fb;line-height:0}
.bs .diff{padding:80px 0;background:#f5f3fb}
.bs .diff-wrap{display:flex;flex-direction:row;gap:80px;align-items:flex-start}
.bs .diff-left{flex:1 1 0;min-width:0}
.bs .diff-left h2{font-size:37px;line-height:1.2;color:#1b1440;margin:0 0 24px}
.bs .diff-left h2 em{font-style:normal;color:#431996;font-weight:800}
.bs .diff-left .body{font-size:18px;line-height:1.8;color:#2e2a3a;margin:0 0 24px}
.bs .diff-left .note{font-size:16px;line-height:1.8;color:#3d3553;margin:0}
.bs .diff-right{flex:0 0 400px}
.bs .diff-img-wrap{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:1/1;box-shadow:1px 12px 36px 0 #4319961f}
.bs .diff-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.bs .diff-img-wrap::after{content:'';position:absolute;inset:0;background:#4319960f;pointer-events:none}
.bs .diff-stat{display:flex;flex-direction:column;gap:24px;margin-top:24px}
.bs .diff-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:24px;background:#fff;border-radius:4px;box-shadow:1px 1px 2px 0 #2bb18a0d}
.bs .diff-icon{flex:0 0 40px;height:40px;border-radius:4px;background:#2bb18a1f;display:flex;align-items:center;justify-content:center}
.bs .diff-icon svg{display:block}
.bs .diff-item-text h4{font-size:18px;line-height:1.2;color:#1b1440;margin:0 0 4px;font-weight:700}
.bs .diff-item-text p{font-size:16px;line-height:1.55;color:#3d3553;margin:0}
@keyframes flick {
0%,100%{outline-color:#2bb18a00}
48%{outline-color:#2bb18a00}
50%{outline-color:#2bb18a59}
52%{outline-color:#2bb18a00}
80%{outline-color:#2bb18a00}
82%{outline-color:#2bb18a2e}
84%{outline-color:#2bb18a00}
}
.bs .diff-img-wrap{outline:2px solid #2bb18a00;outline-offset:6px;animation:flick 5s ease-in-out infinite}
.bs .div3{line-height:0;background:#fff}
.bs .outc{padding:80px 0;background:#fff;position:relative}
.bs .outc-hd{text-align:center;margin-bottom:40px}
.bs .outc-hd .acc-line{margin:0 auto 12px}
.bs .outc-hd h2{font-size:37px;line-height:1.2;color:#1b1440;margin:0 0 12px}
.bs .outc-hd p{font-size:18px;line-height:1.8;color:#3d3553;max-width:640px;margin:0 auto}
.bs .outc-body{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start}
.bs .outc-col-main{display:flex;flex-direction:column;gap:24px}
.bs .outc-row{display:flex;flex-direction:row;gap:24px;align-items:flex-start}
.bs .outc-num{flex:0 0 56px;height:56px;border-radius:20px;background:linear-gradient(135deg,#2BB18A 0%,#1e8a6b 100%);display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:800;color:#fff;box-shadow:1px 5px 14px 0 #2bb18a1c}
.bs .outc-txt h4{font-size:21px;line-height:1.2;color:#1b1440;margin:0 0 8px;font-weight:700}
.bs .outc-txt p{font-size:16px;line-height:1.8;color:#3d3553;margin:0}
.bs .outc-col-side{display:flex;flex-direction:column;gap:24px}
.bs .outc-portrait{border-radius:4px;overflow:hidden;aspect-ratio:2/3;box-shadow:1px 12px 36px 0 #4319961f}
.bs .outc-portrait img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.bs .outc-quote{background:#fefedbb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:4px;padding:24px;box-shadow:1px 5px 14px 0 #4319961c;box-shadow:inset 0 1px 4px 0 #fefedbcc 1px 5px 14px 0 #4319961c}
.bs .outc-quote p{font-size:16px;line-height:1.8;color:#2e2a3a;margin:0 0 12px;font-style:italic}
.bs .outc-quote .attr{font-size:16px;font-weight:700;color:#431996;font-style:normal}
@keyframes warmcool {
0%{background-color:#fff}
40%{background-color:#fffef5}
60%{background-color:#fff}
100%{background-color:#fff}
}
.bs .outc{animation:warmcool 14s ease-in-out infinite}
.bs .doc-lnk{color:#2BB18A;text-decoration:none;font-weight:600;transition:color .25s ease-in-out}
.bs .doc-lnk:hover{color:#1b1440}
@media (max-width: 900px) {
.bs .t-blk-inner{flex-direction:column}
.bs .t-img-wrap{flex:0 0 auto;width:100%;max-width:400px;margin:0 auto}
.bs .rec-grid{grid-template-columns:1fr}
.bs .rec-top-bar{flex-direction:column;align-items:flex-start}
.bs .diff-wrap{flex-direction:column;gap:40px}
.bs .diff-right{flex:0 0 auto;width:100%}
.bs .outc-body{grid-template-columns:1fr}
.bs .outc-portrait{max-width:280px}
.bs .t-text h1{font-size:37px}
}
@media (max-width: 600px) {
.bs .t-text h1{font-size:27px}
.bs .rec-top-bar h2,.bs .diff-left h2,.bs .outc-hd h2{font-size:27px}
.bs .outc-row{flex-direction:column}
}
.suc_pg{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;background:#fff}
.suc_pg .suc_wrap{max-width:560px;width:100%;text-align:center}
.suc_pg .suc_icon{width:64px;height:64px;margin:0 auto 40px;display:block}
.suc_pg .suc_line{width:40px;height:3px;background:#2BB18A;margin:0 auto 24px;border-radius:2px}
.suc_pg .suc_head{font-size:37px;line-height:1.2;color:#431996;margin:0 0 24px;font-weight:700}
.suc_pg .suc_txt{font-size:18px;line-height:1.55;color:#2a2a35;margin:0 0 40px}
.suc_pg .suc_txt span{color:#2BB18A;font-weight:700}
.suc_pg .suc_note{font-size:16px;line-height:1.55;color:#556;padding:24px;background:#FEFEDB;border-radius:4px;margin:0 0 40px}
.suc_pg .suc_btn{display:inline-block;padding:12px 40px;background:#2BB18A;color:#fff;font-size:16px;font-weight:600;border-radius:4px;text-decoration:none;border:2px solid #2BB18A;transition:background .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1);box-shadow:1px 5px 14px 0 #2bb18a1c}
.suc_pg .suc_btn:hover{background:#fff;color:#2BB18A}
.suc_pg .suc_btn:active{transform:scale(0.97)}
.suc_pg .suc_btn:focus{outline:2px solid #431996;outline-offset:3px}