.BlogIndexPost{display:grid;grid-template-columns:repeat(var(--columnCountMax),1fr);justify-items:flex-start;align-items:flex-start;gap:16px 0;width:100%;max-width:var(--layoutWidth);margin:0 auto;position:relative}.BlogIndexPost--variantNormal{grid-template-areas:"category" "title" "authorList" "date" "body" "readMore"}.BlogIndexPost--variantNormal.BlogIndexPost--hasFigure{grid-template-areas:"category" "title" "authorList" "date" "image" "body" "readMore"}@media (min-width:600px){.BlogIndexPost--variantNormal{grid-template-areas:"category   date" "title      title" "authorList authorList" "body       body" "readMore   readMore"}.BlogIndexPost--variantNormal.BlogIndexPost--hasFigure{grid-template-areas:"category   date" "title      title" "authorList authorList" "image      image" "body       body" "readMore   readMore"}}@media (min-width:750px){.BlogIndexPost--variantNormal.BlogIndexPost--hasFigure{grid-template-areas:"category   date" "title      title" "authorList authorList" "body       image" "readMore   image" ".          image"}}@media (min-width:900px){.BlogIndexPost--variantNormal{grid-template-areas:"category   category   category date" "title      title      title    authorList" "body       body       body     authorList" "readMore   readMore   readMore authorList"}.BlogIndexPost--variantNormal.BlogIndexPost--hasFigure{grid-template-areas:"category   category   category date" "title      title      title    authorList" "body       body       image    image" "readMore   readMore   image    image" ".          .          image    image"}.BlogIndexPost--variantNormal.BlogIndexPost--hasFigure.BlogIndexPost--hasMultipleAuthors{grid-template-areas:"category   category   date       date" "title      title      authorList authorList" "body       body       image      image" "readMore   readMore   image      image" ".          .          image      image"}}.BlogIndexPost--variantFeatured{padding:24px 16px;border-radius:var(--cardBorderRadius);background:var(--cardBackground);box-shadow:var(--cardShadowXLarge);grid-template-areas:"category" "title" "authorList" "body" "readMore"}.BlogIndexPost--variantFeatured.BlogIndexPost--hasFigure{padding-bottom:16px;grid-template-areas:"category" "title" "authorList" "body" "readMore" "image"}@media (min-width:600px){.BlogIndexPost--variantFeatured{grid-template-areas:"category     category" "title        title" "authorList   authorList" "body         body" "readMore     readMore"}.BlogIndexPost--variantFeatured.BlogIndexPost--hasFigure{grid-template-areas:"category     category" "title        title" "authorList   authorList" "body         body" "readMore     readMore" "image        image"}}@media (min-width:750px){.BlogIndexPost--variantFeatured{grid-template-areas:"category     category" "title        body" "authorList   body" "authorList   readMore"}.BlogIndexPost--variantFeatured.BlogIndexPost--hasFigure{grid-template-areas:"category   category" "title      title" "authorList image" "body       image" "readMore   image" ".          image"}}@media (min-width:900px){.BlogIndexPost--variantFeatured{grid-template-areas:"category     category    category  category" "title        title       body      body" "authorList   authorList  body      body" "authorList   authorList  readMore  readMore"}.BlogIndexPost--variantFeatured.BlogIndexPost--hasFigure{grid-template-areas:"category   category    image image" "title      title       image image" "authorList authorList  image image" "body       body        image image" "readMore   readMore    image image"}}@media (min-width:900px){.BlogIndexPost--variantFeatured{padding:32px 24px 48px}.BlogIndexPost--variantFeatured.BlogIndexPost--hasFigure{padding-bottom:32px}}.BlogIndexPost__category{grid-area:category}.BlogIndexPost--variantFeatured .BlogIndexPost__category{--titleAnchorDisplay:none}.BlogIndexPost__title.CopyTitle{--titlePaddingRight:var(--columnPaddingLarge);grid-area:title;font:var(--fontWeightBold) 38px/48px var(--fontFamily);letter-spacing:-.2px;color:var(--titleColor)}.BlogIndexPost__titleLink.Link{--linkColor:var(--titleColor)}.BlogIndexPost__date{grid-area:date}@media (max-width:599px){.BlogIndexPost__date{--anchorDisplay:none}}.BlogIndexPost--variantFeatured .BlogIndexPost__date{display:none}.BlogIndexPost__authorList{grid-area:authorList;display:grid;gap:16px 0}@media (min-width:600px){.BlogIndexPost--hasMultipleAuthors .BlogIndexPost__authorList{width:100%;grid:auto/repeat(2,1fr)}}@media (min-width:750px){.BlogIndexPost--hasMultipleAuthors.BlogIndexPost--variantFeatured:not(.BlogIndexPost--hasFigure) .BlogIndexPost__authorList{grid:none}}@media (min-width:900px){.BlogIndexPost--hasMultipleAuthors.BlogIndexPost--variantFeatured:not(.BlogIndexPost--hasFigure) .BlogIndexPost__authorList{grid:auto/repeat(2,1fr)}}@media (min-width:900px){.BlogIndexPost--hasMultipleAuthors:not(.BlogIndexPost--hasFigure) .BlogIndexPost__authorList{grid:none}}.BlogIndexPost__body{grid-area:body;display:grid;gap:1em 0;padding:0 var(--columnPaddingLarge) 0 var(--columnPaddingNormal);font:var(--fontWeightNormal) 15px/24px var(--fontFamily);letter-spacing:.2px;color:var(--textColor)}@media (min-width:600px){.BlogIndexPost__body{font-size:18px;line-height:28px}}.BlogIndexPost__figure.BlogImageCard.Card{grid-area:image}.BlogIndexPost--variantNormal .BlogIndexPost__figure.BlogImageCard.Card{--cardShadow:var(--cardShadowSmall);margin:8px 0}@media (min-width:750px){.BlogIndexPost--variantNormal .BlogIndexPost__figure.BlogImageCard.Card{--cardShadow:var(--cardShadowLarge)}}.BlogIndexPost--variantFeatured .BlogIndexPost__figure.BlogImageCard.Card{--cardBorderRadius:4px}@media (min-width:750px){.BlogIndexPost--variantFeatured .BlogIndexPost__figure.BlogImageCard.Card{position:absolute;top:0;left:0;right:0;bottom:0}}@media (min-width:900px){.BlogIndexPost--variantFeatured .BlogIndexPost__figure.BlogImageCard.Card{position:absolute;top:-16px;left:0;right:-8px;bottom:-16px}}.BlogIndexPost__readMoreLink.Link{grid-area:readMore;padding:0 var(--columnPaddingNormal);font-size:15px;line-height:24px;letter-spacing:.2px}