/* Homepage project journey: keep infographic text still and provide HTML highlights. */
body .tsb-site .tsb-process-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-template-areas:"copy art" "steps art" "action art";column-gap:64px;row-gap:24px;align-items:start}
body .tsb-site .tsb-process-copy{grid-area:copy}
body .tsb-site .tsb-process-copy h2{color:#fff;margin:0 0 20px}
body .tsb-site .tsb-process-copy>p:last-child{color:#c8dbe0;font-size:16px;margin:0;max-width:570px}
body .tsb-site .tsb-process-art{grid-area:art;align-self:center;justify-self:center;width:min(100%,450px);margin:0;padding:12px;background:#fff;border:1px solid #c5dcd7;border-radius:24px;box-shadow:0 20px 44px rgba(0,15,25,.18);box-sizing:border-box;overflow:hidden}
body .tsb-site .tsb-process-art img{display:block;width:100%;height:auto;margin:0;border-radius:14px}
body .tsb-site .tsb-process-highlights{grid-area:steps;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 22px;list-style:none;margin:0;padding:0}
body .tsb-site .tsb-process-highlights li{display:flex;gap:12px;align-items:flex-start;margin:0;padding:0}
body .tsb-site .tsb-process-highlights li:before{display:none}
body .tsb-site .tsb-process-number{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border:1px solid #547b83;border-radius:50%;color:#a5e4d7;font-size:11px;font-weight:700;line-height:1}
body .tsb-site .tsb-process-highlights h3{color:#fff;font-size:17px;line-height:1.4;letter-spacing:0;margin:2px 0 8px}
body .tsb-site .tsb-process-highlights p{color:#c8dbe0;font-size:14px;line-height:1.65;margin:0}
body .tsb-site .tsb-process-actions{grid-area:action;margin-top:4px}
body .tsb-site .tsb-process-actions .tsb-btn{background:#a5e4d7;border-color:#a5e4d7;color:#102f3d!important}
body .tsb-site .tsb-process-actions .tsb-btn:hover{background:#c6f2e7;border-color:#c6f2e7}
@media(max-width:1000px){body .tsb-site .tsb-process-layout{column-gap:32px}}
@media(max-width:900px){body .tsb-site .tsb-process-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "art" "steps" "action";row-gap:30px}body .tsb-site .tsb-process-copy{max-width:630px}body .tsb-site .tsb-process-art{width:min(100%,420px)}}
@media(max-width:540px){body .tsb-site .tsb-process-highlights{grid-template-columns:minmax(0,1fr);gap:22px}body .tsb-site .tsb-process-art{padding:8px;border-radius:18px}body .tsb-site .tsb-process-highlights h3{font-size:18px}body .tsb-site .tsb-process-highlights p{font-size:15px}body .tsb-site .tsb-process-actions .tsb-btn{width:100%}}
