@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/arimo@latest/700-italic.css";
html{box-sizing:border-box}
*,:before,:after{box-sizing:inherit}
body{font-family:'Arimo',sans-serif;margin:0;padding:0;background:#F1F1F1;color:#333;line-height:1.6}
.HeaderContainer{max-width:960px;margin:0 auto;padding:0 20px}
.SiteHeader{background:#fff;box-shadow:0 4px 12px #14a16014;position:relative}
.TopBrand{text-align:center;padding:24px 0 16px;border-bottom:1px solid #142e851a}
.CompanyTitle{font-size:28px;font-weight:700;color:#142E85;margin:0;letter-spacing:.5px}
.FoundationRow{display:flex;align-items:center;justify-content:space-between;padding:20px 0;gap:40px}
.LogoBox{flex-shrink:0}
.LogoBox img{height:110px;width:110px;display:block;border-radius:8px;box-shadow:0 2px 8px #14a1601f}
.MainNavigation{flex-grow:1;display:flex;justify-content:flex-end}
.NavList{list-style:none;margin:0;padding:0;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.NavList li{margin:0}
.NavList a{display:block;padding:12px 18px;color:#142E85;text-decoration:none;font-weight:600;font-size:15px;border-radius:6px;transition:background .25s ease-out,color .25s ease-out}
.NavList a:hover{background:#14a1601a;color:#14A160}
.SiteFooter{background:#142E85;color:#F1F1F1;padding:32px 0 24px;margin-top:60px}
.FooterContainer{max-width:960px;margin:0 auto;padding:0 20px}
.FooterContent{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:24px}
.FooterSection{flex:1;min-width:200px}
.FooterSection h3{font-size:16px;font-weight:700;margin:0 0 12px;color:#14A160}
.FooterSection p{margin:6px 0;font-size:14px;line-height:1.5}
.FooterLinks{list-style:none;padding:0;margin:0}
.FooterLinks li{margin:0 0 8px}
.FooterLinks a{color:#F1F1F1;text-decoration:none;font-size:14px;transition:color .25s ease-out}
.FooterLinks a:hover{color:#14A160}
.PaymentInfo{font-size:13px;color:#f1f1f1cc;margin-top:8px}
.CopyrightBar{text-align:center;padding-top:20px;border-top:1px solid #f1f1f126;font-size:13px;color:#f1f1f1b3}
.ConsentPopup{position:fixed;bottom:20px;left:20px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #142e852e;max-width:420px;z-index:9999;opacity:0;transform:translateY(20px);transition:opacity .35s ease-out,transform .35s ease-out}
.ConsentPopup.is-visible{opacity:1;transform:translateY(0)}
.ConsentTabs{display:flex;border-bottom:2px solid #F1F1F1}
.TabButton{flex:1;padding:14px 16px;background:none;border:none;font-family:'Arimo',sans-serif;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:color .2s ease-out,background .2s ease-out}
.TabButton.is-active{color:#14A160;background:#14a1600d}
.TabContent{display:none;padding:20px}
.TabContent.is-active{display:block}
.ConsentTitle{font-size:18px;font-weight:700;color:#142E85;margin:0 0 12px}
.ConsentText{font-size:14px;color:#555;margin:0 0 16px;line-height:1.5}
.PreferenceItem{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #F1F1F1}
.PreferenceItem:last-child{border-bottom:none}
.PreferenceLabel{font-size:14px;color:#333;font-weight:600}
.ToggleSwitch{position:relative;width:48px;height:24px;background:#ccc;border-radius:24px;cursor:pointer;transition:background .25s ease-out}
.ToggleSwitch.is-checked{background:#14A160}
.ToggleSwitch::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .25s ease-out}
.ToggleSwitch.is-checked::after{transform:translateX(24px)}
.ConsentActions{display:flex;gap:10px;margin-top:16px}
.ConsentButton{flex:1;padding:12px 16px;border:none;border-radius:6px;font-family:'Arimo',sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .25s ease-out,transform .15s ease-out}
.ConsentButton:active{transform:scale(0.98)}
.AcceptButton{background:#14A160;color:#fff}
.AcceptButton:hover{background:#128f54}
.DeclineButton{background:#F1F1F1;color:#333}
.DeclineButton:hover{background:#e0e0e0}
@media (max-width: 768px) {
.FoundationRow{flex-direction:column;gap:20px;align-items:center}
.MainNavigation{width:100%;justify-content:center}
.NavList{justify-content:center;gap:6px}
.NavList a{padding:10px 14px;font-size:14px}
.FooterContent{flex-direction:column;gap:24px}
.ConsentPopup{left:10px;right:10px;bottom:10px;max-width:none}
.CompanyTitle{font-size:24px}
}
@media (max-width: 480px) {
.NavList{flex-direction:column;width:100%}
.NavList li{width:100%}
.NavList a{text-align:center}
.ConsentActions{flex-direction:column}
.TabButton{font-size:13px;padding:12px 10px}
}
.izjl-policy-section{max-width:960px;margin:0 auto;padding:60px 20px;background:#fff}
.izjl-policy-section h1{font-size:42px;font-weight:700;color:#142E85;margin:0 0 40px;line-height:1.2;letter-spacing:-.5px}
.izjl-policy-section h2{font-size:32px;font-weight:600;color:#142E85;margin:50px 0 24px;line-height:1.3;border-bottom:3px solid #14A160;padding-bottom:12px}
.izjl-policy-section h3{font-size:24px;font-weight:600;color:#142E85;margin:40px 0 20px;line-height:1.4}
.izjl-policy-section h4{font-size:20px;font-weight:600;color:#142E85;margin:32px 0 16px;line-height:1.4}
.izjl-policy-section h5{font-size:18px;font-weight:600;color:#333;margin:28px 0 14px;line-height:1.5}
.izjl-policy-section h6{font-size:16px;font-weight:600;color:#555;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.izjl-policy-section p{font-size:17px;line-height:1.75;color:#333;margin:0 0 20px;font-weight:400}
.izjl-policy-section em,.izjl-policy-section i{font-style:italic;color:#142E85}
.izjl-policy-section a{color:#14A160;text-decoration:none;border-bottom:2px solid #14a1604d;transition:all .3s ease-out;font-weight:500}
.izjl-policy-section a:hover{color:#142E85;border-bottom-color:#142E85;background:#14a16014}
.izjl-policy-section table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 4px 12px #142e8514}
.izjl-policy-section thead{background:#142E85}
.izjl-policy-section thead tr{border:none}
.izjl-policy-section th{padding:16px 20px;text-align:left;font-weight:600;font-size:16px;color:#fff;border-bottom:3px solid #14A160}
.izjl-policy-section tbody tr{border-bottom:1px solid #E5E5E5;transition:background .2s ease-out}
.izjl-policy-section tbody tr:hover{background:#14a1600d}
.izjl-policy-section tbody tr:last-child{border-bottom:none}
.izjl-policy-section td{padding:14px 20px;font-size:16px;color:#333;line-height:1.6}
.izjl-policy-section hr{border:none;height:2px;background:linear-gradient(to right,#14A160,#142E85);margin:50px 0;opacity:.3}
.izjl-policy-section div{margin:24px 0}
@media screen and (max-width: 768px) {
.izjl-policy-section{padding:40px 16px}
.izjl-policy-section h1{font-size:32px;margin-bottom:30px}
.izjl-policy-section h2{font-size:26px;margin:40px 0 20px}
.izjl-policy-section h3{font-size:22px;margin:32px 0 16px}
.izjl-policy-section h4{font-size:19px;margin:28px 0 14px}
.izjl-policy-section h5{font-size:17px;margin:24px 0 12px}
.izjl-policy-section h6{font-size:15px;margin:20px 0 10px}
.izjl-policy-section p{font-size:16px;line-height:1.7}
.izjl-policy-section table{font-size:14px;display:block;overflow-x:auto;margin:24px 0}
.izjl-policy-section th,.izjl-policy-section td{padding:12px 14px;font-size:14px}
}
@media screen and (max-width: 480px) {
.izjl-policy-section{padding:30px 12px}
.izjl-policy-section h1{font-size:28px;margin-bottom:24px}
.izjl-policy-section h2{font-size:24px;margin:36px 0 18px}
.izjl-policy-section p{font-size:15px;margin-bottom:18px}
.izjl-policy-section th,.izjl-policy-section td{padding:10px 12px}
}
.EventDetailPage34 .FullContainer{max-width:960px;margin:0 auto;padding:0 20px}
.EventDetailPage34 .HeroBox{background:linear-gradient(135deg,#14a16014 0%,#142e850f 100%);padding:60px 0 50px;margin-bottom:48px;border-bottom:3px solid #14A160}
.EventDetailPage34 .TitleText1{font-size:42px;line-height:1.2;color:#142E85;margin:0 0 16px;font-weight:700}
.EventDetailPage34 .MetaRow{display:flex;gap:32px;align-items:center;flex-wrap:wrap}
.EventDetailPage34 .StatItem{display:flex;align-items:center;gap:8px;font-size:15px;color:#555}
.EventDetailPage34 .IconCircle{width:36px;height:36px;background:#14A160;border-radius:50%;display:flex;align-items:center;justify-content:center}
.EventDetailPage34 .IconCircle svg{width:18px;height:18px;fill:#fff}
.EventDetailPage34 .ImageHolder{margin-bottom:56px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #142e851f}
.EventDetailPage34 .ImageHolder img{width:100%;height:auto;display:block}
.EventDetailPage34 .ContentGrid{display:grid;grid-template-columns:1fr 300px;gap:48px;margin-bottom:60px}
.EventDetailPage34 .MainTextArea{min-width:0}
.EventDetailPage34 .MainTextArea h2{font-size:28px;color:#142E85;margin:40px 0 16px;font-weight:600;position:relative;padding-left:16px}
.EventDetailPage34 .MainTextArea h2::before{content:'';position:absolute;left:0;top:4px;width:4px;height:28px;background:linear-gradient(180deg,#14A160 0%,#142E85 100%);border-radius:2px}
.EventDetailPage34 .MainTextArea h3{font-size:22px;color:#333;margin:28px 0 12px;font-weight:600}
.EventDetailPage34 .MainTextArea p{font-size:16px;line-height:1.7;color:#444;margin:0 0 20px}
.EventDetailPage34 .MainTextArea ul,.EventDetailPage34 .MainTextArea ol{margin:0 0 20px 24px}
.EventDetailPage34 .MainTextArea li{font-size:16px;line-height:1.6;color:#444;margin-bottom:10px}
.EventDetailPage34 .MainTextArea strong{color:#142E85;font-weight:600}
.EventDetailPage34 .MainTextArea cite{display:block;font-style:italic;color:#666;padding:16px 20px;background:#F1F1F1;border-left:4px solid #14A160;margin:24px 0;border-radius:0 6px 6px 0}
.EventDetailPage34 .MainTextArea dl{margin:20px 0}
.EventDetailPage34 .MainTextArea dt{font-weight:600;color:#142E85;margin-top:16px;font-size:16px}
.EventDetailPage34 .MainTextArea dd{margin:6px 0 0 20px;color:#444;line-height:1.6}
.EventDetailPage34 .MainTextArea figure{margin:32px 0}
.EventDetailPage34 .MainTextArea figcaption{font-size:14px;color:#666;margin-top:12px;font-style:italic;text-align:center}
.EventDetailPage34 .MainTextArea details{background:#F1F1F1;padding:20px;border-radius:8px;margin:24px 0;border:2px solid transparent;transition:border-color .3s ease-out}
.EventDetailPage34 .MainTextArea details[open]{border-color:#14A160}
.EventDetailPage34 .MainTextArea summary{font-weight:600;color:#142E85;cursor:pointer;font-size:17px;padding-left:8px;position:relative}
.EventDetailPage34 .MainTextArea summary::before{content:'▸';position:absolute;left:-12px;transition:transform .3s ease-out}
.EventDetailPage34 .MainTextArea details[open] summary::before{transform:rotate(90deg)}
.EventDetailPage34 .SidebarBox{background:linear-gradient(160deg,#F1F1F1 0%,#14a16014 100%);padding:32px 24px;border-radius:10px;box-shadow:0 4px 16px #00000014;position:sticky;top:20px;align-self:start}
.EventDetailPage34 .SidebarTitle2{font-size:20px;color:#142E85;margin:0 0 24px;font-weight:600;text-align:center}
.EventDetailPage34 .ProgramList{list-style:none;padding:0;margin:0}
.EventDetailPage34 .ProgramList li{background:#fff;padding:14px 16px;margin-bottom:12px;border-radius:6px;border-left:4px solid #14A160;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease-out,box-shadow .3s ease-out;font-size:15px;color:#333;line-height:1.5}
.EventDetailPage34 .ProgramList li:hover{transform:translateX(4px);box-shadow:0 4px 12px #14a16033}
.EventDetailPage34 .CtaBlockBottom{background:linear-gradient(90deg,#142E85 0%,#14A160 100%);padding:48px 40px;border-radius:12px;text-align:center;box-shadow:0 12px 32px #142e853d;margin-top:64px}
.EventDetailPage34 .CtaHeading3{font-size:26px;color:#fff;margin:0 0 20px;font-weight:600}
.EventDetailPage34 .CtaText{font-size:16px;color:#ffffffe6;margin:0 0 28px;line-height:1.6}
.EventDetailPage34 .ButtonPrimary{display:inline-block;background:#fff;color:#142E85;padding:14px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:transform .3s ease-out,box-shadow .3s ease-out;box-shadow:0 6px 20px #00000026}
.EventDetailPage34 .ButtonPrimary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000038}
.EventDetailPage34 .DividerWave{height:3px;background:linear-gradient(90deg,transparent,#14A160,#142E85,#14A160,transparent);margin:56px 0;border-radius:10px}
@media (max-width: 968px) {
.EventDetailPage34 .ContentGrid{grid-template-columns:1fr;gap:40px}
.EventDetailPage34 .SidebarBox{position:static}
.EventDetailPage34 .TitleText1{font-size:32px}
.EventDetailPage34 .HeroBox{padding:40px 0 36px}
}
@media (max-width: 640px) {
.EventDetailPage34 .TitleText1{font-size:28px}
.EventDetailPage34 .MainTextArea h2{font-size:24px}
.EventDetailPage34 .MainTextArea h3{font-size:20px}
.EventDetailPage34 .CtaBlockBottom{padding:36px 24px}
.EventDetailPage34 .CtaHeading3{font-size:22px}
.EventDetailPage34 .MetaRow{gap:20px}
}
.HeroMain{position:relative;height:580px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.HeroMain-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.HeroMain-image{width:100%;height:100%;object-fit:cover;filter:blur(3px)}
.HeroMain-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#14a160b3 0%,#142e85bf 100%);z-index:2}
.HeroMain-ContentWrapper{position:relative;z-index:3;max-width:960px;margin:0 auto;padding:0 24px}
.HeroMain-TextBox{background:#fffffff2;padding:48px 40px;border-radius:0;box-shadow:0 12px 32px #142e8540;max-width:680px}
.HeroMain-title{font-size:38px;font-weight:700;color:#142E85;margin:0 0 20px;line-height:1.3}
.HeroMain-description{font-size:18px;color:#333;line-height:1.6;margin:0 0 32px}
.HeroMain-button{display:inline-block;background:#14A160;color:#fff;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease-out;box-shadow:0 4px 12px #14a1604d}
.HeroMain-button:hover{background:#128f54;transform:translateY(-2px);box-shadow:0 6px 18px #14a16066}
.HeroMain-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}
.particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;animation:particleFloat 4s infinite ease-out}
@keyframes particleFloat {
0%,100%{transform:translateY(0) scale(1);opacity:.3}
50%{transform:translateY(-20px) scale(1.2);opacity:.8}
}
.AdvantagesSection{padding:80px 24px;background:#F1F1F1}
.AdvantagesSection-container{max-width:960px;margin:0 auto}
.AdvantagesSection-heading{font-size:32px;font-weight:700;color:#142E85;text-align:center;margin:0 0 56px}
.AdvantagesSection-GridLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.advantage-card{background:#fff;padding:32px 28px;border-radius:8px;box-shadow:0 6px 16px #142e8514;transition:all .3s ease-out}
.advantage-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #14a16026}
.advantage-card-icon{margin-bottom:20px}
.advantage-card-title{font-size:20px;font-weight:600;color:#142E85;margin:0 0 12px}
.advantage-card-text{font-size:15px;color:#555;line-height:1.6;margin:0}
.TrustBlock{padding:80px 24px;background:#fff}
.TrustBlock-container{max-width:960px;margin:0 auto}
.TrustBlock-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.TrustBlock-visual{position:relative}
.TrustBlock-photo{width:100%;height:440px;object-fit:cover;border-radius:0;box-shadow:0 8px 24px #142e851f}
.TrustBlock-badge{position:absolute;bottom:24px;right:24px;background:#14A160;color:#fff;padding:20px 24px;border-radius:8px;text-align:center;box-shadow:0 6px 18px #14a16066}
.TrustBlock-badge-number{font-size:32px;font-weight:700;margin-bottom:4px}
.TrustBlock-badge-label{font-size:13px;opacity:.95}
.TrustBlock-title{font-size:28px;font-weight:700;color:#142E85;margin:0 0 36px}
.TrustBlock-points{display:flex;flex-direction:column;gap:24px}
.TrustBlock-item{display:flex;gap:16px}
.TrustBlock-item-marker{width:8px;height:8px;background:#14A160;border-radius:50%;margin-top:8px;flex-shrink:0}
.TrustBlock-item-heading{font-size:17px;font-weight:600;color:#142E85;margin:0 0 8px}
.TrustBlock-item-description{font-size:15px;color:#555;line-height:1.6;margin:0}
.GuaranteesArea{padding:80px 24px;background:linear-gradient(180deg,#F1F1F1 0%,#fff 100%)}
.GuaranteesArea-container{max-width:960px;margin:0 auto}
.GuaranteesArea-MainTitle{font-size:32px;font-weight:700;color:#142E85;text-align:center;margin:0 0 48px}
.GuaranteesArea-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.GuaranteesArea-LeftColumn,.GuaranteesArea-RightColumn{display:flex;flex-direction:column;gap:24px}
.guarantee-box{background:#fff;padding:28px 24px;border-radius:8px;border-left:4px solid #14A160;box-shadow:0 4px 12px #142e8514}
.guarantee-box--primary{background:linear-gradient(135deg,#14a1600d 0%,#142e8508 100%);border-left-width:6px}
.guarantee-box--note{border-left-color:#142E85;background:#142e850a}
.guarantee-box-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.guarantee-box-icon{color:#14A160;flex-shrink:0}
.guarantee-box-title{font-size:18px;font-weight:600;color:#142E85;margin:0}
.guarantee-box-text{font-size:15px;color:#555;line-height:1.6;margin:0}
.guarantee-box-disclaimer{font-size:14px;color:#666;line-height:1.6;margin:0;font-style:italic}
.TrialSection{padding:80px 24px;background:#fff}
.TrialSection-container{max-width:960px;margin:0 auto}
.TrialSection-FlexWrap{display:flex;gap:56px;align-items:center}
.TrialSection-ImageSide{flex:0 0 420px}
.TrialSection-img{width:100%;height:520px;object-fit:cover;border-radius:0;box-shadow:0 10px 28px #14a16033}
.TrialSection-TextSide{flex:1}
.TrialSection-heading{font-size:28px;font-weight:700;color:#142E85;margin:0 0 32px}
.TrialSection-InfoBlocks{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}
.trial-info-card{display:flex;gap:16px;align-items:flex-start}
.trial-info-card-number{font-size:36px;font-weight:700;color:#14A160;line-height:1}
.trial-info-card-label{font-size:17px;font-weight:600;color:#142E85;margin:0 0 6px}
.trial-info-card-details{font-size:14px;color:#666;line-height:1.5;margin:0}
.TrialSection-note{font-size:15px;color:#555;line-height:1.6;margin:0 0 28px;padding:16px;background:#F1F1F1;border-radius:6px}
.TrialSection-ActionBtn{display:inline-block;background:#142E85;color:#fff;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease-out;box-shadow:0 4px 12px #142e854d}
.TrialSection-ActionBtn:hover{background:#0f2365;transform:translateY(-2px);box-shadow:0 6px 18px #142e8566}
.ExperienceZone{padding:80px 24px;background:#F1F1F1}
.ExperienceZone-container{max-width:960px;margin:0 auto}
.ExperienceZone-MainHeading{font-size:32px;font-weight:700;color:#142E85;text-align:center;margin:0 0 56px}
.ExperienceZone-StepsGrid{display:flex;flex-direction:column;gap:40px;margin-bottom:60px}
.experience-step{display:grid;grid-template-columns:80px 1fr;gap:24px}
.experience-step--reversed{direction:rtl}
.experience-step--reversed .experience-step-ContentBox{direction:ltr}
.experience-step-NumberBox{display:flex;align-items:flex-start;justify-content:center;padding-top:8px}
.experience-step-num{display:inline-block;width:64px;height:64px;background:#14A160;color:#fff;font-size:24px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #14a1604d}
.experience-step-ContentBox{background:#fff;padding:28px 32px;border-radius:8px;box-shadow:0 4px 12px #142e8514}
.experience-step-title{font-size:22px;font-weight:600;color:#142E85;margin:0 0 12px}
.experience-step-description{font-size:15px;color:#555;line-height:1.6;margin:0 0 20px}
.experience-step-visual{margin-top:20px}
.experience-step-image{width:100%;height:240px;object-fit:cover;border-radius:6px}
.ExperienceZone-TestimonialCard{background:#fff;padding:36px 32px;border-radius:8px;box-shadow:0 8px 24px #142e851f;margin-bottom:48px;border-top:4px solid #14A160}
.testimonial-profile{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.testimonial-profile-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #14a16033}
.testimonial-profile-name{font-size:18px;font-weight:600;color:#142E85}
.testimonial-profile-role{font-size:14px;color:#666;margin-top:4px}
.testimonial-text{font-size:15px;color:#555;line-height:1.7;margin:0;font-style:italic}
.ExperienceZone-ProgressMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.metric-unit{background:linear-gradient(135deg,#14A160 0%,#142E85 100%);padding:32px 24px;text-align:center;border-radius:8px;box-shadow:0 8px 20px #14a16040}
.metric-unit-value{font-size:42px;font-weight:700;color:#fff;margin-bottom:12px}
.metric-unit-label{font-size:14px;color:#fffffff2;line-height:1.5}
@media (max-width: 768px) {
.HeroMain{height:480px}
.HeroMain-TextBox{padding:32px 24px}
.HeroMain-title{font-size:28px}
.HeroMain-description{font-size:16px}
.AdvantagesSection-GridLayout{grid-template-columns:1fr}
.TrustBlock-split{grid-template-columns:1fr;gap:40px}
.GuaranteesArea-layout{grid-template-columns:1fr}
.TrialSection-FlexWrap{flex-direction:column;gap:36px}
.TrialSection-ImageSide{flex:1;width:100%}
.TrialSection-img{height:360px}
.experience-step{grid-template-columns:60px 1fr;gap:16px}
.experience-step-num{width:52px;height:52px;font-size:20px}
.ExperienceZone-ProgressMetrics{grid-template-columns:1fr;gap:20px}
}
.HeroSection87{position:relative;width:100%;height:480px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.HeroSection87 .background-image-layer13{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.HeroSection87 .background-image-layer13 img{width:100%;height:100%;object-fit:cover;filter:grayscale(0.3) contrast(1.1)}
.HeroSection87 .overlay-dark92{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#142e85d9 0%,#14a160bf 100%);z-index:2}
.HeroSection87 .decorative-shape-left41{position:absolute;left:-8%;top:15%;width:280px;height:280px;background:#f1f1f114;border-radius:50%;z-index:3;animation:float-left-slow 18s ease-in-out infinite}
.HeroSection87 .decorative-shape-right41{position:absolute;right:-6%;bottom:10%;width:320px;height:320px;background:#14a1601f;transform:rotate(45deg);z-index:3;animation:float-right-slow 22s ease-in-out infinite}
@keyframes float-left-slow {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-20px) scale(1.1)}
}
@keyframes float-right-slow {
0%,100%{transform:rotate(45deg) translate(0,0)}
50%{transform:rotate(50deg) translate(-25px,15px)}
}
.HeroSection87 .content-wrapper-hero19{position:relative;z-index:4;text-align:center;max-width:820px;padding:0 20px}
.HeroSection87 .main-heading-hero34{font-size:52px;font-weight:700;color:#F1F1F1;line-height:1.2;margin:0;text-shadow:2px 4px 12px #0000004d}
.HeroSection87 .underline-accent72{position:relative;display:inline-block}
.HeroSection87 .underline-accent72::after{content:'';position:absolute;bottom:-6px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#14A160 0%,#142E85 100%);border-radius:2px}
@media (max-width: 768px) {
.HeroSection87{height:360px}
.HeroSection87 .main-heading-hero34{font-size:36px}
.HeroSection87 .decorative-shape-left41,.HeroSection87 .decorative-shape-right41{display:none}
}
.StorySection4{padding:90px 20px;background:#F1F1F1;position:relative}
.StorySection4 .container-centered48{max-width:960px;margin:0 auto}
.StorySection4 .split-layout-box7{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.StorySection4 .text-content-area21{padding-right:20px}
.StorySection4 .section-label89{font-size:14px;font-weight:600;color:#142E85;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 16px}
.StorySection4 .heading-box93{font-size:38px;font-weight:700;color:#142E85;line-height:1.3;margin:0 0 24px}
.StorySection4 .paragraph-text44{font-size:16px;line-height:1.7;color:#333;margin:0 0 18px}
.StorySection4 .image-showcase-area92{position:relative}
.StorySection4 .image-showcase-area92 img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:8px 12px 24px #142e8526}
.StorySection4 .accent-decorator16{position:absolute;top:-15px;right:-15px;width:140px;height:140px;background:linear-gradient(135deg,#14a16033 0%,#142e8533 100%);border-radius:50%;z-index:-1}
@media (max-width: 768px) {
.StorySection4{padding:60px 20px}
.StorySection4 .split-layout-box7{grid-template-columns:1fr;gap:40px}
.StorySection4 .text-content-area21{padding-right:0}
.StorySection4 .heading-box93{font-size:30px}
.StorySection4 .image-showcase-area92 img{height:320px}
}
.TeamProfilesBox3{padding:85px 20px;background:linear-gradient(165deg,#142E85 0%,#14A160 100%);position:relative;overflow:hidden}
.TeamProfilesBox3::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,#f1f1f10f 0%,transparent 70%);border-radius:50%}
.TeamProfilesBox3 .container-centered48{max-width:960px;margin:0 auto;position:relative;z-index:2}
.TeamProfilesBox3 .section-title-centered67{font-size:42px;font-weight:700;color:#F1F1F1;text-align:center;margin:0 0 58px;line-height:1.2}
.TeamProfilesBox3 .section-title-centered67::before{content:'';display:block;width:80px;height:5px;background:#14A160;margin:0 auto 20px;border-radius:3px}
.TeamProfilesBox3 .team-grid-layout54{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.TeamProfilesBox3 .member-card-element12{background:#f1f1f1f2;border-radius:10px;padding:32px;box-shadow:6px 10px 20px #00000040;transition:transform .3s ease-out,box-shadow .3s ease-out}
.TeamProfilesBox3 .member-card-element12:hover{transform:translateY(-8px);box-shadow:10px 16px 32px #00000059}
.TeamProfilesBox3 .profile-image-wrapper83{width:100%;margin-bottom:24px}
.TeamProfilesBox3 .profile-image-wrapper83 img{width:100%;height:280px;object-fit:cover;border-radius:8px}
.TeamProfilesBox3 .member-name-heading91{font-size:24px;font-weight:700;color:#142E85;margin:0 0 8px}
.TeamProfilesBox3 .role-label-text58{font-size:15px;font-weight:600;color:#14A160;margin:0 0 16px}
.TeamProfilesBox3 .bio-description-text77{font-size:15px;line-height:1.6;color:#444;margin:0}
@media (max-width: 768px) {
.TeamProfilesBox3{padding:60px 20px}
.TeamProfilesBox3 .section-title-centered67{font-size:32px;margin-bottom:40px}
.TeamProfilesBox3 .team-grid-layout54{grid-template-columns:1fr;gap:35px}
.TeamProfilesBox3 .profile-image-wrapper83 img{height:240px}
}
.ApproachMethodBox9{padding:95px 20px;background:#fff}
.ApproachMethodBox9 .container-centered48{max-width:960px;margin:0 auto}
.ApproachMethodBox9 .intro-header-wrapper45{text-align:left;margin-bottom:50px}
.ApproachMethodBox9 .main-question-heading23{font-size:40px;font-weight:700;color:#142E85;margin:0 0 20px;line-height:1.25}
.ApproachMethodBox9 .intro-description-paragraph88{font-size:17px;line-height:1.65;color:#555;max-width:780px;margin:0}
.ApproachMethodBox9 .principles-masonry-layout31{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:42px}
.ApproachMethodBox9 .principle-card-item66{background:linear-gradient(145deg,#F1F1F1 0%,#e8e8e8 100%);padding:28px 24px;border-radius:6px;border-left:4px solid #14A160;box-shadow:3px 6px 14px #14a1601f;transition:all .3s ease-out}
.ApproachMethodBox9 .principle-card-item66:hover{transform:scale(1.04);box-shadow:5px 10px 22px #14a16033;border-left-width:6px}
.ApproachMethodBox9 .principle-card-item66:nth-child(2){border-left-color:#142E85}
.ApproachMethodBox9 .principle-card-item66:nth-child(3){border-left-color:#14A160}
.ApproachMethodBox9 .principle-icon-box52{width:50px;height:50px;background:linear-gradient(135deg,#14A160 0%,#142E85 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.ApproachMethodBox9 .principle-icon-box52 i{font-size:24px;color:#F1F1F1}
.ApproachMethodBox9 .principle-title-heading72{font-size:20px;font-weight:700;color:#142E85;margin:0 0 12px}
.ApproachMethodBox9 .principle-explanation-text94{font-size:15px;line-height:1.6;color:#666;margin:0}
@media (max-width: 768px) {
.ApproachMethodBox9{padding:65px 20px}
.ApproachMethodBox9 .main-question-heading23{font-size:30px}
.ApproachMethodBox9 .principles-masonry-layout31{grid-template-columns:1fr;gap:25px}
}
.ValuesShowcaseSection8{padding:88px 20px;background:#F1F1F1;position:relative}
.ValuesShowcaseSection8 .container-centered48{max-width:960px;margin:0 auto}
.ValuesShowcaseSection8 .content-asymmetric-layout19{display:grid;grid-template-columns:2fr 3fr;gap:55px;align-items:center}
.ValuesShowcaseSection8 .visual-composition-area71{position:relative}
.ValuesShowcaseSection8 .image-grid-dual38{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ValuesShowcaseSection8 .image-grid-dual38 img{width:100%;height:220px;object-fit:cover;border-radius:7px;box-shadow:4px 8px 18px #142e8526}
.ValuesShowcaseSection8 .geometric-accent-shape64{position:absolute;bottom:-12px;right:-12px;width:100px;height:100px;background:linear-gradient(225deg,#14a1604d 0%,#142e854d 100%);transform:rotate(25deg);border-radius:8px;z-index:-1}
.ValuesShowcaseSection8 .text-rich-area53{padding-left:15px}
.ValuesShowcaseSection8 .values-main-heading46{font-size:36px;font-weight:700;color:#142E85;margin:0 0 28px;line-height:1.3}
.ValuesShowcaseSection8 .values-list-wrapper29{list-style:none;padding:0;margin:0}
.ValuesShowcaseSection8 .value-item-element81{margin-bottom:24px;display:flex;align-items:start;gap:14px}
.ValuesShowcaseSection8 .checkmark-icon-box37{width:28px;height:28px;background:#14A160;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.ValuesShowcaseSection8 .checkmark-icon-box37 i{font-size:14px;color:#F1F1F1}
.ValuesShowcaseSection8 .value-content-text95{flex:1}
.ValuesShowcaseSection8 .value-title-label62{font-size:18px;font-weight:700;color:#142E85;margin:0 0 6px}
.ValuesShowcaseSection8 .value-description-paragraph33{font-size:15px;line-height:1.6;color:#555;margin:0}
@media (max-width: 768px) {
.ValuesShowcaseSection8{padding:65px 20px}
.ValuesShowcaseSection8 .content-asymmetric-layout19{grid-template-columns:1fr;gap:40px}
.ValuesShowcaseSection8 .visual-composition-area71{order:2}
.ValuesShowcaseSection8 .text-rich-area53{padding-left:0;order:1}
.ValuesShowcaseSection8 .values-main-heading46{font-size:28px}
.ValuesShowcaseSection8 .image-grid-dual38 img{height:180px}
}
.HeroWrap12{background:linear-gradient(135deg,#142E85 0%,#14A160 100%);padding:80px 20px;position:relative;overflow:hidden}
.HeroWrap12::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.8}
.HeroInner7{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:2}
.HeroText45{color:#F1F1F1}
.HeroText45 .MainHeading{font-size:48px;font-weight:700;margin:0 0 20px;line-height:1.2}
.HeroText45 .SubText{font-size:20px;margin:0 0 30px;line-height:1.6;opacity:.95}
.HeroAction3 .ButtonPrimary{background:#14A160;color:#F1F1F1;padding:16px 38px;border-radius:8px;text-decoration:none;display:inline-block;font-weight:600;font-size:18px;transition:all .3s ease-out;box-shadow:0 6px 16px #14a1604d}
.HeroAction3 .ButtonPrimary:hover{background:#0f8a50;transform:translateY(-2px);box-shadow:0 10px 24px #14a16066}
.HeroVisual8{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ImageBox34{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 8px 20px #00000026}
.ImageBox34 img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .6s ease-out}
.ImageBox34:hover img{transform:scale(1.08)}
.ImageBox34.tall{grid-row:span 2}
.ImageBox34.tall img{height:456px}
.ContactSection9{max-width:960px;margin:80px auto;padding:0 20px}
.ContactGrid7{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.FormWrap23{background:#F1F1F1;padding:40px;border-radius:10px;box-shadow:0 4px 12px #142e8514}
.FormWrap23 .FormTitle{font-size:32px;font-weight:700;margin:0 0 24px;color:#142E85}
.FieldGroup8{margin-bottom:24px}
.FieldGroup8 label{display:block;font-size:15px;font-weight:600;margin-bottom:8px;color:#142E85}
.FieldGroup8 input,.FieldGroup8 select{width:100%;padding:14px 16px;border:2px solid #142e8533;border-radius:6px;font-size:16px;transition:border-color .3s ease-out;background:#fff}
.FieldGroup8 input:focus,.FieldGroup8 select:focus{outline:none;border-color:#14A160;box-shadow:0 0 0 3px #14a1601a}
.ConsentBox7{margin:28px 0;display:flex;align-items:flex-start;gap:10px}
.ConsentBox7 input[type="checkbox"]{width:20px;height:20px;margin-top:2px;flex-shrink:0;cursor:pointer}
.ConsentBox7 label{font-size:14px;line-height:1.6;color:#142E85}
.ConsentBox7 a{color:#14A160;text-decoration:none;font-weight:600}
.ConsentBox7 a:hover{text-decoration:underline}
.SubmitBtn4{background:#14A160;color:#F1F1F1;padding:16px 48px;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease-out;box-shadow:0 4px 12px #14a16040;width:100%}
.SubmitBtn4:hover{background:#0f8a50;transform:translateY(-2px);box-shadow:0 8px 20px #14a16059}
.InfoSide11{display:flex;flex-direction:column;gap:32px}
.ContactCard6{background:linear-gradient(135deg,#142e850d 0%,#14a1600d 100%);padding:32px;border-radius:10px;border-left:4px solid #14A160}
.ContactCard6 .CardTitle{font-size:20px;font-weight:700;color:#142E85;margin:0 0 16px}
.ContactCard6 .DetailItem{margin:12px 0;font-size:16px;color:#142E85;line-height:1.6}
.ContactCard6 .DetailItem strong{display:block;font-weight:600;margin-bottom:4px}
.ContactCard6 a{color:#14A160;text-decoration:none}
.ContactCard6 a:hover{text-decoration:underline}
.BottomSection3{background:#142E85;padding:60px 20px;color:#F1F1F1}
.BottomInner5{max-width:960px;margin:0 auto;text-align:center}
.BottomInner5 .SectionTitle{font-size:36px;font-weight:700;margin:0 0 20px}
.BottomInner5 .SectionText{font-size:18px;line-height:1.7;max-width:700px;margin:0 auto 32px;opacity:.95}
.LinkRow2{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.LinkRow2 a{background:#f1f1f11a;color:#F1F1F1;padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease-out;border:2px solid #f1f1f133}
.LinkRow2 a:hover{background:#f1f1f133;border-color:#14A160;transform:translateY(-2px)}
@media (max-width: 768px) {
.HeroInner7{grid-template-columns:1fr;gap:30px}
.HeroText45 .MainHeading{font-size:36px}
.HeroText45 .SubText{font-size:18px}
.HeroVisual8{grid-template-columns:1fr}
.ImageBox34.tall{grid-row:span 1}
.ImageBox34.tall img{height:220px}
.ContactGrid7{grid-template-columns:1fr;gap:40px}
.FormWrap23{padding:30px 20px}
.BottomInner5 .SectionTitle{font-size:28px}
.BottomInner5 .SectionText{font-size:16px}
.LinkRow2{flex-direction:column;align-items:stretch}
.LinkRow2 a{text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.HeroInner7{gap:35px}
.HeroText45 .MainHeading{font-size:42px}
.ContactGrid7{gap:50px}
}
.ProgramTitleSection{background:linear-gradient(135deg,#14A160 0%,#142E85 100%);padding:80px 20px;position:relative;overflow:hidden}
.ProgramTitleSection .TitleContainer{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ProgramTitleSection .TextContent h1{font-size:42px;color:#F1F1F1;margin:0 0 24px;line-height:1.2;position:relative}
.ProgramTitleSection .TextContent h1::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:6px;height:60%;background:#F1F1F1}
.ProgramTitleSection .TextContent p{font-size:18px;color:#F1F1F1;line-height:1.7;margin:0}
.ProgramTitleSection .ImageWrapper{position:relative}
.ProgramTitleSection .ImageWrapper img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 12px 24px #0000004d}
.ProgramTitleSection .DotsDecoration{position:absolute;right:-20px;bottom:-20px;width:120px;height:120px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;opacity:.4}
.ProgramTitleSection .DotsDecoration span{width:8px;height:8px;background:#F1F1F1;border-radius:50%}
.CourseStructureModule{padding:100px 20px;background:#fff}
.CourseStructureModule .ModuleBox{max-width:960px;margin:0 auto}
.CourseStructureModule .IntroText{text-align:center;margin-bottom:70px}
.CourseStructureModule .IntroText h2{font-size:36px;color:#142E85;margin:0 0 16px;position:relative;display:inline-block}
.CourseStructureModule .IntroText h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#14A160,#142E85)}
.CourseStructureModule .IntroText p{font-size:17px;color:#444;line-height:1.6;max-width:680px;margin:24px auto 0}
.CourseStructureModule .TabsWrapper{position:relative}
.CourseStructureModule input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.CourseStructureModule .TabNavigation{display:flex;gap:12px;margin-bottom:40px;border-bottom:2px solid #F1F1F1}
.CourseStructureModule .TabNavigation label{padding:16px 32px;font-size:16px;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease-out;position:relative;bottom:-2px}
.CourseStructureModule .TabNavigation label:hover{color:#14A160}
.CourseStructureModule input[type="radio"]:checked + label{color:#142E85;border-bottom-color:#14A160;font-weight:600}
.CourseStructureModule .PanelContent{display:none;animation:fadePanel .4s ease-out}
.CourseStructureModule input[type="radio"]:nth-of-type(1):checked ~ .PanelContent:nth-of-type(1),.CourseStructureModule input[type="radio"]:nth-of-type(2):checked ~ .PanelContent:nth-of-type(2),.CourseStructureModule input[type="radio"]:nth-of-type(3):checked ~ .PanelContent:nth-of-type(3){display:block}
@keyframes fadePanel {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.CourseStructureModule .ContentGrid{display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:start}
.CourseStructureModule .MainColumn h3{font-size:26px;color:#142E85;margin:0 0 20px}
.CourseStructureModule .MainColumn p{font-size:16px;color:#555;line-height:1.7;margin:0 0 28px}
.CourseStructureModule .TopicList{list-style:none;padding:0;margin:0}
.CourseStructureModule .TopicList li{padding:14px 0;border-bottom:1px solid #F1F1F1;font-size:15px;color:#444;position:relative;padding-left:28px}
.CourseStructureModule .TopicList li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:linear-gradient(135deg,#14A160,#142E85);border-radius:3px}
.CourseStructureModule .SideColumn{background:linear-gradient(135deg,#14a16014,#142e8514);padding:32px;border-radius:8px;border-left:4px solid #14A160}
.CourseStructureModule .SideColumn h4{font-size:18px;color:#142E85;margin:0 0 20px}
.CourseStructureModule .StatRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.CourseStructureModule .StatRow span:first-child{font-size:14px;color:#666}
.CourseStructureModule .StatRow span:last-child{font-size:16px;color:#142E85;font-weight:600}
.CourseStructureModule .ProgressBar{height:8px;background:#fff;border-radius:4px;overflow:hidden;margin-top:8px}
.CourseStructureModule .ProgressBar span{display:block;height:100%;background:linear-gradient(90deg,#14A160,#142E85);border-radius:4px}
.CourseStructureModule .InstructorCard{margin-top:32px;padding-top:32px;border-top:2px solid #14a16033}
.CourseStructureModule .InstructorCard img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:16px;border:3px solid #14A160}
.CourseStructureModule .InstructorCard h5{font-size:16px;color:#142E85;margin:0 0 6px}
.CourseStructureModule .InstructorCard p{font-size:14px;color:#666;margin:0;line-height:1.5}
@media (max-width: 768px) {
.ProgramTitleSection{padding:60px 20px}
.ProgramTitleSection .TitleContainer{grid-template-columns:1fr;gap:40px}
.ProgramTitleSection .TextContent h1{font-size:32px}
.ProgramTitleSection .TextContent h1::before{left:0;top:-16px;width:60%;height:3px}
.ProgramTitleSection .ImageWrapper img{height:280px}
.CourseStructureModule{padding:60px 20px}
.CourseStructureModule .IntroText h2{font-size:28px}
.CourseStructureModule .TabNavigation{flex-direction:column;gap:0;border-bottom:none}
.CourseStructureModule .TabNavigation label{padding:14px 16px;border-bottom:1px solid #F1F1F1;bottom:0}
.CourseStructureModule input[type="radio"]:checked + label{background:#14a1601a;border-left:4px solid #14A160;border-bottom:1px solid #F1F1F1}
.CourseStructureModule .ContentGrid{grid-template-columns:1fr;gap:32px}
.CourseStructureModule .MainColumn h3{font-size:22px}
}
@media (max-width: 480px) {
.ProgramTitleSection .TextContent h1{font-size:26px}
.ProgramTitleSection .TextContent p{font-size:16px}
.CourseStructureModule .IntroText h2{font-size:24px}
.CourseStructureModule .SideColumn{padding:24px}
}
.EventsPage43 .PageHero62{background:linear-gradient(135deg,#142E85 0%,#14A160 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.EventsPage43 .PageHero62::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#f1f1f11a;border-radius:50%}
.EventsPage43 .PageHero62::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#14a16026;border-radius:50%}
.EventsPage43 .HeroContentWrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.EventsPage43 .PageHero62 .MainHeading84{font-size:48px;color:#F1F1F1;margin:0 0 16px;font-weight:700;letter-spacing:-1px}
.EventsPage43 .PageHero62 .SubText19{font-size:18px;color:#f1f1f1e6;margin:0;line-height:1.6}
.EventsPage43 .EventsGrid27{max-width:960px;margin:60px auto;padding:0 20px}
.EventsPage43 .GridContainer53{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.EventsPage43 .EventCardBox71{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:all .3s ease-out;box-shadow:0 2px 8px #142e8514}
.EventsPage43 .EventCardBox71:hover{transform:translateY(-6px);box-shadow:0 12px 24px #14a16026;border-color:#14A160}
.EventsPage43 .CardImageWrap{position:relative;width:100%;height:200px;overflow:hidden;background:#F1F1F1}
.EventsPage43 .CardImageWrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-out}
.EventsPage43 .EventCardBox71:hover .CardImageWrap img{transform:scale(1.08)}
.EventsPage43 .CardContentArea{padding:24px}
.EventsPage43 .EventTitle92{font-size:22px;color:#142E85;margin:0 0 12px;font-weight:600;line-height:1.3}
.EventsPage43 .EventDescription38{font-size:15px;color:#4a4a4a;line-height:1.6;margin:0 0 20px}
.EventsPage43 .CardMetaRow{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding-top:12px;border-top:1px solid #e5e5e5}
.EventsPage43 .MetaItem57{display:flex;align-items:center;gap:6px;font-size:14px;color:#666}
.EventsPage43 .MetaItem57 .IconShape{width:18px;height:18px}
.EventsPage43 .LinkButton94{display:inline-block;padding:12px 28px;background:#14A160;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease-out;border:2px solid #14A160}
.EventsPage43 .LinkButton94:hover{background:#0f8550;border-color:#0f8550;box-shadow:0 4px 12px #14a1604d}
.EventsPage43 .InfoSection29{background:linear-gradient(to right,#F1F1F1 0%,#fff 100%);padding:80px 20px;margin:80px 0}
.EventsPage43 .InfoContentBox{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.EventsPage43 .InfoTextArea{padding-right:20px}
.EventsPage43 .InfoHeading15{font-size:36px;color:#142E85;margin:0 0 20px;font-weight:700;position:relative;padding-left:16px}
.EventsPage43 .InfoHeading15::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:#14A160}
.EventsPage43 .InfoParagraph{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 16px}
.EventsPage43 .InfoListArea ul{list-style:none;padding:0;margin:24px 0 0}
.EventsPage43 .InfoListArea li{padding:12px 0 12px 32px;position:relative;font-size:15px;color:#333;line-height:1.6}
.EventsPage43 .InfoListArea li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#14A160;clip-path:polygon(0% 50%,40% 90%,100% 10%,85% 0%,40% 65%,15% 40%)}
.EventsPage43 .StatsGrid48{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.EventsPage43 .StatBox83{background:#fff;padding:32px;border-radius:8px;text-align:center;box-shadow:0 4px 16px #142e851a;border-left:4px solid #14A160}
.EventsPage43 .StatNumber{font-size:42px;font-weight:700;color:#142E85;margin:0 0 8px}
.EventsPage43 .StatLabel{font-size:14px;color:#666;margin:0;text-transform:uppercase;letter-spacing:1px}
.EventsPage43 .CTASection56{background:#142E85;padding:60px 20px;text-align:center;position:relative}
.EventsPage43 .CTASection56::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#14a16033 0%,#142e854d 100%)}
.EventsPage43 .CTAContentWrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.EventsPage43 .CTAHeading77{font-size:32px;color:#F1F1F1;margin:0 0 16px;font-weight:600}
.EventsPage43 .CTAText{font-size:17px;color:#f1f1f1e6;margin:0 0 32px;line-height:1.6}
.EventsPage43 .CTAButton26{display:inline-block;padding:16px 40px;background:#14A160;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease-out;box-shadow:0 6px 20px #14a16066}
.EventsPage43 .CTAButton26:hover{background:#0f8550;transform:translateY(-2px);box-shadow:0 8px 24px #14a16080}
@media (max-width: 768px) {
.EventsPage43 .PageHero62{padding:60px 20px}
.EventsPage43 .PageHero62 .MainHeading84{font-size:32px}
.EventsPage43 .PageHero62 .SubText19{font-size:16px}
.EventsPage43 .EventsGrid27{margin:40px auto}
.EventsPage43 .GridContainer53{grid-template-columns:1fr;gap:24px}
.EventsPage43 .InfoContentBox{grid-template-columns:1fr;gap:40px}
.EventsPage43 .InfoTextArea{padding-right:0}
.EventsPage43 .InfoHeading15{font-size:28px}
.EventsPage43 .StatsGrid48{grid-template-columns:1fr}
.EventsPage43 .CTAHeading77{font-size:26px}
}
@media (max-width: 480px) {
.EventsPage43 .PageHero62 .MainHeading84{font-size:28px}
.EventsPage43 .EventTitle92{font-size:20px}
.EventsPage43 .CardContentArea{padding:20px}
.EventsPage43 .InfoSection29{padding:60px 20px;margin:60px 0}
}
.ConfirmationBox{max-width:960px;margin:80px auto 100px;padding:0 24px}
.ConfirmationBox .MessageWrapper{background:linear-gradient(135deg,#14A160 0%,#142E85 100%);border-radius:16px;padding:80px 60px;text-align:center;position:relative;overflow:hidden;box-shadow:0 12px 40px #14a16040}
.ConfirmationBox .MessageWrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#f1f1f114;border-radius:50%}
.ConfirmationBox .MessageWrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:350px;height:350px;background:#f1f1f10f;border-radius:50%}
.ConfirmationBox .IconArea{position:relative;z-index:2;margin-bottom:32px}
.ConfirmationBox .IconArea svg{width:96px;height:96px;display:inline-block}
.ConfirmationBox .MainHeading{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;position:relative;z-index:2;line-height:1.2}
.ConfirmationBox .DescriptionText{font-size:18px;color:#ffffffeb;line-height:1.7;margin:0 0 40px;position:relative;z-index:2;max-width:640px;margin-left:auto;margin-right:auto}
.ConfirmationBox .ActionGroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}
.ConfirmationBox .PrimaryLink{background:#fff;color:#142E85;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease-out;box-shadow:0 4px 14px #00000026;display:inline-block}
.ConfirmationBox .PrimaryLink:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#F1F1F1}
.ConfirmationBox .SecondaryLink{background:transparent;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;border:2px solid #fff6;transition:all .3s ease-out;display:inline-block}
.ConfirmationBox .SecondaryLink:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-2px)}
.InfoSection{max-width:960px;margin:0 auto 120px;padding:0 24px}
.InfoSection .ContentGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.InfoSection .InfoCard{background:#F1F1F1;padding:40px 32px;border-radius:12px;position:relative;transition:all .3s ease-out}
.InfoSection .InfoCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#14A160;border-radius:4px 0 0 4px;transition:height .3s ease-out}
.InfoSection .InfoCard:hover::before{height:100%}
.InfoSection .InfoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #14a16026}
.InfoSection .CardIcon{width:56px;height:56px;background:linear-gradient(135deg,#14A160,#142E85);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.InfoSection .CardIcon svg{width:32px;height:32px}
.InfoSection .CardTitle{font-size:22px;font-weight:700;color:#142E85;margin:0 0 16px;line-height:1.3}
.InfoSection .CardDescription{font-size:16px;color:#333;line-height:1.6;margin:0}
@media (max-width: 768px) {
.ConfirmationBox{margin:60px auto 80px;padding:0 20px}
.ConfirmationBox .MessageWrapper{padding:60px 32px}
.ConfirmationBox .MainHeading{font-size:32px}
.ConfirmationBox .DescriptionText{font-size:16px}
.ConfirmationBox .ActionGroup{flex-direction:column;align-items:stretch}
.ConfirmationBox .PrimaryLink,.ConfirmationBox .SecondaryLink{text-align:center}
.InfoSection{margin-bottom:80px;padding:0 20px}
.InfoSection .ContentGrid{grid-template-columns:1fr;gap:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.ConfirmationBox .MessageWrapper{padding:70px 48px}
.InfoSection .ContentGrid{grid-template-columns:repeat(2,1fr)}
}