/* A readable two-column introduction with three equal supporting topics. */
html[lang="en"] body.template-home #privacy .privacy-intro {
 display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.25fr);gap:64px;align-items:start;
}
html[lang="en"] body.template-home #privacy .privacy-heading .kicker {margin:0 0 20px;}
html[lang="en"] body.template-home #privacy h2 {
 font-size:36px;line-height:1.2;letter-spacing:-.025em;text-wrap:initial;
 margin:0;max-width:19ch;
}
html[lang="en"] body.template-home #privacy h2::after {display:none;}
html[lang="en"] body.template-home #privacy .privacy-description {padding-top:0;min-width:0;}
html[lang="en"] body.template-home #privacy .privacy-description p {
 margin:0 0 20px;font-size:16px;line-height:1.75;color:#b6c6d2;max-width:68ch;
}
html[lang="en"] body.template-home #privacy .privacy-description strong {font-weight:600;color:#d8eaf1;}
html[lang="en"] body.template-home #privacy .privacy-description .privacy-assurance {
 margin:24px 0 0;padding-left:18px;border-left:2px solid #459fa8;color:#c1d9e2;
}
html[lang="en"] body.template-home #privacy .protocol-topic-grid {
 display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:40px;
}
html[lang="en"] body.template-home #privacy .protocol-topic-grid article {
 min-width:0;padding:22px 0 0;margin:0;border-top:1px solid #385260;
}
html[lang="en"] body.template-home #privacy .protocol-topic-number {font-size:12px;line-height:1.5;color:#7db8c0;}
html[lang="en"] body.template-home #privacy .protocol-topic-grid h3 {font-size:19px;line-height:1.4;margin:12px 0;text-wrap:initial;}
html[lang="en"] body.template-home #privacy .protocol-topic-grid p {font-size:15px;line-height:1.75;margin:0;color:#aebfcc;}
html[lang="en"] body.template-home #privacy .protocol-topic-links:empty {display:none;}
@media(max-width:900px){
 html[lang="en"] body.template-home #privacy .privacy-intro {grid-template-columns:1fr;gap:26px;}
 html[lang="en"] body.template-home #privacy h2 {max-width:28ch;font-size:32px;}
 html[lang="en"] body.template-home #privacy .protocol-topic-grid {grid-template-columns:1fr;gap:24px;margin-top:32px;}
}
