.blog-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;display:flex;overflow:hidden}.blog-card img{will-change:transform;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.22,1,.36,1)}.blog-card:hover img{transform:translate(0,0)scale(1.2)}.blog-card--horizontal{flex-direction:row}.blog-card--featured_large,.blog-card--standard{flex-direction:column}.blogs-hero-card{background:#fff;border-radius:20px;flex-direction:row;align-items:stretch;gap:24px;width:100%;max-width:673px;padding:16px;transition:box-shadow .3s;display:flex;box-shadow:0 12px 24px -6px #181a2a1f}.blogs-hero-card:hover{box-shadow:0 20px 40px #1a294c2e}.blogs-hero-card__media{background:#e4e7ec;border-radius:10px;flex-shrink:0;width:min(42%,300px);min-height:180px;position:relative;overflow:hidden}.blogs-hero-card__media img,.blogs-hero-card__media video{will-change:transform;transition:transform .5s cubic-bezier(.22,1,.36,1)}.blogs-hero-card:hover .blogs-hero-card__media img{transform:translate(0,0)scale(1.08)}.blogs-hero-card__body{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:8px 12px 8px 0;display:flex}@media (max-width:1023px){.blog-card--horizontal{flex-direction:column-reverse}.blog-card--horizontal .blog-card__media{border-radius:0;width:100%;max-width:none}.blog-card--featured_large{height:auto}.blogs-hero-section--with-card .blogs-hero-banner{min-height:380px!important}.blogs-hero-card{gap:16px;padding:14px}.blogs-hero-card__body{padding:4px 4px 4px 0}}@media (max-width:767px){.blogs-hero-section--with-card .blogs-hero-banner,.blogs-hero-media{border-radius:24px}.blogs-hero-card-slot{width:100%;position:relative!important;transform:none!important}.blogs-hero-card{gap:12px;max-width:100%;padding:12px}.blogs-hero-card__media img,.blogs-hero-card__media video{object-fit:cover;object-position:center top}.blogs-hero-card__body{padding:0 4px 4px}}@media (max-width:640px){.blogs-hero-section--with-card{padding-bottom:3rem}.blogs-hero-section--with-card .blogs-hero-banner{padding-bottom:0;min-height:0!important}.blogs-hero-media{border-radius:24px;overflow:hidden;height:300px!important;position:absolute!important;inset:0 0 auto!important}.blogs-hero-media img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}.blogs-hero-banner{border-radius:24px}.blogs-hero-card-slot{width:100%;margin-bottom:110px;position:relative!important;inset:auto!important;transform:none!important}.blogs-hero-card{flex-direction:column}.blogs-hero-card__media{width:100%;height:150px;min-height:0}.blogs-hero-card__body{padding:0 4px 4px}}@media (prefers-reduced-motion:reduce){.blog-card img,.blogs-hero-card,.blogs-hero-card__media img,.blogs-hero-card__media video{transition:none}.blog-card:hover img,.blogs-hero-card:hover .blogs-hero-card__media img{transform:none}}.blog-post-prose{color:#101828;font-size:var(--font-size-md,1rem);line-height:1.75}.blog-post-prose p{margin-bottom:1rem}.blog-post-prose h1,.blog-post-prose h2,.blog-post-prose h3,.blog-post-prose h4,.blog-post-prose h5,.blog-post-prose h6{color:#101828;scroll-margin-top:7rem;line-height:1.25}.blog-post-prose h1{margin:2rem 0 1rem;font-size:1.875rem;font-weight:700}.blog-post-prose h2{margin:1.75rem 0 .75rem;font-size:1.5rem;font-weight:700}.blog-post-prose h3{margin:1.5rem 0 .75rem;font-size:1.25rem;font-weight:600}.blog-post-prose h4{margin:1.25rem 0 .5rem;font-size:1.125rem;font-weight:600}.blog-post-prose h5{margin:1rem 0 .5rem;font-size:1rem;font-weight:600}.blog-post-prose h6{margin:1rem 0 .5rem;font-size:.875rem;font-weight:600}.blog-post-prose ul{margin:1rem 0;padding-left:1.5rem;list-style-type:disc}.blog-post-prose ol{margin:1rem 0;padding-left:1.5rem;list-style-type:decimal}.blog-post-prose li{margin-bottom:.5rem}.blog-post-prose blockquote{color:#475467;border-left:4px solid #e4e7ec;margin:1rem 0;padding-left:1rem}.blog-post-prose a{color:var(--color-brand-600,#4f46e5);text-decoration:underline}.blog-post-prose figure,.blog-post-prose img{margin:1.5rem 0}.blog-post-prose img{border-radius:.75rem;max-width:100%;height:auto;display:block}.blog-post-prose figure.blog-post-video{aspect-ratio:16/9;background:#0a0a0a;border-radius:.75rem;width:100%;margin:1.5rem 0;overflow:hidden}.blog-post-prose figure:has(>video){aspect-ratio:16/9;background:#0a0a0a;border-radius:.75rem;width:100%;margin:1.5rem 0;overflow:hidden}.blog-post-prose figure.blog-post-video video,.blog-post-prose>video{object-fit:contain;background:#0a0a0a;border-radius:.75rem;width:100%;max-width:none;height:100%;display:block}.blog-post-prose figure:has(>video) video{object-fit:contain;background:#0a0a0a;border-radius:.75rem;width:100%;max-width:none;height:100%;display:block}.blog-post-prose>video{aspect-ratio:16/9;margin:1.5rem 0}.blog-post-prose code{background:#f2f4f7;border-radius:.25rem;padding:.125rem .375rem;font-size:.875em}.blog-post-prose pre{background:#f2f4f7;border-radius:.75rem;margin:1rem 0;padding:1rem;overflow-x:auto}.blog-post-prose pre code{background:0 0;padding:0}.blog-post-prose .blog-checklist{padding-left:0;list-style:none}.blog-post-prose .blog-checklist-item{padding-left:1.75rem;position:relative}.blog-post-prose .blog-checklist-item:before{content:"";background:#fff;border:1.5px solid #d0d5dd;border-radius:.25rem;width:1rem;height:1rem;position:absolute;top:.35em;left:0}.blog-post-prose .blog-checklist-item--checked:before{border-color:var(--color-brand-600,#4f46e5);background:var(--color-brand-600,#4f46e5)}.blog-post-prose .blog-checklist-item--checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.4rem;height:.65rem;position:absolute;top:.5em;left:.3em;transform:rotate(45deg)}
