.buldok-prose-centered{background-color:var(--midnight);position:relative}.buldok-prose-centered__wrapper{margin:0 auto;max-width:750px}.buldok-prose-centered__headline{margin-bottom:var(--space-2xl);opacity:0;text-align:center;transform:translateY(20px);transition:all .6s var(--easing-smooth)}.is-visible .buldok-prose-centered__headline{opacity:1;transform:translateY(0)}.buldok-prose-centered__subsection{margin-bottom:var(--space-2xl);opacity:0;transform:translateY(20px);transition:all .6s var(--easing-smooth)}.is-visible .buldok-prose-centered__subsection{opacity:1;transform:translateY(0)}.buldok-prose-centered__subsection:first-child{transition-delay:.1s}.buldok-prose-centered__subsection:nth-child(2){transition-delay:.2s}.buldok-prose-centered__subsection:nth-child(3){transition-delay:.3s}.buldok-prose-centered__subsection:nth-child(4){transition-delay:.4s}.buldok-prose-centered__subsection:nth-child(5){transition-delay:.5s}.subsection--with-highlight .buldok-prose-centered__sub-content p:first-child{background:rgba(0,212,170,.08);border-left:3px solid var(--teal-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--white);font-size:17px;font-weight:500;line-height:1.7;margin-bottom:var(--space-lg);padding:var(--space-md)}.subsection-analogy{background:hsla(0,0%,100%,.02);border:1px solid var(--graphite);border-radius:var(--radius-xl);padding:var(--space-lg)}.subsection-analogy .analogy-header{color:var(--teal-primary);margin-bottom:var(--space-sm)}.subsection-analogy .buldok-prose-centered__sub-content{color:var(--light-gray);font-size:17px;font-style:italic}.subsection-list-emphasis ul{list-style:none;padding:0}.subsection-list-emphasis li{color:var(--white);font-weight:500;margin-bottom:var(--space-md);padding-left:32px;position:relative}.subsection-list-emphasis li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%2300d4aa' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:20px;left:0;position:absolute;top:4px;width:20px}@media (max-width:767px){.buldok-prose-centered__wrapper{max-width:100%}}