html{box-sizing:border-box;scroll-behavior:smooth}
*,::before,::after{box-sizing:inherit}
body{font-family:'Alegreya',Georgia,serif;background-color:#01050C;color:#e8eaf0;margin:0;padding:0;font-size:17px;line-height:1.7}
.SiteHd{background:linear-gradient(135deg,#01050C 0%,#070d1a 60%,#0a1020 100%);border-bottom:1px solid #06d3b92e;padding:0;position:relative;z-index:100}
.HdHolder{max-width:1200px;margin:auto;padding:0 24px}
.HdRow1{display:flex;align-items:center;padding-top:14px;padding-bottom:0}
.SiteLogo{display:flex;align-items:center;text-decoration:none;gap:12px}
.SiteLogo img{width:72px;height:72px;object-fit:contain;border-radius:4px;box-shadow:0 0 0 1px #06d3b940 0 4px 12px #00000080}
.HdRow2{display:flex;justify-content:center;padding:6px 0 0 60px}
.SiteName{font-size:1.5rem;font-weight:700;color:#e8eaf0;letter-spacing:.04em;text-decoration:none;background:linear-gradient(100deg,#06D3B9 0%,#e8eaf0 55%,#FE0B88 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.HdRow3{display:flex;justify-content:flex-end;padding:10px 0 14px 120px}
.MainNav{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.MainNav li{position:relative}
.MainNav li a{display:block;padding:8px 14px;color:#b0bec5;text-decoration:none;font-size:.97rem;font-family:'Alegreya',Georgia,serif;border-radius:3px;transition:color 0.2s,background .2s;white-space:nowrap}
.MainNav li a:hover,.MainNav li a.nav--active{color:#06D3B9;background:#06d3b912}
.NvDropTrigger{cursor:pointer}
.NvDropTrigger > a{display:flex;align-items:center;gap:5px}
.NvDropTrigger > a .oi{font-size:.6rem;color:#06D3B9;transition:transform .2s}
.NvSub{display:none;position:absolute;top:calc(100% + 4px);left:0;background:#070d1a;border:1px solid #06d3b933;border-radius:4px;min-width:190px;box-shadow:0 8px 24px #00000080;padding:6px 0;z-index:200}
.NvDropTrigger:hover .NvSub,.NvSub:hover{display:block}
.NvDropTrigger:hover > a .oi{transform:rotate(180deg)}
.NvSub li a{padding:9px 16px;font-size:.93rem;color:#90a0b0}
.NvSub li a:hover{color:#06D3B9;background:#06d3b912}
@media (max-width: 767px) {
.HdRow2{padding-left:0;justify-content:flex-start;padding-top:4px}
.HdRow3{padding-left:0;justify-content:flex-start;flex-wrap:wrap;padding-bottom:10px}
.MainNav{flex-wrap:wrap;gap:2px}
.MainNav li a{font-size:.9rem;padding:7px 10px}
.SiteLogo img{width:56px;height:56px}
}
.SiteFt{background:linear-gradient(160deg,#070d1a 0%,#01050C 100%);border-top:1px solid #06d3b91f;padding:48px 0 24px;margin-top:0}
.FtHolder{max-width:1200px;margin:auto;padding:0 24px}
.FtGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.FtBrand .SiteName{display:block;margin-bottom:12px;font-size:1.25rem}
.FtBrand p{color:#607080;font-size:.93rem;line-height:1.6;margin:0 0 16px}
.FtContactList{list-style:none;padding:0;margin:0}
.FtContactList li{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:.9rem;color:#607080}
.FtContactList li .oi{color:#06D3B9;font-size:.85rem;margin-top:3px;flex-shrink:0}
.FtContactList li a{color:#607080;text-decoration:none;transition:color .2s}
.FtContactList li a:hover{color:#06D3B9}
.FtColTitle{font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#06D3B9;margin:0 0 16px}
.FtNav{list-style:none;padding:0;margin:0}
.FtNav li{margin-bottom:8px}
.FtNav li a{color:#607080;text-decoration:none;font-size:.93rem;transition:color .2s}
.FtNav li a:hover{color:#06D3B9}
.FtBase{border-top:1px solid #ffffff0f;padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.FtCopy{color:#3a4a58;font-size:.85rem}
.FtAccent{color:#06D3B9;font-size:.85rem;letter-spacing:.03em}
@media (max-width: 767px) {
.FtGrid{grid-template-columns:1fr;gap:28px}
.FtBase{flex-direction:column;align-items:flex-start}
}
@media (min-width: 768px) and (max-width: 1023px) {
.FtGrid{grid-template-columns:1fr 1fr}
}
.CkConsent{position:fixed;bottom:24px;left:24px;width:320px;background:#0a1020;border:1px solid #06d3b940;border-radius:10px;padding:20px;box-shadow:0 12px 40px #0009;z-index:9999;transform:translateY(120%);transition:transform .38s cubic-bezier(0.34,1.26,0.64,1)}
.CkConsent.consent--visible{transform:translateY(0)}
.CkConsent.consent--hidden{transform:translateY(120%)}
.CkTxt{font-size:.88rem;color:#90a0b0;line-height:1.55;margin:0 0 14px}
.CkTxt a{color:#06D3B9;text-decoration:underline}
.CkBtns{display:flex;gap:8px}
.BtCkAccept,.BtCkDecline{flex:1;padding:9px 14px;border-radius:999px;border:none;font-family:'Alegreya',Georgia,serif;font-size:.9rem;font-weight:700;cursor:pointer;transition:opacity .2s}
.BtCkAccept{background:linear-gradient(100deg,#06D3B9,#04a896);color:#01050C}
.BtCkDecline{background:transparent;border:1px solid #06d3b94d;color:#607080}
.BtCkAccept:hover,.BtCkDecline:hover{opacity:.85}
@media (max-width: 400px) {
.CkConsent{width:calc(100vw - 32px);left:16px;bottom:16px}
}
.text-policy{max-width:860px;margin:0 auto;padding:48px 24px 80px;background:#01050C;color:#c8d4e0;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.8;scroll-behavior:smooth}
.text-policy p{margin:0 0 20px;color:#b8c8d8;font-size:15.5px;line-height:1.85;letter-spacing:.01em}
.text-policy ul,.text-policy ol{margin:0 0 24px;padding-left:28px}
.text-policy ul{list-style:none;padding-left:0}
.text-policy ul li{position:relative;padding-left:22px;margin-bottom:10px;color:#b8c8d8;font-size:15.5px;line-height:1.8}
.text-policy ul li::before{content:'';position:absolute;left:0;top:11px;width:7px;height:7px;background:#06D3B9;border-radius:2px;transform:rotate(45deg)}
.text-policy ol{list-style:none;counter-reset:policy-counter;padding-left:0}
.text-policy ol li{position:relative;padding-left:38px;margin-bottom:10px;color:#b8c8d8;font-size:15.5px;line-height:1.8;counter-increment:policy-counter}
.text-policy ol li::before{content:counter(policy-counter);position:absolute;left:0;top:1px;width:24px;height:24px;background:linear-gradient(135deg,#06D3B9 0%,#04a090 100%);color:#01050C;font-size:12px;font-weight:700;border-radius:4px;display:flex;align-items:center;justify-content:center;line-height:24px;text-align:center}
.text-policy li ul,.text-policy li ol{margin-top:10px;margin-bottom:0}
.text-policy em,.text-policy i{color:#06D3B9;font-style:italic}
.text-policy a{color:#06D3B9;text-decoration:none;border-bottom:1px solid #06d3b959;transition:color .2s ease,border-color .2s ease;word-break:break-word}
.text-policy a:hover{color:#FE0B88;border-bottom-color:#fe0b8880}
.text-policy a:focus{outline:2px solid #06D3B9;outline-offset:2px;border-radius:2px}
.text-policy table{width:100%;border-collapse:collapse;margin:0 0 32px;font-size:14.5px;border-radius:6px;overflow:hidden;box-shadow:0 4px 16px #0006}
.text-policy thead{background:linear-gradient(135deg,#06d3b92e 0%,#fe0b881f 100%)}
.text-policy thead th{padding:14px 18px;color:#06D3B9;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-align:left;border-bottom:2px solid #06d3b94d}
.text-policy tbody tr{border-bottom:1px solid #ffffff0f;transition:background .15s ease}
.text-policy tbody tr:last-child{border-bottom:none}
.text-policy tbody tr:hover{background:#06d3b90d}
.text-policy tbody td{padding:13px 18px;color:#b8c8d8;font-size:14.5px;line-height:1.65;vertical-align:top;border-right:1px solid #ffffff0a}
.text-policy tbody td:last-child{border-right:none}
.text-policy tbody tr:nth-child(even){background:#ffffff06}
.text-policy tbody tr:nth-child(even):hover{background:#06d3b90f}
.text-policy div{margin-bottom:16px}
.text-policy div + p{margin-top:0}
@media (max-width: 768px) {
.text-policy{padding:32px 18px 60px;font-size:15px}
.text-policy p{font-size:15px;line-height:1.8}
.text-policy ul li,.text-policy ol li{font-size:15px}
.text-policy table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13.5px}
.text-policy thead th,.text-policy tbody td{padding:11px 14px;white-space:nowrap}
}
@media (max-width: 480px) {
.text-policy{padding:24px 14px 48px}
.text-policy p{font-size:14.5px}
.text-policy ul,.text-policy ol{padding-left:0}
.text-policy ul li{padding-left:18px}
.text-policy ol li{padding-left:34px}
.text-policy thead th,.text-policy tbody td{padding:9px 11px;font-size:13px}
}
.prog-hero{position:relative;min-height:92vh;display:flex;flex-direction:row;align-items:stretch;overflow:hidden;background:#01050C}
.prog-hero .hero-frame-lines{position:absolute;inset:0;pointer-events:none;z-index:1}
.prog-hero .hero-frame-lines::before{content:'';position:absolute;top:24px;left:24px;right:24px;bottom:24px;border:1px solid #06d3b92e}
.prog-hero .hero-frame-lines::after{content:'';position:absolute;top:38px;left:38px;right:38px;bottom:38px;border:1px solid #fe0b881a}
.prog-hero .hero-img-col{position:relative;width:52%;flex-shrink:0;z-index:2}
.prog-hero .hero-img-col img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:sepia(0.35) contrast(1.1) brightness(0.82) saturate(0.75)}
.prog-hero .hero-img-col::after{content:'';position:absolute;inset:0;background:linear-gradient(105deg,#01050c00 30%,#01050ceb 100%);z-index:3}
.prog-hero .hero-txt-col{position:relative;z-index:4;flex:1;display:flex;flex-direction:column;justify-content:center;padding:72px 56px 72px 52px}
.prog-hero .hero-txt-col .HdLabel{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#06D3B9;margin-bottom:28px}
.prog-hero .hero-txt-col .HdLabel .oi{font-size:10px}
.prog-hero .hero-txt-col .HdMain{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.12;color:#f0f4f8;margin:0 0 20px;letter-spacing:-.02em}
.prog-hero .hero-txt-col .HdMain .acc-pink{color:#FE0B88;position:relative;display:inline-block}
.prog-hero .hero-txt-col .HdMain .acc-pink::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#FE0B88,transparent)}
.prog-hero .hero-txt-col .hero-bt-row{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:36px}
.prog-hero .hero-txt-col .BtPrimary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#06D3B9 0%,#04a896 100%);color:#01050C;font-size:14px;font-weight:700;letter-spacing:.04em;padding:14px 32px;border:none;border-radius:4px;text-decoration:none;cursor:pointer;position:relative;z-index:5;transition:box-shadow 0.25s,transform .18s;box-shadow:0 4px 18px #06d3b947}
.prog-hero .hero-txt-col .BtPrimary:hover{box-shadow:0 8px 28px #06d3b973;transform:translateY(-2px)}
.prog-hero .hero-txt-col .BtSecondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#e8edf3;font-size:13px;font-weight:600;letter-spacing:.05em;padding:13px 24px;border:1px solid #f0f4f838;border-radius:4px;text-decoration:none;cursor:pointer;transition:border-color 0.2s,color .2s;z-index:5}
.prog-hero .hero-txt-col .BtSecondary:hover{border-color:#06D3B9;color:#06D3B9}
.prog-hero .hero-corner-dec{position:absolute;bottom:40px;left:40px;z-index:5;display:flex;flex-direction:column;gap:5px}
.prog-hero .hero-corner-dec span{display:block;height:2px;background:linear-gradient(90deg,#FE0B88,transparent)}
.prog-hero .hero-corner-dec span:nth-child(1){width:48px}
.prog-hero .hero-corner-dec span:nth-child(2){width:30px;opacity:.6}
.prog-hero .hero-corner-dec span:nth-child(3){width:16px;opacity:.3}
.prog-hero .stat-pills{display:flex;flex-direction:column;gap:14px;margin-top:44px}
.prog-hero .stat-pills .PillItem{display:flex;flex-direction:row;align-items:center;gap:14px;background:#06d3b90f;border:1px solid #06d3b924;border-radius:4px;padding:12px 18px}
.prog-hero .stat-pills .PillItem .oi{color:#06D3B9;font-size:16px;flex-shrink:0}
.prog-hero .stat-pills .PillItem .PillTxt{color:#f0f4f8c7;font-size:13px;line-height:1.45}
.prog-hero .stat-pills .PillItem .PillTxt strong{color:#f0f4f8;font-weight:600}
.prog-curriculum{background:#080d17;padding:96px 0 80px;position:relative;overflow:hidden}
.prog-curriculum::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#06D3B9 40%,#FE0B88 60%,transparent)}
.prog-curriculum .CurriHolder{max-width:1200px;margin:0 auto;padding:0 32px}
.prog-curriculum .CurriTop{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:32px}
.prog-curriculum .CurriTop .CurriHdGroup{flex:1}
.prog-curriculum .CurriTop .CurriHdGroup .SectionTag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:#FE0B88;margin-bottom:14px;position:relative;padding-left:20px}
.prog-curriculum .CurriTop .CurriHdGroup .SectionTag::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:2px;background:#FE0B88}
.prog-curriculum .CurriTop .CurriHdGroup h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#edf1f7;line-height:1.2;margin:0;letter-spacing:-.02em}
.prog-curriculum .CurriTop .CurriHdGroup h2 em{font-style:normal;color:#06D3B9}
.prog-curriculum .CurriTop .CurriMeta{display:flex;flex-direction:row;gap:24px;flex-shrink:0}
.prog-curriculum .CurriTop .CurriMeta .MetaBadge{text-align:center;padding:16px 20px;border:1px solid #06d3b933;border-radius:4px;background:#06d3b90a}
.prog-curriculum .CurriTop .CurriMeta .MetaBadge .MetaNum{display:block;font-size:1.8rem;font-weight:800;color:#06D3B9;line-height:1}
.prog-curriculum .CurriTop .CurriMeta .MetaBadge .MetaLbl{display:block;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c8d2e199;margin-top:6px}
.prog-curriculum .modules-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#06d3b90f;border:1px solid #06d3b91a;border-radius:6px;overflow:hidden;margin-bottom:48px}
.prog-curriculum .modules-grid input[type="radio"]{display:none}
.prog-curriculum .modules-grid .ModCard{background:#080d17;padding:0;transition:background .2s}
.prog-curriculum .modules-grid .ModCard label{display:flex;flex-direction:column;padding:28px 32px;cursor:pointer;border-left:3px solid transparent;transition:border-color 0.2s,background .2s;height:100%;box-sizing:border-box}
.prog-curriculum .modules-grid .ModCard label:hover{background:#06d3b90a;border-left-color:#06d3b966}
.prog-curriculum .modules-grid input[type="radio"]:checked + .ModCard label{background:#06d3b914;border-left-color:#06D3B9}
.prog-curriculum .modules-grid .ModNum{font-size:11px;font-weight:700;letter-spacing:.18em;color:#06D3B9;margin-bottom:10px}
.prog-curriculum .modules-grid .ModTitle{font-size:15px;font-weight:700;color:#edf1f7;margin-bottom:10px;line-height:1.35}
.prog-curriculum .modules-grid .ModDesc{font-size:13px;color:#c8d2e1a6;line-height:1.6;flex:1}
.prog-curriculum .modules-grid .ModTags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:16px}
.prog-curriculum .modules-grid .ModTags .TagPill{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#06d3b9cc;background:#06d3b914;border:1px solid #06d3b933;border-radius:2px;padding:3px 8px}
.prog-curriculum .CurriBottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.prog-curriculum .CurriBottom .BtmCard{background:linear-gradient(145deg,#0c1320 0%,#080d17 100%);border:1px solid #fe0b8826;border-radius:6px;padding:28px 24px;position:relative;overflow:hidden}
.prog-curriculum .CurriBottom .BtmCard::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#FE0B88,transparent)}
.prog-curriculum .CurriBottom .BtmCard .oi{font-size:22px;color:#FE0B88;margin-bottom:14px;display:block}
.prog-curriculum .CurriBottom .BtmCard h4{font-size:14px;font-weight:700;color:#edf1f7;margin:0 0 8px}
.prog-curriculum .CurriBottom .BtmCard p{font-size:13px;color:#c8d2e19e;line-height:1.6;margin:0}
.prog-curriculum .CurriCta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;margin-top:52px;padding-top:40px;border-top:1px solid #06d3b91a}
.prog-curriculum .CurriCta .CtaNote{font-size:13px;color:#c8d2e18c}
.prog-curriculum .CurriCta .CtaNote .oi{color:#06D3B9;margin-right:6px}
.prog-curriculum .CurriCta .BtEnroll{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(130deg,#FE0B88 0%,#c0086a 100%);color:#fff;font-size:14px;font-weight:700;letter-spacing:.04em;padding:15px 36px;border:none;border-radius:4px;text-decoration:none;cursor:pointer;transition:box-shadow 0.25s,transform .18s;box-shadow:0 4px 20px #fe0b884d;position:relative;z-index:5}
.prog-curriculum .CurriCta .BtEnroll:hover{box-shadow:0 8px 32px #fe0b8880;transform:translateY(-2px)}
@media (max-width: 1024px) {
.prog-hero{flex-direction:column;min-height:auto}
.prog-hero .hero-img-col{width:100%;height:320px}
.prog-hero .hero-img-col::after{background:linear-gradient(180deg,#01050c00 40%,#01050cf2 100%)}
.prog-hero .hero-txt-col{padding:48px 36px}
.prog-curriculum .CurriTop{flex-direction:column;align-items:flex-start}
.prog-curriculum .modules-grid{grid-template-columns:1fr}
.prog-curriculum .CurriBottom{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.prog-hero .hero-txt-col{padding:36px 24px}
.prog-hero .hero-txt-col .hero-bt-row{flex-direction:column;align-items:flex-start}
.prog-curriculum .CurriHolder{padding:0 20px}
.prog-curriculum{padding:64px 0 56px}
.prog-curriculum .CurriTop .CurriMeta{flex-direction:row;gap:12px}
.prog-curriculum .CurriBottom{grid-template-columns:1fr}
.prog-curriculum .CurriCta{flex-direction:column;text-align:center}
}
.HeroBk{position:relative;overflow:hidden;background:#01050C;min-height:520px;display:flex;align-items:stretch}
.HeroBk .HeroInner{display:flex;flex-direction:row;width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:2}
.HeroBk .HeroTxt-holder{flex:0 0 55%;padding:72px 48px 72px 32px;display:flex;flex-direction:column;justify-content:center}
.HeroBk .HeroImg-holder{flex:0 0 45%;position:relative;overflow:hidden}
.HeroBk .HeroImg-holder img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.HeroBk .HeroImg-holder::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,#01050C 0%,#01050c8c 40%,#06d3b91f 100%);z-index:1}
.HeroBk .HeroImg-holder::after{content:'';position:absolute;left:0;top:0;width:80px;height:100%;background:linear-gradient(to right,#01050C,transparent);z-index:2}
.HeroBk::before{content:'';position:absolute;top:-60px;left:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#fe0b8821 0%,transparent 70%);z-index:0}
.HeroBk .HeroTag{display:inline-flex;align-items:center;gap:8px;background:#06d3b91a;border:1px solid #06d3b94d;color:#06D3B9;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:24px;width:fit-content}
.HeroBk .HeroH1{font-size:2.6rem;font-weight:800;line-height:1.18;color:#f0f4f8;margin:0 0 20px}
.HeroBk .HeroH1 .HeroAccent{color:#06D3B9;position:relative}
.HeroBk .HeroH1 .HeroAccent::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#06D3B9,#FE0B88);border-radius:2px}
.HeroBk .HeroDesc{font-size:1.02rem;line-height:1.7;color:#9aafc4;margin:0 0 32px;max-width:460px}
.HeroBk .HeroCta-row{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap}
.HeroBk .BtPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#06D3B9 0%,#04a896 100%);color:#01050C;font-size:.93rem;font-weight:700;padding:13px 28px;border-radius:5px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.2s,transform .18s;position:relative;z-index:10}
.HeroBk .BtPrimary:hover{box-shadow:0 6px 24px #06d3b961;transform:translateY(-2px)}
.HeroBk .BtOutline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#f0f4f8;font-size:.93rem;font-weight:600;padding:12px 24px;border-radius:5px;text-decoration:none;border:1px solid #f0f4f838;cursor:pointer;transition:border-color 0.2s,color .2s;position:relative;z-index:10}
.HeroBk .BtOutline:hover{border-color:#06D3B9;color:#06D3B9}
.HeroStats-row{display:flex;flex-direction:row;gap:0;background:#06d3b90d;border-top:1px solid #06d3b91f;max-width:1200px;margin:0 auto;width:100%}
.HeroStats-row .StSingle{flex:1;padding:22px 32px;border-right:1px solid #06d3b91a;display:flex;flex-direction:column;gap:4px}
.HeroStats-row .StSingle:last-child{border-right:none}
.HeroStats-row .StNum{font-size:1.7rem;font-weight:800;color:#06D3B9;line-height:1}
.HeroStats-row .StLbl{font-size:.78rem;color:#6b8299;letter-spacing:.04em}
.HeroWrap{background:#01050C}
.ConnSect{background:linear-gradient(158deg,#04111e 0%,#01050C 55%,#0a0619 100%);padding:80px 0 0}
.ConnSect .ConnInner{max-width:1200px;margin:0 auto;padding:0 32px}
.ConnSect .ConnHd-holder{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:32px;flex-wrap:wrap}
.ConnSect .ConnHd-holder .SctLabel{display:inline-flex;align-items:center;gap:7px;color:#FE0B88;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.ConnSect .ConnHd-holder .SctLabel::before{content:'';display:block;width:18px;height:2px;background:#FE0B88;border-radius:2px}
.ConnSect .ConnH2{font-size:2rem;font-weight:800;color:#f0f4f8;line-height:1.22;margin:0}
.ConnSect .ConnH2 span{color:#FE0B88}
.ConnSect .ConnSubtxt{font-size:.97rem;line-height:1.68;color:#7a95ae;max-width:380px;margin:0}
.ConnSect .ConnGrid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#06d3b912;border-radius:8px;overflow:hidden;margin-bottom:2px}
.ConnSect .ConnCard{background:#060d18;padding:36px 32px;position:relative;transition:background .22s}
.ConnSect .ConnCard:hover{background:#0a1828}
.ConnSect .ConnCard .CcIcon{width:44px;height:44px;border-radius:10px;background:#06d3b91a;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#06D3B9;font-size:1.1rem}
.ConnSect .ConnCard .CcTitle{font-size:1.05rem;font-weight:700;color:#e8f0f7;margin:0 0 10px;line-height:1.3}
.ConnSect .ConnCard .CcBody{font-size:.88rem;line-height:1.65;color:#7a95ae;margin:0}
.ConnSect .ConnCard .CcBadge{position:absolute;top:20px;right:20px;background:#fe0b881f;border:1px solid #fe0b8840;color:#FE0B88;font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:3px}
.ConnSect .ConnImgRow{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#06d3b912;border-radius:0 0 8px 8px;overflow:hidden}
.ConnSect .ConnImgBox{position:relative;overflow:hidden;height:220px}
.ConnSect .ConnImgBox img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.ConnSect .ConnImgBox:hover img{transform:scale(1.04)}
.ConnSect .ConnImgBox::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#01050cbf 100%)}
.ConnSect .ConnImgBox .ImgCaption{position:absolute;bottom:14px;left:18px;color:#f0f4f8;font-size:.78rem;font-weight:600;z-index:2;letter-spacing:.04em}
.ConnSect .ConnDivider{height:1px;background:linear-gradient(90deg,transparent,#06d3b933,#fe0b8826,transparent);margin:60px 0 0}
.CareerSect{background:#01050C;padding:80px 0 90px}
.CareerSect .CareerInner{max-width:1200px;margin:0 auto;padding:0 32px}
.CareerSect .CareerTop{text-align:center;margin-bottom:56px}
.CareerSect .CareerTop .CtTag{display:inline-flex;align-items:center;gap:8px;color:#06D3B9;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.CareerSect .CareerTop .CtTag::before,.CareerSect .CareerTop .CtTag::after{content:'';display:block;width:24px;height:1px;background:#06d3b966}
.CareerSect .CareerTop .CtH2{font-size:2.1rem;font-weight:800;color:#f0f4f8;line-height:1.2;margin:0 0 16px}
.CareerSect .CareerTop .CtH2 span{color:#06D3B9}
.CareerSect .CareerTop .CtDesc{font-size:.98rem;line-height:1.68;color:#7a95ae;max-width:560px;margin:0 auto}
.CareerSect .CareerLayout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.CareerSect .CareerRoles{display:flex;flex-direction:column;gap:14px}
.CareerSect .RoleItem{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#060e1c 0%,#050c18 100%);border:1px solid #06d3b91a;border-radius:6px;padding:20px 22px;position:relative;transition:border-color 0.22s,box-shadow .22s;cursor:pointer}
.CareerSect .RoleItem:hover{border-color:#06d3b959;box-shadow:0 4px 20px #06d3b914}
.CareerSect .RoleItem .RiNum{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#06d3b91a;color:#06D3B9;font-size:.82rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:2px}
.CareerSect .RoleItem .RiContent{flex:1}
.CareerSect .RoleItem .RiTitle{font-size:.97rem;font-weight:700;color:#e8f0f7;margin:0 0 5px}
.CareerSect .RoleItem .RiDesc{font-size:.83rem;color:#6b8299;line-height:1.55;margin:0}
.CareerSect .RoleItem .RiArrow{flex-shrink:0;color:#06d3b94d;font-size:.75rem;margin-top:4px;transition:color .2s}
.CareerSect .RoleItem:hover .RiArrow{color:#06D3B9}
.CareerSect .CareerVisual{display:flex;flex-direction:column;gap:20px}
.CareerSect .CvImg-holder{position:relative;border-radius:8px;overflow:hidden;height:260px}
.CareerSect .CvImg-holder img{width:100%;height:100%;object-fit:cover;display:block}
.CareerSect .CvImg-holder::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#fe0b8826 0%,#06d3b914 100%);z-index:1}
.CareerSect .CvImg-holder .CvOverlay{position:absolute;bottom:0;left:0;right:0;padding:20px 22px;background:linear-gradient(180deg,transparent,#01050ce0);z-index:2}
.CareerSect .CvImg-holder .CvOverlay .CvOlTitle{font-size:1rem;font-weight:700;color:#f0f4f8;margin:0 0 4px}
.CareerSect .CvImg-holder .CvOverlay .CvOlSub{font-size:.78rem;color:#06D3B9;margin:0}
.CareerSect .CvSkillBars{background:#060e1c;border:1px solid #06d3b91a;border-radius:6px;padding:24px 22px}
.CareerSect .CvSkillBars .CvsTitle{font-size:.82rem;font-weight:700;color:#9aafc4;letter-spacing:.07em;text-transform:uppercase;margin:0 0 18px}
.CareerSect .SkBarItem{margin-bottom:14px}
.CareerSect .SkBarItem:last-child{margin-bottom:0}
.CareerSect .SkBarTop{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:6px}
.CareerSect .SkBarLabel{font-size:.82rem;color:#c8d8e8}
.CareerSect .SkBarPct{font-size:.78rem;color:#06D3B9;font-weight:700}
.CareerSect .SkBarTrack{height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden}
.CareerSect .SkBarFill{height:100%;border-radius:3px;background:linear-gradient(90deg,#06D3B9,#04a896)}
.CareerSect .SkBarFill--pink{background:linear-gradient(90deg,#FE0B88,#c20868)}
.CareerSect .CareerCta-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;margin-top:52px;flex-wrap:wrap}
.CareerSect .BtMain{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,#FE0B88 0%,#c20868 100%);color:#fff;font-size:.95rem;font-weight:700;padding:14px 32px;border-radius:5px;text-decoration:none;transition:box-shadow 0.2s,transform .18s;position:relative;z-index:10}
.CareerSect .BtMain:hover{box-shadow:0 6px 24px #fe0b8861;transform:translateY(-2px)}
.CareerSect .BtSecLink{display:inline-flex;align-items:center;gap:8px;color:#9aafc4;font-size:.92rem;text-decoration:none;border-bottom:1px solid #9aafc440;padding-bottom:2px;transition:color 0.2s,border-color .2s;position:relative;z-index:10}
.CareerSect .BtSecLink:hover{color:#06D3B9;border-color:#06D3B9}
@media (max-width: 1024px) {
.HeroBk .HeroTxt-holder{padding:56px 32px 56px 24px}
.HeroBk .HeroH1{font-size:2.1rem}
.ConnSect .ConnGrid{grid-template-columns:1fr 1fr}
.CareerSect .CareerLayout{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width: 768px) {
.HeroBk .HeroInner{flex-direction:column}
.HeroBk .HeroTxt-holder{flex:none;padding:52px 24px 36px}
.HeroBk .HeroImg-holder{flex:none;height:220px}
.HeroBk .HeroImg-holder::after{width:0;height:60px;top:auto;bottom:0;width:100%;background:linear-gradient(to bottom,transparent,#01050C)}
.HeroBk .HeroH1{font-size:1.75rem}
.HeroStats-row{flex-direction:row;flex-wrap:wrap}
.HeroStats-row .StSingle{flex:0 0 50%;border-bottom:1px solid #06d3b91a}
.ConnSect .ConnInner{padding:0 20px}
.ConnSect .ConnHd-holder{flex-direction:column;align-items:flex-start}
.ConnSect .ConnGrid{grid-template-columns:1fr}
.ConnSect .ConnImgRow{grid-template-columns:1fr}
.ConnSect .ConnImgBox{height:180px}
.CareerSect .CareerInner{padding:0 20px}
.CareerSect .CareerLayout{grid-template-columns:1fr;gap:32px}
.CareerSect .CareerTop .CtH2{font-size:1.7rem}
.CareerSect .CareerCta-row{flex-direction:column;align-items:stretch;text-align:center}
.CareerSect .BtMain,.CareerSect .BtSecLink{justify-content:center}
}
@media (max-width: 480px) {
.HeroBk .HeroH1{font-size:1.5rem}
.HeroBk .HeroCta-row{flex-direction:column;align-items:stretch}
.HeroBk .BtPrimary,.HeroBk .BtOutline{justify-content:center}
.HeroStats-row .StSingle{flex:0 0 100%}
.ConnSect{padding:56px 0 0}
.CareerSect{padding:56px 0 70px}
}
.pg-contact-wrap{background:#01050C;min-height:100%}
.hero-ct{position:relative;overflow:hidden;padding:80px 20px 60px}
.hero-ct::before{content:'';position:absolute;top:-60px;right:-80px;width:480px;height:480px;background:conic-gradient(from 135deg at 60% 40%,#06D3B9 0deg,#01050C 120deg,#FE0B88 200deg,#01050C 280deg,#06D3B9 360deg);border-radius:50%;opacity:.12;z-index:0}
.hero-ct::after{content:'';position:absolute;bottom:-40px;left:-60px;width:320px;height:320px;background:linear-gradient(135deg,#FE0B88 0%,#01050C 70%);border-radius:50%;opacity:.09;z-index:0}
.hero-ct-holder{max-width:1200px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:48px}
.hero-ct-txt{flex:1 1 55%}
.hero-ct-badge{display:inline-flex;align-items:center;gap:8px;background:#06d3b914;border:1px solid #06d3b940;border-radius:4px;padding:6px 14px;margin-bottom:24px}
.hero-ct-badge span{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#06D3B9}
.hero-ct-h1{font-size:clamp(32px,5vw,54px);font-weight:700;line-height:1.15;color:#f0f4f8;margin:0 0 20px}
.hero-ct-h1 .accent-w{color:#06D3B9;position:relative;display:inline-block}
.hero-ct-h1 .accent-w::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#06D3B9,#FE0B88);border-radius:2px}
.hero-ct-desc{font-size:16px;line-height:1.7;color:#8a9bb0;max-width:480px;margin:0}
.hero-ct-visual{flex:0 0 auto;display:flex;flex-direction:column;gap:14px;min-width:220px}
.ct-info-card{background:#ffffff08;border:1px solid #06d3b91f;border-radius:6px;padding:16px 20px;display:flex;flex-direction:row;align-items:center;gap:14px;transition:border-color 0.3s,background .3s}
.ct-info-card:hover{border-color:#06d3b959;background:#06d3b90d}
.ct-info-card .oi{color:#06D3B9;font-size:18px;flex-shrink:0}
.ct-info-card-body{display:flex;flex-direction:column;gap:2px}
.ct-info-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#4a5a6a}
.ct-info-val{font-size:13px;color:#c8d8e8;line-height:1.4;text-decoration:none}
.ct-info-val:hover{color:#06D3B9}
.divider-wave{width:100%;overflow:hidden;line-height:0;margin:0}
.divider-wave svg{display:block;width:100%}
.form-section{background:linear-gradient(160deg,#060d1a 0%,#01050C 50%,#07101f 100%);padding:72px 20px 80px}
.form-section-holder{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.form-side-info{flex:0 0 280px;padding-top:8px}
.form-side-tag{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#FE0B88;margin-bottom:14px;display:block}
.form-side-h2{font-size:26px;font-weight:700;color:#f0f4f8;line-height:1.3;margin:0 0 18px}
.form-side-p{font-size:14px;line-height:1.75;color:#6a7d90;margin:0 0 32px}
.form-side-steps{display:flex;flex-direction:column;gap:16px}
.form-step-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.form-step-num{width:28px;height:28px;border-radius:50%;border:1px solid #06d3b94d;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#06D3B9;flex-shrink:0;background:#06d3b90d}
.form-step-txt{font-size:13px;color:#7a8e9e;line-height:1.55;padding-top:5px}
.form-main-area{flex:1 1 auto}
.MinimalistFm{background:#ffffff06;border:1px solid #ffffff12;border-radius:8px;padding:40px 36px}
.FmRow{display:flex;flex-direction:row;gap:20px;margin-bottom:22px}
.FmField{display:flex;flex-direction:column;gap:7px;flex:1 1 0}
.FmField--full{flex:0 0 100%;margin-bottom:22px}
.FmLabel{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#4a6070}
.FmInput{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;padding:12px 16px;font-size:14px;color:#dce8f0;outline:none;transition:border-color 0.25s,background .25s;width:100%;box-sizing:border-box}
.FmInput:focus{border-color:#06D3B9;background:#06d3b90a}
.FmInput::placeholder{color:#3a4f60}
.FmSelect{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;padding:12px 16px;font-size:14px;color:#dce8f0;outline:none;transition:border-color .25s;width:100%;box-sizing:border-box;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2306D3B9' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.FmSelect:focus{border-color:#06D3B9}
.FmSelect option{background:#050e1c;color:#dce8f0}
.FmRadioGroup{display:flex;flex-direction:column;gap:6px;margin-bottom:22px}
.FmRadioGroup-lbl{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#4a6070;margin-bottom:4px;display:block}
.FmRadioRow{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.FmRadioItem{position:relative}
.FmRadioItem input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.FmRadioItem label{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border:1px solid #ffffff1a;border-radius:4px;font-size:13px;color:#7a8e9e;cursor:pointer;transition:border-color 0.2s,color 0.2s,background .2s;background:#ffffff05}
.FmRadioItem input[type="radio"]:checked + label{border-color:#06D3B9;color:#06D3B9;background:#06d3b912}
.FmRadioItem label:hover{border-color:#06d3b966;color:#a0c8d4}
.FmDivider{height:1px;background:#ffffff0f;margin:28px 0}
.FmPrivacy{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:28px}
.FmPrivacy input[type="checkbox"]{margin-top:3px;accent-color:#06D3B9;width:16px;height:16px;flex-shrink:0;cursor:pointer}
.FmPrivacy-txt{font-size:12px;color:#5a7080;line-height:1.6}
.FmPrivacy-txt a{color:#06D3B9;text-decoration:underline}
.FmSubmitBtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(130deg,#06D3B9 0%,#04a890 100%);border:none;border-radius:4px;padding:14px 32px;font-size:14px;font-weight:700;color:#01050C;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:opacity 0.2s,transform 0.2s,box-shadow .2s;position:relative;z-index:5}
.FmSubmitBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 8px 24px #06d3b940}
.FmSubmitBtn:active{transform:translateY(0)}
.extra-section{background:#01050C;padding:64px 20px 72px;position:relative;overflow:hidden}
.extra-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#06D3B9,#FE0B88,transparent)}
.extra-holder{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:48px}
.extra-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}
.extra-top-lbl{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#FE0B88;margin-bottom:10px;display:block}
.extra-top-h3{font-size:30px;font-weight:700;color:#f0f4f8;margin:0;line-height:1.25}
.extra-top-h3 em{font-style:normal;color:#06D3B9}
.extra-top-sub{font-size:14px;color:#5a7080;max-width:360px;line-height:1.65;margin:0}
.channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.channel-card{background:#ffffff06;border:1px solid #ffffff12;border-radius:6px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:border-color 0.3s,transform .3s;position:relative;overflow:hidden}
.channel-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#06D3B9,#FE0B88);opacity:0;transition:opacity .3s}
.channel-card:hover{border-color:#06d3b933;transform:translateY(-3px)}
.channel-card:hover::before{opacity:1}
.channel-icon-wrap{width:44px;height:44px;border-radius:50%;background:#06d3b914;border:1px solid #06d3b92e;display:flex;align-items:center;justify-content:center}
.channel-icon-wrap .oi{color:#06D3B9;font-size:18px}
.channel-card-title{font-size:15px;font-weight:600;color:#d0e0ec;margin:0}
.channel-card-desc{font-size:13px;color:#5a7080;line-height:1.6;margin:0}
.channel-card-action{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#06D3B9;text-decoration:none;margin-top:auto;padding-top:4px;transition:gap .2s}
.channel-card-action:hover{gap:10px}
.channel-card-action .oi{font-size:11px}
.channel-card--pink .channel-icon-wrap{background:#fe0b8814;border-color:#fe0b882e}
.channel-card--pink .channel-icon-wrap .oi{color:#FE0B88}
.channel-card--pink .channel-card-action{color:#FE0B88}
.channel-card--pink::before{background:linear-gradient(180deg,#FE0B88,#06D3B9)}
@media (max-width: 1024px) {
.hero-ct-holder{gap:32px}
.form-section-holder{gap:40px}
.form-side-info{flex:0 0 220px}
.channels-grid{grid-template-columns:repeat(2,1fr)}
.extra-top{flex-direction:column;align-items:flex-start}
}
@media (max-width: 768px) {
.hero-ct{padding:52px 16px 44px}
.hero-ct-holder{flex-direction:column;gap:36px}
.hero-ct-visual{width:100%;min-width:unset}
.ct-info-card{flex:1 1 auto}
.form-section{padding:48px 16px 56px}
.form-section-holder{flex-direction:column;gap:36px}
.form-side-info{flex:none;width:100%}
.MinimalistFm{padding:28px 20px}
.FmRow{flex-direction:column;gap:16px}
.extra-section{padding:48px 16px 56px}
.channels-grid{grid-template-columns:1fr}
.extra-top-h3{font-size:24px}
}
@media (max-width: 480px) {
.hero-ct-h1{font-size:28px}
.FmRadioRow{flex-direction:column}
.FmRadioItem label{width:100%}
}
.ab-hero-wrap{position:relative;background:#01050C;overflow:hidden;padding:80px 20px 100px}
.ab-hero-wrap .bg-arc-left{position:absolute;top:-120px;left:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#06d3b921,transparent 70%);pointer-events:none}
.ab-hero-wrap .bg-arc-right{position:absolute;bottom:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle at 60% 60%,#fe0b881c,transparent 70%);pointer-events:none}
.ab-hero-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.ab-circle-composition{position:relative;flex-shrink:0;width:320px;height:320px}
.ab-circle-composition .outer-ring{position:absolute;inset:0;border-radius:50%;border:2px solid #06d3b940;box-shadow:0 0 40px #06d3b914}
.ab-circle-composition .mid-ring{position:absolute;inset:20px;border-radius:50%;border:1px dashed #fe0b882e}
.ab-circle-composition .inner-fill{position:absolute;inset:44px;border-radius:50%;background:linear-gradient(135deg,#06d3b91f 0%,#01050ce6 60%,#fe0b8814 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;box-shadow:inset 0 4px 20px #06d3b91a 0 0 60px #06d3b90f}
.ab-circle-composition .inner-fill .yr-badge{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#06D3B9;margin-bottom:6px;opacity:.85}
.ab-circle-composition .inner-fill .yr-num{font-size:44px;font-weight:800;color:#fff;line-height:1;text-shadow:0 0 30px #06d3b973}
.ab-circle-composition .inner-fill .yr-label{font-size:12px;color:#ffffff8c;margin-top:4px}
.ab-circle-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#06D3B9;box-shadow:0 0 12px #06D3B9;top:24px;right:80px}
.ab-circle-dot-pink{position:absolute;width:7px;height:7px;border-radius:50%;background:#FE0B88;box-shadow:0 0 10px #FE0B88;bottom:40px;left:30px}
.ab-hero-text{flex:1;min-width:0}
.ab-hero-text .ht-tag{display:inline-block;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#06D3B9;border:1px solid #06d3b94d;border-radius:3px;padding:4px 12px;margin-bottom:20px}
.ab-hero-text .ht-h1{font-size:clamp(28px,4vw,46px);font-weight:800;color:#fff;line-height:1.15;margin:0 0 20px}
.ab-hero-text .ht-h1 .ht-accent{color:#06D3B9;position:relative}
.ab-hero-text .ht-h1 .ht-accent::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#06D3B9,#FE0B88);border-radius:2px}
.ab-hero-text .ht-desc{font-size:16px;line-height:1.75;color:#ffffffad;margin:0 0 32px;max-width:520px}
.ab-hero-stats{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap}
.ab-hero-stats .st-item{display:flex;flex-direction:column;gap:4px}
.ab-hero-stats .st-item .st-val{font-size:26px;font-weight:800;color:#fff}
.ab-hero-stats .st-item .st-val span{color:#06D3B9}
.ab-hero-stats .st-item .st-lbl{font-size:12px;color:#ffffff73;letter-spacing:1px}
.ab-story-section{background:#080d17;padding:90px 20px;position:relative}
.ab-story-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#06D3B9,transparent)}
.ab-story-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.ab-story-left .sl-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#FE0B88;margin-bottom:16px;display:block}
.ab-story-left .sl-h2{font-size:clamp(22px,3vw,36px);font-weight:700;color:#fff;line-height:1.25;margin:0 0 24px}
.ab-story-left .sl-h2::before{content:'';display:block;width:38px;height:3px;background:linear-gradient(90deg,#FE0B88,#06D3B9);margin-bottom:14px;border-radius:2px}
.ab-story-left .sl-body{font-size:15px;line-height:1.8;color:#ffffffa6;margin:0 0 28px}
.ab-img-card{position:relative;border-radius:6px;overflow:hidden}
.ab-img-card img{width:100%;height:260px;object-fit:cover;display:block;border-radius:6px}
.ab-img-card .img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#01050cb3 100%);border-radius:6px}
.ab-img-card .img-tag{position:absolute;bottom:14px;left:14px;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#06D3B9;background:#01050cbf;padding:5px 10px;border-radius:3px;border:1px solid #06d3b94d}
.ab-story-right{display:flex;flex-direction:column;gap:28px}
.ab-pillar-card{background:linear-gradient(135deg,#ffffff08,#06d3b90a);border:1px solid #ffffff12;border-radius:6px;padding:24px 26px;transition:border-color 0.3s,box-shadow .3s}
.ab-pillar-card:hover{border-color:#06d3b94d;box-shadow:0 6px 24px #06d3b914}
.ab-pillar-card .pc-icon{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#06d3b926,#fe0b8814);display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#06D3B9;font-size:16px}
.ab-pillar-card .pc-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:8px}
.ab-pillar-card .pc-text{font-size:13.5px;line-height:1.7;color:#ffffff91;margin:0}
.ab-approach-section{background:#01050C;padding:90px 20px;position:relative;overflow:hidden}
.ab-approach-section .diag-bg{position:absolute;top:-100px;right:-200px;width:600px;height:600px;background:linear-gradient(135deg,#06d3b90a 0%,transparent 60%);transform:rotate(-25deg);pointer-events:none}
.ab-approach-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#fe0b8866,transparent)}
.ab-approach-inner{max-width:1200px;margin:0 auto}
.ab-approach-hd{text-align:center;margin-bottom:60px}
.ab-approach-hd .ahd-sub{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#06D3B9;display:block;margin-bottom:14px}
.ab-approach-hd .ahd-h2{font-size:clamp(22px,3vw,36px);font-weight:700;color:#fff;margin:0 0 16px}
.ab-approach-hd .ahd-desc{font-size:15px;color:#ffffff8c;max-width:540px;margin:0 auto;line-height:1.7}
.ab-img-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto;gap:16px;margin-bottom:60px}
.ab-img-grid .ig-main{grid-row:span 2;border-radius:6px;overflow:hidden;position:relative}
.ab-img-grid .ig-main img{width:100%;height:340px;object-fit:cover;display:block}
.ab-img-grid .ig-sm{border-radius:6px;overflow:hidden}
.ab-img-grid .ig-sm img{width:100%;height:160px;object-fit:cover;display:block}
.ab-img-grid .ig-wide{grid-column:span 2;border-radius:6px;overflow:hidden}
.ab-img-grid .ig-wide img{width:100%;height:160px;object-fit:cover;display:block}
.ab-steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.ab-step-item{position:relative;padding:28px 20px;background:linear-gradient(145deg,#ffffff06,#06d3b908);border:1px solid #ffffff0f;border-radius:5px;transition:transform 0.3s,border-color .3s}
.ab-step-item:hover{transform:translateY(-4px);border-color:#06d3b938}
.ab-step-item::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#06D3B9,#FE0B88);border-radius:5px 5px 0 0;opacity:0;transition:opacity .3s}
.ab-step-item:hover::before{opacity:1}
.ab-step-item .si-num{font-size:36px;font-weight:900;color:#06d3b91f;line-height:1;margin-bottom:12px;letter-spacing:-2px}
.ab-step-item .si-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:8px}
.ab-step-item .si-text{font-size:13px;line-height:1.65;color:#ffffff80;margin:0}
.ab-cta-strip{margin-top:60px;background:linear-gradient(110deg,#06d3b91a 0%,#fe0b880f 100%);border:1px solid #06d3b92e;border-radius:8px;padding:40px 48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px}
.ab-cta-strip .cs-text-wrap{flex:1}
.ab-cta-strip .cs-title{font-size:22px;font-weight:700;color:#fff;margin-bottom:8px}
.ab-cta-strip .cs-sub{font-size:14px;color:#ffffff8c;line-height:1.6}
.ab-cta-strip .cs-btns{display:flex;flex-direction:row;gap:14px;flex-shrink:0}
.BtnPrimary{display:inline-block;padding:13px 28px;background:linear-gradient(135deg,#06D3B9,#04b09a);color:#01050C;font-size:14px;font-weight:700;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:opacity 0.25s,transform .2s;position:relative;z-index:2}
.BtnPrimary:hover{opacity:.88;transform:translateY(-2px)}
.BtnOutline{display:inline-block;padding:12px 26px;background:transparent;color:#06D3B9;font-size:14px;font-weight:600;border-radius:4px;text-decoration:none;border:1px solid #06d3b973;cursor:pointer;transition:background 0.25s,border-color 0.25s,transform .2s;position:relative;z-index:2}
.BtnOutline:hover{background:#06d3b914;border-color:#06D3B9;transform:translateY(-2px)}
@media (max-width: 1024px) {
.ab-hero-inner{gap:40px}
.ab-story-inner{grid-template-columns:1fr;gap:48px}
.ab-steps-row{grid-template-columns:repeat(2,1fr)}
.ab-img-grid{grid-template-columns:1fr 1fr}
.ab-img-grid .ig-main{grid-column:span 2;grid-row:auto}
.ab-img-grid .ig-wide{grid-column:span 2}
}
@media (max-width: 768px) {
.ab-hero-inner{flex-direction:column;gap:40px;text-align:center}
.ab-circle-composition{width:240px;height:240px}
.ab-hero-stats{justify-content:center}
.ab-hero-text .ht-desc{margin-left:auto;margin-right:auto}
.ab-steps-row{grid-template-columns:1fr}
.ab-cta-strip{flex-direction:column;text-align:center;padding:32px 24px}
.ab-cta-strip .cs-btns{flex-direction:column;align-items:center}
.ab-img-grid{grid-template-columns:1fr}
.ab-img-grid .ig-main,.ab-img-grid .ig-wide{grid-column:auto}
.ab-hero-wrap{padding:60px 16px 80px}
.ab-story-section,.ab-approach-section{padding:60px 16px}
}
@media (max-width: 480px) {
.ab-circle-composition .inner-fill .yr-num{font-size:34px}
.ab-hero-text .ht-h1{font-size:26px}
}
.prtnr-hero-holder{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.prtnr-hero-holder .bg-img-wrap{position:absolute;inset:0;z-index:0}
.prtnr-hero-holder .bg-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.prtnr-hero-holder .bg-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#01050cb8 0%,#01050c8c 40%,#01050cf2 100%)}
.prtnr-hero-holder .deco-shape-a{position:absolute;width:320px;height:320px;border:1px solid #06d3b914;border-radius:50%;top:-80px;right:-60px;z-index:1;pointer-events:none}
.prtnr-hero-holder .deco-shape-b{position:absolute;width:180px;height:180px;border:1px solid #fe0b8812;border-radius:50%;bottom:40px;left:5%;z-index:1;pointer-events:none}
.prtnr-hero-holder .deco-shape-c{position:absolute;width:60px;height:60px;background:#06d3b90d;transform:rotate(45deg);top:30%;right:18%;z-index:1;pointer-events:none}
.prtnr-hero-ct{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 24px 90px;width:100%}
.prtnr-hero-ct .PrtnrBadge{display:inline-flex;align-items:center;gap:8px;background:#06d3b91f;border:1px solid #06d3b94d;border-radius:4px;padding:5px 14px;margin-bottom:24px}
.prtnr-hero-ct .PrtnrBadge span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#06D3B9}
.prtnr-hero-ct .HdMain{font-size:clamp(28px,5vw,52px);font-weight:700;color:#fff;line-height:1.18;max-width:600px;margin-bottom:28px}
.prtnr-hero-ct .HdMain em{font-style:normal;color:#06D3B9}
.prtnr-pts-list{list-style:none;padding:0;margin:0 0 36px;display:flex;flex-direction:column;gap:14px;max-width:500px}
.prtnr-pts-list li{display:flex;align-items:flex-start;gap:12px;color:#ffffffd1;font-size:15px;line-height:1.5}
.prtnr-pts-list li .pt-icon{flex-shrink:0;width:22px;height:22px;background:linear-gradient(135deg,#06D3B9,#FE0B88);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}
.prtnr-pts-list li .pt-icon .oi{font-size:10px;color:#fff}
.BtPrimary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#06D3B9 0%,#FE0B88 100%);color:#fff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;position:relative;z-index:5;transition:opacity 0.25s,transform .2s}
.BtPrimary:hover{opacity:.9;transform:translateY(-2px)}
.prtnr-value-sect{background:#01050C;padding:80px 0 90px}
.prtnr-value-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.SectLbl{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.SectLbl::before{content:'';display:block;width:28px;height:3px;background:linear-gradient(90deg,#06D3B9,#FE0B88);border-radius:2px}
.SectLbl span{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#06D3B9}
.prtnr-value-inner .HdSect{font-size:clamp(22px,3.5vw,36px);font-weight:700;color:#fff;line-height:1.25;max-width:560px;margin-bottom:16px}
.prtnr-value-inner .HdSect strong{color:#FE0B88}
.prtnr-value-inner .SubTxt{color:#fff9;font-size:15px;line-height:1.7;max-width:520px;margin-bottom:52px}
.prtnr-grid-asymm{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px}
.PCard{background:#ffffff0a;border:1px solid #ffffff12;border-radius:6px;padding:28px 26px;position:relative;overflow:hidden;transition:border-color 0.25s,box-shadow .25s}
.PCard:hover{border-color:#06d3b94d;box-shadow:0 8px 32px #06d3b912}
.PCard::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#06D3B9,#FE0B88);opacity:0;transition:opacity .25s}
.PCard:hover::before{opacity:1}
.PCard--wide{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;gap:32px}
.PCard--accent{background:linear-gradient(145deg,#06d3b91a 0%,#fe0b880f 100%);border-color:#06d3b933}
.PCard .CardIco{width:44px;height:44px;background:linear-gradient(135deg,#06d3b92e,#fe0b881f);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}
.PCard .CardIco .oi{font-size:18px;color:#06D3B9}
.PCard--wide .CardIco{margin-bottom:0}
.PCard .CardTtl{font-size:17px;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.3}
.PCard .CardDesc{font-size:14px;color:#fff9;line-height:1.65;margin:0}
.PCard--wide .wide-txt{flex:1;min-width:0}
.PCard--wide .wide-img-wrap{flex-shrink:0;width:280px;height:180px;border-radius:4px;overflow:hidden}
.PCard--wide .wide-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.prtnr-steps-wrap{margin-top:60px;padding-top:56px;border-top:1px solid #ffffff12}
.prtnr-steps-wrap .StepHd{font-size:20px;font-weight:600;color:#fff;margin-bottom:32px;text-align:center}
.StepsRow{display:flex;flex-direction:row;gap:0;position:relative}
.StepsRow::before{content:'';position:absolute;top:22px;left:44px;right:44px;height:1px;background:linear-gradient(90deg,#06D3B9,#FE0B88);opacity:.3;z-index:0}
.StepItem{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;padding:0 12px}
.StepItem .StepNum{width:44px;height:44px;border-radius:50%;background:#01050C;border:2px solid #06D3B9;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#06D3B9;margin-bottom:14px;flex-shrink:0}
.StepItem .StepLbl{font-size:13px;font-weight:600;color:#fff;margin-bottom:6px}
.StepItem .StepTxt{font-size:12px;color:#ffffff80;line-height:1.55}
.prtnr-contact-bar{margin-top:64px;background:linear-gradient(100deg,#06d3b91a 0%,#fe0b8814 100%);border:1px solid #06d3b92e;border-radius:6px;padding:36px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}
.prtnr-contact-bar .CtTxt h4{font-size:20px;font-weight:700;color:#fff;margin-bottom:6px}
.prtnr-contact-bar .CtTxt p{font-size:14px;color:#fff9;margin:0}
.prtnr-contact-bar .CtActions{display:flex;flex-direction:row;gap:14px;flex-shrink:0}
.BtOutline{display:inline-flex;align-items:center;gap:8px;border:1px solid #06D3B9;color:#06D3B9;background:transparent;font-size:14px;font-weight:600;padding:12px 24px;border-radius:4px;text-decoration:none;transition:background 0.2s,color .2s;position:relative;z-index:5}
.BtOutline:hover{background:#06d3b91a;color:#06D3B9}
@media (max-width: 1024px) {
.prtnr-grid-asymm{gap:16px}
.PCard--wide .wide-img-wrap{width:200px;height:140px}
}
@media (max-width: 768px) {
.prtnr-hero-holder{min-height:420px}
.prtnr-grid-asymm{grid-template-columns:1fr}
.PCard--wide{flex-direction:column;align-items:flex-start}
.PCard--wide .wide-img-wrap{width:100%;height:180px}
.StepsRow{flex-direction:column;gap:24px}
.StepsRow::before{display:none}
.StepItem{flex-direction:row;align-items:flex-start;text-align:left;gap:16px}
.StepItem .StepNum{margin-bottom:0}
.prtnr-contact-bar{flex-direction:column;align-items:flex-start;padding:28px 24px}
.prtnr-contact-bar .CtActions{flex-direction:column;width:100%}
.BtPrimary,.BtOutline{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.prtnr-hero-ct{padding:60px 16px 70px}
.prtnr-value-inner{padding:0 16px}
.prtnr-value-sect{padding:60px 0 70px}
}
.SuccessHolder{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#01050C;position:relative;overflow:hidden;padding:60px 20px}
.SuccessHolder .BgGlow{position:absolute;border-radius:50%;pointer-events:none;z-index:0}
.SuccessHolder .BgGlow--cyan{width:480px;height:480px;background:radial-gradient(circle,#06d3b921 0%,#06d3b908 55%,transparent 75%);top:50%;left:50%;transform:translate(-50%,-50%)}
.SuccessHolder .BgGlow--pink{width:320px;height:320px;background:radial-gradient(circle,#fe0b8817 0%,transparent 70%);top:30%;right:10%}
.SuccessHolder .BgGlow--deep{width:600px;height:200px;background:linear-gradient(135deg,#06d3b90d 0%,#fe0b880a 100%);bottom:0;left:0;border-radius:0}
.SuccessCircleWrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:680px;width:100%;margin:0 auto}
.SuccessCircleOuter{position:relative;width:340px;height:340px;display:flex;align-items:center;justify-content:center;margin-bottom:48px}
.SuccessCircleOuter::before{content:'';position:absolute;inset:0;border-radius:50%;border:1.5px solid #06d3b940;box-shadow:0 0 40px #06d3b91a inset 0 0 32px #06d3b90f;animation:RotateBorder 10s linear infinite}
.SuccessCircleOuter::after{content:'';position:absolute;inset:18px;border-radius:50%;border:1px dashed #fe0b882e;animation:RotateBorder 16s linear infinite reverse}
@keyframes RotateBorder {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.SuccessCircleInner{position:relative;z-index:3;width:220px;height:220px;border-radius:50%;background:linear-gradient(145deg,#06d3b914 0%,#01050cf2 60%,#fe0b8812 100%);border:1px solid #06d3b938;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 32px #06d3b91f 0 2px 8px #0009 inset 0 4px 12px #06d3b912}
.SuccessCircleInner .CheckIco{width:52px;height:52px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}
.SuccessCircleInner .CheckIco svg{width:52px;height:52px}
.SuccessCircleInner .InnerLbl{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#06D3B9;opacity:.75;line-height:1.4;text-align:center;padding:0 20px}
.CircleFlare{position:absolute;pointer-events:none}
.CircleFlare--1{width:8px;height:8px;border-radius:50%;background:#06D3B9;box-shadow:0 0 14px 4px #06d3b999;top:14px;left:50%;transform:translateX(-50%);animation:PulseDot 3s ease-in-out infinite}
.CircleFlare--2{width:5px;height:5px;border-radius:50%;background:#FE0B88;box-shadow:0 0 10px 3px #fe0b888c;bottom:22px;right:28px;animation:PulseDot 4s ease-in-out infinite 1.2s}
.CircleFlare--3{width:4px;height:4px;border-radius:50%;background:#06D3B9;box-shadow:0 0 8px 3px #06d3b980;top:60px;left:12px;animation:PulseDot 5s ease-in-out infinite 2s}
@keyframes PulseDot {
0%,100%{opacity:.5;transform:scale(1)}
50%{opacity:1;transform:scale(1.35)}
}
.SuccessTxtBlock{text-align:center;max-width:560px;width:100%}
.SuccessTxtBlock .TitleMain{font-size:2rem;font-weight:700;color:#f0f8ff;line-height:1.25;margin-bottom:16px;letter-spacing:-.3px}
.SuccessTxtBlock .TitleMain .AccentWord{color:#06D3B9;position:relative;display:inline-block}
.SuccessTxtBlock .TitleMain .AccentWord::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#06D3B9,#06d3b933);border-radius:2px}
.SuccessTxtBlock .SubTxt{font-size:.98rem;color:#f0f8ff9e;line-height:1.7;margin-bottom:28px;padding:0 12px}
.SuccessTxtBlock .SubTxt strong{color:#f0f8ffe0;font-weight:600}
.SuccessStepRow{display:flex;flex-direction:row;gap:16px;justify-content:center;margin-bottom:36px;flex-wrap:wrap}
.StepPill{display:flex;flex-direction:row;align-items:center;gap:8px;background:#06d3b90f;border:1px solid #06d3b929;border-radius:6px;padding:10px 16px;min-width:140px}
.StepPill .PillNum{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#06D3B9 0%,#06d3b980 100%);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#01050C;flex-shrink:0}
.StepPill .PillTxt{font-size:.78rem;color:#f0f8ffa6;line-height:1.35;text-align:left}
.SuccessCtaRow{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.BtPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#06D3B9 0%,#06d3b9bf 100%);color:#01050C;font-weight:700;font-size:.88rem;letter-spacing:.3px;padding:12px 26px;border-radius:5px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 16px #06d3b938;transition:box-shadow .22s ease,transform .18s ease,background .2s ease;position:relative;z-index:5}
.BtPrimary:hover{box-shadow:0 6px 24px #06d3b961;transform:translateY(-1px);background:linear-gradient(135deg,#06D3B9 20%,#06d3b9e6 100%)}
.BtSecondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#f0f8ffbf;font-weight:600;font-size:.88rem;padding:12px 26px;border-radius:5px;text-decoration:none;border:1px solid #f0f8ff26;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease;position:relative;z-index:5}
.BtSecondary:hover{border-color:#fe0b8873;color:#FE0B88;background:#fe0b880d}
.DiagDivider{width:100%;max-width:400px;height:1px;background:linear-gradient(90deg,transparent 0%,#06d3b94d 30%,#fe0b8833 70%,transparent 100%);margin:32px auto}
.ConfirmNote{text-align:center;max-width:460px;margin:0 auto;position:relative;z-index:2}
.ConfirmNote .NoteBox{display:inline-flex;align-items:flex-start;gap:12px;background:#fe0b880d;border:1px solid #fe0b8826;border-radius:6px;padding:14px 18px;text-align:left}
.ConfirmNote .NoteBox .NoteIco{color:#FE0B88;font-size:1rem;flex-shrink:0;margin-top:1px;opacity:.85}
.ConfirmNote .NoteBox .NoteTxt{font-size:.8rem;color:#f0f8ff8c;line-height:1.55}
.ConfirmNote .NoteBox .NoteTxt strong{color:#f0f8ffc7;font-weight:600}
@media (max-width: 768px) {
.SuccessCircleOuter{width:260px;height:260px}
.SuccessCircleInner{width:168px;height:168px}
.SuccessCircleInner .CheckIco{width:40px;height:40px}
.SuccessCircleInner .CheckIco svg{width:40px;height:40px}
.SuccessTxtBlock .TitleMain{font-size:1.55rem}
.SuccessStepRow{flex-direction:column;align-items:center}
.StepPill{width:100%;max-width:280px}
.SuccessCtaRow{flex-direction:column;align-items:center}
.BtPrimary,.BtSecondary{width:100%;max-width:280px;justify-content:center}
}
@media (max-width: 480px) {
.SuccessHolder{padding:40px 16px}
.SuccessCircleOuter{width:220px;height:220px;margin-bottom:32px}
.SuccessCircleInner{width:142px;height:142px}
.SuccessTxtBlock .TitleMain{font-size:1.3rem}
.SuccessTxtBlock .SubTxt{font-size:.9rem}
}