.blog-hero{display:flex;flex-direction:column-reverse;gap:1.5rem;padding-top:2rem;padding-bottom:2rem}@media (min-width:640px){.blog-hero{padding-top:3rem;padding-bottom:3rem}}@media (min-width:1024px){.blog-hero{flex-direction:row;gap:2.5rem;padding-top:4rem;padding-bottom:4rem}}.blog-hero__text{display:flex;flex-direction:column;gap:1rem}@media (min-width:1024px){.blog-hero__text{flex:1 1 0%;justify-content:center;gap:1.5rem}}.blog-hero__description{font-size:.875rem;line-height:1.25rem;line-height:1.625}@media (min-width:640px){.blog-hero__description{font-size:1rem;line-height:1.5rem}}.blog-hero__description{color:var(--outline)}.blog-hero__image{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:1rem}@media (min-width:1024px){.blog-hero__image{aspect-ratio:4/3;max-width:50%;flex:1 1 0%}}.blog-body{display:flex;gap:0;padding-bottom:2rem}@media (min-width:640px){.blog-body{padding-bottom:3rem}}@media (min-width:1024px){.blog-body{gap:1.5rem;padding-bottom:4rem}}.blog-content{display:flex;min-width:0;flex:1 1 0%;flex-direction:column;gap:2.5rem}@media (min-width:640px){.blog-content{gap:3.5rem}}@media (min-width:1024px){.blog-content{gap:4rem}}.blog-section{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.blog-section{gap:1.5rem}}@media (min-width:1024px){.blog-section{flex-direction:row;align-items:flex-start;gap:2rem}.blog-section--reversed{flex-direction:row-reverse}}.blog-section__text{display:flex;flex-direction:column;gap:.75rem}@media (min-width:1024px){.blog-section__text{flex:1 1 0%}}.blog-section__images{flex-shrink:0}@media (min-width:1024px){.blog-section__images{position:sticky;top:100px;width:40%;max-width:400px}}.blog-section__single-image{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:.75rem}.blog-section__text p{font-size:.875rem;line-height:1.25rem}@media (min-width:640px){.blog-section__text p{font-size:1rem;line-height:1.5rem}}.blog-section__text p{line-height:24px;letter-spacing:.25px;color:var(--on-surface)}@media (min-width:640px){.blog-section__text p{line-height:28px;letter-spacing:.15px}}.blog-section__text h1{font-size:22px;font-weight:500}@media (min-width:640px){.blog-section__text h1{font-size:34px}}.blog-section__text h1{color:var(--on-surface)}.blog-section__text h2{font-size:20px;font-weight:500}@media (min-width:640px){.blog-section__text h2{font-size:28px}}.blog-section__text h2{color:var(--on-surface)}.blog-section__text h3{font-size:18px;font-weight:500}@media (min-width:640px){.blog-section__text h3{font-size:24px}}.blog-section__text h3{color:var(--on-surface)}.blog-section__text li{list-style-position:inside;list-style-type:disc;font-size:16px;line-height:1.5rem}@media (min-width:640px){.blog-section__text li{font-size:18px;line-height:1.75rem}}.blog-section__text li{color:var(--on-surface)}.blog-section__text a,.blog-section__text a:visited{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.blog-section__text a:hover{color:var(--cta)}.blog-section__text b,.blog-section__text strong{font-weight:500;color:var(--on-surface)}.blog-section__text blockquote{margin-top:1rem;margin-bottom:1rem;border-left-width:2px;padding-left:1rem;font-style:italic;border-color:var(--primary);color:var(--outline)}.blog-know-more{border-top-width:1px;padding-top:2rem;padding-bottom:2rem}@media (min-width:640px){.blog-know-more{padding-top:3rem;padding-bottom:3rem}}@media (min-width:1024px){.blog-know-more{padding-top:4rem;padding-bottom:4rem}}.blog-know-more{border-color:var(--outline-variant)}