@import "https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Oxygen',sans-serif;background:linear-gradient(165deg,#1a1a1a 0%,#2d2d2d 50%,#1f1f1f 100%);color:#e8e8e8;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
.mainWrapper-v2{max-width:1536px;margin:0 auto;padding:0 24px;width:100%}
header{background:linear-gradient(135deg,#0d0d0d 0%,#1f1f1f 100%);box-shadow:0 12px 32px #0009;padding:28px 0;border-bottom:3px solid #ac06254d}
.headerContainer-outer{display:flex;flex-direction:column;gap:24px}
.companyBrand-v1{text-align:center;padding:12px 0}
.companyBrand-v1 h1{font-family:'Roboto',sans-serif;font-size:38px;font-weight:700;color:#AC0625;text-shadow:0 4px 16px #ac062580;letter-spacing:1px}
.foundationRow--active{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}
.logoFrame-v3{flex-shrink:0}
.logoFrame-v3 img{height:110px;width:110px;object-fit:contain;background:#f4f3f314;padding:12px;border-radius:24px;box-shadow:0 6px 24px #ac06254d}
.primaryNav-inner{flex-grow:1;display:flex;justify-content:flex-end}
.primaryNav-inner ul{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.primaryNav-inner li a{font-family:'Roboto',sans-serif;text-decoration:none;color:#e8e8e8;font-size:17px;font-weight:400;padding:14px 26px;display:block;border-radius:20px;background:#ac06251f;border:2px solid #ac062566;transition:background .3s ease,border-color .3s ease}
.primaryNav-inner li a:hover{background:#ac062540;border-color:#ac0625b3}
main{flex:1}
footer{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:48px 0 32px;margin-top:80px;border-top:3px solid #fee81033}
.footerStack-v2{display:flex;flex-direction:column;gap:32px}
.footerNav--active{text-align:center}
.footerNav--active ul{list-style:none;display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.footerNav--active li a{font-family:'Roboto',sans-serif;text-decoration:none;color:#b8b8b8;font-size:15px;transition:color .3s ease}
.footerNav--active li a:hover{color:#FEE810}
.contactBlock-v1{text-align:center;padding:24px 0;background:#ac06250f;border-radius:28px}
.contactBlock-v1 p{margin:8px 0;font-size:15px;color:#d0d0d0}
.contactBlock-v1 a{color:#FEE810;text-decoration:none;transition:color .3s ease}
.contactBlock-v1 a:hover{color:#AC0625}
.copyrightLayer-v3{text-align:center;padding-top:24px;border-top:1px solid #fee81026}
.copyrightLayer-v3 p{font-size:14px;color:#888}
.cookieCard--bottom{position:fixed;bottom:24px;right:24px;background:linear-gradient(145deg,#1f1f1f 0%,#2a2a2a 100%);border-radius:24px;padding:32px;box-shadow:0 16px 48px #000000b3;max-width:440px;z-index:9999;border:2px solid #ac06254d;opacity:0;transition:opacity .4s ease}
.cookieCard--bottom.visible-v2{opacity:1}
.cookieCard--bottom h3{font-family:'Roboto',sans-serif;font-size:22px;margin-bottom:16px;color:#FEE810}
.cookieCard--bottom p{font-size:14px;line-height:1.6;margin-bottom:20px;color:#d0d0d0}
.policyLink-v1{color:#FEE810;text-decoration:underline}
.settingsGroup-v3{margin:20px 0;padding:16px;background:#ac062514;border-radius:16px}
.toggleRow-v1{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.toggleRow-v1 label{font-size:15px;color:#e8e8e8}
.switchBox-v2{position:relative;width:52px;height:28px}
.switchBox-v2 input{opacity:0;width:0;height:0}
.sliderTrack-v1{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#3d3d3d;transition:.3s;border-radius:28px}
.sliderTrack-v1:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background:#fff;transition:.3s;border-radius:50%}
.switchBox-v2 input:checked + .sliderTrack-v1{background:#AC0625}
.switchBox-v2 input:checked + .sliderTrack-v1:before{transform:translateX(24px)}
.switchBox-v2 input:disabled + .sliderTrack-v1{opacity:.5;cursor:not-allowed}
.btnGroup-v2{display:flex;gap:12px;margin-top:24px}
.btnOutline--accept,.btnOutline--decline{flex:1;padding:12px 24px;font-family:'Roboto',sans-serif;font-size:15px;font-weight:500;border-radius:18px;cursor:pointer;transition:all .3s ease;border:2px solid;background:transparent}
.btnOutline--accept{color:#FEE810;border-color:#FEE810}
.btnOutline--accept:hover{background:#fee81026}
.btnOutline--decline{color:#AC0625;border-color:#AC0625}
.btnOutline--decline:hover{background:#ac062526}
@media (max-width: 1024px) {
.foundationRow--active{flex-direction:column;align-items:center}
.primaryNav-inner{justify-content:center}
.primaryNav-inner ul{justify-content:center}
}
@media (max-width: 640px) {
.companyBrand-v1 h1{font-size:28px}
.logoFrame-v3 img{height:80px;width:80px}
.primaryNav-inner ul{flex-direction:column;gap:12px;width:100%}
.primaryNav-inner li a{text-align:center}
.cookieCard--bottom{right:12px;left:12px;bottom:12px;max-width:none;padding:24px}
.btnGroup-v2{flex-direction:column}
.footerNav--active ul{flex-direction:column;gap:16px}
}
body::-webkit-scrollbar{width:14px}
body::-webkit-scrollbar-track{background:#1a1a1a;box-shadow:inset 0 0 8px #0006}
body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#AC0625 0%,#8a0520 100%);border-radius:12px;box-shadow:0 4px 12px #ac062580}
body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#c8072c 0%,#AC0625 100%)}
.legal-wrapper{max-width:1536px;margin:0 auto;padding:80px 24px;background:#1a1a1a;color:#e8e8e8}
.legal-wrapper h1{font-size:48px;font-weight:700;line-height:1.2;color:#FEE810;margin:0 0 48px;padding-bottom:24px;border-bottom:3px solid #AC0625}
.legal-wrapper h2{font-size:36px;font-weight:600;line-height:1.3;color:#f4f3f3;margin:64px 0 32px;padding-left:16px;border-left:6px solid #AC0625}
.legal-wrapper h3{font-size:28px;font-weight:600;line-height:1.4;color:#FEE810;margin:48px 0 24px}
.legal-wrapper h4{font-size:22px;font-weight:600;line-height:1.4;color:#f4f3f3;margin:40px 0 20px}
.legal-wrapper h5{font-size:18px;font-weight:600;line-height:1.5;color:#e8e8e8;margin:32px 0 16px}
.legal-wrapper h6{font-size:16px;font-weight:600;line-height:1.5;color:#d0d0d0;margin:24px 0 12px;text-transform:uppercase;letter-spacing:.5px}
.legal-wrapper p{font-size:17px;line-height:1.8;color:#d4d4d4;margin:0 0 24px}
.legal-wrapper ul{margin:0 0 32px;padding-left:0;list-style:none}
.legal-wrapper ul li{font-size:17px;line-height:1.8;color:#d4d4d4;margin:0 0 16px;padding-left:32px;position:relative}
.legal-wrapper ul li::before{content:'';position:absolute;left:0;top:12px;width:12px;height:12px;background:linear-gradient(135deg,#AC0625 0%,#FEE810 100%);border-radius:16px}
.legal-wrapper ol{margin:0 0 32px;padding-left:32px;counter-reset:policy-counter;list-style:none}
.legal-wrapper ol li{font-size:17px;line-height:1.8;color:#d4d4d4;margin:0 0 16px;padding-left:16px;position:relative;counter-increment:policy-counter}
.legal-wrapper ol li::before{content:counter(policy-counter) ".";position:absolute;left:-32px;font-weight:700;color:#AC0625}
.legal-wrapper strong,.legal-wrapper b{font-weight:700;color:#FEE810}
.legal-wrapper table{width:100%;margin:0 0 48px;border-collapse:separate;border-spacing:0;background:#242424;border-radius:24px;overflow:hidden;box-shadow:0 16px 32px #0006}
.legal-wrapper table thead{background:linear-gradient(135deg,#AC0625 0%,#8a0520 100%)}
.legal-wrapper table thead tr th{padding:24px 20px;font-size:16px;font-weight:700;text-align:left;color:#FEE810;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #FEE810}
.legal-wrapper table tbody tr{border-bottom:1px solid #333}
.legal-wrapper table tbody tr:last-child{border-bottom:none}
.legal-wrapper table tbody tr:hover{background:#2a2a2a}
.legal-wrapper table tbody tr td{padding:20px;font-size:16px;line-height:1.6;color:#d4d4d4}
.legal-wrapper table tbody tr td:first-child{font-weight:600;color:#f4f3f3}
.legal-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#AC0625 50%,transparent 100%);margin:64px 0;opacity:.5}
.legal-wrapper div{margin:0 0 24px}
@media (max-width: 1024px) {
.legal-wrapper{padding:60px 20px}
.legal-wrapper h1{font-size:38px;margin-bottom:36px}
.legal-wrapper h2{font-size:30px;margin:48px 0 24px}
.legal-wrapper h3{font-size:24px;margin:36px 0 20px}
.legal-wrapper h4{font-size:20px}
.legal-wrapper table{font-size:14px}
.legal-wrapper table thead tr th{padding:16px 12px;font-size:14px}
.legal-wrapper table tbody tr td{padding:14px 12px;font-size:14px}
}
@media (max-width: 640px) {
.legal-wrapper{padding:40px 16px}
.legal-wrapper h1{font-size:32px;margin-bottom:32px;padding-bottom:16px}
.legal-wrapper h2{font-size:26px;margin:40px 0 20px;padding-left:12px;border-left-width:4px}
.legal-wrapper h3{font-size:22px;margin:32px 0 16px}
.legal-wrapper h4{font-size:19px}
.legal-wrapper h5{font-size:17px}
.legal-wrapper h6{font-size:15px}
.legal-wrapper p,.legal-wrapper ul li,.legal-wrapper ol li{font-size:16px;line-height:1.7}
.legal-wrapper ul li{padding-left:24px}
.legal-wrapper ul li::before{width:10px;height:10px;top:10px}
.legal-wrapper ol{padding-left:24px}
.legal-wrapper table{border-radius:16px;margin-bottom:32px}
.legal-wrapper table thead tr th{padding:12px 10px;font-size:13px}
.legal-wrapper table tbody tr td{padding:12px 10px;font-size:13px}
.legal-wrapper hr{margin:48px 0}
}
.topBanner--v1{position:relative;overflow:hidden;background:linear-gradient(135deg,#1a0a0f 0%,#2d1118 100%);min-height:520px;display:flex;align-items:center}
.topBanner--v1 .bannerFrame{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3}
.topBanner--v1 .bannerFrame img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.3);mix-blend-mode:multiply}
.topBanner--v1 .textWrapper{position:relative;z-index:2;max-width:1536px;margin:0 auto;padding:80px 24px;width:100%}
.topBanner--v1 .mainHeading{font-size:3.2rem;line-height:1.15;color:#F4F3F3;font-weight:700;margin:0 0 24px;max-width:720px}
.topBanner--v1 .leadText{font-size:1.2rem;line-height:1.6;color:#d4d4d4;margin:0;max-width:640px}
.topBanner--v1 .accentLine{width:80px;height:4px;background:linear-gradient(90deg,#AC0625 0%,#FEE810 100%);margin:0 0 28px;border-radius:16px}
@media (max-width: 640px) {
.topBanner--v1{min-height:420px}
.topBanner--v1 .textWrapper{padding:60px 20px}
.topBanner--v1 .mainHeading{font-size:2rem}
.topBanner--v1 .leadText{font-size:1.05rem}
}
.moduleGrid--v2{background:#0f0a0d;padding:96px 24px}
.moduleGrid--v2 .centerWrap{max-width:1536px;margin:0 auto}
.moduleGrid--v2 .sectionLabel{font-size:.95rem;text-transform:uppercase;letter-spacing:2px;color:#FEE810;margin:0 0 16px;font-weight:600}
.moduleGrid--v2 .titleArea{font-size:2.4rem;line-height:1.25;color:#F4F3F3;font-weight:700;margin:0 0 56px;max-width:880px}
.moduleGrid--v2 .cardLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px}
.moduleGrid--v2 .moduleCard{background:linear-gradient(145deg,#1a1216 0%,#241a1e 100%);border-radius:24px;padding:40px 32px;box-shadow:0 12px 28px #00000080;transition:all .3s ease-in-out;border:1px solid #fee8101a}
.moduleGrid--v2 .moduleCard:hover{transform:translateY(-6px);box-shadow:0 18px 40px #ac06254d;border-color:#fee8104d}
.moduleGrid--v2 .moduleCard .iconHolder{width:64px;height:64px;background:linear-gradient(135deg,#AC0625 0%,#d41f3f 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 0 24px;box-shadow:0 6px 16px #ac062566}
.moduleGrid--v2 .moduleCard .iconHolder svg{width:32px;height:32px;fill:#FEE810}
.moduleGrid--v2 .moduleCard .cardTitle{font-size:1.5rem;line-height:1.3;color:#F4F3F3;font-weight:700;margin:0 0 16px}
.moduleGrid--v2 .moduleCard .cardDesc{font-size:1rem;line-height:1.65;color:#b8b8b8;margin:0 0 24px}
.moduleGrid--v2 .moduleCard .metaRow{display:flex;gap:20px;padding-top:20px;border-top:1px solid #fee81026}
.moduleGrid--v2 .moduleCard .metaItem{font-size:.9rem;color:#9a9a9a}
.moduleGrid--v2 .moduleCard .metaItem strong{color:#FEE810;font-weight:600}
@media (max-width: 640px) {
.moduleGrid--v2{padding:64px 20px}
.moduleGrid--v2 .titleArea{font-size:1.8rem;margin-bottom:40px}
.moduleGrid--v2 .cardLayout{grid-template-columns:1fr;gap:24px}
.moduleGrid--v2 .moduleCard{padding:32px 24px}
}
.instructorShowcase--v1{background:linear-gradient(165deg,#1e1419 0%,#0f0a0d 100%);padding:88px 24px;position:relative;overflow:hidden}
.instructorShowcase--v1::before{content:'';position:absolute;top:0;right:0;width:600px;height:600px;background:radial-gradient(circle,#ac062526 0%,transparent 70%);pointer-events:none}
.instructorShowcase--v1 .innerContainer{max-width:1536px;margin:0 auto;position:relative;z-index:1}
.instructorShowcase--v1 .contentGrid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.instructorShowcase--v1 .textColumn h2{font-size:2.6rem;line-height:1.2;color:#F4F3F3;font-weight:700;margin:0 0 28px;position:relative;padding-left:24px}
.instructorShowcase--v1 .textColumn h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:48px;background:linear-gradient(180deg,#AC0625 0%,#FEE810 100%);border-radius:16px}
.instructorShowcase--v1 .textColumn .descText{font-size:1.05rem;line-height:1.7;color:#c4c4c4;margin:0 0 20px}
.instructorShowcase--v1 .instructorProfiles{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.instructorShowcase--v1 .profileBox{background:#1a121699;border:2px solid #fee81033;border-radius:20px;padding:28px 24px;transition:all .3s ease-in-out;box-shadow:0 8px 24px #0006}
.instructorShowcase--v1 .profileBox:hover{border-color:#FEE810;transform:scale(1.03);box-shadow:0 14px 36px #fee81033}
.instructorShowcase--v1 .profileBox .avatarCircle{width:88px;height:88px;border-radius:50%;overflow:hidden;border:3px solid #AC0625;margin:0 auto 16px;box-shadow:0 6px 18px #ac062580}
.instructorShowcase--v1 .profileBox .avatarCircle img{width:100%;height:100%;object-fit:cover;loading:lazy}
.instructorShowcase--v1 .profileBox .instructorName{font-size:1.2rem;font-weight:700;color:#F4F3F3;margin:0 0 8px;text-align:center}
.instructorShowcase--v1 .profileBox .roleLabel{font-size:.9rem;color:#FEE810;text-align:center;margin:0 0 16px;font-weight:600}
.instructorShowcase--v1 .profileBox .bioSnippet{font-size:.95rem;line-height:1.6;color:#a8a8a8;text-align:center;margin:0}
@media (max-width: 1024px) {
.instructorShowcase--v1 .contentGrid{grid-template-columns:1fr;gap:48px}
}
@media (max-width: 640px) {
.instructorShowcase--v1{padding:64px 20px}
.instructorShowcase--v1 .textColumn h2{font-size:2rem}
.instructorShowcase--v1 .instructorProfiles{grid-template-columns:1fr;gap:24px}
}
.heroWrap-v1{position:relative;overflow:hidden;padding:96px 24px;background:linear-gradient(135deg,#1a1622 0%,#2d1b3a 50%,#1a1622 100%)}
.heroWrap-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#ac062526 0%,transparent 70%);animation:floatShape-v1 8s ease-in-out infinite}
@keyframes floatShape-v1 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,20px) scale(1.1)}
}
.heroWrap-v1::after{content:'';position:absolute;bottom:-40%;left:-15%;width:600px;height:600px;background:radial-gradient(circle,#fee8101f 0%,transparent 70%);animation:floatShape-v1 10s ease-in-out infinite reverse}
.heroContent-outer{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.heroGrid-v2{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
.heroText-inner{color:#f4f3f3}
.heroText-inner .mainTitle-v1{font-size:3.2rem;line-height:1.15;margin:0 0 16px;font-weight:700;color:#fff}
.heroText-inner .subTitle-v2{font-size:1.8rem;line-height:1.3;margin:0 0 24px;color:#FEE810;font-weight:600}
.heroText-inner .descText-v1{font-size:1.1rem;line-height:1.7;margin:0 0 40px;color:#d4d4d4;max-width:600px}
.heroImgContainer-v1{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #0006}
.heroImgContainer-v1::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,transparent 40%,#1a162299 100%);z-index:1;pointer-events:none}
.heroImgContainer-v1 img{width:100%;height:auto;display:block;object-fit:cover}
.ctaBtn-v1{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#AC0625 0%,#d4082f 100%);color:#fff;text-decoration:none;border-radius:28px;font-size:1.05rem;font-weight:600;transition:all .3s ease-in-out;box-shadow:0 8px 24px #ac06254d}
.ctaBtn-v1:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ac062573;background:linear-gradient(135deg,#d4082f 0%,#AC0625 100%)}
.trustSection-outer{padding:88px 24px;background:#0f0d12}
.trustSection-outer .contentWrap-v1{max-width:1536px;margin:0 auto}
.trustSection-outer .sectionHead-v1{text-align:center;margin-bottom:64px}
.trustSection-outer .sectionHead-v1 h2{font-size:2.4rem;color:#fff;margin:0 0 16px;font-weight:700}
.trustSection-outer .sectionHead-v1 p{font-size:1.1rem;color:#b8b8b8;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.trustGrid-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.trustCard-v2{background:linear-gradient(145deg,#1a1622 0%,#211a2a 100%);padding:36px 28px;border-radius:20px;border:1px solid #fee8101a;transition:all .3s ease-in-out}
.trustCard-v2:hover{transform:translateY(-4px);box-shadow:0 12px 32px #fee81026;border-color:#fee81040}
.trustCard-v2 .iconHolder-v1{width:56px;height:56px;background:linear-gradient(135deg,#ac062533 0%,#fee81033 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.trustCard-v2 .iconHolder-v1 svg{width:28px;height:28px;fill:#FEE810}
.trustCard-v2 h3{font-size:1.35rem;color:#fff;margin:0 0 12px;font-weight:600}
.trustCard-v2 p{font-size:1rem;color:silver;margin:0;line-height:1.6}
.researchSection-outer{padding:88px 24px;background:linear-gradient(160deg,#1a1622 0%,#0f0d12 100%);position:relative}
.researchSection-outer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#AC0625 30%,#FEE810 70%,transparent 100%)}
.researchSection-outer .contentWrap-v1{max-width:1536px;margin:0 auto}
.researchLayout-v1{display:grid;grid-template-columns:1fr;gap:56px;align-items:center}
.researchImg-v1{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #0006}
.researchImg-v1 img{width:100%;height:auto;display:block;object-fit:cover}
.researchText-v1 h2{font-size:2.2rem;color:#fff;margin:0 0 24px;font-weight:700}
.researchText-v1 p{font-size:1.05rem;color:#b8b8b8;margin:0 0 20px;line-height:1.7}
.statsGrid-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;margin-top:40px}
.statBox-v1{background:#fee8100d;padding:24px 20px;border-radius:16px;border-left:4px solid #FEE810;text-align:center}
.statBox-v1 .statNum-v1{font-size:2.2rem;font-weight:700;color:#FEE810;display:block;margin-bottom:8px}
.statBox-v1 .statLabel-v1{font-size:.95rem;color:silver;display:block}
.inspirationSection-outer{padding:88px 24px;background:#0f0d12}
.inspirationSection-outer .contentWrap-v1{max-width:1536px;margin:0 auto}
.inspirationSection-outer .sectionHead-v1{text-align:center;margin-bottom:64px}
.inspirationSection-outer .sectionHead-v1 h2{font-size:2.4rem;color:#fff;margin:0 0 16px;font-weight:700}
.inspirationSection-outer .sectionHead-v1 p{font-size:1.1rem;color:#b8b8b8;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.inspirationGrid-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}
.inspirationCard-v1{background:linear-gradient(145deg,#1a1622 0%,#211a2a 100%);border-radius:24px;overflow:hidden;border:1px solid #ac062526;transition:all .3s ease-in-out}
.inspirationCard-v1:hover{transform:translateY(-6px);box-shadow:0 16px 40px #ac062540;border-color:#ac06254d}
.inspirationCard-v1 .cardImg-v1{width:100%;height:240px;overflow:hidden;position:relative}
.inspirationCard-v1 .cardImg-v1::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,#0f0d12cc 100%)}
.inspirationCard-v1 .cardImg-v1 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-in-out}
.inspirationCard-v1:hover .cardImg-v1 img{transform:scale(1.08)}
.inspirationCard-v1 .cardContent-v1{padding:32px 28px}
.inspirationCard-v1 .cardContent-v1 h3{font-size:1.45rem;color:#fff;margin:0 0 16px;font-weight:600}
.inspirationCard-v1 .cardContent-v1 p{font-size:1rem;color:silver;margin:0;line-height:1.65}
.afterSection-outer{padding:88px 24px;background:linear-gradient(160deg,#211a2a 0%,#1a1622 100%);position:relative}
.afterSection-outer::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#FEE810 30%,#AC0625 70%,transparent 100%)}
.afterSection-outer .contentWrap-v1{max-width:1200px;margin:0 auto;text-align:center}
.afterSection-outer h2{font-size:2.4rem;color:#fff;margin:0 0 24px;font-weight:700}
.afterSection-outer .leadText-v1{font-size:1.15rem;color:#b8b8b8;margin:0 0 48px;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto}
.pathwayGrid-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;margin-bottom:48px}
.pathwayBox-v1{background:#fee8100d;padding:32px 24px;border-radius:20px;border:2px solid #fee81026;transition:all .3s ease-in-out}
.pathwayBox-v1:hover{background:#fee81014;border-color:#fee8104d;transform:translateY(-3px)}
.pathwayBox-v1 .pathIcon-v1{width:48px;height:48px;background:linear-gradient(135deg,#ac06254d 0%,#fee8104d 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.pathwayBox-v1 .pathIcon-v1 svg{width:24px;height:24px;fill:#FEE810}
.pathwayBox-v1 h3{font-size:1.25rem;color:#fff;margin:0 0 12px;font-weight:600}
.pathwayBox-v1 p{font-size:.95rem;color:silver;margin:0;line-height:1.6}
.communitySection-outer{padding:88px 24px;background:#0f0d12}
.communitySection-outer .contentWrap-v1{max-width:1536px;margin:0 auto}
.communityLayout-v1{display:grid;grid-template-columns:1fr;gap:56px;align-items:center}
.communityText-v1 h2{font-size:2.2rem;color:#fff;margin:0 0 24px;font-weight:700}
.communityText-v1 p{font-size:1.05rem;color:#b8b8b8;margin:0 0 20px;line-height:1.7}
.featureList-v1{list-style:none;padding:0;margin:32px 0 0}
.featureList-v1 li{padding:16px 0 16px 40px;position:relative;font-size:1rem;color:#d4d4d4;line-height:1.6}
.featureList-v1 li::before{content:'';position:absolute;left:0;top:20px;width:24px;height:24px;background:linear-gradient(135deg,#AC0625 0%,#FEE810 100%);border-radius:50%;box-shadow:0 4px 12px #ac06254d}
.featureList-v1 li::after{content:'✓';position:absolute;left:6px;top:18px;color:#fff;font-size:.9rem;font-weight:700}
.testimonialGrid-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}
.testimonialCard-v1{background:linear-gradient(145deg,#1a1622 0%,#211a2a 100%);padding:32px 28px;border-radius:20px;border:1px solid #ac062526;position:relative}
.testimonialCard-v1::before{content:'"';position:absolute;top:12px;left:20px;font-size:4rem;color:#fee81026;font-family:serif;line-height:1}
.testimonialCard-v1 .quoteText-v1{font-size:1rem;color:#d4d4d4;margin:0 0 24px;line-height:1.65;position:relative;z-index:1}
.testimonialCard-v1 .authorInfo-v1{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center}
.testimonialCard-v1 .authorImg-v1{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid #fee8104d}
.testimonialCard-v1 .authorImg-v1 img{width:100%;height:100%;object-fit:cover}
.testimonialCard-v1 .authorDetails-v1 .authorName-v1{font-size:1.05rem;color:#fff;font-weight:600;margin:0 0 4px}
.testimonialCard-v1 .authorDetails-v1 .authorRole-v1{font-size:.9rem;color:#FEE810;margin:0}
@media (min-width: 640px) {
.heroGrid-v2{grid-template-columns:1fr 1fr}
.researchLayout-v1{grid-template-columns:1fr 1fr}
.communityLayout-v1{grid-template-columns:1fr 1fr}
}
@media (min-width: 1024px) {
.heroWrap-v1{padding:128px 24px}
.heroText-inner .mainTitle-v1{font-size:4rem}
.heroText-inner .subTitle-v2{font-size:2.2rem}
.trustSection-outer,.researchSection-outer,.inspirationSection-outer,.afterSection-outer,.communitySection-outer{padding:112px 24px}
}
.pageContact-v2{background:linear-gradient(145deg,#1a1a1a 0%,#0d0d0d 100%);min-height:100vh;padding:0}
.titleZone-outer{position:relative;padding:5rem 1.5rem 4rem;background:linear-gradient(150deg,#AC0625 0%,#7a0419 50%,#1a1a1a 100%);overflow:hidden}
.titleZone-outer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./site_graphics/post-thumbnail-12.jpg) center/cover;opacity:.12;mix-blend-mode:overlay}
.titleZone-outer::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#fee81014 0%,transparent 60%)}
.titleContent-inner{max-width:1536px;margin:0 auto;position:relative;z-index:2;text-align:center}
.titleContent-inner .mainLabel-v1{font-size:.95rem;color:#FEE810;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.2rem;font-weight:500;display:inline-block}
.titleContent-inner .primaryHeading-v2{font-size:clamp(2.2rem,5vw,3.8rem);color:#F4F3F3;margin:0 0 1.5rem;line-height:1.15;font-weight:700}
.titleContent-inner .descriptionText-v1{font-size:1.15rem;color:#f4f3f3d9;max-width:680px;margin:0 auto;line-height:1.6}
.contactMainWrapper-v3{max-width:1536px;margin:-3rem auto 0;padding:0 1.5rem 5rem;position:relative;z-index:3}
.contactGrid-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}
.contactCard-v1{background:linear-gradient(135deg,#2a2a2a 0%,#1f1f1f 100%);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 12px 48px #0006;border:1px solid #fee8101a}
.contactCard-v1 .sectionHeading-v2{font-size:1.8rem;color:#F4F3F3;margin:0 0 2rem;font-weight:600}
.formWrapper-inner{display:flex;flex-direction:column;gap:1.5rem}
.formRow-split{display:grid;grid-template-columns:1fr;gap:1.5rem}
.inputGroup-v1{display:flex;flex-direction:column;gap:.5rem}
.inputGroup-v1 label{font-size:.95rem;color:#FEE810;font-weight:500}
.inputGroup-v1 input[type="text"],.inputGroup-v1 input[type="tel"],.inputGroup-v1 select,.inputGroup-v1 textarea{background:#f4f3f30d;border:2px solid #ac06254d;border-radius:16px;padding:1rem 1.25rem;color:#F4F3F3;font-size:1rem;transition:all .3s ease}
.inputGroup-v1 input[type="text"]:focus,.inputGroup-v1 input[type="tel"]:focus,.inputGroup-v1 select:focus,.inputGroup-v1 textarea:focus{outline:none;border-color:#AC0625;background:#f4f3f314;box-shadow:0 0 0 4px #ac062526}
.inputGroup-v1 textarea{min-height:140px;resize:vertical}
.preferenceToggle-v2{display:none}
.preferenceToggle-v2 + .toggleLabel-v1{display:inline-flex;align-items:center;gap:.8rem;cursor:pointer;font-size:.95rem;color:#f4f3f3bf;transition:color .3s ease}
.preferenceToggle-v2 + .toggleLabel-v1::before{content:'';width:20px;height:20px;border:2px solid #ac062566;border-radius:6px;background:#f4f3f30d;transition:all .3s ease;flex-shrink:0}
.preferenceToggle-v2:checked + .toggleLabel-v1::before{background:linear-gradient(135deg,#AC0625 0%,#FEE810 100%);border-color:#AC0625}
.preferenceToggle-v2:checked + .toggleLabel-v1{color:#F4F3F3}
.conditionalField-v1{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease}
.preferenceToggle-v2:checked ~ .conditionalField-v1{max-height:200px;opacity:1;margin-top:1.5rem}
.privacyConsent-v1{margin-top:1rem}
.privacyConsent-v1 input[type="checkbox"]{display:none}
.privacyConsent-v1 label{display:flex;align-items:flex-start;gap:.8rem;font-size:.9rem;color:#f4f3f3b3;cursor:pointer;line-height:1.5}
.privacyConsent-v1 label::before{content:'';width:18px;height:18px;border:2px solid #ac062566;border-radius:5px;background:#f4f3f30d;flex-shrink:0;margin-top:.2rem;transition:all .3s ease}
.privacyConsent-v1 input:checked + label::before{background:linear-gradient(135deg,#AC0625 0%,#FEE810 100%);border-color:#AC0625}
.privacyConsent-v1 a{color:#FEE810;text-decoration:none;transition:color .3s ease}
.privacyConsent-v1 a:hover{color:#AC0625}
.submitButton-v2{background:linear-gradient(135deg,#AC0625 0%,#7a0419 100%);color:#F4F3F3;border:none;border-radius:20px;padding:1.2rem 2.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #ac06254d;z-index:10;position:relative}
.submitButton-v2:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ac062573;background:linear-gradient(135deg,#c90729 0%,#8f051f 100%)}
.infoCard-v1{background:linear-gradient(135deg,#242424 0%,#1a1a1a 100%);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 12px 48px #0006;border:1px solid #fee81014}
.infoCard-v1 .sectionHeading-v2{font-size:1.8rem;color:#F4F3F3;margin:0 0 2rem;font-weight:600}
.contactDetailsList-v1{display:flex;flex-direction:column;gap:2rem}
.detailItem-v2{display:flex;align-items:flex-start;gap:1.2rem}
.iconHolder-v1{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#ac062526 0%,#fee81014 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.iconHolder-v1 svg{width:24px;height:24px;fill:#FEE810}
.detailContent-v1{flex:1}
.detailContent-v1 .detailLabel-v1{font-size:.9rem;color:#fee810cc;margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.05em}
.detailContent-v1 .detailValue-v1{font-size:1.1rem;color:#F4F3F3;margin:0;line-height:1.5}
.detailContent-v1 a{color:#F4F3F3;text-decoration:none;transition:color .3s ease}
.detailContent-v1 a:hover{color:#FEE810}
.hoursSection-v1{background:linear-gradient(135deg,#2a2a2a 0%,#1f1f1f 100%);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 12px 48px #0006;border:1px solid #fee8101a}
.hoursSection-v1 .sectionHeading-v2{font-size:1.8rem;color:#F4F3F3;margin:0 0 1.5rem;font-weight:600}
.hoursSection-v1 .hoursDescription-v1{font-size:1rem;color:#f4f3f3bf;line-height:1.6;margin:0 0 2rem}
.hoursList-v1{display:flex;flex-direction:column;gap:1rem}
.hourRow-v1{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;background:#f4f3f308;border-radius:12px;border-left:3px solid #AC0625}
.hourRow-v1 .dayName-v1{font-size:1rem;color:#FEE810;font-weight:500}
.hourRow-v1 .timeRange-v1{font-size:.95rem;color:#f4f3f3d9}
@media (min-width: 640px) {
.formRow-split{grid-template-columns:repeat(2,1fr)}
}
@media (min-width: 1024px) {
.titleZone-outer{padding:6rem 1.5rem 5rem}
.contactGrid-layout{grid-template-columns:1.2fr 0.8fr;gap:3rem}
.contactCard-v1,.infoCard-v1,.hoursSection-v1{padding:3.5rem 3rem}
}
.heroAbout-v1{background:linear-gradient(135deg,#1a1a1a 0%,#2d1a1f 60%,#1a1a1a 100%);padding:80px 20px}
.heroAbout-outer{max-width:1536px;margin:0 auto}
.heroAbout-inner{background:#f4f3f308;border-radius:24px;padding:60px 40px;box-shadow:0 16px 48px #0006}
.textZone-v2{padding-right:40px}
.primaryTitle{font-size:3.2rem;font-weight:800;color:#F4F3F3;margin:0 0 32px;line-height:1.1;position:relative}
.primaryTitle::after{content:'';display:block;width:80px;height:6px;background:linear-gradient(90deg,#AC0625 0%,#FEE810 100%);margin-top:20px;border-radius:12px}
.subtext--wrapper{display:flex;flex-direction:column;gap:20px}
.intro-para{font-size:1.1rem;line-height:1.7;color:#d4d4d4;margin:0}
.imageFrame-v3{border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #ac06254d;position:relative}
.imageFrame-v3::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ac062533 0%,transparent 100%);z-index:1;pointer-events:none}
.imageFrame-v3 img{width:100%;height:auto;display:block;object-fit:cover}
.approachBlock{background:#0f0f0f;padding:100px 20px;position:relative}
.approachBlock::before{content:'';position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#1a1a1aff,transparent)}
.sectionContainer-v1{max-width:1536px;margin:0 auto}
.approachContent{position:relative}
.visualStack{display:flex;flex-direction:column;gap:24px}
.stackItem-v1{border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #00000080;transform:rotate(-2deg)}
.stackItem-v1:nth-child(2){transform:rotate(2deg);margin-left:40px}
.stackItem-v1 img{width:100%;height:auto;display:block;object-fit:cover}
.approachText-wrapper{padding-left:60px}
.sectionHead-v2{font-size:2.6rem;font-weight:700;color:#FEE810;margin:0 0 48px;line-height:1.2}
.contentFlow{display:flex;flex-direction:column;gap:36px}
.flowItem{display:flex;gap:24px;align-items:flex-start}
.flowMarker{width:16px;height:16px;background:linear-gradient(135deg,#AC0625 0%,#FEE810 100%);border-radius:50%;flex-shrink:0;margin-top:6px;box-shadow:0 4px 12px #ac062566}
.flowDetails{flex:1}
.itemLabel-v1{font-size:1.4rem;font-weight:600;color:#F4F3F3;margin:0 0 12px}
.itemDesc{font-size:1.05rem;line-height:1.6;color:#b8b8b8;margin:0}
.teamSection-v1{background:linear-gradient(160deg,#1a1a1a 0%,#2a1520 50%,#1a1a1a 100%);padding:100px 20px}
.teamContainer-outer{max-width:1536px;margin:0 auto}
.teamContent-inner{display:flex;flex-direction:column;gap:60px}
.teamHeader-zone{text-align:center;max-width:900px;margin:0 auto}
.titleTeam{font-size:2.8rem;font-weight:700;color:#F4F3F3;margin:0 0 24px;position:relative;display:inline-block}
.titleTeam::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#AC0625 0%,#FEE810 100%);border-radius:8px}
.teamIntro{font-size:1.15rem;line-height:1.7;color:#d0d0d0;margin:32px 0 0}
.profileCard-v2{background:#f4f3f30d;border-radius:20px;padding:32px;box-shadow:0 12px 40px #0006;border:1px solid #fee8101a}
.cardVisual{margin-bottom:24px;border-radius:16px;overflow:hidden}
.cardVisual img{width:100%;height:auto;display:block;object-fit:cover}
.cardData{display:flex;flex-direction:column;gap:12px}
.profileName{font-size:1.8rem;font-weight:700;color:#FEE810;margin:0}
.profileRole{font-size:1.1rem;color:#AC0625;font-weight:600}
.profileBio{font-size:1.05rem;line-height:1.6;color:silver;margin:8px 0 0}
.statGrid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.statBox{background:linear-gradient(135deg,#ac062526 0%,#fee81014 100%);border-radius:18px;padding:32px 24px;text-align:center;border:2px solid #fee81033;box-shadow:0 8px 24px #0000004d}
.statNumber{font-size:2.8rem;font-weight:800;color:#FEE810;margin-bottom:8px;line-height:1}
.statLabel{font-size:1rem;color:#d4d4d4;font-weight:500}
.methodBlock-v1{margin-top:40px}
.methodCard{background:#0f0f0f99;border-radius:20px;padding:36px 28px;text-align:center;border:1px solid #ac06254d;box-shadow:0 8px 28px #0006;transition:all .3s ease-in-out}
.methodCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #ac06254d;border-color:#fee81080}
.methodIcon{margin-bottom:20px;display:flex;justify-content:center}
.methodTitle{font-size:1.4rem;font-weight:700;color:#F4F3F3;margin:0 0 16px}
.methodText{font-size:1.05rem;line-height:1.6;color:#b8b8b8;margin:0}
.ctaZone-v1{display:flex;flex-direction:column;align-items:center;gap:40px;background:#f4f3f308;border-radius:24px;padding:60px 40px;border:2px solid #ac062533}
.mainBtn-v3{display:inline-block;background:linear-gradient(135deg,#AC0625 0%,#d60830 100%);color:#F4F3F3;font-size:1.2rem;font-weight:700;padding:18px 48px;border-radius:28px;text-decoration:none;box-shadow:0 12px 32px #ac062566;transition:all .3s ease-in-out;border:2px solid transparent;z-index:10;position:relative}
.mainBtn-v3:hover{transform:translateY(-4px);box-shadow:0 16px 48px #ac062599;background:linear-gradient(135deg,#d60830 0%,#AC0625 100%);border-color:#FEE810}
.ctaVisual{width:100%;max-width:600px;height:auto;border-radius:20px;box-shadow:0 12px 40px #00000080;display:block;object-fit:cover}
@media (max-width: 1024px) {
.heroAbout-inner{padding:40px 30px}
.textZone-v2{padding-right:0;margin-bottom:40px}
.primaryTitle{font-size:2.4rem}
.approachText-wrapper{padding-left:0;margin-top:40px}
.sectionHead-v2{font-size:2rem}
.visualStack{flex-direction:row}
.stackItem-v1:nth-child(2){margin-left:0}
.statGrid-v1{margin-top:40px}
}
@media (max-width: 640px) {
.heroAbout-v1{padding:60px 16px}
.heroAbout-inner{padding:32px 20px;border-radius:16px}
.primaryTitle{font-size:2rem}
.intro-para{font-size:1rem}
.approachBlock{padding:60px 16px}
.visualStack{flex-direction:column}
.stackItem-v1{transform:rotate(0deg)}
.stackItem-v1:nth-child(2){transform:rotate(0deg)}
.sectionHead-v2{font-size:1.8rem}
.teamSection-v1{padding:60px 16px}
.titleTeam{font-size:2rem}
.teamIntro{font-size:1rem}
.statGrid-v1{grid-template-columns:1fr}
.statNumber{font-size:2.2rem}
.ctaZone-v1{padding:40px 24px}
.mainBtn-v3{padding:16px 36px;font-size:1.1rem}
}
.pageHolder-v1{background:linear-gradient(165deg,#1a0510 0%,#2d1015 50%,#1a0510 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:48px 24px;position:relative;overflow:hidden}
.pageHolder-v1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#ac062508 1px,transparent 1px),linear-gradient(90deg,#ac062508 1px,transparent 1px);background-size:64px 64px;animation:gridShiftSlow 45s linear infinite;pointer-events:none}
@keyframes gridShiftSlow {
0%{transform:translate(0,0)}
100%{transform:translate(64px,64px)}
}
.messageFrame-outer{max-width:780px;width:100%;position:relative;z-index:2}
.confirmationCard{background:linear-gradient(135deg,#f4f3f314 0%,#fee8100d 100%);border-radius:28px;padding:56px 40px;box-shadow:0 16px 48px #0006 0 0 0 1px #fee81026;text-align:center;backdrop-filter:blur(12px)}
.successIcon-v2{width:88px;height:88px;margin:0 auto 32px;position:relative}
.successIcon-v2 svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px #ac062580)}
.iconCircle{fill:#AC0625;animation:pulseCircle 2.5s ease-in-out infinite}
@keyframes pulseCircle {
0%,100%{opacity:1;transform:scale(1)}
50%{opacity:.85;transform:scale(1.05)}
}
.iconCheck{fill:#FEE810;stroke:#1a0510;stroke-width:2;animation:checkDraw .8s ease-out forwards}
@keyframes checkDraw {
0%{stroke-dasharray:100;stroke-dashoffset:100}
100%{stroke-dasharray:100;stroke-dashoffset:0}
}
.mainHeading-v3{font-size:42px;line-height:1.2;color:#F4F3F3;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.metaphorText{font-size:18px;line-height:1.65;color:#f4f3f3d1;margin:0 0 40px;max-width:580px;margin-left:auto;margin-right:auto}
.actionRow-inner{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrimary--success{background:linear-gradient(135deg,#AC0625 0%,#8a0520 100%);color:#F4F3F3;padding:16px 36px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;box-shadow:0 8px 20px #ac062559;transition:all .3s ease-in-out;border:none;cursor:pointer;z-index:10;position:relative}
.btnPrimary--success:hover{transform:translateY(-3px);box-shadow:0 12px 28px #ac062580;background:linear-gradient(135deg,#c20729 0%,#AC0625 100%)}
.btnSecondary-alt{background:#f4f3f31a;color:#FEE810;padding:16px 36px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;border:2px solid #fee8104d;transition:all .3s ease-in-out;cursor:pointer;z-index:10;position:relative}
.btnSecondary-alt:hover{background:#fee81026;border-color:#fee81099;transform:translateY(-2px)}
.detailNote-v1{margin-top:48px;padding-top:32px;border-top:1px solid #fee81026}
.noteText{font-size:15px;line-height:1.7;color:#f4f3f3ad;margin:0}
.noteText a{color:#FEE810;text-decoration:none;border-bottom:1px solid #fee8104d;transition:border-color .25s ease}
.noteText a:hover{border-bottom-color:#FEE810}
@media (max-width: 640px) {
.pageHolder-v1{padding:32px 20px}
.confirmationCard{padding:40px 24px;border-radius:20px}
.successIcon-v2{width:72px;height:72px;margin-bottom:24px}
.mainHeading-v3{font-size:32px;margin-bottom:16px}
.metaphorText{font-size:16px;margin-bottom:32px}
.actionRow-inner{flex-direction:column;gap:12px}
.btnPrimary--success,.btnSecondary-alt{width:100%;justify-content:center;padding:14px 28px}
.detailNote-v1{margin-top:36px;padding-top:24px}
.noteText{font-size:14px}
}
@media (min-width: 641px) and (max-width: 1024px) {
.confirmationCard{padding:48px 32px}
.mainHeading-v3{font-size:38px}
.metaphorText{font-size:17px}
}