:root{font-size:16px}
html,body{font-family:'Source Sans Pro',sans-serif;background:#f4f6fa;color:#22293A;margin:0;padding:0;line-height:1.6}
.hdrWrapper{background:linear-gradient(195deg,#22293A 0%,#804AAF 50%,#E8EEF7 100%);border-bottom:3px solid #804AAF;box-shadow:0 4px 8px #22293a2e}
.hdrRow1{text-align:center;padding:32px 20px 14px}
.hdrBrand{font-family:'Alegreya',serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:#fff;letter-spacing:.03em;text-shadow:0 2px 6px #22293a59;display:block;line-height:1.1}
.hdrTagline{font-family:'Source Sans Pro',sans-serif;font-size:clamp(0.85rem,2vw,1.05rem);color:#E8EEF7;margin-top:6px;font-weight:400;letter-spacing:.08em;display:block;opacity:.9}
.hdrRow2{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:14px 28px 18px;gap:20px}
.hdrLogoWrapper{flex-shrink:0}
.hdrLogoWrapper a{display:flex;align-items:center;text-decoration:none}
.hdrLogoWrapper img{height:90px;width:90px;object-fit:contain;border-radius:12px;background:#fff;padding:6px;box-shadow:0 2px 8px #22293a38}
.nvgtnWrapper{flex:1;display:flex;justify-content:flex-end;align-items:center}
.mainNvgtn{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.mainNvgtn li{position:relative}
.mainNvgtn li a{display:block;padding:9px 18px;font-family:'Source Sans Pro',sans-serif;font-size:.95rem;font-weight:700;color:#E8EEF7;text-decoration:none;border-radius:4px;border:1px solid transparent;transition:background .18s ease-in,color .18s ease-in;white-space:nowrap}
.mainNvgtn li a:hover,.mainNvgtn li a:focus{background:#e8eef72e;border-color:#e8eef759;color:#fff;outline:none}
.mainNvgtn li.hasSubMnu > a::after{content:' ▾';font-size:.75rem;opacity:.8}
.subMnuWrapper{position:absolute;top:calc(100% + 6px);right:0;min-width:190px;background:#fff;border:1px solid #c8ccd6;border-radius:6px;box-shadow:0 6px 18px #22293a2e;z-index:999;padding:6px 0;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease-in,transform .18s ease-in}
.mainNvgtn li.hasSubMnu:hover .subMnuWrapper,.mainNvgtn li.hasSubMnu:focus-within .subMnuWrapper{opacity:1;pointer-events:auto;transform:translateY(0)}
.subMnuWrapper a{display:block;padding:9px 18px;font-family:'Source Sans Pro',sans-serif;font-size:.92rem;font-weight:400;color:#22293A;text-decoration:none;border-radius:0;border:none;background:transparent;transition:background .15s ease-in}
.subMnuWrapper a:hover,.subMnuWrapper a:focus{background:#E8EEF7;color:#804AAF}
.ftrWrapper{background:linear-gradient(195deg,#22293A 0%,#3a2d54 100%);color:#E8EEF7;margin-top:60px;border-top:3px solid #804AAF}
.ftrInner{max-width:1400px;margin:0 auto;padding:44px 28px 24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.ftrBrand{display:flex;flex-direction:column;gap:10px}
.ftrBrand .ftrLogo{height:64px;width:64px;object-fit:contain;background:#fff;border-radius:10px;padding:5px;box-shadow:0 2px 6px #00000040}
.ftrBrand .ftrBrandName{font-family:'Alegreya',serif;font-size:1.4rem;font-weight:700;color:#fff;margin-top:6px}
.ftrBrand p{font-size:.88rem;color:#b8c2d8;margin:0;line-height:1.55}
.ftrNav{display:flex;flex-direction:column;gap:6px}
.ftrNav h4{font-family:'Alegreya',serif;font-size:1rem;font-weight:700;color:#E8EEF7;margin:0 0 10px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e8eef733;padding-bottom:8px}
.ftrNav a{font-size:.9rem;color:#b8c2d8;text-decoration:none;transition:color .15s ease-in;padding:2px 0}
.ftrNav a:hover{color:#E8EEF7}
.ftrContact{display:flex;flex-direction:column;gap:8px}
.ftrContact h4{font-family:'Alegreya',serif;font-size:1rem;font-weight:700;color:#E8EEF7;margin:0 0 10px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e8eef733;padding-bottom:8px}
.ftrContact p{font-size:.88rem;color:#b8c2d8;margin:0;line-height:1.6;display:flex;align-items:flex-start;gap:8px}
.ftrContact p span.fi{margin-top:3px;flex-shrink:0;border-radius:2px}
.ftrBottom{max-width:1400px;margin:0 auto;padding:16px 28px;border-top:1px solid #e8eef726;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.ftrCopyright{font-size:.82rem;color:#7a8aaa}
.ftrBottomLinks{display:flex;gap:18px;flex-wrap:wrap}
.ftrBottomLinks a{font-size:.82rem;color:#7a8aaa;text-decoration:none;transition:color .15s ease-in}
.ftrBottomLinks a:hover{color:#E8EEF7}
.ckOverlay{position:fixed;inset:0;background:#22293a8c;z-index:9998;display:flex;align-items:center;justify-content:center}
.ckPanel{background:#fff;border-radius:16px;box-shadow:0 8px 40px #22293a52;max-width:680px;width:94vw;padding:36px 36px 28px;transform:translateY(60px);opacity:0;transition:transform .32s ease-in,opacity .32s ease-in;position:relative;z-index:9999}
.ckPanel.showing{transform:translateY(0);opacity:1}
.ckPanel.hiding{transform:translateY(60px);opacity:0}
.ckPanel h3{font-family:'Alegreya',serif;font-size:1.4rem;font-weight:700;color:#22293A;margin:0 0 12px}
.ckPanel p{font-size:.92rem;color:#4a5468;line-height:1.65;margin:0 0 18px}
.ckCategories{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}
.ckCatItem{background:#f4f6fa;border-radius:8px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dce2ee}
.ckCatItem label{font-size:.85rem;color:#22293A;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px}
.ckCatItem label span.ckCatDesc{font-weight:400;color:#6a7590;font-size:.78rem;display:block}
.ckCatItem input[type="checkbox"]{accent-color:#804AAF;width:16px;height:16px;flex-shrink:0}
.ckCatItem.ckAlways{opacity:.7}
.ckBtns{display:flex;gap:14px;justify-content:flex-end;flex-wrap:wrap}
.ckBtnAccept,.ckBtnDecline{padding:11px 32px;border-radius:99px;font-family:'Source Sans Pro',sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;border:2px solid #804AAF;transition:background .18s ease-in,color .18s ease-in;min-width:140px;text-align:center}
.ckBtnAccept{background:#804AAF;color:#fff}
.ckBtnAccept:hover{background:#6a3a95;border-color:#6a3a95}
.ckBtnDecline{background:#fff;color:#804AAF}
.ckBtnDecline:hover{background:#E8EEF7}
@media (max-width: 900px) {
.hdrRow2{flex-direction:column;align-items:center;padding:12px 16px 16px;gap:14px}
.nvgtnWrapper{justify-content:center}
.mainNvgtn{justify-content:center}
.ftrInner{grid-template-columns:1fr 1fr}
.ckCategories{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.hdrRow1{padding:22px 14px 10px}
.hdrRow2{padding:10px 12px 14px}
.ftrInner{grid-template-columns:1fr}
.ftrBottom{flex-direction:column;align-items:flex-start;gap:10px}
.ckPanel{padding:24px 18px 20px}
.ckBtns{justify-content:stretch}
.ckBtnAccept,.ckBtnDecline{width:100%}
}
.legal-area{max-width:860px;margin:0 auto;padding:48px 32px 80px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #22293a1a 0 1px 2px #22293a12}
.legal-area h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.18;color:#22293A;margin:0 0 28px;padding-bottom:18px;border-bottom:3px solid #804AAF;letter-spacing:-.02em}
.legal-area h2{font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:700;line-height:1.25;color:#22293A;margin:48px 0 16px;padding-left:14px;border-left:4px solid #804AAF;letter-spacing:-.01em}
.legal-area h3{font-size:clamp(1.05rem,1.8vw,1.28rem);font-weight:600;line-height:1.3;color:#22293A;margin:36px 0 12px;padding-left:10px;border-left:3px solid #E8EEF7}
.legal-area h4{font-size:clamp(0.97rem,1.5vw,1.1rem);font-weight:600;line-height:1.35;color:#22293A;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em;font-size:.92rem}
.legal-area h5{font-size:.9rem;font-weight:600;line-height:1.4;color:#22293A;margin:22px 0 8px;letter-spacing:.03em}
.legal-area h6{font-size:.84rem;font-weight:600;line-height:1.45;color:#804AAF;margin:18px 0 6px;text-transform:uppercase;letter-spacing:.06em}
.legal-area p{font-size:clamp(0.93rem,1.4vw,1.02rem);line-height:1.82;color:#2e3747;margin:0 0 18px;font-weight:400}
.legal-area p:last-child{margin-bottom:0}
.legal-area ul{margin:4px 0 20px;padding-left:0;list-style:none}
.legal-area ol{margin:4px 0 20px;padding-left:0;list-style:none;counter-reset:policyOlCntr}
.legal-area ul li{font-size:clamp(0.92rem,1.4vw,1.01rem);line-height:1.78;color:#2e3747;padding:5px 0 5px 26px;position:relative}
.legal-area ul li::before{content:"";position:absolute;left:6px;top:14px;width:7px;height:7px;border-radius:50%;background:#804AAF;box-shadow:0 0 0 2px #804aaf2e}
.legal-area ul ul{margin:4px 0 4px 18px}
.legal-area ul ul li::before{width:5px;height:5px;background:transparent;border:2px solid #804AAF;top:15px}
.legal-area ol li{font-size:clamp(0.92rem,1.4vw,1.01rem);line-height:1.78;color:#2e3747;padding:5px 0 5px 34px;position:relative;counter-increment:policyOlCntr}
.legal-area ol li::before{content:counter(policyOlCntr) ".";position:absolute;left:4px;top:5px;font-weight:700;color:#804AAF;font-size:.9rem;min-width:22px;line-height:1.78}
.legal-area ol ol{margin:4px 0 4px 18px;counter-reset:policyOlCntrNested}
.legal-area ol ol li{counter-increment:policyOlCntrNested}
.legal-area ol ol li::before{content:counter(policyOlCntrNested, lower-alpha) ")";color:#555e72;font-weight:600}
.legal-area table{width:100%;border-collapse:collapse;margin:24px 0 32px;font-size:clamp(0.82rem,1.3vw,0.94rem);border-radius:6px;overflow:hidden;box-shadow:0 1px 4px #22293a17 0 0 0 1px #22293a14;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.legal-area thead{background:linear-gradient(195deg,#22293A 0%,#804AAF 100%)}
.legal-area thead tr{border:none}
.legal-area thead th{color:#fff;font-weight:700;font-size:.84rem;letter-spacing:.05em;text-transform:uppercase;padding:13px 18px;text-align:left;white-space:nowrap;border:none;border-right:1px solid #ffffff1f}
.legal-area thead th:last-child{border-right:none}
.legal-area tbody tr{border-bottom:1px solid #E8EEF7;transition:background .15s ease-in}
.legal-area tbody tr:last-child{border-bottom:none}
.legal-area tbody tr:nth-child(even){background:#f7f9fd}
.legal-area tbody tr:hover{background:#804aaf0d}
.legal-area tbody td{padding:11px 18px;color:#2e3747;line-height:1.6;vertical-align:top;border-right:1px solid #E8EEF7;font-size:clamp(0.82rem,1.3vw,0.94rem)}
.legal-area tbody td:last-child{border-right:none}
.legal-area hr{border:none;border-top:1px solid #E8EEF7;margin:40px 0;position:relative}
.legal-area hr::after{content:"";display:block;width:48px;height:3px;background:linear-gradient(90deg,#804AAF,#E8EEF7);border-radius:2px;position:absolute;top:-2px;left:0}
@media (max-width: 768px) {
.legal-area{padding:32px 18px 56px;border-radius:4px}
.legal-area h2{margin-top:36px}
.legal-area h3{margin-top:26px}
.legal-area thead th{padding:10px 12px}
.legal-area tbody td{padding:9px 12px}
}
@media (max-width: 480px) {
.legal-area{padding:22px 12px 40px}
.legal-area h1{padding-bottom:14px}
.legal-area ul li,.legal-area ol li{font-size:.93rem}
.legal-area p{font-size:.93rem;line-height:1.72}
.legal-area hr{margin:28px 0}
}
.lrn-prgrm-wrapper{width:100%;overflow-x:hidden}
.ttlBlck-wrapper{position:relative;min-height:520px;display:flex;align-items:stretch;overflow:hidden;background:#22293A}
.ttlBlck-wrapper .ttlBlck-noiseLyr{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.18;z-index:1;pointer-events:none}
.ttlBlck-wrapper .ttlBlck-gradAccnt{position:absolute;inset:0;background:linear-gradient(195deg,#22293A 0%,#804AAF 50%,#E8EEF7 100%);opacity:.85;z-index:0}
.ttlBlck-inner{position:relative;z-index:2;display:flex;flex-direction:row;align-items:stretch;width:100%;max-width:1400px;margin:0 auto}
.ttlBlck-txtZone{flex:0 0 55%;padding:72px 56px 72px 48px;display:flex;flex-direction:column;justify-content:center;gap:24px}
.ttlBlck-txtZone .ttlBlck-label{display:inline-flex;align-items:center;gap:8px;background:#804aaf40;border:1px solid #804aaf80;border-radius:4px;padding:6px 14px;width:fit-content}
.ttlBlck-txtZone .ttlBlck-label span{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#E8EEF7}
.ttlBlck-txtZone .ttlBlck-h1{font-size:clamp(32px,5vw,58px);font-weight:900;line-height:1.1;color:#fff;margin:0;letter-spacing:-.02em}
.ttlBlck-txtZone .ttlBlck-h1 .ttlBlck-accentWrd{color:transparent;-webkit-text-stroke:2px #E8EEF7}
.ttlBlck-txtZone .ttlBlck-desc{font-size:17px;line-height:1.7;color:#e8eef7d9;max-width:440px;margin:0}
.ttlBlck-txtZone .ttlBlck-ctaBtn{display:inline-flex;align-items:center;gap:10px;background:#804AAF;color:#fff;border:none;border-radius:6px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;width:fit-content;box-shadow:4px 4px 0 #0000004d;transition:transform .15s ease-in,box-shadow .15s ease-in;z-index:10;position:relative}
.ttlBlck-txtZone .ttlBlck-ctaBtn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 #00000059}
.ttlBlck-imgZone{flex:0 0 45%;position:relative;overflow:hidden}
.ttlBlck-imgZone .ttlBlck-filmFrame{position:absolute;inset:0;z-index:2;background:repeating-linear-gradient(0deg,#0000000a 0px,#0000000a 1px,transparent 1px,transparent 4px);pointer-events:none}
.ttlBlck-imgZone .ttlBlck-imgOverlay{position:absolute;inset:0;background:linear-gradient(90deg,#22293A 0%,transparent 35%);z-index:3}
.ttlBlck-imgZone img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(0.75) contrast(1.1)}
.crsBnfts-wrapper{background:#E8EEF7;padding:80px 24px}
.crsBnfts-cntr{max-width:1400px;margin:0 auto}
.crsBnfts-hdrRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:56px}
.crsBnfts-hdrRow .crsBnfts-hdng{font-size:clamp(26px,4vw,42px);font-weight:800;color:#22293A;margin:0;line-height:1.2;max-width:480px;position:relative}
.crsBnfts-hdrRow .crsBnfts-hdng::after{content:'';display:block;width:56px;height:4px;background:#804AAF;border-radius:2px;margin-top:14px}
.crsBnfts-hdrRow .crsBnfts-subTxt{font-size:15px;line-height:1.6;color:#4a5568;max-width:380px;margin:0}
.crsBnfts-grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.crsBnfts-crd{background:#fff;border-radius:12px;padding:32px 28px;box-shadow:2px 4px 8px #22293a14;border:1px solid #22293a12;transition:transform .18s ease-in,box-shadow .18s ease-in;position:relative;overflow:hidden}
.crsBnfts-crd:hover{transform:translateY(-4px);box-shadow:4px 8px 16px #22293a24}
.crsBnfts-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#804AAF,#22293A)}
.crsBnfts-crd .crsBnfts-crdIco{width:44px;height:44px;background:#804aaf1a;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.crsBnfts-crd .crsBnfts-crdTtl{font-size:17px;font-weight:700;color:#22293A;margin:0 0 10px}
.crsBnfts-crd .crsBnfts-crdTxt{font-size:14px;line-height:1.65;color:#5a6478;margin:0}
.crsStrct-wrapper{background:#fff;padding:80px 24px}
.crsStrct-cntr{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.crsStrct-leftCol .crsStrct-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#804AAF;margin:0 0 16px}
.crsStrct-leftCol .crsStrct-h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#22293A;line-height:1.2;margin:0 0 24px}
.crsStrct-leftCol .crsStrct-bodyTxt{font-size:15px;line-height:1.75;color:#4a5568;margin:0 0 32px}
.crsStrct-imgWrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:6px 6px 0 #804AAF}
.crsStrct-imgWrap img{width:100%;height:320px;object-fit:cover;display:block}
.crsStrct-imgWrap .crsStrct-imgBadge{position:absolute;bottom:16px;left:16px;background:#22293A;color:#fff;font-size:13px;font-weight:700;padding:8px 16px;border-radius:6px;border:2px solid #804AAF}
.crsStrct-accrdnWrapper{display:flex;flex-direction:column;gap:0}
.crsStrct-accrdnItem{border-bottom:1px solid #22293a1a}
.crsStrct-accrdnItem input[type="checkbox"]{display:none}
.crsStrct-accrdnItem .crsStrct-accrdnLbl{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 4px;cursor:pointer;gap:16px;user-select:none}
.crsStrct-accrdnItem .crsStrct-accrdnLbl .crsStrct-lblTxt{font-size:15px;font-weight:700;color:#22293A;display:flex;align-items:center;gap:12px}
.crsStrct-accrdnItem .crsStrct-accrdnLbl .crsStrct-lblNum{width:28px;height:28px;background:#E8EEF7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#804AAF;flex-shrink:0}
.crsStrct-accrdnItem .crsStrct-accrdnLbl .crsStrct-arrowIco{width:20px;height:20px;flex-shrink:0;transition:transform .2s ease-in}
.crsStrct-accrdnItem input[type="checkbox"]:checked ~ .crsStrct-accrdnLbl .crsStrct-arrowIco{transform:rotate(180deg)}
.crsStrct-accrdnBody{max-height:0;overflow:hidden;transition:max-height .3s ease-in}
.crsStrct-accrdnItem input[type="checkbox"]:checked ~ .crsStrct-accrdnBody{max-height:240px}
.crsStrct-accrdnBody .crsStrct-accrdnTxt{font-size:14px;line-height:1.7;color:#5a6478;padding:0 4px 20px;margin:0}
.crsStrct-accrdnBody .crsStrct-topicList{display:flex;flex-direction:column;gap:6px;padding:0 4px 20px;margin:0;list-style:none}
.crsStrct-accrdnBody .crsStrct-topicList li{font-size:13px;color:#4a5568;padding-left:18px;position:relative}
.crsStrct-accrdnBody .crsStrct-topicList li::before{content:'›';position:absolute;left:0;color:#804AAF;font-weight:700}
.crsTeam-wrapper{background:linear-gradient(195deg,#22293A 0%,#804AAF 65%,#E8EEF7 100%);padding:80px 24px;position:relative;overflow:hidden}
.crsTeam-wrapper::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;border:40px solid #e8eef712;pointer-events:none}
.crsTeam-cntr{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.crsTeam-topRow{text-align:center;margin-bottom:56px}
.crsTeam-topRow .crsTeam-h2{font-size:clamp(26px,4vw,40px);font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2}
.crsTeam-topRow .crsTeam-subTxt{font-size:16px;line-height:1.65;color:#e8eef7cc;max-width:560px;margin:0 auto}
.crsTeam-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.crsTeam-prtrtCard{background:#ffffff12;border:1px solid #ffffff26;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;backdrop-filter:blur(4px)}
.crsTeam-prtrtCard .crsTeam-prtrtTop{display:flex;flex-direction:row;align-items:center;gap:20px;padding:24px 24px 0}
.crsTeam-prtrtCard .crsTeam-imgCircle{width:72px;height:72px;border-radius:50%;overflow:hidden;border:3px solid #804AAF;flex-shrink:0}
.crsTeam-prtrtCard .crsTeam-imgCircle img{width:100%;height:100%;object-fit:cover;object-position:top center}
.crsTeam-prtrtCard .crsTeam-nameBlock .crsTeam-name{font-size:16px;font-weight:700;color:#fff;margin:0 0 4px}
.crsTeam-prtrtCard .crsTeam-nameBlock .crsTeam-role{font-size:12px;font-weight:600;color:#804aafe6;text-transform:uppercase;letter-spacing:.08em;background:#804aaf26;display:inline-block;padding:2px 8px;border-radius:3px}
.crsTeam-prtrtCard .crsTeam-quote{font-size:14px;line-height:1.7;color:#e8eef7d1;padding:18px 24px 24px;margin:0;border-top:1px solid #ffffff14;margin-top:18px}
.crsTeam-metaPanel{display:flex;flex-direction:column;gap:20px}
.crsTeam-statRow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.crsTeam-statBox{background:#ffffff1a;border:1px solid #ffffff1f;border-radius:12px;padding:22px 20px;text-align:center}
.crsTeam-statBox .crsTeam-statNum{font-size:32px;font-weight:900;color:#fff;line-height:1;margin-bottom:6px}
.crsTeam-statBox .crsTeam-statLbl{font-size:12px;color:#e8eef7b3;font-weight:500}
.crsTeam-enrollBox{background:#804AAF;border-radius:12px;padding:28px 24px;display:flex;flex-direction:column;gap:16px}
.crsTeam-enrollBox .crsTeam-enrllTtl{font-size:18px;font-weight:800;color:#fff;margin:0}
.crsTeam-enrollBox .crsTeam-enrllTxt{font-size:14px;line-height:1.6;color:#ffffffd9;margin:0}
.crsTeam-enrollBox .crsTeam-enrllBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#22293A;font-size:14px;font-weight:700;padding:12px 24px;border-radius:6px;text-decoration:none;box-shadow:3px 3px 0 #0003;transition:transform .15s ease-in,box-shadow .15s ease-in;z-index:10;position:relative}
.crsTeam-enrollBox .crsTeam-enrllBtn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 #00000040}
.divider-wave{width:100%;line-height:0;overflow:hidden}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.crsBnfts-grid6{grid-template-columns:repeat(2,1fr)}
.crsStrct-cntr{grid-template-columns:1fr;gap:40px}
.crsTeam-layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.ttlBlck-inner{flex-direction:column}
.ttlBlck-txtZone{flex:0 0 auto;padding:48px 24px 40px}
.ttlBlck-imgZone{flex:0 0 260px}
.crsBnfts-hdrRow{flex-direction:column;align-items:flex-start}
.crsBnfts-grid6{grid-template-columns:1fr}
.crsTeam-statRow{grid-template-columns:1fr 1fr}
}
@media (max-width: 480px) {
.ttlBlck-txtZone{padding:36px 16px 32px}
.crsBnfts-wrapper,.crsStrct-wrapper,.crsTeam-wrapper{padding:56px 16px}
.ttlBlck-wrapper{min-height:auto}
}
.ttlBlck-wrapper{position:relative;overflow:hidden;background:linear-gradient(195deg,#22293A 0%,#804AAF 50%,#E8EEF7 100%);padding:80px 20px 100px}
.ttlBlck-wrapper .geoPtrn{position:absolute;inset:0;opacity:.06;background-image:repeating-linear-gradient(45deg,#E8EEF7 0,#E8EEF7 1px,transparent 0,transparent 50%);background-size:28px 28px;pointer-events:none}
.ttlBlck-inner{max-width:1400px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:56px;position:relative;z-index:2}
.ttlBlck-txtArea{flex:1 1 52%;display:flex;flex-direction:column;gap:24px}
.ttlBlck-tagline{display:inline-block;background:#804aaf38;border:1px solid #804aaf8c;color:#E8EEF7;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:2px;width:fit-content}
.ttlBlck-h1{font-size:clamp(32px,5vw,60px);font-weight:700;color:#fff;line-height:1.13;margin:0;position:relative}
.ttlBlck-h1 .acntWord{color:#c49fe8;position:relative}
.ttlBlck-h1 .acntWord::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#804AAF,transparent)}
.ttlBlck-desc{font-size:17px;line-height:1.65;color:#e8eef7d9;max-width:500px;margin:0}
.ttlBlck-actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.ttlBlck-btnPrimary{display:inline-block;background:#804AAF;color:#fff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:background .2s ease-in,box-shadow .2s ease-in;box-shadow:0 4px 18px #804aaf61;position:relative;z-index:5}
.ttlBlck-btnPrimary:hover{background:#6a3a96;box-shadow:0 6px 24px #804aaf8c}
.ttlBlck-btnOutline{display:inline-block;background:transparent;color:#E8EEF7;font-size:15px;font-weight:600;padding:13px 30px;border-radius:4px;text-decoration:none;border:1.5px solid #e8eef780;cursor:pointer;transition:border-color .2s ease-in,background .2s ease-in;z-index:5;position:relative}
.ttlBlck-btnOutline:hover{border-color:#E8EEF7;background:#e8eef714}
.ttlBlck-imgArea{flex:1 1 42%;position:relative;display:flex;align-items:center;justify-content:center}
.ttlBlck-imgClip{width:100%;max-width:460px;aspect-ratio:4/3;clip-path:polygon(12% 0%,100% 0%,88% 100%,0% 100%);overflow:hidden;border-radius:4px;box-shadow:6px 6px 0 #22293a73;position:relative}
.ttlBlck-imgClip img{width:100%;height:100%;object-fit:cover;display:block}
.ttlBlck-diagDeco{position:absolute;top:-18px;right:-18px;width:80px;height:80px;border:2px solid #804aaf66;border-radius:4px;transform:rotate(18deg)}
.ttlBlck-stats{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap;margin-top:8px}
.ttlBlck-statItem{display:flex;flex-direction:column;gap:2px}
.ttlBlck-statNum{font-size:26px;font-weight:700;color:#c49fe8;line-height:1}
.ttlBlck-statLbl{font-size:12px;color:#e8eef7a6;letter-spacing:.5px}
.wvDivider{display:block;width:100%;overflow:hidden;line-height:0;background:#22293A}
.wvDivider svg{display:block;width:100%}
.growthSec-wrapper{background:#fff;padding:88px 20px}
.growthSec-inner{max-width:1400px;margin:0 auto}
.growthSec-hdrArea{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:56px;max-width:600px}
.growthSec-eyebrow{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#804AAF;font-weight:600}
.growthSec-h2{font-size:clamp(26px,3.5vw,42px);font-weight:700;color:#22293A;margin:0;line-height:1.2}
.growthSec-h2 .lnAccnt{position:relative;display:inline-block}
.growthSec-h2 .lnAccnt::before{content:'';position:absolute;left:0;bottom:-5px;width:60%;height:3px;background:linear-gradient(90deg,#804AAF,#E8EEF7);border-radius:2px}
.growthSec-sub{font-size:15px;line-height:1.6;color:#5a6278;margin:0;max-width:520px}
.growthSec-gridMain{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:28px}
.growthPathCard{background:#F4F0FA;border-radius:12px;padding:36px 32px;display:flex;flex-direction:column;gap:18px;border-left:4px solid #804AAF;box-shadow:2px 4px 14px #22293a12;transition:box-shadow .2s ease-in,transform .2s ease-in}
.growthPathCard:hover{box-shadow:4px 8px 24px #804aaf2e;transform:translateY(-3px)}
.growthPathCard.wideCard{grid-column:1 / -1;flex-direction:row;gap:36px;align-items:flex-start;background:linear-gradient(135deg,#22293A 0%,#3d2f5e 100%);border-left:none;border-top:4px solid #804AAF}
.growthPathCard .crdIcn{width:44px;height:44px;flex-shrink:0}
.growthPathCard .crdTtl{font-size:18px;font-weight:700;color:#22293A;margin:0;line-height:1.3}
.growthPathCard.wideCard .crdTtl{color:#fff}
.growthPathCard .crdTxt{font-size:14px;line-height:1.65;color:#4a5168;margin:0}
.growthPathCard.wideCard .crdTxt{color:#e8eef7cc}
.growthPathCard .crdPills{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.growthPathCard .crdPill{font-size:11px;font-weight:600;background:#804aaf21;color:#804AAF;padding:4px 12px;border-radius:20px;letter-spacing:.3px}
.growthPathCard.wideCard .crdPill{background:#e8eef71f;color:#E8EEF7}
.wideCard-txtCol{flex:1;display:flex;flex-direction:column;gap:14px}
.wideCard-imgCol{flex:0 0 260px;border-radius:8px;overflow:hidden;box-shadow:4px 4px 0 #00000059}
.wideCard-imgCol img{width:100%;height:200px;object-fit:cover;display:block}
.dotDivider{width:100%;text-align:center;padding:20px 0;background:#fff;position:relative}
.dotDivider::before{content:'';position:absolute;top:50%;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent,#E8EEF7 30%,#804AAF 50%,#E8EEF7 70%,transparent)}
.srcExprt-wrapper{background:#E8EEF7;padding:88px 20px;position:relative;overflow:hidden}
.srcExprt-bgDeco{position:absolute;right:-80px;top:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#804aaf17 0%,transparent 70%);pointer-events:none}
.srcExprt-inner{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.srcExprt-topRow{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:64px}
.srcExprt-txtBlock{display:flex;flex-direction:column;gap:18px}
.srcExprt-eyebrow{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#804AAF;font-weight:600}
.srcExprt-h2{font-size:clamp(24px,3vw,38px);font-weight:700;color:#22293A;margin:0;line-height:1.25}
.srcExprt-para{font-size:15px;line-height:1.7;color:#3d445c;margin:0}
.srcExprt-visualBlock{position:relative}
.srcExprt-imgStack{position:relative;display:flex;align-items:flex-end;justify-content:flex-end}
.srcExprt-imgMain{width:100%;max-width:420px;height:300px;object-fit:cover;border-radius:12px 12px 12px 0;box-shadow:6px 6px 0 #804AAF;display:block}
.srcExprt-imgThumb{position:absolute;left:-30px;bottom:-24px;width:160px;height:120px;object-fit:cover;border-radius:8px;border:4px solid #fff;box-shadow:4px 4px 14px #22293a38}
.srcExprt-metricsRow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.srcExprt-metricCard{background:#fff;border-radius:10px;padding:28px 20px;text-align:center;box-shadow:2px 3px 12px #22293a14;display:flex;flex-direction:column;align-items:center;gap:10px;transition:transform .2s ease-in}
.srcExprt-metricCard:hover{transform:translateY(-4px)}
.srcExprt-mNum{font-size:34px;font-weight:700;color:#804AAF;line-height:1}
.srcExprt-mLbl{font-size:13px;color:#5a6278;line-height:1.4;text-align:center}
.srcExprt-mBar{width:100%;height:3px;background:#E8EEF7;border-radius:2px;overflow:hidden}
.srcExprt-mBarFill{height:3px;background:linear-gradient(90deg,#804AAF,#c49fe8);border-radius:2px;transition:width .3s ease-in}
.srcExprt-reviewRow{margin-top:48px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.srcExprt-reviewCard{background:#fff;border-radius:10px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;box-shadow:2px 3px 10px #22293a0f;border-top:3px solid #E8EEF7;transition:border-color .2s ease-in}
.srcExprt-reviewCard:hover{border-top-color:#804AAF}
.srcExprt-rvStars{display:flex;flex-direction:row;gap:3px}
.srcExprt-star{color:#804AAF;font-size:14px}
.srcExprt-rvTxt{font-size:14px;line-height:1.65;color:#3d445c;margin:0;font-style:italic}
.srcExprt-rvAuth{display:flex;flex-direction:row;align-items:center;gap:12px}
.srcExprt-rvAvtr{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}
.srcExprt-rvName{font-size:13px;font-weight:700;color:#22293A}
.srcExprt-rvRole{font-size:12px;color:#7a82a0}
.triDivider{width:100%;overflow:hidden;line-height:0;background:#E8EEF7}
.triDivider svg{display:block}
.certSec-wrapper{background:linear-gradient(195deg,#22293A 0%,#3a2560 60%,#4d2e7a 100%);padding:88px 20px;position:relative;overflow:hidden}
.certSec-ptrnDeco{position:absolute;inset:0;opacity:.04;background-image:repeating-linear-gradient(135deg,#E8EEF7 0,#E8EEF7 1px,transparent 0,transparent 40px);background-size:56px 56px;pointer-events:none}
.certSec-inner{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.certSec-hdrRow{text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center;gap:14px}
.certSec-eyebrow{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#c49fe8;font-weight:600}
.certSec-h2{font-size:clamp(26px,3.5vw,42px);font-weight:700;color:#fff;margin:0;line-height:1.2}
.certSec-sub{font-size:15px;line-height:1.65;color:#e8eef7bf;max-width:560px}
.certSec-mainGrid{display:grid;grid-template-columns:1fr 1.4fr;gap:44px;align-items:start}
.certSec-leftCol{display:flex;flex-direction:column;gap:20px}
.certDocCard{background:#ffffff12;border:1px solid #e8eef726;border-radius:10px;padding:26px 24px;display:flex;flex-direction:row;gap:18px;align-items:flex-start;transition:background .2s ease-in,border-color .2s ease-in}
.certDocCard:hover{background:#804aaf38;border-color:#804aaf8c}
.certDocCard .dcIcn{flex-shrink:0;width:40px;height:40px}
.certDocCard .dcTtl{font-size:16px;font-weight:700;color:#fff;margin:0 0 6px}
.certDocCard .dcTxt{font-size:13px;line-height:1.6;color:#e8eef7b3;margin:0}
.certSec-rightCol{display:flex;flex-direction:column;gap:28px}
.certSec-showcase{border-radius:12px;overflow:hidden;position:relative}
.certSec-showcase img{width:100%;height:260px;object-fit:cover;display:block}
.certSec-showcase .scBadge{position:absolute;bottom:18px;left:18px;background:#22293ae0;border:1px solid #804aaf80;border-radius:6px;padding:10px 16px;display:flex;flex-direction:column;gap:3px}
.certSec-showcase .scBadge .bdgNum{font-size:22px;font-weight:700;color:#c49fe8;line-height:1}
.certSec-showcase .scBadge .bdgLbl{font-size:11px;color:#e8eef7b3;letter-spacing:.5px}
.certSec-stepsBlock{display:flex;flex-direction:column;gap:0}
.certStep{display:flex;flex-direction:row;gap:18px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #e8eef71a}
.certStep:last-child{border-bottom:none}
.certStep-num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#804aaf59;border:1.5px solid #804AAF;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#c49fe8;line-height:1}
.certStep-body{display:flex;flex-direction:column;gap:4px}
.certStep-ttl{font-size:15px;font-weight:700;color:#fff;margin:0}
.certStep-desc{font-size:13px;line-height:1.55;color:#e8eef7a6;margin:0}
.certSec-ctaRow{margin-top:56px;background:#804aaf2e;border:1px solid #804aaf59;border-radius:14px;padding:40px 36px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.certSec-ctaTxtBlock{display:flex;flex-direction:column;gap:8px}
.certSec-ctaTtl{font-size:22px;font-weight:700;color:#fff;margin:0}
.certSec-ctaDesc{font-size:14px;line-height:1.6;color:#e8eef7bf;margin:0;max-width:480px}
.certSec-ctaBtn{display:inline-block;background:#804AAF;color:#fff;font-size:15px;font-weight:600;padding:16px 36px;border-radius:6px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 18px #804aaf73;transition:background .2s ease-in,box-shadow .2s ease-in;position:relative;z-index:5;flex-shrink:0}
.certSec-ctaBtn:hover{background:#6a3a96;box-shadow:0 6px 28px #804aaf99}
@media (max-width: 1024px) {
.ttlBlck-inner{flex-direction:column;gap:40px}
.ttlBlck-imgArea{width:100%}
.ttlBlck-imgClip{max-width:100%}
.growthSec-gridMain{grid-template-columns:1fr}
.growthPathCard.wideCard{flex-direction:column}
.wideCard-imgCol{flex:none;width:100%}
.srcExprt-topRow{grid-template-columns:1fr;gap:36px}
.srcExprt-metricsRow{grid-template-columns:repeat(2,1fr)}
.srcExprt-reviewRow{grid-template-columns:1fr 1fr}
.certSec-mainGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.ttlBlck-wrapper{padding:56px 16px 72px}
.growthSec-wrapper{padding:56px 16px}
.srcExprt-wrapper{padding:56px 16px}
.certSec-wrapper{padding:56px 16px}
.srcExprt-metricsRow{grid-template-columns:1fr 1fr}
.srcExprt-reviewRow{grid-template-columns:1fr}
.certSec-ctaRow{flex-direction:column;align-items:flex-start}
.ttlBlck-stats{gap:18px}
.srcExprt-imgThumb{display:none}
}
@media (max-width: 480px) {
.srcExprt-metricsRow{grid-template-columns:1fr}
.ttlBlck-actions{flex-direction:column}
.certSec-ctaRow{padding:28px 20px}
}
.cntctPg-titleBlock{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center;background:#22293A}
.cntctPg-titleBlock .imgBg-wrapper{position:absolute;inset:0;z-index:0}
.cntctPg-titleBlock .imgBg-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.32;filter:grayscale(20%)}
.cntctPg-titleBlock .grainOverlay{position:absolute;inset:0;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.6;pointer-events:none}
.cntctPg-titleBlock .dotsPattern{position:absolute;top:0;right:0;width:280px;height:280px;z-index:2;opacity:.18;pointer-events:none}
.cntctPg-titleBlock .txtCntnr-wrapper{position:relative;z-index:3;max-width:1400px;margin:auto;width:100%;padding:72px 48px}
.cntctPg-titleBlock .lightBox7{background:#e8eef7eb;border-radius:16px;padding:40px 48px;max-width:560px;box-shadow:4px 6px 8px #22293a47}
.cntctPg-titleBlock .lightBox7 h1{color:#22293A;font-size:2.1rem;font-weight:700;line-height:1.25;margin:0 0 20px;letter-spacing:-.5px}
.cntctPg-titleBlock .lightBox7 h1 span{color:#804AAF}
.cntctPg-titleBlock .lightBox7 .ptsList{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px}
.cntctPg-titleBlock .lightBox7 .ptsList li{display:flex;align-items:flex-start;gap:10px;color:#22293A;font-size:.97rem;line-height:1.5}
.cntctPg-titleBlock .lightBox7 .ptsList li .ptsDot{width:20px;height:20px;min-width:20px;border-radius:50%;background:linear-gradient(135deg,#804AAF 0%,#22293A 100%);display:flex;align-items:center;justify-content:center;margin-top:2px}
.cntctPg-titleBlock .lightBox7 .ptsList li .ptsDot svg{width:10px;height:10px}
.cntctPg-titleBlock .lightBox7 .btnPrimary9{display:inline-block;background:linear-gradient(135deg,#804AAF 0%,#22293A 100%);color:#E8EEF7;border:none;border-radius:8px;padding:13px 32px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .2s ease-in,box-shadow .2s ease-in;box-shadow:2px 4px 8px #804aaf4d;z-index:10;position:relative}
.cntctPg-titleBlock .lightBox7 .btnPrimary9:hover{opacity:.88;box-shadow:2px 6px 12px #804aaf73}
.cntctPg-formSection{background:#E8EEF7;padding:72px 24px}
.cntctPg-formSection .frmOuter-wrapper{max-width:1400px;margin:auto;display:grid;grid-template-columns:1fr 1.6fr;gap:56px;align-items:start}
.cntctPg-formSection .infoCol-wrapper{display:flex;flex-direction:column;gap:32px}
.cntctPg-formSection .infoCol-wrapper .secLbl{display:inline-flex;align-items:center;gap:8px;background:#804aaf1a;border-left:3px solid #804AAF;padding:6px 14px;border-radius:0 6px 6px 0;color:#804AAF;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.cntctPg-formSection .infoCol-wrapper h2{color:#22293A;font-size:1.65rem;font-weight:700;line-height:1.3;margin:0}
.cntctPg-formSection .infoCol-wrapper h2::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#804AAF,#E8EEF7);margin-top:10px;border-radius:2px}
.cntctPg-formSection .infoCol-wrapper .infoTxt{color:#3a4255;font-size:.96rem;line-height:1.65;margin:0}
.cntctPg-formSection .cntctCards-wrapper{display:flex;flex-direction:column;gap:16px}
.cntctPg-formSection .cntctCards-wrapper .crdItem{background:#fff;border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:14px;box-shadow:2px 3px 6px #22293a14;transition:box-shadow .2s ease-in}
.cntctPg-formSection .cntctCards-wrapper .crdItem:hover{box-shadow:2px 5px 10px #804aaf2e}
.cntctPg-formSection .cntctCards-wrapper .crdItem .crdIcn{width:40px;height:40px;min-width:40px;border-radius:10px;background:linear-gradient(135deg,#804AAF 0%,#22293A 100%);display:flex;align-items:center;justify-content:center}
.cntctPg-formSection .cntctCards-wrapper .crdItem .crdIcn svg{width:18px;height:18px}
.cntctPg-formSection .cntctCards-wrapper .crdItem .crdTxt{display:flex;flex-direction:column;gap:2px}
.cntctPg-formSection .cntctCards-wrapper .crdItem .crdTxt span.lbl{font-size:.75rem;color:#804AAF;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.cntctPg-formSection .cntctCards-wrapper .crdItem .crdTxt a,.cntctPg-formSection .cntctCards-wrapper .crdItem .crdTxt span.val{font-size:.93rem;color:#22293A;font-weight:500;text-decoration:none;line-height:1.4}
.cntctPg-formSection .cntctCards-wrapper .crdItem .crdTxt a:hover{color:#804AAF}
.cntctPg-formSection .frmCol-wrapper{background:#fff;border-radius:20px;padding:44px;box-shadow:4px 6px 16px #22293a1a}
.cntctPg-formSection .frmCol-wrapper .frmHdr{margin-bottom:32px}
.cntctPg-formSection .frmCol-wrapper .frmHdr h3{color:#22293A;font-size:1.3rem;font-weight:700;margin:0 0 6px}
.cntctPg-formSection .frmCol-wrapper .frmHdr p{color:#5a637a;font-size:.9rem;margin:0;line-height:1.5}
.cntctPg-formSection .frmCol-wrapper .fldGrp-wrapper{display:flex;flex-direction:column;gap:20px}
.cntctPg-formSection .frmCol-wrapper .fldRow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cntctPg-formSection .frmCol-wrapper .fldItem{display:flex;flex-direction:column;gap:6px}
.cntctPg-formSection .frmCol-wrapper .fldItem label{font-size:.84rem;font-weight:600;color:#22293A;letter-spacing:.02em}
.cntctPg-formSection .frmCol-wrapper .fldItem input,.cntctPg-formSection .frmCol-wrapper .fldItem select,.cntctPg-formSection .frmCol-wrapper .fldItem textarea{width:100%;padding:12px 16px;border:1.5px solid #cdd5e0;border-radius:8px;font-size:.93rem;color:#22293A;background:#fafbfc;box-sizing:border-box;transition:border-color .2s ease-in,box-shadow .2s ease-in;outline:none;appearance:none;-webkit-appearance:none}
.cntctPg-formSection .frmCol-wrapper .fldItem input:focus,.cntctPg-formSection .frmCol-wrapper .fldItem select:focus,.cntctPg-formSection .frmCol-wrapper .fldItem textarea:focus{border-color:#804AAF;box-shadow:0 0 0 3px #804aaf1f;background:#fff}
.cntctPg-formSection .frmCol-wrapper .fldItem select{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='%23804AAF' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.cntctPg-formSection .frmCol-wrapper .fldItem textarea{resize:vertical;min-height:90px}
.cntctPg-formSection .frmCol-wrapper .timePrefSection{border:1.5px solid #cdd5e0;border-radius:10px;padding:18px 20px;background:#fafbfc}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timePrefLbl{font-size:.84rem;font-weight:600;color:#22293A;margin:0 0 14px;display:block}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpts-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpt{position:relative}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpt input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpt label{display:inline-block;padding:8px 16px;border:1.5px solid #cdd5e0;border-radius:20px;font-size:.85rem;font-weight:500;color:#3a4255;cursor:pointer;transition:all .2s ease-in;background:#fff;user-select:none}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpt input[type="radio"]:checked + label{background:linear-gradient(135deg,#804AAF,#22293A);color:#E8EEF7;border-color:#804AAF;box-shadow:2px 3px 6px #804aaf40}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpt label:hover{border-color:#804AAF;color:#804AAF}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpt input[type="radio"]:checked + label:hover{color:#E8EEF7}
.cntctPg-formSection .frmCol-wrapper .privacyRow{display:flex;align-items:flex-start;gap:10px}
.cntctPg-formSection .frmCol-wrapper .privacyRow input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#804AAF;cursor:pointer}
.cntctPg-formSection .frmCol-wrapper .privacyRow .prvTxt{font-size:.84rem;color:#5a637a;line-height:1.5}
.cntctPg-formSection .frmCol-wrapper .privacyRow .prvTxt a{color:#804AAF;text-decoration:underline}
.cntctPg-formSection .frmCol-wrapper .privacyRow .prvTxt a:hover{color:#22293A}
.cntctPg-formSection .frmCol-wrapper .btnSubmit-wrapper{display:flex;flex-direction:column;gap:0}
.cntctPg-formSection .frmCol-wrapper .btnSubmit-wrapper button[type="submit"]{width:100%;padding:15px 24px;background:linear-gradient(135deg,#804AAF 0%,#22293A 100%);color:#E8EEF7;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:opacity .2s ease-in,box-shadow .2s ease-in;box-shadow:2px 4px 10px #804aaf4d;position:relative;z-index:5}
.cntctPg-formSection .frmCol-wrapper .btnSubmit-wrapper button[type="submit"]:hover{opacity:.88;box-shadow:2px 6px 16px #804aaf6b}
.cntctPg-formSection .frmCol-wrapper .btnSubmit-wrapper button[type="submit"]:active{opacity:.75;box-shadow:inset 2px 4px 8px #22293a33}
.svgDvdr1{line-height:0;display:block;background:#22293A}
.svgDvdr1 svg{display:block;width:100%}
@media (max-width: 1024px) {
.cntctPg-formSection .frmOuter-wrapper{grid-template-columns:1fr;gap:36px}
.cntctPg-titleBlock .txtCntnr-wrapper{padding:48px 24px}
.cntctPg-formSection .frmCol-wrapper{padding:32px 28px}
}
@media (max-width: 640px) {
.cntctPg-titleBlock{min-height:340px}
.cntctPg-titleBlock .lightBox7{padding:28px 22px}
.cntctPg-titleBlock .lightBox7 h1{font-size:1.5rem}
.cntctPg-formSection{padding:48px 16px}
.cntctPg-formSection .frmCol-wrapper{padding:24px 16px}
.cntctPg-formSection .frmCol-wrapper .fldRow{grid-template-columns:1fr}
.cntctPg-formSection .frmCol-wrapper .timePrefSection .timeOpts-wrapper{gap:8px}
.cntctPg-titleBlock .dotsPattern{width:160px;height:160px}
}
.crrWrpr{max-width:1400px;margin:0 auto;padding:0 16px}
.ttlBlck{position:relative;overflow:hidden;background:linear-gradient(195deg,#22293A 0%,#804AAF 55%,#E8EEF7 100%);padding:80px 0 60px}
.ttlBlck .crrWrpr{display:flex;flex-direction:row;align-items:center;gap:0}
.ttlBg-circles{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.ttlBg-circles span{position:absolute;border-radius:50%;border:2px solid #ffffff17}
.ttlBg-circles span:nth-child(1){width:340px;height:340px;top:-80px;left:-60px}
.ttlBg-circles span:nth-child(2){width:200px;height:200px;top:40px;right:120px;border-color:#804aaf38}
.ttlBg-circles span:nth-child(3){width:120px;height:120px;bottom:-30px;left:38%;border-color:#e8eef721}
.ttlBg-circles span:nth-child(4){width:460px;height:460px;bottom:-200px;right:-80px;border-color:#ffffff0f}
.ttlImgWrpr{flex:0 0 220px;position:relative}
.ttlImgWrpr img{width:200px;height:280px;object-fit:cover;border-radius:16px;display:block;filter:saturate(0.5) brightness(0.7);box-shadow:4px 6px 14px #22293a61}
.ttlImgWrpr .imgOvly{position:absolute;inset:0;border-radius:16px;background:linear-gradient(135deg,#804aaf85 0%,#22293a61 100%)}
.ttlMdTxt{flex:1 1 auto;text-align:center;padding:0 32px}
.ttlMdTxt .ttlPre{display:inline-block;font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#c9aeef;background:#804aaf38;border-radius:20px;padding:5px 18px;margin-bottom:18px}
.ttlMdTxt h1{font-size:clamp(2rem,4vw,3rem);color:#fff;line-height:1.18;margin-bottom:18px;font-weight:700}
.ttlMdTxt h1 em{font-style:normal;color:#c9aeef}
.ttlMdTxt .ttlDesc{font-size:16px;color:#e8eef7e0;line-height:1.7;max-width:480px;margin:0 auto 28px}
.ttlMdTxt .ttlCta{display:inline-block;background:#804AAF;color:#fff;border:none;border-radius:8px;padding:13px 32px;font-size:15px;cursor:pointer;text-decoration:none;box-shadow:0 4px 16px #804aaf5c;transition:background .22s ease-in,box-shadow .22s ease-in}
.ttlMdTxt .ttlCta:hover{background:#6a3a95;box-shadow:0 6px 22px #804aaf85}
.ttlImgWrprR{flex:0 0 220px;display:flex;justify-content:flex-end}
.ttlImgWrprR .ttlPhotoRight{width:200px;height:280px;background:linear-gradient(135deg,#22293A 0%,#804AAF 100%);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;box-shadow:-4px 6px 14px #22293a47}
.ttlImgWrprR .ttlPhotoRight svg{opacity:.7}
.ttlImgWrprR .ttlPhotoRight .statLbl{font-size:13px;color:#ffffffb3;letter-spacing:1px}
.ttlImgWrprR .ttlPhotoRight .statVal{font-size:28px;font-weight:700;color:#fff}
.whySection{padding:80px 0 60px;background:#fff}
.whySection .crrWrpr{display:flex;flex-direction:column;gap:0}
.whyHdr{display:flex;flex-direction:row;align-items:flex-end;gap:40px;margin-bottom:52px}
.whyHdrTxt{flex:1}
.whyHdrTxt .secPre{font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:#804AAF;font-weight:600;display:block;margin-bottom:12px}
.whyHdrTxt h2{font-size:clamp(1.6rem,3vw,2.4rem);color:#22293A;line-height:1.22;margin:0;position:relative;display:inline-block}
.whyHdrTxt h2::after{content:'';display:block;width:52px;height:3px;background:linear-gradient(90deg,#804AAF,#E8EEF7);border-radius:2px;margin-top:12px}
.whyHdrSub{flex:1;font-size:15px;color:#5a607a;line-height:1.72;padding-bottom:6px}
.whyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.whyCard{background:#F7F9FC;border-radius:16px;padding:32px 28px;position:relative;border:1px solid #E8EEF7;box-shadow:2px 4px 8px #22293a0f;transition:box-shadow .22s ease-in,transform .22s ease-in}
.whyCard:hover{box-shadow:4px 8px 20px #804aaf21;transform:translateY(-3px)}
.whyCard .cardIco{width:48px;height:48px;background:linear-gradient(135deg,#804AAF 0%,#22293A 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:inset 2px 2px 6px #0000002e}
.whyCard h4{font-size:16px;color:#22293A;font-weight:700;margin-bottom:10px}
.whyCard p{font-size:14px;color:#5a607a;line-height:1.68;margin:0}
.whyCard .cardTag{position:absolute;top:20px;right:20px;font-size:11px;background:#804aaf1a;color:#804AAF;border-radius:20px;padding:3px 10px;font-weight:600;letter-spacing:.5px}
.posSection{padding:70px 0;background:linear-gradient(170deg,#22293A 0%,#1a1e2e 100%)}
.posSection .crrWrpr{display:flex;flex-direction:column;gap:0}
.posHdr{text-align:center;margin-bottom:50px}
.posHdr .secPre2{font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:#c9aeef;display:block;margin-bottom:12px}
.posHdr h2{font-size:clamp(1.6rem,3vw,2.3rem);color:#fff;margin:0 0 14px}
.posHdr p{font-size:15px;color:#e8eef7b8;max-width:520px;margin:0 auto;line-height:1.7}
.posList{display:flex;flex-direction:column;gap:0}
.posItem{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:28px 32px;border-radius:12px;background:#ffffff0a;border:1px solid #ffffff14;margin-bottom:12px;transition:background .2s ease-in;position:relative;overflow:hidden}
.posItem::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#804AAF,#c9aeef);border-radius:2px 0 0 2px}
.posItem:hover{background:#804aaf1f}
.posItemInfo{display:flex;flex-direction:column;gap:8px}
.posItemInfo h4{font-size:17px;color:#fff;font-weight:700;margin:0}
.posItemInfo .posMeta{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.posItemInfo .posMeta span{font-size:13px;color:#e8eef79e;display:flex;align-items:center;gap:5px}
.posItemInfo .posMeta span svg{opacity:.7;flex-shrink:0}
.posItemInfo p{font-size:14px;color:#e8eef7c7;line-height:1.62;margin:4px 0 0;max-width:680px}
.posItemAction{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}
.posItemAction .posTag{font-size:12px;background:#804aaf4d;color:#c9aeef;border-radius:20px;padding:4px 14px;font-weight:600;white-space:nowrap}
.posItemAction a{display:inline-block;background:#804AAF;color:#fff;border-radius:8px;padding:10px 22px;font-size:14px;text-decoration:none;white-space:nowrap;box-shadow:0 3px 10px #804aaf4d;transition:background .2s ease-in,transform .18s ease-in}
.posItemAction a:hover{background:#6a3a95;transform:scale(1.03)}
.applySection{padding:70px 0 80px;background:#E8EEF7}
.applySection .crrWrpr{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.applyLeft{display:flex;flex-direction:column;gap:0}
.applyLeft .secPre3{font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:#804AAF;font-weight:600;display:block;margin-bottom:14px}
.applyLeft h2{font-size:clamp(1.5rem,2.8vw,2.1rem);color:#22293A;margin:0 0 16px;line-height:1.25}
.applyLeft .applyDesc{font-size:15px;color:#404660;line-height:1.72;margin-bottom:32px}
.applyImg{width:100%;height:220px;object-fit:cover;border-radius:16px;box-shadow:4px 6px 16px #22293a24;display:block}
.applySteps{display:flex;flex-direction:column;gap:0;margin-top:28px}
.applyStep{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:14px 0;border-bottom:1px dashed #cdd4e4}
.applyStep:last-child{border-bottom:none}
.applyStep .stepNum{width:32px;height:32px;background:#804AAF;color:#fff;border-radius:50%;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #804aaf47}
.applyStep .stepTxt h5{font-size:14px;color:#22293A;font-weight:700;margin:0 0 4px}
.applyStep .stepTxt p{font-size:13px;color:#5a607a;margin:0;line-height:1.55}
.applyFormWrpr{background:#fff;border-radius:20px;padding:40px 36px;box-shadow:4px 8px 24px #22293a1a}
.applyFormWrpr h3{font-size:19px;color:#22293A;margin:0 0 22px;font-weight:700}
.applyFormWrpr form{display:flex;flex-direction:column;gap:16px}
.fldWrpr{display:flex;flex-direction:column;gap:6px}
.fldWrpr label{font-size:13px;color:#404660;font-weight:600;letter-spacing:.3px}
.fldWrpr input,.fldWrpr select,.fldWrpr textarea{width:100%;padding:11px 14px;border:1.5px solid #cdd4e4;border-radius:8px;font-size:14px;color:#22293A;background:#F7F9FC;box-sizing:border-box;transition:border-color .18s ease-in;outline:none}
.fldWrpr input:focus,.fldWrpr select:focus,.fldWrpr textarea:focus{border-color:#804AAF;background:#fff}
.fldWrpr textarea{resize:vertical;min-height:90px}
.fldRow{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.formSbmtWrpr{display:flex;flex-direction:column;gap:0}
.formSbmtBtn{background:linear-gradient(135deg,#804AAF 0%,#22293A 100%);color:#fff;border:none;border-radius:10px;padding:14px 24px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #804aaf4d;transition:opacity .2s ease-in,transform .18s ease-in}
.formSbmtBtn:hover{opacity:.9;transform:translateY(-1px)}
.formNote{font-size:12px;color:#8a91a8;margin-top:10px;line-height:1.5}
.svgDivider1{display:block;line-height:0}
.svgDivider2{display:block;line-height:0;background:#22293A}
@media (max-width: 900px) {
.ttlBlck .crrWrpr{flex-direction:column;text-align:center;gap:32px}
.ttlImgWrpr,.ttlImgWrprR{flex:none}
.ttlImgWrpr img,.ttlImgWrprR .ttlPhotoRight{width:160px;height:200px}
.whyGrid{grid-template-columns:1fr 1fr}
.applySection .crrWrpr{grid-template-columns:1fr;gap:36px}
.posItem{grid-template-columns:1fr}
.posItemAction{align-items:flex-start}
}
@media (max-width: 600px) {
.whyGrid{grid-template-columns:1fr}
.whyHdr{flex-direction:column;gap:12px}
.fldRow{grid-template-columns:1fr}
.ttlMdTxt{padding:0 8px}
.applyFormWrpr{padding:24px 18px}
.posItem{padding:20px 18px}
}
.scssWrpr{width:100%;overflow-x:hidden}
.titleBlckWrpr{position:relative;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 100px;overflow:hidden}
.titleBlckWrpr .bgLyrGrd{position:absolute;inset:0;background:linear-gradient(195deg,#22293A 0%,#804AAF 50%,#E8EEF7 100%);z-index:0}
.titleBlckWrpr .grainOvrl{position:absolute;inset:0;z-index:1;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nz'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nz)' opacity='1'/%3E%3C/svg%3E");background-size:200px 200px}
.titleBlckWrpr .geoShpLeft{position:absolute;left:-60px;top:40px;width:320px;height:320px;border-radius:50%;border:2px solid #ffffff14;z-index:1}
.titleBlckWrpr .geoShpRight{position:absolute;right:-40px;bottom:20px;width:240px;height:240px;border-radius:50%;border:1px solid #804aaf4d;z-index:1}
.titleBlckWrpr .geoShpSmll{position:absolute;right:120px;top:60px;width:80px;height:80px;border:1px solid #ffffff1f;transform:rotate(45deg);z-index:1}
.titleBlckWrpr .safZnCntnr{position:relative;z-index:2;max-width:760px;width:100%;margin:0 auto;text-align:center}
.titleBlckWrpr .safZnCntnr .iconRngWrpr{display:flex;align-items:center;justify-content:center;margin-bottom:32px}
.titleBlckWrpr .safZnCntnr .iconRngWrpr .chkRng{width:88px;height:88px;border-radius:50%;background:#ffffff1a;border:2px solid #ffffff40;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #804aaf59 inset 0 2px 8px #ffffff14}
.titleBlckWrpr .safZnCntnr .lblSmll{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#e8eef7b3;margin-bottom:14px;display:block}
.titleBlckWrpr .safZnCntnr .hdngXl{font-size:clamp(36px,6vw,72px);font-weight:900;line-height:1.05;color:#fff;margin-bottom:8px;letter-spacing:-1.5px}
.titleBlckWrpr .safZnCntnr .hdngMd{font-size:clamp(18px,3vw,28px);font-weight:400;line-height:1.3;color:#e8eef7d9;margin-bottom:0;letter-spacing:.2px}
.titleBlckWrpr .dcrLneDvdr{position:relative;z-index:2;width:100%;margin-top:56px;display:flex;flex-direction:column;align-items:center;gap:0}
.titleBlckWrpr .dcrLneDvdr .lneSvgWrpr{width:100%;overflow:hidden;line-height:0}
.cntnrMain{max-width:1400px;margin:0 auto;padding:0 24px}
.cnfrmBlckWrpr{padding:72px 24px 96px;background:#fff}
.cnfrmBlckWrpr .cnfrmInrGrd{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr{display:flex;flex-direction:column;gap:28px}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .msgCardSrfc{background:#E8EEF7;border-radius:20px;padding:40px 36px;box-shadow:0 2px 8px #22293a14;border:1px solid #804aaf1a}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .msgCardSrfc .msgHdng{font-size:26px;font-weight:800;color:#22293A;line-height:1.2;margin-bottom:16px;letter-spacing:-.4px}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .msgCardSrfc .msgHdng .acntTxt{color:#804AAF}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .msgCardSrfc .msgPara{font-size:15px;line-height:1.7;color:#3d4860;margin-bottom:0}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .stpsListWrpr{display:flex;flex-direction:column;gap:16px}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .stpsListWrpr .stpItmRow{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:20px 24px;border-radius:14px;background:#fff;border:1px solid #e0e6f0;box-shadow:0 2px 6px #22293a0d;transition:box-shadow .2s ease-in,transform .2s ease-in}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .stpsListWrpr .stpItmRow:hover{box-shadow:0 6px 18px #804aaf26;transform:translateY(-2px)}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .stpsListWrpr .stpItmRow .stpNumBdg{min-width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#804AAF 0%,#22293A 100%);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;letter-spacing:0;flex-shrink:0}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .stpsListWrpr .stpItmRow .stpTxtGrp{display:flex;flex-direction:column;gap:4px}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .stpsListWrpr .stpItmRow .stpTxtGrp .stpTtl{font-size:14px;font-weight:700;color:#22293A;line-height:1.3}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .stpsListWrpr .stpItmRow .stpTxtGrp .stpDesc{font-size:13px;color:#5a6478;line-height:1.5}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr{display:flex;flex-direction:column;gap:28px;position:sticky;top:24px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard{border-radius:20px;background:linear-gradient(160deg,#22293A 0%,#804AAF 100%);padding:36px 32px;box-shadow:0 8px 32px #22293a38}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .crsInfoLbl{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#e8eef799;margin-bottom:18px;display:block}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .crsInfoTtl{font-size:20px;font-weight:800;color:#fff;line-height:1.3;margin-bottom:24px;letter-spacing:-.3px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .crsMetaList{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .crsMetaList li{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:13px;color:#e8eef7d9;line-height:1.4}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .crsMetaList li .metaIco{width:28px;height:28px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .divLn{height:1px;background:#ffffff1f;margin-bottom:24px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .ctaBtnWrpr{display:flex;flex-direction:column;gap:12px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .ctaBtnWrpr .btnPrimry{display:block;width:100%;padding:14px 24px;border-radius:10px;background:#fff;color:#22293A;font-size:14px;font-weight:800;text-align:center;text-decoration:none;letter-spacing:.2px;box-shadow:0 2px 8px #00000026;transition:box-shadow .2s ease-in,transform .2s ease-in;z-index:10;position:relative;cursor:pointer}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .ctaBtnWrpr .btnPrimry:hover{box-shadow:0 6px 20px #00000038;transform:translateY(-2px)}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .ctaBtnWrpr .btnScndr{display:block;width:100%;padding:12px 24px;border-radius:10px;background:transparent;color:#e8eef7d9;font-size:13px;font-weight:600;text-align:center;text-decoration:none;border:1px solid #fff3;transition:background .2s ease-in,border-color .2s ease-in;z-index:10;position:relative;cursor:pointer}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard .ctaBtnWrpr .btnScndr:hover{background:#ffffff14;border-color:#ffffff59}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .cntctInfoCard{border-radius:16px;background:#E8EEF7;padding:28px;border:1px solid #804aaf1a}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .cntctInfoCard .cntctHdng{font-size:14px;font-weight:700;color:#22293A;margin-bottom:16px;letter-spacing:.1px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .cntctInfoCard .cntctRowList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .cntctInfoCard .cntctRowList li{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:13px;color:#3d4860;line-height:1.4}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .cntctInfoCard .cntctRowList li .cntctIcoBg{width:32px;height:32px;border-radius:8px;background:#804aaf1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .cntctInfoCard .cntctRowList li a{color:#804AAF;text-decoration:none;font-weight:600}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .cntctInfoCard .cntctRowList li a:hover{text-decoration:underline}
@media (max-width: 900px) {
.cnfrmBlckWrpr .cnfrmInrGrd{grid-template-columns:1fr;gap:32px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr{position:static}
}
@media (max-width: 560px) {
.titleBlckWrpr{min-height:380px;padding:60px 20px 80px}
.titleBlckWrpr .safZnCntnr .hdngXl{font-size:34px}
.titleBlckWrpr .safZnCntnr .hdngMd{font-size:16px}
.cnfrmBlckWrpr{padding:48px 16px 72px}
.cnfrmBlckWrpr .cnfrmInrGrd .leftColWrpr .msgCardSrfc{padding:28px 22px}
.cnfrmBlckWrpr .cnfrmInrGrd .rightColWrpr .crsInfoCard{padding:28px 22px}
}