/* Current homepage type system, kept local to this section.
   White carries the layout; the green line connects a real-life photo to the story. */
.brand-program{background:#fff;color:#1a1a1a;padding:100px 0 96px;overflow:clip;scroll-margin-top:100px}
.brand-program-wrap{width:min(1248px,calc(100% - 112px));margin-inline:auto}
.brand-program h2,.brand-program h3,.brand-program p,.brand-program figure{margin:0}
.brand-program-heading{margin-bottom:54px;max-width:1020px}
.brand-program-heading h2{max-width:1020px;font:300 clamp(36px,4.1vw,57px)/1.18 'Krevaro Serif',Georgia,serif;letter-spacing:-.055em;text-wrap:balance}
.brand-program-heading>p{max-width:650px;font-size:18px;line-height:1.65;margin-top:27px;text-wrap:pretty}
.brand-program-browser{position:relative}
.brand-program-tabs[hidden],.brand-program-panel[hidden]{display:none!important}
.brand-program-tabs{position:absolute;inset:0 0 auto calc(47% + 70px);z-index:2;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1.2fr) minmax(40px,.5fr);gap:20px;border-bottom:1px solid #dedede}
.brand-program-tabs button{position:relative;margin:0;border:0;border-radius:0;padding:16px 0 18px;min-height:58px;background:transparent;color:#565656;text-align:left;font:400 17px/1.4 'Work Sans',sans-serif;cursor:pointer;transition:color 160ms ease;text-wrap:balance}
.brand-program-tabs button::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#204e31;transform:scaleX(0);transform-origin:left;transition:transform 180ms ease}
.brand-program-tabs button[aria-selected=true]{color:#1a1a1a;font-weight:500}
.brand-program-tabs button[aria-selected=true]::after{transform:scaleX(1)}
.brand-program-tabs button:hover{color:#1a1a1a}
.brand-program-tabs button:focus-visible,.brand-program-links a:focus-visible{outline:2px solid #204e31;outline-offset:5px}
.brand-program-panel{display:grid;grid-template-columns:47% minmax(0,1fr);gap:70px;align-items:center}
.brand-program-panel+.brand-program-panel{margin-top:90px}
.brand-program.is-enhanced .brand-program-panel{margin-top:0;min-height:620px}
.brand-program-photo{position:relative;isolation:isolate;width:100%;padding:0 40px 36px 0}
.brand-program-photo img{display:block;width:100%;height:570px;object-fit:cover;object-position:50% 43%;border-radius:3px;background:#fff}
.brand-program-panel[data-program-panel=finance] .brand-program-photo img{object-position:50% 40%}
.brand-program-panel[data-program-panel=it] .brand-program-photo img{object-position:50% 49%}
.brand-program-line{position:absolute;bottom:-20px;right:-75px;width:83%;height:190px;overflow:visible;pointer-events:none;z-index:1}
.brand-program-line path{stroke:#204e31;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.brand-program.is-enhanced .brand-program-panel.is-entering .brand-program-line path{animation:program-line 700ms ease-out both}
.brand-program-story{padding:15px 0 40px;max-width:500px}
.brand-program.is-enhanced .brand-program-story{padding-top:92px}
.brand-program-story h3{font:300 clamp(31px,3vw,42px)/1.24 'Krevaro Serif',Georgia,serif;letter-spacing:-.045em;text-wrap:pretty;margin-bottom:22px;max-width:490px}
.brand-program-story>p{font-size:18px;line-height:1.65;text-wrap:pretty}
.brand-program-story ul{list-style:none;margin:27px 0 0;padding:0}
.brand-program-story li{position:relative;padding:14px 0 14px 25px;border-top:1px solid #dedede;font-size:16px;line-height:1.6;text-wrap:pretty}
.brand-program-story li::before{content:'';position:absolute;left:1px;top:22px;width:8px;height:5px;border-left:1.5px solid #204e31;border-bottom:1.5px solid #204e31;transform:rotate(-45deg)}
.brand-program-story>p.brand-program-condition{font-size:15px;line-height:1.6;color:#565656;margin-top:21px}
.brand-program.is-enhanced .brand-program-panel.is-entering .brand-program-photo img{animation:program-photo 240ms ease-out both}
.brand-program-start{margin-top:72px;padding-top:38px;border-top:1px solid #dedede}
.brand-program-start>h3{font:300 28px/1.35 'Krevaro Serif',Georgia,serif;letter-spacing:-.035em;margin-bottom:31px}
.brand-program-steps{display:grid;grid-template-columns:1fr 1fr 1.25fr;list-style:none;padding:0;margin:0;gap:58px}
.brand-program-steps li{position:relative;min-width:0;padding-right:25px}
.brand-program-step-name{display:block;font:500 20px/1.4 'Work Sans',sans-serif;letter-spacing:-.02em;margin-bottom:8px}
.brand-program-steps p{font-size:16px;line-height:1.6;max-width:310px}
.brand-program-steps svg{position:absolute;width:38px;height:24px;top:3px;right:-30px;stroke:#204e31;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.brand-program-footer{display:flex;justify-content:space-between;gap:40px;align-items:center;margin-top:40px;padding-top:27px;border-top:1px solid #dedede}
.brand-program-footer>p{font-size:16px;line-height:1.55;max-width:340px}
.brand-program-links{display:flex;align-items:center;flex-wrap:wrap;gap:14px 28px}
.brand-program-links a{display:inline-flex;align-items:center;gap:15px;min-height:44px;color:inherit;text-decoration:none;font-size:16px;line-height:1.45;border-bottom:1px solid #1a1a1a}
.brand-program-links a span{font-size:20px;transition:transform 160ms ease}
.brand-program-links a:hover span{transform:translate(2px,-2px)}
@keyframes program-photo{from{opacity:.4}to{opacity:1}}
@keyframes program-line{from{stroke-dasharray:100;stroke-dashoffset:100}to{stroke-dasharray:100;stroke-dashoffset:0}}
@media(min-width:1500px){.brand-program-heading{margin-bottom:62px}}
@media(max-width:1100px){.brand-program-wrap{width:calc(100% - 72px)}.brand-program-panel{grid-template-columns:44% minmax(0,1fr);gap:44px}.brand-program-tabs{left:calc(44% + 44px);gap:14px}.brand-program-photo{padding-right:12px}.brand-program-photo img{height:535px}.brand-program-line{right:-65px;width:95%}.brand-program-story h3{font-size:36px}.brand-program-story>p{font-size:17px}.brand-program-footer{align-items:flex-start;gap:25px}.brand-program-links{gap:12px 22px}.brand-program-steps{gap:40px}}
@media(max-width:800px){.brand-program{padding:74px 0}.brand-program-wrap{width:calc(100% - 48px)}.brand-program-heading{margin-bottom:35px}.brand-program-heading h2{font-size:43px;max-width:700px}.brand-program-heading>p{font-size:18px;margin-top:23px}.brand-program-tabs{position:relative;inset:auto;margin-bottom:28px;grid-template-columns:minmax(0,1.7fr) minmax(0,1.2fr) minmax(40px,.5fr);gap:24px}.brand-program-tabs button{font-size:17px;min-height:56px}.brand-program-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:start}.brand-program.is-enhanced .brand-program-panel{min-height:0}.brand-program-photo{padding:0 0 28px}.brand-program-photo img{height:440px}.brand-program-line{right:-38px;bottom:-14px;width:105%;height:130px}.brand-program.is-enhanced .brand-program-story,.brand-program-story{padding:8px 0 0}.brand-program-story h3{font-size:30px;line-height:1.3;margin-bottom:18px}.brand-program-story>p{font-size:16px}.brand-program-story ul{margin-top:20px}.brand-program-story li{font-size:15px;padding-block:12px;padding-left:22px}.brand-program-story li::before{top:20px}.brand-program-story>p.brand-program-condition{margin-top:15px}.brand-program-start{margin-top:58px;padding-top:30px}.brand-program-start>h3{font-size:27px}.brand-program-steps{gap:24px;grid-template-columns:1fr 1fr 1.2fr}.brand-program-step-name{font-size:18px}.brand-program-steps p{font-size:15px}.brand-program-steps li{padding-right:15px}.brand-program-steps svg{width:25px;right:-15px;top:0}.brand-program-footer{display:block;margin-top:30px}.brand-program-footer>p{max-width:none}.brand-program-links{margin-top:14px;gap:10px 28px}}
@media(max-width:580px){.brand-program{padding:58px 0 65px}.brand-program-wrap{width:calc(100% - 40px)}.brand-program-heading h2{font-size:clamp(31px,7.2vw,40px);line-height:1.23;letter-spacing:-.05em;text-wrap:pretty}.brand-program-heading>p{font-size:17px;line-height:1.65}.brand-program-heading{margin-bottom:25px}.brand-program-tabs{gap:12px;grid-template-columns:minmax(0,1.6fr) minmax(0,1.2fr) minmax(28px,.35fr)}.brand-program-tabs button{font-size:15px;line-height:1.45;min-height:63px;padding:10px 0 13px;overflow-wrap:normal;hyphens:manual}.brand-program-panel{grid-template-columns:1fr;gap:32px}.brand-program-photo{width:calc(100% - 22px);padding-bottom:21px}.brand-program-photo img{height:auto;aspect-ratio:1.06;object-position:50% 33%}.brand-program-panel[data-program-panel=finance] .brand-program-photo img{object-position:50% 35%}.brand-program-panel[data-program-panel=it] .brand-program-photo img{object-position:50% 42%}.brand-program-line{width:72%;height:110px;bottom:-16px;right:-42px}.brand-program-story,.brand-program.is-enhanced .brand-program-story{padding:0}.brand-program-story h3{font-size:32px;line-height:1.25;max-width:410px;margin-bottom:19px}.brand-program-story>p{font-size:17px}.brand-program-story li{font-size:16px;padding-block:15px}.brand-program-story li::before{top:23px}.brand-program-story>p.brand-program-condition{font-size:15px;margin-top:18px}.brand-program-panel+.brand-program-panel{margin-top:64px}.brand-program.is-enhanced .brand-program-panel{margin-top:0}.brand-program-start{margin-top:40px;padding-top:26px}.brand-program-start>h3{font-size:27px;line-height:1.4;margin-bottom:24px}.brand-program-steps{grid-template-columns:1fr;gap:0}.brand-program-steps li{padding:0 0 28px 31px}.brand-program-steps li::before{content:'';position:absolute;left:1px;top:9px;width:7px;height:7px;border:1.5px solid #204e31;border-radius:50%;background:white}.brand-program-steps li:not(:last-child)::after{content:'';position:absolute;left:5px;top:24px;bottom:8px;border-left:1px solid #a5cfb2}.brand-program-steps li:last-child{padding-bottom:0}.brand-program-step-name{font-size:18px;margin-bottom:5px}.brand-program-steps p{font-size:16px;max-width:350px}.brand-program-steps svg{display:none}.brand-program-footer{margin-top:27px;padding-top:21px}.brand-program-links{align-items:flex-start;gap:9px 20px}.brand-program-links a{font-size:16px;gap:12px;max-width:100%}}
@media(prefers-reduced-motion:reduce){.brand-program *, .brand-program *::before, .brand-program *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.motion-paused .brand-program *, .motion-paused .brand-program *::before, .motion-paused .brand-program *::after{animation:none!important;transition:none!important}
