*{box-sizing:border-box}
html{font-size:100%}
body{margin:0;font-family:'Oxygen',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#f9f9f7;color:#111}
::selection{background:#115c181a}
.siteholderwrapper{max-width:1400px;margin:0 auto;padding:0 32px}
.siteheader{position:relative;background:#fff;box-shadow:0 3px 2px 0 #115c1814;z-index:100}
.siteheadertopbar{background:#115C18;padding:8px 0}
.siteheadertopbarholder{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.siteheadertopbarholder .locationdata{display:flex;align-items:center;gap:8px;font-size:13px;line-height:1.4;color:#e8f5e9;letter-spacing:.03em}
.locationicon{width:14px;height:14px;flex-shrink:0}
.siteheadertopbarholder .contactlinks{display:flex;align-items:center;gap:16px}
.siteheadertopbarholder .contactlinks a{font-size:13px;line-height:1.4;color:#e8f5e9;text-decoration:none;letter-spacing:.03em;transition:color .2s ease-out}
.siteheadertopbarholder .contactlinks a:focus{transform:scale(1.02);outline:2px solid #e8f5e9;outline-offset:2px;border-radius:4px}
.siteheadertopbarholder .contactlinks a:hover{color:#fff}
.siteheadermainrow{padding:24px 0 0}
.siteheadermainrowholder{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}
.sitelogoholder{border-left:4px solid #115C18;padding-left:16px;background:#fff;box-shadow:0 3px 2px 0 #115c1814;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:80px;min-height:80px}
.sitelogoholder img{width:68px;height:68px;object-fit:contain;display:block}
.sitenavholder{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:center}
.sitenavholder a{font-family:'Oxygen',sans-serif;font-size:13px;font-weight:700;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;color:#111;text-decoration:none;padding:16px 24px;border-radius:4px;display:inline-block;transition:color .18s ease-out,background .25s ease-out;min-height:44px}
.sitenavholder a:hover{color:#115C18;background:#115c180f}
.sitenavholder a:focus{transform:scale(1.02);outline:2px solid #115C18;outline-offset:2px}
.sitenavholder a.active{color:#115C18;border-bottom:2px solid #115C18}
.siteheaderaccent{height:4px;margin-top:24px;background:linear-gradient(90deg,#115C18 0%,#4E46CF 50%,#A92E11 100%)}
.sitefooter{background:#A92E11;color:#fff}
.sitefootermainarea{padding:64px 0 32px}
.sitefootergridholder{max-width:1400px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:2fr 2fr 1fr;gap:32px;align-items:start}
.sitefooterdescriptionzone{display:flex;flex-direction:column;gap:16px}
.sitefooterdescriptionzone .footerheading{font-size:25px;font-weight:700;line-height:1.15;letter-spacing:-.01em;color:#fff}
.sitefooterdescriptionzone .footerbodytext{font-size:13px;line-height:1.6;letter-spacing:.02em;color:#ffffffd9}
.sitefooternavzone{display:flex;flex-direction:column;gap:24px}
.sitefooternavzone .footernavlabel{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin:0}
.sitefooternavzone nav{display:flex;flex-direction:column;gap:8px}
.sitefooternavzone nav a{font-size:13px;line-height:1.4;letter-spacing:.02em;color:#ffffffd9;text-decoration:none;transition:color .2s ease-out;display:inline-block;min-height:44px;line-height:44px}
.sitefooternavzone nav a:hover{color:#fff}
.sitefooternavzone nav a:focus{transform:scale(1.02);outline:2px solid #fff9;outline-offset:2px;border-radius:4px}
.sitefootercontactzone{display:flex;flex-direction:column;gap:16px}
.sitefootercontactzone .footernavlabel{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin:0}
.sitefootercontactzone .contactitemholder{display:flex;flex-direction:column;gap:8px}
.sitefootercontactzone .contactitemholder a{font-size:13px;line-height:1.4;color:#ffffffd9;text-decoration:none;transition:color .2s ease-out;display:inline-block;min-height:44px;line-height:44px}
.sitefootercontactzone .contactitemholder a:hover{color:#fff}
.sitefootercontactzone .contactitemholder a:focus{transform:scale(1.02);outline:2px solid #fff9;outline-offset:2px;border-radius:4px}
.sitefooterdividerholder{max-width:1400px;margin:0 auto;padding:0 32px}
.sitefooterdivider{border:none;border-top:1px solid #fff3;margin:32px 0}
.sitefooterbottomarea{padding:0 0 32px}
.sitefooterbottomholder{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.sitefootercopyright{font-size:13px;line-height:1.4;letter-spacing:.03em;color:#ffffffa6}
.sitefooterlogoholder{border-left:4px solid #fff6;padding-left:16px;background:#ffffff1a;box-shadow:0 3px 2px 0 #a92e1114;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:80px;min-height:80px}
.sitefooterlogoholder img{width:60px;height:60px;object-fit:contain;display:block}
@media (max-width: 1024px) {
.sitefootergridholder{grid-template-columns:1fr 1fr}
.sitefootercontactzone{grid-column:1 / -1}
}
@media (max-width: 768px) {
.siteholderwrapper{padding:0 16px}
.siteheadertopbarholder{padding:0 16px;flex-direction:column;align-items:flex-start;gap:8px}
.siteheadermainrowholder{padding:0 16px;flex-direction:column;gap:16px}
.sitefootergridholder{grid-template-columns:1fr;padding:0 16px}
.sitefooterdividerholder{padding:0 16px}
.sitefooterbottomholder{padding:0 16px;flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.siteheadertopbarholder{padding:0 8px}
.siteheadermainrowholder{padding:0 8px}
.sitefootergridholder{padding:0 8px}
.sitefooterdividerholder{padding:0 8px}
.sitefooterbottomholder{padding:0 8px}
.sitenavholder a{padding:16px}
}
.terms-gk-body{max-width:1400px;margin:0 auto;padding:64px 32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#111;line-height:1.6;font-size:13px}
.terms-gk-body h1{font-size:62px;line-height:1.15;letter-spacing:-.03em;margin-bottom:32px;margin-top:0;color:#0a0a0a;border-bottom:3px solid #115C18;padding-bottom:24px}
.terms-gk-body h2{font-size:46px;line-height:1.15;letter-spacing:-.02em;margin-top:64px;margin-bottom:24px;color:#0f0f0f}
.terms-gk-body h3{font-size:25px;line-height:1.4;letter-spacing:-.01em;margin-top:32px;margin-bottom:16px;color:#115C18}
.terms-gk-body h4{font-size:13px;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;margin-top:24px;margin-bottom:8px;color:#A92E11;font-weight:700}
.terms-gk-body h5{font-size:13px;line-height:1.4;letter-spacing:.04em;margin-top:16px;margin-bottom:8px;color:#222;font-weight:700}
.terms-gk-body h6{font-size:13px;line-height:1.4;letter-spacing:.04em;margin-top:16px;margin-bottom:8px;color:#444;font-weight:600}
.terms-gk-body ul,.terms-gk-body ol{margin:16px 0 24px;padding-left:24px}
.terms-gk-body ul{list-style:none;padding-left:0}
.terms-gk-body ul li{padding-left:16px;position:relative;margin-bottom:8px;line-height:1.6}
.terms-gk-body ul li::before{content:'';position:absolute;left:0;top:9px;width:5px;height:5px;background:#115C18;border-radius:50%}
.terms-gk-body ol{list-style:decimal}
.terms-gk-body ol li{margin-bottom:8px;line-height:1.6;padding-left:4px}
.terms-gk-body ul ul,.terms-gk-body ol ol,.terms-gk-body ul ol,.terms-gk-body ol ul{margin:8px 0 8px 16px}
.terms-gk-body a{color:#4E46CF;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease-out}
.terms-gk-body a:hover{color:#115C18}
.terms-gk-body a:visited{color:#A92E11}
.terms-gk-body table{width:100%;border-collapse:collapse;margin:32px 0;font-size:13px;line-height:1.4;box-shadow:0 3px 2px 0 #115c1814;border-radius:9px;overflow:hidden}
.terms-gk-body thead{background:#115C18;color:#fff}
.terms-gk-body thead th{padding:16px;text-align:left;font-weight:700;letter-spacing:.04em;font-size:13px;border:none}
.terms-gk-body tbody tr{border-bottom:1px solid #115c181f;transition:background .15s ease-out}
.terms-gk-body tbody tr:last-child{border-bottom:none}
.terms-gk-body tbody tr:nth-child(even){background:#115c180a}
.terms-gk-body tbody tr:hover{background:#4e46cf0f}
.terms-gk-body td{padding:16px;vertical-align:top;font-size:13px;line-height:1.6;color:#222}
.terms-gk-body th{padding:16px;vertical-align:top}
.terms-gk-body hr{border:none;border-top:2px solid #115c1833;margin:64px 0}
.terms-gk-body div{line-height:1.6}
.terms-gk-body > div + div{margin-top:16px}
::selection{background:#115c181a}
@media (max-width: 1024px) {
.terms-gk-body{padding:64px 24px}
.terms-gk-body h1{font-size:46px}
.terms-gk-body h2{font-size:25px}
}
@media (max-width: 768px) {
.terms-gk-body{padding:32px 16px}
.terms-gk-body h1{font-size:46px}
.terms-gk-body h2{font-size:25px;margin-top:32px}
.terms-gk-body table{display:block;overflow-x:auto;border-radius:4px}
}
@media (max-width: 480px) {
.terms-gk-body{padding:24px 16px}
.terms-gk-body h1{font-size:25px;padding-bottom:16px;margin-bottom:24px}
.terms-gk-body h2{font-size:25px;margin-top:24px;margin-bottom:16px}
.terms-gk-body hr{margin:32px 0}
}
.detailpageholderwrapper{max-width:1400px;margin:0 auto;padding:0 16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.detailpageholderwrapper ::selection{background:#115c181a}
.detailpageholderwrapper .titleblockholder{position:relative;padding:64px 0 32px;background:linear-gradient(135deg,#f8faf8 0%,#eef0fa 40%,#fdf5f3 70%,#f0f7f0 100%);border-radius:9px;margin-bottom:64px;overflow:hidden}
.detailpageholderwrapper .titleblockholder::before{content:'';position:absolute;top:0;left:0;width:60px;height:1px;background:#115C18}
.detailpageholderwrapper .titleblockholder::after{content:'';position:absolute;top:0;left:0;width:1px;height:60px;background:#115C18}
.detailpageholderwrapper .titleblocklinecorner{position:absolute;bottom:0;right:0;width:60px;height:1px;background:#A92E11}
.detailpageholderwrapper .titleblocklinecorner::after{content:'';position:absolute;bottom:0;right:0;width:1px;height:60px;background:#A92E11}
.detailpageholderwrapper .titleblockinner{max-width:900px;margin:0 auto;padding:0 32px;text-align:center}
.detailpageholderwrapper .articlemeta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}
.detailpageholderwrapper .metadatelabel{font-size:13px;line-height:1.4;letter-spacing:.06em;color:#555}
.detailpageholderwrapper .metapricetag{font-size:13px;line-height:1.4;letter-spacing:.04em;color:#fff;background:#115C18;padding:4px 16px;border-radius:4px;font-weight:600}
.detailpageholderwrapper .metalikeholder{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:13px;color:#555}
.detailpageholderwrapper .likeicon{display:inline-flex;align-items:center}
.detailpageholderwrapper .likeicon svg{width:16px;height:16px;fill:#A92E11}
.detailpageholderwrapper .maintitletext{font-size:46px;line-height:1.15;letter-spacing:-.02em;color:#0e1a0f;font-weight:700;margin-bottom:24px}
.detailpageholderwrapper .maintitletext mark{background:none;color:#115C18}
.detailpageholderwrapper .titleblockholder .heroimage{width:calc(100% - 64px);max-width:860px;margin:32px auto 0;display:block;border-radius:9px;overflow:hidden;box-shadow:0 12px 36px 0 #115c181a}
.detailpageholderwrapper .titleblockholder .heroimage img{width:100%;height:340px;object-fit:cover;display:block;transition:transform .45s ease-out;filter:contrast(1.02) saturate(0.97)}
.detailpageholderwrapper .titleblockholder .heroimage img:hover{transform:scale(1.03)}
.detailpageholderwrapper .heroimage .grainoverlay{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");border-radius:9px;pointer-events:none}
.detailpageholderwrapper .heroimage{position:relative}
.detailpageholderwrapper .contentlayoutholder{display:grid;grid-template-columns:2fr 2fr 1fr;gap:32px;margin-bottom:64px}
.detailpageholderwrapper .descriptioncolumn{grid-column:1 / 3}
.detailpageholderwrapper .sidecolumn{grid-column:3 / 4}
.detailpageholderwrapper .descriptionbody{font-size:13px;line-height:1.6;color:#1a1a1a}
.detailpageholderwrapper .descriptionbody p{text-indent:1.6em;margin-bottom:0;margin-top:0}
.detailpageholderwrapper .descriptionbody h2{font-size:25px;line-height:1.4;letter-spacing:-.01em;color:#0e1a0f;font-weight:600;margin-top:32px;margin-bottom:8px;text-indent:0}
.detailpageholderwrapper .descriptionbody small{font-size:13px;color:#666}
.detailpageholderwrapper .descriptionbody em{color:#115C18;font-style:italic}
.detailpageholderwrapper .descriptionbody ul{padding-left:24px;margin:8px 0}
.detailpageholderwrapper .descriptionbody li{margin-bottom:4px;font-size:13px;line-height:1.6}
.detailpageholderwrapper .descriptionbody blockquote{border-left:none;background:#f8faf8;border-radius:9px;padding:16px 24px;margin:16px 0;box-shadow:inset 0 3px 2px 0 #115c1814;font-size:13px;line-height:1.6;color:#333}
.detailpageholderwrapper .descriptionbody dl{margin:8px 0}
.detailpageholderwrapper .descriptionbody dt{font-weight:600;color:#0e1a0f;font-size:13px}
.detailpageholderwrapper .descriptionbody dd{margin-left:16px;font-size:13px;line-height:1.6;color:#444;margin-bottom:8px}
.detailpageholderwrapper .descriptionbody details{border:1px solid #d4e8d5;border-radius:4px;padding:8px 16px;margin-bottom:8px}
.detailpageholderwrapper .descriptionbody summary{font-weight:600;font-size:13px;cursor:pointer;color:#115C18}
.detailpageholderwrapper .descriptionbody figure{margin:16px 0}
.detailpageholderwrapper .descriptionbody figcaption{font-size:13px;color:#777;margin-top:4px;text-align:center}
.detailpageholderwrapper .sidecolumn .programholder{background:#f8faf8;border-radius:9px;padding:24px;box-shadow:inset 0 3px 2px 0 #115c1814;position:sticky;top:24px}
.detailpageholderwrapper .programtitle{font-size:13px;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:#115C18;font-weight:700;margin-bottom:16px}
.detailpageholderwrapper .programcontent{font-size:13px;line-height:1.6;color:#1a1a1a}
.detailpageholderwrapper .programcontent p{margin-bottom:8px}
.detailpageholderwrapper .programcontent h2{font-size:13px;font-weight:700;color:#0e1a0f;margin-top:16px;margin-bottom:4px}
.detailpageholderwrapper .programcontent ul{padding-left:16px;margin:4px 0}
.detailpageholderwrapper .programcontent li{margin-bottom:4px;font-size:13px;line-height:1.6}
.detailpageholderwrapper .programcontent mark{background:#115c181f;color:#115C18;border-radius:4px;padding:0 4px}
.detailpageholderwrapper .programcontent abbr{border-bottom:1px dashed #888;cursor:help}
.detailpageholderwrapper .programcontent blockquote{background:#fff;border-radius:4px;padding:8px 16px;margin:8px 0;font-size:13px;line-height:1.6}
.detailpageholderwrapper .programcontent dl{margin:4px 0}
.detailpageholderwrapper .programcontent dt{font-weight:700;font-size:13px;color:#0e1a0f}
.detailpageholderwrapper .programcontent dd{margin-left:16px;font-size:13px;line-height:1.6;color:#555;margin-bottom:4px}
.detailpageholderwrapper .enrollsectionholder{background:#0e1a0f;border-radius:9px;padding:32px 24px;margin-top:32px;text-align:center}
.detailpageholderwrapper .enrollsectionholder .enrolllabel{font-size:13px;color:#a8c9aa;margin-bottom:8px;letter-spacing:.04em}
.detailpageholderwrapper .enrollsectionholder .enrollprice{font-size:46px;line-height:1.15;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-.02em}
.detailpageholderwrapper .enrollbutton{display:block;width:100%;padding:16px 24px;background:#115C18;color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;border:none;border-radius:4px;cursor:pointer;text-decoration:none;text-align:center;position:relative;overflow:hidden;transition:color .25s ease-out,box-shadow .25s ease-out;box-shadow:0 5px 25px 0 #115c181a}
.detailpageholderwrapper .enrollbutton::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;background:#A92E11;transition:height .35s ease-out;z-index:0}
.detailpageholderwrapper .enrollbutton:hover::before{height:100%}
.detailpageholderwrapper .enrollbutton span{position:relative;z-index:1}
.detailpageholderwrapper .enrollbutton:hover{box-shadow:0 12px 36px 0 #a92e111a}
.detailpageholderwrapper .pollsectionholder{padding:32px;background:linear-gradient(to right,#115C18,#A92E11);border-radius:9px;margin-bottom:64px;display:flex;flex-direction:row;align-items:center;gap:32px}
.detailpageholderwrapper .polltextside{flex:1 1 auto}
.detailpageholderwrapper .pollquestion{font-size:25px;line-height:1.4;font-weight:600;color:#fff;margin-bottom:8px;letter-spacing:-.01em}
.detailpageholderwrapper .pollsub{font-size:13px;color:#ffffffbf;line-height:1.6}
.detailpageholderwrapper .pollactionside{display:flex;flex-direction:row;gap:16px;flex-shrink:0}
.detailpageholderwrapper .polloptionholder{display:flex;flex-direction:column;align-items:center;gap:4px}
.detailpageholderwrapper input[type="radio"].pollradio{display:none}
.detailpageholderwrapper .polloptionlabel{display:flex;flex-direction:column;align-items:center;cursor:pointer;gap:8px}
.detailpageholderwrapper .polloptionbox{width:72px;height:72px;border-radius:9px;border:2px solid #fff6;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s ease-out,border-color .2s ease-out}
.detailpageholderwrapper .polloptionbox svg{width:32px;height:32px;fill:#fffc;transition:fill .2s ease-out}
.detailpageholderwrapper .polloptiontext{font-size:13px;color:#ffffffd9;font-weight:600;letter-spacing:.04em}
.detailpageholderwrapper .pollradio:checked + .polloptionlabel .polloptionbox{background:#ffffff47;border-color:#fff}
.detailpageholderwrapper .pollradio:checked + .polloptionlabel .polloptionbox svg{fill:#fff}
.detailpageholderwrapper .polloptionlabel:hover .polloptionbox{background:#ffffff2e;border-color:#ffffffb3}
.detailpageholderwrapper .iconrectaccentholder{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:2px solid #4E46CF;border-radius:9px;margin-bottom:16px}
.detailpageholderwrapper .iconrectaccentholder svg{width:24px;height:24px;fill:#4E46CF}
.detailpageholderwrapper .characterbycharholder{overflow:hidden}
.detailpageholderwrapper .characterbycharholder .charspanholder{display:inline-block;overflow:hidden}
.detailpageholderwrapper .charspan{display:inline-block;opacity:0;transform:translateY(8px);animation:charreveal .25s ease-out forwards}
@keyframes charreveal {
to{opacity:1;transform:translateY(0)}
}
@media (max-width: 1024px) {
.detailpageholderwrapper .contentlayoutholder{grid-template-columns:1fr 1fr}
.detailpageholderwrapper .descriptioncolumn{grid-column:1 / 3}
.detailpageholderwrapper .sidecolumn{grid-column:1 / 3}
.detailpageholderwrapper .programholder{position:static!important}
}
@media (max-width: 768px) {
.detailpageholderwrapper .maintitletext{font-size:25px}
.detailpageholderwrapper .contentlayoutholder{grid-template-columns:1fr;gap:16px}
.detailpageholderwrapper .descriptioncolumn,.detailpageholderwrapper .sidecolumn{grid-column:1 / 2}
.detailpageholderwrapper .pollsectionholder{flex-direction:column;padding:24px 16px}
.detailpageholderwrapper .titleblockholder{padding:32px 0 16px}
.detailpageholderwrapper .heroimage img{height:200px}
.detailpageholderwrapper .articlemeta{flex-wrap:wrap;gap:8px}
}
@media (max-width: 480px) {
.detailpageholderwrapper .pollactionside{flex-direction:row;gap:16px}
.detailpageholderwrapper .polloptionbox{width:56px;height:56px}
}
.programsholder{max-width:1400px;margin:0 auto;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.programsholder ::selection{background:#115c181a}
.programsholder .pagetitleblock{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding:64px 64px 32px;position:relative}
.programsholder .pagetitleblock::before{content:'';position:absolute;inset:0;background-image:linear-gradient(#115c180f 1px,transparent 1px),linear-gradient(90deg,#115c180f 1px,transparent 1px);background-size:40px 40px;pointer-events:none}
.programsholder .titleimagecol{position:relative;border-radius:9px;overflow:hidden}
.programsholder .titleimagecol img{width:100%;height:420px;object-fit:cover;display:block;transition:transform .45s ease-out}
.programsholder .titleimagecol:hover img{transform:scale(1.04)}
.programsholder .titleimageoverlay{position:absolute;inset:0;background:linear-gradient(135deg,#115c188c 0%,#a92e114d 100%);pointer-events:none}
.programsholder .titletextcol{display:flex;flex-direction:column;justify-content:center;gap:24px;position:relative;z-index:1}
.programsholder .accentbar{width:48px;height:4px;background:#115C18;border-radius:4px;margin-bottom:8px}
.programsholder .titletextcol h1{font-size:62px;line-height:1.15;letter-spacing:-.03em;color:#111;margin:0}
.programsholder .titletextcol h1 span{color:#115C18}
.programsholder .titlemanifesto{font-size:13px;line-height:1.6;color:#444;margin:0;text-indent:1.5em}
.programsholder .titlemanifesto + .titlemanifesto{text-indent:1.5em}
.programsholder .fogwrapper{position:relative;overflow:hidden}
.programsholder .fogwrapper::after{content:'';position:absolute;inset:0;background:#ffffff1f;animation:fogdrift 18s ease-out infinite alternate;pointer-events:none}
@keyframes fogdrift {
0%{transform:translateX(-8%) translateY(0);opacity:.08}
100%{transform:translateX(4%) translateY(2%);opacity:.18}
}
.programsholder .zigzagdivider{width:100%;display:block;line-height:0}
.programsholder .cardgridbg{background:#f7f7f5;padding:64px}
.programsholder .cardgridheadingholder{margin-bottom:32px}
.programsholder .cardgridheadingholder h2{font-size:46px;line-height:1.15;letter-spacing:-.02em;color:#111;margin:0 0 8px;text-align:center}
.programsholder .cardgridheadingholder h2 span{color:#A92E11}
.programsholder .cardgridheadingholder p{font-size:13px;line-height:1.6;color:#555;text-align:left;margin:0}
.programsholder .programcardgrid{display:grid;grid-template-columns:2fr 2fr 1fr;gap:24px}
.programsholder .programcard{background:#fff;border-radius:9px;box-shadow:0 3px 2px 0 #115c1814;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s ease-out,transform .22s ease-out;position:relative}
.programsholder .programcard:hover{box-shadow:0 12px 36px 0 #115c181a;transform:translateY(-3px)}
.programsholder .programcard:last-child{grid-column:span 1}
.programsholder .programcard:nth-child(5){grid-column:span 3}
.programsholder .cardimgwrapper{overflow:hidden;position:relative}
.programsholder .cardimgwrapper img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .38s ease-out}
.programsholder .programcard:hover .cardimgwrapper img{transform:scale(1.05)}
.programsholder .cardmetabar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px dashed #115c182e;font-size:13px;color:#777;gap:8px}
.programsholder .carddate{font-size:13px;color:#888}
.programsholder .cardlikeholder{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:13px;color:#A92E11}
.programsholder .heartsvg{width:14px;height:14px;display:inline-block;vertical-align:middle}
.programsholder .cardbody{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.programsholder .cardbody h3{font-size:25px;line-height:1.4;letter-spacing:-.01em;color:#111;margin:0}
.programsholder .cardbody p{font-size:13px;line-height:1.6;color:#555;margin:0;text-indent:1.5em;flex:1}
.programsholder .cardfooter{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;border-top:1px solid #eee;gap:8px}
.programsholder .cardprice{font-size:25px;line-height:1.15;letter-spacing:-.01em;color:#115C18;font-weight:700}
.programsholder .cardlinkbutton{display:inline-block;padding:8px 16px;background:#111;color:#fff;font-size:13px;text-decoration:none;border-radius:4px;position:relative;overflow:hidden;transition:color .18s ease-out;z-index:0}
.programsholder .cardlinkbutton::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:0;background:#115C18;transition:height .28s ease-out;z-index:-1}
.programsholder .cardlinkbutton:hover::before{height:100%}
.programsholder .cardlinkbutton:hover{color:#fff}
.programsholder .cardlinkbutton:focus{outline:2px solid #115C18;outline-offset:2px}
.programsholder .checkercard{position:relative}
.programsholder .checkercard::after{content:'';position:absolute;inset:0;background-image:repeating-conic-gradient(#115c1812 0% 25%,transparent 0% 50%);background-size:12px 12px;opacity:0;transition:opacity .35s ease-out;pointer-events:none;border-radius:9px}
.programsholder .checkercard:hover::after{opacity:1}
.programsholder .infosectionwrapper{padding:64px;background:#fff}
.programsholder .infosectioninner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.programsholder .infotextside{display:flex;flex-direction:column;gap:16px}
.programsholder .infotextside h2{font-size:46px;line-height:1.15;letter-spacing:-.02em;color:#111;margin:0;font-weight:300}
.programsholder .infotextside h2 strong{color:#4E46CF;font-weight:700}
.programsholder .infotextside p{font-size:13px;line-height:1.6;color:#444;margin:0;text-indent:1.5em}
.programsholder .infodataside{display:flex;flex-direction:column;gap:16px}
.programsholder .infodataitem{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:16px;border-radius:9px;box-shadow:inset 0 3px 2px 0 #115c1814;background:#fafafa;border:1px solid #eee}
.programsholder .infodataicon{width:32px;height:32px;flex-shrink:0;border-radius:4px;display:flex;align-items:center;justify-content:center}
.programsholder .infodatatexts{display:flex;flex-direction:column;gap:4px}
.programsholder .infodatatexts h5{font-size:13px;line-height:1.4;color:#111;margin:0;letter-spacing:.04em;text-transform:uppercase}
.programsholder .infodatatexts p{font-size:13px;line-height:1.6;color:#555;margin:0}
.programsholder .contactbannerwrapper{padding:64px;background:linear-gradient(0deg,#f7f7f5 0%,#1a2a1b 100%);position:relative;overflow:hidden}
.programsholder .contactbannerwrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#115C18 0%,#A92E11 100%);pointer-events:none}
.programsholder .contactbannerinner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:1}
.programsholder .contactbannertexts h2{font-size:46px;line-height:1.15;letter-spacing:-.02em;color:#fff;margin:0 0 8px}
.programsholder .contactbannertexts p{font-size:13px;line-height:1.6;color:#ffffffbf;margin:0}
.programsholder .contactbanneractions{display:flex;flex-direction:row;gap:16px;flex-shrink:0}
.programsholder .bannerprimarybutton{display:inline-block;padding:16px 32px;background:#fff;color:#111;font-size:13px;text-decoration:none;border-radius:4px;position:relative;overflow:hidden;transition:color .22s ease-out;z-index:0;letter-spacing:.03em}
.programsholder .bannerprimarybutton::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:0;background:#A92E11;transition:height .32s ease-out;z-index:-1}
.programsholder .bannerprimarybutton:hover::before{height:100%}
.programsholder .bannerprimarybutton:hover{color:#fff}
.programsholder .bannerprimarybutton:focus{outline:2px solid #fff;outline-offset:2px}
@media (max-width: 1024px) {
.programsholder .pagetitleblock{grid-template-columns:1fr;padding:32px;gap:24px}
.programsholder .titletextcol h1{font-size:46px}
.programsholder .programcardgrid{grid-template-columns:1fr 1fr}
.programsholder .programcard:nth-child(5){grid-column:span 2}
.programsholder .cardgridbg{padding:32px}
.programsholder .infosectionwrapper{padding:32px}
.programsholder .infosectioninner{grid-template-columns:1fr;gap:32px}
.programsholder .contactbannerwrapper{padding:32px}
.programsholder .contactbannerinner{flex-direction:column;align-items:flex-start}
}
@media (max-width: 768px) {
.programsholder .pagetitleblock{padding:24px 16px}
.programsholder .titletextcol h1{font-size:46px}
.programsholder .programcardgrid{grid-template-columns:1fr}
.programsholder .programcard:nth-child(5){grid-column:span 1}
.programsholder .cardgridbg{padding:24px 16px}
.programsholder .infosectionwrapper{padding:24px 16px}
.programsholder .infotextside h2{font-size:25px}
.programsholder .contactbannerwrapper{padding:24px 16px}
.programsholder .contactbannertexts h2{font-size:25px}
.programsholder .contactbanneractions{flex-direction:column;width:100%}
}
@media (max-width: 480px) {
.programsholder .titletextcol h1{font-size:46px}
.programsholder .cardgridheadingholder h2{font-size:25px}
}
.contactpagewrapper{display:block;width:100%;max-width:1400px;margin:0 auto;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.contactpagewrapper ::selection{background:#115c181a}
.contactpagewrapper .reachsectionholder{display:grid;grid-template-columns:2fr 2fr 1fr;gap:64px;padding:64px 64px 96px;background:#fff;position:relative}
.contactpagewrapper .reachsectionholder::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,#115C18,#A92E11)}
.contactpagewrapper .reachtext{display:flex;flex-direction:column;gap:24px}
.contactpagewrapper .reachtext .reachheadingmain{font-size:62px;line-height:1.15;letter-spacing:-.03em;font-weight:800;margin:0;color:#0d0d0d}
.contactpagewrapper .reachtext .reachheadingmain .accentword{color:#115C18}
.contactpagewrapper .reachtext .reachsubtitle{font-size:13px;line-height:1.6;color:#3a3a3a;margin:0;text-indent:1.4em}
.contactpagewrapper .reachtext .reachpointlist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.contactpagewrapper .reachtext .reachpointlist li{font-size:13px;line-height:1.4;color:#1a1a1a;display:flex;align-items:flex-start;gap:8px}
.contactpagewrapper .reachtext .reachpointlist li .pointicon{width:18px;height:18px;flex-shrink:0;margin-top:1px}
.contactpagewrapper .contactdetailsholder{display:flex;flex-direction:column;gap:24px;padding-top:8px}
.contactpagewrapper .contactdetailsholder .detailblock{display:flex;flex-direction:column;gap:4px;border-left:3px solid #115C18;padding-left:16px}
.contactpagewrapper .contactdetailsholder .detailblock:nth-child(2){border-left-color:#A92E11}
.contactpagewrapper .contactdetailsholder .detailblock:nth-child(3){border-left-color:#4E46CF}
.contactpagewrapper .contactdetailsholder .detaillabel{font-size:13px;line-height:1.4;color:#888;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0}
.contactpagewrapper .contactdetailsholder .detailvalue{font-size:13px;line-height:1.6;color:#1a1a1a;margin:0}
.contactpagewrapper .contactdetailsholder .detailvalue a{color:#115C18;text-decoration:none;border-bottom:1px solid #115c184d;transition:border-color .2s ease-out,color .18s ease-out}
.contactpagewrapper .contactdetailsholder .detailvalue a:hover{color:#A92E11;border-bottom-color:#a92e1180}
.contactpagewrapper .messagingchannelsholder{display:flex;flex-direction:column;gap:8px;padding-top:8px}
.contactpagewrapper .messagingchannelsholder .channellabel{font-size:13px;line-height:1.4;color:#888;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px}
.contactpagewrapper .messagingchannelsholder .channelbutton{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9px;border:1px solid #e0e0e0;background:#fff;color:#1a1a1a;font-size:13px;line-height:1.4;text-decoration:none;position:relative;overflow:hidden;transition:border-color .22s ease-out,color .22s ease-out,box-shadow .25s ease-out;box-shadow:0 3px 2px 0 #115c1814}
.contactpagewrapper .messagingchannelsholder .channelbutton::before{content:'';position:absolute;inset:0;background:#115C18;transform:translateY(100%);transition:transform .28s ease-out;z-index:0}
.contactpagewrapper .messagingchannelsholder .channelbutton:hover::before{transform:translateY(0)}
.contactpagewrapper .messagingchannelsholder .channelbutton:hover{color:#fff;border-color:#115C18;box-shadow:0 5px 25px 0 #115c181a}
.contactpagewrapper .messagingchannelsholder .channelbutton span{position:relative;z-index:1}
.contactpagewrapper .messagingchannelsholder .channelsvg{position:relative;z-index:1;flex-shrink:0}
.contactpagewrapper .formsectionholder{background:#0e2410;padding:64px;position:relative;overflow:hidden}
.contactpagewrapper .formsectionholder .formdecoshape{position:absolute;top:-32px;right:-32px;width:220px;height:220px;border-radius:42px;border:2px solid #ffffff0f;pointer-events:none}
.contactpagewrapper .formsectionholder .formdecoshape2{position:absolute;bottom:32px;left:-48px;width:160px;height:160px;border-radius:26px;border:2px solid #a92e112e;pointer-events:none}
.contactpagewrapper .formsectioninner{display:grid;grid-template-columns:2fr 2fr 1fr;gap:64px;position:relative;z-index:1}
.contactpagewrapper .formtextholder{display:flex;flex-direction:column;gap:16px}
.contactpagewrapper .formtextholder .formheading{font-size:46px;line-height:1.15;letter-spacing:-.02em;font-weight:700;color:#fff;margin:0}
.contactpagewrapper .formtextholder .formheading .accentword{color:#7ec87f}
.contactpagewrapper .formtextholder .formdescription{font-size:13px;line-height:1.6;color:#ffffffb8;margin:0;text-indent:1.4em}
.contactpagewrapper .formtextholder .formmetricblock{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.contactpagewrapper .formtextholder .metriclarge{font-size:62px;line-height:1.15;font-weight:800;color:#fff;letter-spacing:-.03em}
.contactpagewrapper .formtextholder .metriclarge sup{font-size:25px;color:#7ec87f;font-weight:600;vertical-align:super;letter-spacing:0}
.contactpagewrapper .formtextholder .metricdesc{font-size:13px;line-height:1.4;color:#ffffff8c;margin:0}
.contactpagewrapper .formtextholder .responsebarchart{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.contactpagewrapper .formtextholder .barchartrow{display:flex;flex-direction:column;gap:4px}
.contactpagewrapper .formtextholder .barchartlabel{font-size:13px;line-height:1.4;color:#ffffff8c}
.contactpagewrapper .formtextholder .bartrack{height:6px;background:#ffffff1a;border-radius:4px;overflow:hidden}
.contactpagewrapper .formtextholder .barfill{height:100%;border-radius:4px;background:linear-gradient(to right,#115C18,#7ec87f)}
.contactpagewrapper .formtextholder .barfill.bar-email{width:92%}
.contactpagewrapper .formtextholder .barfill.bar-phone{width:78%}
.contactpagewrapper .formtextholder .barfill.bar-messaging{width:61%}
.contactpagewrapper .contactformholder{grid-column:span 2}
.contactpagewrapper .contactformholder form{display:flex;flex-direction:column;gap:16px}
.contactpagewrapper .contactformholder .inputrow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contactpagewrapper .contactformholder .fieldgroup{display:flex;flex-direction:column;gap:4px}
.contactpagewrapper .contactformholder .fieldlabel{font-size:13px;line-height:1.4;color:#ffffffb8}
.contactpagewrapper .contactformholder .fieldinput{padding:12px 16px;border-radius:9px;border:1px solid #ffffff26;background:#ffffff0f;color:#fff;font-size:13px;line-height:1.4;outline:none;transition:border-color .2s ease-out,background .2s ease-out,box-shadow .22s ease-out;width:100%;box-sizing:border-box}
.contactpagewrapper .contactformholder .fieldinput::placeholder{color:#ffffff4d}
.contactpagewrapper .contactformholder .fieldinput:focus{border-color:#7ec87f;background:#ffffff1a;box-shadow:0 5px 25px 0 #115c181a}
.contactpagewrapper .contactformholder .fieldtextarea{padding:12px 16px;border-radius:9px;border:1px solid #ffffff26;background:#ffffff0f;color:#fff;font-size:13px;line-height:1.6;outline:none;resize:vertical;min-height:120px;width:100%;box-sizing:border-box;transition:border-color .2s ease-out,background .2s ease-out}
.contactpagewrapper .contactformholder .fieldtextarea::placeholder{color:#ffffff4d}
.contactpagewrapper .contactformholder .fieldtextarea:focus{border-color:#7ec87f;background:#ffffff1a}
.contactpagewrapper .contactformholder .privacycheckrow{display:flex;align-items:flex-start;gap:8px}
.contactpagewrapper .contactformholder .privacycheckbox{margin-top:2px;width:16px;height:16px;flex-shrink:0;accent-color:#115C18;cursor:pointer}
.contactpagewrapper .contactformholder .privacylabel{font-size:13px;line-height:1.6;color:#fff9}
.contactpagewrapper .contactformholder .privacylabel a{color:#7ec87f;text-decoration:none;border-bottom:1px solid #7ec87f66;transition:color .18s ease-out,border-color .18s ease-out}
.contactpagewrapper .contactformholder .privacylabel a:hover{color:#fff;border-bottom-color:#fff6}
.contactpagewrapper .contactformholder .submitbutton{padding:16px 32px;border-radius:9px;border:2px solid #7ec87f;background:transparent;color:#7ec87f;font-size:13px;line-height:1.4;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;align-self:flex-start;position:relative;overflow:hidden;transition:color .25s ease-out,border-color .25s ease-out,box-shadow .28s ease-out}
.contactpagewrapper .contactformholder .submitbutton::before{content:'';position:absolute;inset:0;background:#7ec87f;transform:translateY(100%);transition:transform .3s ease-out;z-index:0}
.contactpagewrapper .contactformholder .submitbutton:hover::before{transform:translateY(0)}
.contactpagewrapper .contactformholder .submitbutton:hover{color:#0e2410;box-shadow:0 12px 36px 0 #115c181a}
.contactpagewrapper .contactformholder .submitbutton:focus{outline:2px solid #7ec87f;outline-offset:3px}
.contactpagewrapper .contactformholder .submitbuttontext{position:relative;z-index:1}
.contactpagewrapper .contactformholder .submitbutton:active{border-color:#115C18}
@media (max-width: 1024px) {
.contactpagewrapper .reachsectionholder{grid-template-columns:1fr 1fr;padding:32px 32px 64px;gap:32px}
.contactpagewrapper .messagingchannelsholder{grid-column:span 2;flex-direction:row;flex-wrap:wrap}
.contactpagewrapper .formsectioninner{grid-template-columns:1fr;gap:32px}
.contactpagewrapper .formsectionholder{padding:32px}
.contactpagewrapper .contactformholder{grid-column:span 1}
}
@media (max-width: 768px) {
.contactpagewrapper .reachsectionholder{grid-template-columns:1fr;padding:32px 24px 48px;gap:32px}
.contactpagewrapper .messagingchannelsholder{grid-column:span 1}
.contactpagewrapper .reachtext .reachheadingmain{font-size:46px}
.contactpagewrapper .formsectionholder{padding:32px 24px}
.contactpagewrapper .formtextholder .formheading{font-size:25px}
.contactpagewrapper .contactformholder .inputrow{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.contactpagewrapper .reachtext .reachheadingmain{font-size:46px}
.contactpagewrapper .formsectionholder{padding:24px 16px}
.contactpagewrapper .submitbutton{width:100%;text-align:center}
}
.pagewrapper{width:100%;max-width:1400px;margin:0 auto;overflow:hidden}
.pagewrapper *{box-sizing:border-box}
.pagewrapper ::selection{background:#115c181a}
.pagewrapper img{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.pagewrapper .textsmoothrender{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.pagewrapper .dividerholder{width:100%;display:flex;flex-direction:row;align-items:center;gap:0;overflow:hidden;padding:0}
.pagewrapper .dividerline{flex:1;height:1px;background:#115C18;opacity:.18}
.pagewrapper .dividerdiamondwrapper{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 16px}
.pagewrapper .dividerdiamondwrapper span{display:inline-block;width:6px;height:6px;background:#115C18;transform:rotate(45deg);opacity:.35}
.pagewrapper .dividerdiamondwrapper span:nth-child(2){opacity:.6;width:8px;height:8px}
.pagewrapper .titlesection{position:relative;padding:64px 64px 48px;background:linear-gradient(180deg,#0e4b15 0%,#0e4b1500 100%);display:grid;grid-template-columns:2fr 2fr 1fr;gap:32px;align-items:end}
.pagewrapper .titlesection::before{content:'';position:absolute;top:16px;left:16px;width:60px;height:60px;border-top:1.5px solid #ffffff38;border-left:1.5px solid #ffffff38;border-radius:4px 0 0 0;pointer-events:none}
.pagewrapper .titlesection::after{content:'';position:absolute;bottom:24px;right:16px;width:40px;height:40px;border-bottom:1.5px solid #ffffff26;border-right:1.5px solid #ffffff26;border-radius:0 0 4px 0;pointer-events:none}
.pagewrapper .titlecontent{grid-column:1 / 3}
.pagewrapper .titleimageholder{grid-column:3 / 4;position:relative;border-radius:9px;overflow:hidden;aspect-ratio:3/4}
.pagewrapper .titleimageholder img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.7) brightness(0.85) hue-rotate(180deg);transition:transform .35s ease-out}
.pagewrapper .titleimageholder:hover img{transform:scale(1.05)}
.pagewrapper .titleimageholder .colorwash{position:absolute;inset:0;background:#115c1852;opacity:0;transition:opacity .25s ease-out;pointer-events:none;border-radius:9px}
.pagewrapper .titleimageholder:hover .colorwash{opacity:1}
.pagewrapper .titlelabel{font-size:13px;letter-spacing:.12em;color:#fff9;text-transform:uppercase;margin-bottom:16px;line-height:1.4}
.pagewrapper .titlemainheading{font-size:62px;line-height:1.15;color:#fff;font-weight:700;letter-spacing:-.02em;margin-bottom:24px}
.pagewrapper .titlemainheading .accentword{color:#6ee87a}
.pagewrapper .titlesubtext{font-size:25px;line-height:1.4;color:#ffffffc7;max-width:520px;margin-bottom:32px;letter-spacing:.005em}
.pagewrapper .titlecta{display:inline-block;padding:16px 32px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#0e4b15;background:#fff;border-radius:4px;text-decoration:none;font-weight:600;position:relative;overflow:hidden;transition:color .22s ease-out,box-shadow .22s ease-out;box-shadow:0 3px 2px 0 #115c1814}
.pagewrapper .titlecta::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:0;background:#6ee87a;transition:height .28s ease-out;z-index:0}
.pagewrapper .titlecta:hover::after{height:100%}
.pagewrapper .titlecta span{position:relative;z-index:1}
.pagewrapper .coverwrapper{padding:64px 64px 48px;background:#f7f8f6;position:relative}
.pagewrapper .coverheaderholder{display:flex;flex-direction:row;align-items:flex-start;gap:64px;margin-bottom:48px}
.pagewrapper .coverheading{font-size:46px;line-height:1.15;color:#0d1f10;font-weight:700;letter-spacing:-.015em;flex:0 0 auto;max-width:420px}
.pagewrapper .coverheading .accentword{color:#115C18}
.pagewrapper .coverdescription{font-size:13px;line-height:1.6;color:#3a4a3c;max-width:480px;align-self:flex-end;letter-spacing:.01em}
.pagewrapper .covergrid{display:grid;grid-template-columns:2fr 2fr 1fr;gap:24px}
.pagewrapper .covercard{background:#fff;border-radius:9px;padding:32px 24px;box-shadow:inset 0 2px 8px #115c180f 0 3px 2px 0 #115c1814;border:1px solid #115c1817;transition:box-shadow .2s ease-out,border-color .2s ease-out}
.pagewrapper .covercard:hover{box-shadow:inset 0 2px 8px #115c180f 0 5px 25px 0 #115c181a;border-color:#115c1838}
.pagewrapper .covercardicon{width:36px;height:36px;margin-bottom:16px}
.pagewrapper .covercardtitle{font-size:25px;line-height:1.15;color:#0d1f10;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}
.pagewrapper .covercardtext{font-size:13px;line-height:1.6;color:#3a4a3c;letter-spacing:.01em;text-indent:1em}
.pagewrapper .milestonewrapper{padding:64px 64px 48px;background:#fff}
.pagewrapper .milestoneheaderholder{text-align:center;margin-bottom:48px}
.pagewrapper .milestoneheading{font-size:46px;line-height:1.15;color:#0d1f10;font-weight:700;letter-spacing:-.015em;margin-bottom:8px}
.pagewrapper .milestoneheading .accentword{color:#A92E11}
.pagewrapper .milestonesubtext{font-size:13px;line-height:1.6;color:#3a4a3c;max-width:540px;margin:0 auto;letter-spacing:.01em}
.pagewrapper .milestoneholder{display:flex;flex-direction:row;align-items:flex-start;gap:0;position:relative}
.pagewrapper .milestoneholder::before{content:'';position:absolute;top:28px;left:10%;width:80%;height:1px;background:linear-gradient(90deg,#115C18 0%,#A92E11 100%);opacity:.2;pointer-events:none}
.pagewrapper .milestoneitem{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;gap:16px}
.pagewrapper .milestoneicon{width:56px;height:56px;border-radius:26px;background:#f0f5f1;border:1.5px solid #115c182e;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;transition:background .25s ease-out,border-color .25s ease-out}
.pagewrapper .milestoneitem:hover .milestoneicon{background:#115C18;border-color:#115C18}
.pagewrapper .milestoneicon svg{transition:fill .25s ease-out}
.pagewrapper .milestoneitem:hover .milestoneicon svg path,.pagewrapper .milestoneitem:hover .milestoneicon svg rect,.pagewrapper .milestoneitem:hover .milestoneicon svg circle{fill:#fff}
.pagewrapper .milestonelabel{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#115C18;font-weight:600;line-height:1.4}
.pagewrapper .milestonetitle{font-size:13px;line-height:1.6;color:#0d1f10;font-weight:600;margin-bottom:4px}
.pagewrapper .milestonetext{font-size:13px;line-height:1.6;color:#3a4a3c;letter-spacing:.01em}
.pagewrapper .formatsection{padding:64px 64px 48px;background:#0d1f10;position:relative;overflow:hidden}
.pagewrapper .formatsection .blueprintpattern{position:absolute;inset:0;background-image:linear-gradient(#4e46cf0f 1px,transparent 1px),linear-gradient(90deg,#4e46cf0f 1px,transparent 1px);background-size:32px 32px;pointer-events:none}
.pagewrapper .formatgrid{display:grid;grid-template-columns:2fr 2fr 1fr;gap:32px;position:relative;z-index:1}
.pagewrapper .formatheaderholder{grid-column:1 / 4;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:16px}
.pagewrapper .formatheading{font-size:46px;line-height:1.15;color:#fff;font-weight:700;letter-spacing:-.015em}
.pagewrapper .formatheading .accentword{color:#6ee87a}
.pagewrapper .formattagnote{font-size:13px;line-height:1.6;color:#ffffff80;max-width:280px;text-align:right;letter-spacing:.01em}
.pagewrapper .formatcard{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:9px;padding:32px 24px;transition:background .28s ease-out,border-color .28s ease-out}
.pagewrapper .formatcard:hover{background:#ffffff14;border-color:#6ee87a4d}
.pagewrapper .formatcard.sideimagehoder{grid-column:3 / 4;padding:0;overflow:hidden;border-radius:9px;position:relative}
.pagewrapper .formatcard.sideimagehoder img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.5) brightness(0.6);transition:transform .38s ease-out}
.pagewrapper .formatcard.sideimagehoder:hover img{transform:scale(1.06)}
.pagewrapper .formatcard.sideimagehoder .colorwash{position:absolute;inset:0;background:#115c1873;opacity:0;transition:opacity .22s ease-out;pointer-events:none}
.pagewrapper .formatcard.sideimagehoder:hover .colorwash{opacity:1}
.pagewrapper .formattypetag{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#6ee87a;font-weight:600;margin-bottom:16px;line-height:1.4}
.pagewrapper .formatcardtitle{font-size:25px;line-height:1.4;color:#fff;font-weight:600;margin-bottom:16px;letter-spacing:-.005em}
.pagewrapper .formatcardtext{font-size:13px;line-height:1.6;color:#ffffffa6;letter-spacing:.01em;text-indent:1em}
.pagewrapper .formatcardlink{display:inline-block;margin-top:24px;padding:12px 24px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff;border:1px solid #ffffff4d;border-radius:4px;text-decoration:none;position:relative;overflow:hidden;transition:color .22s ease-out,border-color .22s ease-out}
.pagewrapper .formatcardlink::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:0;background:#115C18;transition:height .28s ease-out;z-index:0}
.pagewrapper .formatcardlink:hover::after{height:100%}
.pagewrapper .formatcardlink:hover{border-color:#115C18}
.pagewrapper .formatcardlink span{position:relative;z-index:1}
.pagewrapper .quotesection{padding:64px;background:#f0f5f1;display:grid;grid-template-columns:2fr 2fr 1fr;gap:32px;align-items:center}
.pagewrapper .quoteimageholder{grid-column:1 / 2;border-radius:9px;overflow:hidden;position:relative;aspect-ratio:4/3}
.pagewrapper .quoteimageholder img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease-out}
.pagewrapper .quoteimageholder:hover img{transform:scale(1.05)}
.pagewrapper .quoteimageholder .colorwash{position:absolute;inset:0;background:#a92e114d;opacity:0;transition:opacity .22s ease-out;pointer-events:none}
.pagewrapper .quoteimageholder:hover .colorwash{opacity:1}
.pagewrapper .quotecontent{grid-column:2 / 4}
.pagewrapper .quoteaccent{width:48px;height:3px;background:linear-gradient(90deg,#115C18 0%,#A92E11 100%);margin-bottom:24px;border-radius:4px}
.pagewrapper .quoteheading{font-size:46px;line-height:1.15;color:#0d1f10;font-weight:700;letter-spacing:-.015em;margin-bottom:24px}
.pagewrapper .quoteheading .accentword{color:#A92E11}
.pagewrapper .quotetext{font-size:13px;line-height:1.6;color:#3a4a3c;letter-spacing:.01em;margin-bottom:8px;text-indent:1em}
.pagewrapper .quotestatsrow{display:flex;flex-direction:row;gap:32px;margin-top:32px}
.pagewrapper .quotestatsitem{display:flex;flex-direction:column;gap:4px}
.pagewrapper .quotestatsnumber{font-size:46px;line-height:1.15;font-weight:700;color:#115C18;letter-spacing:-.02em}
.pagewrapper .quotestatstext{font-size:13px;line-height:1.4;color:#3a4a3c;letter-spacing:.01em}
.pagewrapper .contactsection{padding:64px;background:#fff;display:grid;grid-template-columns:2fr 2fr 1fr;gap:32px}
.pagewrapper .contactleft{grid-column:1 / 2}
.pagewrapper .contactright{grid-column:2 / 4}
.pagewrapper .contactheading{font-size:46px;line-height:1.15;color:#0d1f10;font-weight:700;letter-spacing:-.015em;margin-bottom:16px}
.pagewrapper .contactheading .accentword{color:#4E46CF}
.pagewrapper .contactintro{font-size:13px;line-height:1.6;color:#3a4a3c;letter-spacing:.01em;margin-bottom:32px;text-indent:1em}
.pagewrapper .contactinfoholder{display:flex;flex-direction:column;gap:16px}
.pagewrapper .contactinfoitem{display:flex;flex-direction:column;gap:4px}
.pagewrapper .contactinfolabel{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#115C18;font-weight:600;line-height:1.4}
.pagewrapper .contactinfovalue{font-size:13px;line-height:1.4;color:#0d1f10;letter-spacing:.01em}
.pagewrapper .contactinfovalue a{color:#0d1f10;text-decoration:none;border-bottom:1px solid #115c1840;transition:border-color .18s ease-out,color .18s ease-out}
.pagewrapper .contactinfovalue a:hover{color:#115C18;border-color:#115C18}
.pagewrapper .contactform{display:flex;flex-direction:column;gap:16px}
.pagewrapper .contactformrow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.pagewrapper .formfieldwrapper{display:flex;flex-direction:column;gap:8px}
.pagewrapper .formfieldwrapper label{font-size:13px;letter-spacing:.05em;color:#0d1f10;font-weight:600;line-height:1.4}
.pagewrapper .formfieldwrapper input,.pagewrapper .formfieldwrapper textarea,.pagewrapper .formfieldwrapper select{width:100%;padding:12px 16px;font-size:13px;line-height:1.4;color:#0d1f10;background:#f7f8f6;border:1px solid #115c182e;border-radius:4px;outline:none;transition:border-color .2s ease-out,background .2s ease-out;letter-spacing:.01em}
.pagewrapper .formfieldwrapper input::placeholder,.pagewrapper .formfieldwrapper textarea::placeholder{color:#7a8c7c;font-size:13px}
.pagewrapper .formfieldwrapper input:focus,.pagewrapper .formfieldwrapper textarea:focus,.pagewrapper .formfieldwrapper select:focus{border-color:#115C18;background:#fff}
.pagewrapper .formfieldwrapper textarea{resize:vertical;min-height:112px}
.pagewrapper .formsubmitbutton{display:inline-block;padding:16px 32px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#115C18;border:none;border-radius:4px;cursor:pointer;position:relative;overflow:hidden;transition:box-shadow .22s ease-out;box-shadow:0 3px 2px 0 #115c1814;align-self:flex-start;font-weight:600}
.pagewrapper .formsubmitbutton::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:0;background:#A92E11;transition:height .3s ease-out;z-index:0}
.pagewrapper .formsubmitbutton:hover::after{height:100%}
.pagewrapper .formsubmitbutton:hover{box-shadow:0 5px 25px 0 #115c181a}
.pagewrapper .formsubmitbutton span{position:relative;z-index:1}
@media (max-width: 1024px) {
.pagewrapper .titlesection{grid-template-columns:1fr 1fr;padding:48px 32px 32px}
.pagewrapper .titlecontent{grid-column:1 / 3}
.pagewrapper .titleimageholder{grid-column:1 / 3;aspect-ratio:16/7}
.pagewrapper .coverwrapper{padding:48px 32px}
.pagewrapper .coverheaderholder{flex-direction:column;gap:16px}
.pagewrapper .covergrid{grid-template-columns:1fr 1fr}
.pagewrapper .covergrid .covercard:last-child{grid-column:1 / 3}
.pagewrapper .milestonewrapper{padding:48px 32px}
.pagewrapper .milestoneholder{flex-wrap:wrap}
.pagewrapper .milestoneitem{flex:0 0 50%;margin-bottom:32px}
.pagewrapper .milestoneholder::before{display:none}
.pagewrapper .formatsection{padding:48px 32px}
.pagewrapper .formatgrid{grid-template-columns:1fr 1fr}
.pagewrapper .formatheaderholder{grid-column:1 / 3}
.pagewrapper .formatcard.sideimagehoder{grid-column:1 / 3;min-height:200px}
.pagewrapper .quotesection{grid-template-columns:1fr 1fr;padding:48px 32px}
.pagewrapper .quoteimageholder{grid-column:1 / 2}
.pagewrapper .quotecontent{grid-column:2 / 3}
.pagewrapper .contactsection{grid-template-columns:1fr 1fr;padding:48px 32px}
.pagewrapper .contactleft{grid-column:1 / 2}
.pagewrapper .contactright{grid-column:2 / 3}
}
@media (max-width: 768px) {
.pagewrapper .titlesection{grid-template-columns:1fr;padding:32px 24px 24px;gap:24px}
.pagewrapper .titlecontent{grid-column:1}
.pagewrapper .titleimageholder{grid-column:1;aspect-ratio:16/9}
.pagewrapper .titlemainheading{font-size:46px}
.pagewrapper .titlesubtext{font-size:25px}
.pagewrapper .coverwrapper,.pagewrapper .milestonewrapper,.pagewrapper .formatsection,.pagewrapper .quotesection,.pagewrapper .contactsection{padding:32px 24px}
.pagewrapper .coverheading{font-size:46px}
.pagewrapper .covergrid{grid-template-columns:1fr}
.pagewrapper .covergrid .covercard:last-child{grid-column:1}
.pagewrapper .milestoneitem{flex:0 0 100%}
.pagewrapper .formatgrid{grid-template-columns:1fr}
.pagewrapper .formatheaderholder{grid-column:1;flex-direction:column;align-items:flex-start;gap:16px}
.pagewrapper .formattagnote{text-align:left}
.pagewrapper .formatcard.sideimagehoder{grid-column:1;min-height:180px}
.pagewrapper .quotesection{grid-template-columns:1fr}
.pagewrapper .quoteimageholder{grid-column:1}
.pagewrapper .quotecontent{grid-column:1}
.pagewrapper .quoteheading{font-size:25px}
.pagewrapper .quotestatsrow{gap:24px}
.pagewrapper .quotestatsnumber{font-size:25px}
.pagewrapper .contactsection{grid-template-columns:1fr}
.pagewrapper .contactleft,.pagewrapper .contactright{grid-column:1}
.pagewrapper .contactformrow{grid-template-columns:1fr}
.pagewrapper .contactheading{font-size:25px}
}
@media (max-width: 480px) {
.pagewrapper .titlemainheading{font-size:25px}
.pagewrapper .milestoneheading,.pagewrapper .formatheading{font-size:25px}
.pagewrapper .coverheading{font-size:25px}
}
@keyframes blurtosharp {
from{opacity:0;filter:blur(6px)}
to{opacity:1;filter:blur(0)}
}
.pagewrapper .titlesection{animation:blurtosharp .45s ease-out both}
.pagewrapper .coverwrapper{animation:blurtosharp .38s ease-out .12s both}
.pagewrapper .milestonewrapper{animation:blurtosharp .35s ease-out .18s both}
.aboutpagewrapper{display:block;width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.aboutpagewrapper ::selection{background:#115c181a}
.aboutpagewrapper .titleholder{position:relative;padding:64px 32px;background:#fff;overflow:hidden;text-align:center}
.aboutpagewrapper .titleholder .circledecor{position:absolute;border-radius:42px;pointer-events:none;z-index:0}
.aboutpagewrapper .titleholder .circledecor.circledecor1{width:320px;height:320px;border:2px solid #115c1814;top:-80px;left:-60px;border-radius:42px;transform:rotate(18deg)}
.aboutpagewrapper .titleholder .circledecor.circledecor2{width:200px;height:200px;border:2px solid #a92e1112;bottom:-40px;right:80px;border-radius:42px;transform:rotate(-12deg)}
.aboutpagewrapper .titleholder .circledecor.circledecor3{width:140px;height:140px;background:#4e46cf0a;top:32px;right:-32px;border-radius:42px;transform:rotate(25deg)}
.aboutpagewrapper .titleholder .titleinnerwrapper{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.aboutpagewrapper .titleholder .titletext{text-align:left}
.aboutpagewrapper .titleholder .titlelabel{display:inline-flex;align-items:center;gap:8px;font-size:13px;letter-spacing:.08em;color:#115C18;margin-bottom:16px;text-transform:uppercase}
.aboutpagewrapper .titleholder .titlelabel .dotswatchdata{width:8px;height:8px;border-radius:42px;background:#115C18;display:inline-block}
.aboutpagewrapper .titleholder .mainheading{font-size:62px;line-height:1.15;letter-spacing:-.02em;color:#111;margin:0 0 24px;font-weight:700}
.aboutpagewrapper .titleholder .mainheading .accentword{color:#115C18}
.aboutpagewrapper .titleholder .titledescription{font-size:25px;line-height:1.4;color:#333;margin:0 0 32px;text-align:left}
.aboutpagewrapper .titleholder .titleactions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.aboutpagewrapper .titleholder .titleactions .actionbuttonprimary{display:inline-block;padding:16px 32px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:#fff;background:#115C18;border-radius:9px;border:2px solid #115C18;position:relative;overflow:hidden;transition:color .25s ease-out,border-color .25s ease-out;z-index:1}
.aboutpagewrapper .titleholder .titleactions .actionbuttonprimary::before{content:'';position:absolute;left:0;right:0;bottom:0;height:0;background:#0a3a0f;transition:height .22s ease-out;z-index:-1}
.aboutpagewrapper .titleholder .titleactions .actionbuttonprimary:hover::before{height:100%}
.aboutpagewrapper .titleholder .titleactions .actionbuttonsecondary{display:inline-block;padding:16px 32px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:#115C18;background:transparent;border-radius:9px;border:2px solid #115C18;position:relative;overflow:hidden;transition:color .35s ease-out;z-index:1}
.aboutpagewrapper .titleholder .titleactions .actionbuttonsecondary::before{content:'';position:absolute;left:0;right:0;bottom:0;height:0;background:#115C18;transition:height .28s ease-out;z-index:-1}
.aboutpagewrapper .titleholder .titleactions .actionbuttonsecondary:hover{color:#fff}
.aboutpagewrapper .titleholder .titleactions .actionbuttonsecondary:hover::before{height:100%}
.aboutpagewrapper .titleholder .titleimageholder{position:relative}
.aboutpagewrapper .titleholder .titleimageholder img{width:100%;height:420px;object-fit:cover;border-radius:9px;display:block;transition:transform .4s ease-out;box-shadow:0 5px 25px 0 #115c181a}
.aboutpagewrapper .titleholder .titleimageholder:hover img{transform:scale(1.03)}
.aboutpagewrapper .titleholder .titleimageholder::after{content:'';position:absolute;inset:0;border-radius:9px;border:2px solid transparent;transition:border-color .32s ease-out;pointer-events:none}
.aboutpagewrapper .titleholder .titleimageholder:hover::after{border-color:#115C18}
.aboutpagewrapper .titleholder .titleimageholder .imageoverlaygradient{position:absolute;inset:0;border-radius:9px;background:linear-gradient(to left,#115c182e 0%,transparent 60%);pointer-events:none}
.aboutpagewrapper .chevdivider{width:100%;line-height:0;overflow:hidden}
.aboutpagewrapper .chevdivider svg{display:block;width:100%}
.aboutpagewrapper .storyblock{padding:64px 32px;background:#f7f7f5;position:relative}
.aboutpagewrapper .storyblock .storyinnerwrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 2fr 1fr;gap:32px;align-items:start}
.aboutpagewrapper .storyblock .storysectionlabel{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#A92E11;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.aboutpagewrapper .storyblock .storysectionlabel .dotswatch{width:8px;height:8px;border-radius:42px;background:#A92E11;display:inline-block}
.aboutpagewrapper .storyblock .storyheading{font-size:46px;line-height:1.15;letter-spacing:-.015em;font-weight:700;color:#111;margin:0 0 24px}
.aboutpagewrapper .storyblock .storyheading .accentword{color:#A92E11}
.aboutpagewrapper .storyblock .storyparagraph{font-size:13px;line-height:1.6;color:#333;margin:0 0 0 1.4em;text-indent:-1.4em;padding-left:1.4em}
.aboutpagewrapper .storyblock .storyparagraph + .storyparagraph{margin-top:0}
.aboutpagewrapper .storyblock .storymidcolumn{display:flex;flex-direction:column;gap:24px}
.aboutpagewrapper .storyblock .storyimageholder{position:relative;overflow:hidden;border-radius:9px}
.aboutpagewrapper .storyblock .storyimageholder img{width:100%;height:280px;object-fit:cover;border-radius:9px;display:block;transition:transform .4s ease-out}
.aboutpagewrapper .storyblock .storyimageholder:hover img{transform:scale(1.04)}
.aboutpagewrapper .storyblock .storyimageholder::after{content:'';position:absolute;inset:0;border-radius:9px;border:2px solid transparent;transition:border-color .28s ease-out;pointer-events:none}
.aboutpagewrapper .storyblock .storyimageholder:hover::after{border-color:#A92E11}
.aboutpagewrapper .storyblock .storysidemetrics{display:flex;flex-direction:column;gap:16px}
.aboutpagewrapper .storyblock .metriccard{background:#fff;border-radius:9px;padding:24px 16px;border:1px solid #115c181f;box-shadow:0 3px 2px 0 #115c1814;text-align:center;transition:box-shadow .22s ease-out,border-color .22s ease-out}
.aboutpagewrapper .storyblock .metriccard:hover{box-shadow:0 5px 25px 0 #115c181a;border-color:#115c1847}
.aboutpagewrapper .storyblock .metriccard .metricvalue{font-size:46px;line-height:1.15;font-weight:700;letter-spacing:-.02em;color:#115C18;display:block}
.aboutpagewrapper .storyblock .metriccard .metriclabel{font-size:13px;line-height:1.4;color:#555;margin-top:4px;display:block}
.aboutpagewrapper .storyblock .metriccard.animatedmetric{animation:metricpulsecolor 4s ease-out infinite alternate}
@keyframes metricpulsecolor {
0%{background:#fff}
100%{background:#f0f5f0}
}
.aboutpagewrapper .chevdivider2{width:100%;line-height:0;overflow:hidden}
.aboutpagewrapper .chevdivider2 svg{display:block;width:100%}
.aboutpagewrapper .instructorsblock{padding:64px 32px;position:relative;overflow:hidden}
.aboutpagewrapper .instructorsblock .diagonalsplit{position:absolute;inset:0;pointer-events:none;z-index:0}
.aboutpagewrapper .instructorsblock .diagonalsplit::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;clip-path:polygon(0 0,58% 0,42% 100%,0 100%)}
.aboutpagewrapper .instructorsblock .diagonalsplit::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#115C18,#A92E11);clip-path:polygon(58% 0,100% 0,100% 100%,42% 100%);opacity:.08}
.aboutpagewrapper .instructorsblock .instructorsinnerwrapper{position:relative;z-index:1;max-width:1400px;margin:0 auto}
.aboutpagewrapper .instructorsblock .instructorssectionlabel{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#4E46CF;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.aboutpagewrapper .instructorsblock .instructorssectionlabel .dotswatch3{width:8px;height:8px;border-radius:42px;background:#4E46CF;display:inline-block}
.aboutpagewrapper .instructorsblock .instructorsheading{font-size:46px;line-height:1.15;font-weight:700;letter-spacing:-.015em;color:#111;margin:0 0 8px;text-align:center}
.aboutpagewrapper .instructorsblock .instructorsheading .accentword{color:#4E46CF}
.aboutpagewrapper .instructorsblock .instructorssubhead{font-size:25px;line-height:1.4;color:#333;margin:0 0 32px;text-align:left;max-width:560px}
.aboutpagewrapper .instructorsblock .instructorsgrid{display:grid;grid-template-columns:2fr 2fr 1fr;gap:24px;align-items:stretch}
.aboutpagewrapper .instructorsblock .instructorcard{background:#fff;border-radius:9px;overflow:hidden;box-shadow:0 3px 2px 0 #115c1814;border:1px solid #4e46cf1a;transition:box-shadow .35s ease-out,border-color .35s ease-out;display:flex;flex-direction:column}
.aboutpagewrapper .instructorsblock .instructorcard:hover{box-shadow:0 12px 36px 0 #115c181a;border-color:#4e46cf52}
.aboutpagewrapper .instructorsblock .instructorcard .instructorimageholder{position:relative;overflow:hidden}
.aboutpagewrapper .instructorsblock .instructorcard .instructorimageholder img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .42s ease-out}
.aboutpagewrapper .instructorsblock .instructorcard:hover .instructorimageholder img{transform:scale(1.05)}
.aboutpagewrapper .instructorsblock .instructorcard .instructorimageholder::after{content:'';position:absolute;inset:0;border:2px solid transparent;transition:border-color .3s ease-out;pointer-events:none}
.aboutpagewrapper .instructorsblock .instructorcard:hover .instructorimageholder::after{border-color:#4E46CF}
.aboutpagewrapper .instructorsblock .instructorcard .instructorcarddata{padding:24px 16px;flex:1;display:flex;flex-direction:column;gap:8px;box-shadow:inset 0 3px 8px 0 #115c180d}
.aboutpagewrapper .instructorsblock .instructorcard .instructorname{font-size:25px;line-height:1.15;font-weight:700;color:#111;margin:0}
.aboutpagewrapper .instructorsblock .instructorcard .instructorrole{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#4E46CF}
.aboutpagewrapper .instructorsblock .instructorcard .instructorbio{font-size:13px;line-height:1.6;color:#444;margin:0}
.aboutpagewrapper .instructorsblock .instructorsideinfo{display:flex;flex-direction:column;gap:16px;justify-content:center}
.aboutpagewrapper .instructorsblock .instructorsideinfo .infopaneldata{background:#fff;border-radius:9px;padding:24px 16px;border:1px solid #4e46cf24;box-shadow:0 5px 25px 0 #115c181a}
.aboutpagewrapper .instructorsblock .instructorsideinfo .infopaneldata .infopanelheading{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#4E46CF;margin:0 0 8px}
.aboutpagewrapper .instructorsblock .instructorsideinfo .infopaneldata .infopaneltext{font-size:13px;line-height:1.6;color:#333;margin:0}
.aboutpagewrapper .instructorsblock .instructorsideinfo .infopaneldata .infopanellink{display:inline-block;margin-top:16px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#4E46CF;border-radius:9px;padding:8px 16px;text-decoration:none;border:2px solid #4E46CF;position:relative;overflow:hidden;transition:color .22s ease-out;z-index:1}
.aboutpagewrapper .instructorsblock .instructorsideinfo .infopaneldata .infopanellink::before{content:'';position:absolute;left:0;right:0;bottom:0;height:0;background:#322c9e;transition:height .18s ease-out;z-index:-1}
.aboutpagewrapper .instructorsblock .instructorsideinfo .infopaneldata .infopanellink:hover::before{height:100%}
@media (max-width: 1024px) {
.aboutpagewrapper .titleholder .titleinnerwrapper{grid-template-columns:1fr 1fr;gap:32px}
.aboutpagewrapper .titleholder .mainheading{font-size:46px}
.aboutpagewrapper .storyblock .storyinnerwrapper{grid-template-columns:1fr 1fr}
.aboutpagewrapper .storyblock .storysidemetrics{grid-column:1 / -1;flex-direction:row}
.aboutpagewrapper .storyblock .metriccard{flex:1}
.aboutpagewrapper .instructorsblock .instructorsgrid{grid-template-columns:1fr 1fr}
.aboutpagewrapper .instructorsblock .instructorsideinfo{grid-column:1 / -1;flex-direction:row}
}
@media (max-width: 768px) {
.aboutpagewrapper .titleholder{padding:32px 16px}
.aboutpagewrapper .titleholder .titleinnerwrapper{grid-template-columns:1fr;gap:24px}
.aboutpagewrapper .titleholder .mainheading{font-size:46px}
.aboutpagewrapper .storyblock{padding:32px 16px}
.aboutpagewrapper .storyblock .storyinnerwrapper{grid-template-columns:1fr;gap:24px}
.aboutpagewrapper .storyblock .storysidemetrics{flex-direction:row;flex-wrap:wrap}
.aboutpagewrapper .instructorsblock{padding:32px 16px}
.aboutpagewrapper .instructorsblock .instructorsgrid{grid-template-columns:1fr}
.aboutpagewrapper .instructorsblock .instructorsheading{font-size:46px}
.aboutpagewrapper .instructorsblock .instructorsideinfo{flex-direction:column}
}
@media (max-width: 480px) {
.aboutpagewrapper .titleholder .mainheading{font-size:46px}
.aboutpagewrapper .titleholder .titleactions{flex-direction:column}
.aboutpagewrapper .storyblock .storyheading{font-size:25px}
.aboutpagewrapper .instructorsblock .instructorsheading{font-size:25px}
}
.successpagewrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;background:#f9f9f7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.successpagewrapper ::selection{background:#115c181a}
.successpagewrapper .confirmationholder{max-width:560px;width:100%;background:#fff;border:1px solid #115c182e;border-radius:9px;padding:64px 48px;box-shadow:0 5px 25px 0 #115c181a;text-align:center}
.successpagewrapper .iconholder{width:64px;height:64px;margin:0 auto 32px;display:flex;align-items:center;justify-content:center}
.successpagewrapper .iconholder svg{width:64px;height:64px;display:block}
.successpagewrapper .confirmationholder h1{font-size:46px;line-height:1.15;letter-spacing:-.02em;color:#111;margin:0 0 16px;font-weight:700}
.successpagewrapper .confirmationholder h1 .accentword{color:#115C18}
.successpagewrapper .confirmationholder .confirmmessage{font-size:13px;line-height:1.6;color:#444;margin:0 0 8px;text-align:left;text-indent:1.5em}
.successpagewrapper .confirmationholder .confirmmessage2{font-size:13px;line-height:1.6;color:#444;margin:0 0 32px;text-align:left;text-indent:1.5em}
.successpagewrapper .dividerline{width:100%;height:1px;background:linear-gradient(to right,#115C18,#A92E11);margin:0 0 32px;border:none;border-radius:4px}
.successpagewrapper .contactdetailsholder{background:#f4f6f4;border-radius:9px;padding:24px;margin:0 0 32px;text-align:left;box-shadow:inset 0 3px 2px 0 #115c1814}
.successpagewrapper .contactdetailsholder .contactlabel{font-size:13px;line-height:1.4;color:#115C18;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 16px;display:block}
.successpagewrapper .contactdetailsholder .contactrow{display:flex;flex-direction:row;align-items:flex-start;gap:8px;margin:0 0 8px}
.successpagewrapper .contactdetailsholder .contactrow:last-child{margin:0}
.successpagewrapper .contactdetailsholder .contactrowlabel{font-size:13px;line-height:1.6;color:#555;min-width:48px;flex-shrink:0}
.successpagewrapper .contactdetailsholder .contactrowvalue{font-size:13px;line-height:1.6;color:#111}
.successpagewrapper .contactdetailsholder .contactrowvalue a{color:#115C18;text-decoration:none;border-bottom:1px solid #115c1847;transition:border-color .2s ease-out,color .18s ease-out}
.successpagewrapper .contactdetailsholder .contactrowvalue a:hover{color:#A92E11;border-bottom-color:#a92e1166}
.successpagewrapper .returnbuttonholder{display:flex;flex-direction:row;justify-content:center;gap:16px;flex-wrap:wrap}
.successpagewrapper .returnbuttonholder .primarybutton{display:inline-block;font-size:13px;line-height:1.4;font-weight:600;letter-spacing:.04em;color:#fff;background:#115C18;border:2px solid #115C18;border-radius:4px;padding:16px 32px;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;transition:color .22s ease-out,border-color .22s ease-out}
.successpagewrapper .returnbuttonholder .primarybutton::after{content:'';position:absolute;left:0;bottom:-100%;width:100%;height:100%;background:#A92E11;border-radius:2px;transition:bottom .28s ease-out;z-index:0}
.successpagewrapper .returnbuttonholder .primarybutton:hover::after{bottom:0}
.successpagewrapper .returnbuttonholder .primarybutton:hover{border-color:#A92E11}
.successpagewrapper .returnbuttonholder .primarybutton span{position:relative;z-index:1}
.successpagewrapper .returnbuttonholder .secondarybutton{display:inline-block;font-size:13px;line-height:1.4;font-weight:600;letter-spacing:.04em;color:#115C18;background:transparent;border:2px solid #115C18;border-radius:4px;padding:16px 32px;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;transition:color .22s ease-out,border-color .22s ease-out}
.successpagewrapper .returnbuttonholder .secondarybutton::after{content:'';position:absolute;left:0;bottom:-100%;width:100%;height:100%;background:#115C18;border-radius:2px;transition:bottom .32s ease-out;z-index:0}
.successpagewrapper .returnbuttonholder .secondarybutton:hover::after{bottom:0}
.successpagewrapper .returnbuttonholder .secondarybutton:hover{color:#fff;border-color:#115C18}
.successpagewrapper .returnbuttonholder .secondarybutton span{position:relative;z-index:1}
@media (max-width: 480px) {
.successpagewrapper .confirmationholder{padding:32px 16px}
.successpagewrapper .confirmationholder h1{font-size:25px}
.successpagewrapper .returnbuttonholder{flex-direction:column;align-items:stretch}
.successpagewrapper .returnbuttonholder .primarybutton,.successpagewrapper .returnbuttonholder .secondarybutton{text-align:center}
}