.blog-journal-hub{--bjh-gap: 1.6rem;--bjh-card-radius: .4rem;--bjh-slider-gap: var(--bjh-gap);--bjh-content-left: max(var(--page-width-margin, 0rem), calc((100vw - var(--page-width, 75rem)) / 2)) }.blog-journal-hub__peek--full-bleed{overflow-x:clip;--bjh-content-left: max(var(--page-width-margin, 0rem), calc((100vw - var(--page-width, 75rem)) / 2)) }.blog-journal-hub__peek-viewport{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);padding-left:var(--bjh-content-left);padding-right:var(--bjh-inset-right-extra, 0px);box-sizing:border-box;overflow:hidden}.blog-journal-hub__tags-wrap{margin-bottom:var(--bjh-tags-wrap-margin-bottom, 2.4rem)}.blog-journal-hub__all-grid-wrap{margin-bottom:var(--bjh-all-grid-wrap-margin-bottom, 3.6rem)}.blog-journal-hub__all-grid-heading,.blog-journal-hub__tag-grid-title{margin:0 0 var(--bjh-grid-heading-margin-bottom, 1.6rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:var(--bjh-grid-heading-font-size, clamp(1.6rem, 2.6vw, 2.2rem))}.blog-journal-hub__tag-grids-region{margin-bottom:0}.blog-journal-hub__tags{display:flex;flex-wrap:wrap;gap:var(--bjh-tags-gap-row, .8rem) var(--bjh-tags-gap-col, 1rem);align-items:center}.blog-journal-hub__tag{-webkit-appearance:none;appearance:none;border:1px solid var(--bjh-tag-border, rgba(var(--color-foreground), .25));background:var(--bjh-tag-bg, transparent);color:var(--bjh-tag-text, rgb(var(--color-foreground)));border-radius:var(--bjh-tag-pill-radius, 100px);padding:var(--bjh-tag-pill-padding-y, .8rem) var(--bjh-tag-pill-padding-x, 1.6rem);font-size:var(--bjh-tag-font-size, 1.4rem);letter-spacing:.04em;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.blog-journal-hub__tag:hover,.blog-journal-hub__tag:focus-visible{border-color:rgba(var(--color-foreground),.55)}.blog-journal-hub__tag:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.blog-journal-hub__tag.bjh-tag--active{background:var(--bjh-tag-active-bg, rgb(var(--color-foreground)));color:var(--bjh-tag-active-text, rgb(var(--color-background)));border-color:var(--bjh-tag-active-bg, rgb(var(--color-foreground)))}.blog-journal-hub__category{margin-bottom:var(--bjh-category-margin-bottom, 3.6rem)}.blog-journal-hub__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:var(--bjh-header-gap-mobile, 1.2rem);row-gap:0;margin-bottom:var(--bjh-header-margin-bottom, 2rem)}@media screen and (min-width:750px){.blog-journal-hub__header{grid-template-columns:auto 1fr auto;column-gap:var(--bjh-header-gap-desktop, 2.4rem);row-gap:var(--bjh-header-row-gap-desktop, 1.6rem)}}.blog-journal-hub__title{margin:0;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:var(--bjh-heading-font-size, clamp(1.6rem, 2.6vw, 2.2rem));grid-column:1;min-width:0}@media screen and (min-width:750px){.blog-journal-hub__title{grid-column:1}}.blog-journal-hub__header-spacer{display:none}@media screen and (min-width:750px){.blog-journal-hub__header-spacer{display:block;grid-column:2;min-width:0}}.blog-journal-hub__arrows{display:flex;align-items:center;gap:var(--bjh-arrows-gap, .8rem);justify-self:end;grid-column:2;flex-shrink:0}@media screen and (min-width:750px){.blog-journal-hub__arrows{grid-column:3}}.blog-journal-hub__arrow{-webkit-appearance:none;appearance:none;border:1px solid rgba(var(--color-foreground),.35);background:transparent;color:rgb(var(--color-foreground));width:4rem;height:4rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:border-color .2s ease,background .2s ease}.blog-journal-hub__arrow:hover:not(:disabled),.blog-journal-hub__arrow:focus-visible{border-color:rgba(var(--color-foreground),.65)}.blog-journal-hub__arrow:disabled,.blog-journal-hub__arrow[aria-disabled=true]{opacity:.35;cursor:not-allowed;pointer-events:none}.blog-journal-hub__arrow:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.blog-journal-hub__arrow .icon{width:1.6rem;height:1.6rem}.blog-journal-hub__arrows--minimal .blog-journal-hub__arrow{border:none;border-radius:0;width:auto;height:auto;min-width:4.4rem;min-height:4.4rem;padding:.6rem;background:transparent}.blog-journal-hub__arrows--minimal .blog-journal-hub__arrow:hover:not(:disabled),.blog-journal-hub__arrows--minimal .blog-journal-hub__arrow:focus-visible{border-color:transparent;background:rgba(var(--color-foreground),.06);opacity:1}.blog-journal-hub__arrows--minimal .blog-journal-hub__arrow .icon{width:2rem;height:2rem}.blog-journal-hub__track--grid{display:grid;gap:var(--bjh-gap);grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}@media screen and (min-width:990px){.blog-journal-hub__track--grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.blog-journal-hub__track--grid .blog-journal-hub__cell{display:flex;min-width:0}.blog-journal-hub__track--grid .blog-journal-hub__card-wrap{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%}.blog-journal-hub.bjh--tag-view .bjh-track-tagged-grid .blog-journal-hub__cell{display:flex;min-width:0}.blog-journal-hub.bjh--tag-view .bjh-track-tagged-grid .blog-journal-hub__card-wrap{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%}.blog-journal-hub.bjh--tag-view .bjh-track-tagged-grid{display:grid!important;gap:var(--bjh-gap);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;align-items:stretch}@media screen and (min-width:990px){.blog-journal-hub.bjh--tag-view .bjh-track-tagged-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.blog-journal-hub.bjh--tag-view .bjh-track-tagged-grid .blog-journal-hub__cell{width:auto!important;min-width:0}.blog-journal-hub.bjh--tag-view .blog-journal-hub__arrows{display:none!important}.blog-journal-hub__cell{list-style:none;margin:0;padding:0;min-width:0}.blog-journal-hub__track--slider{margin:0 calc(-1 * (var(--bjh-slider-gap) / 2))}.blog-journal-hub__track--slider .slick-list{padding-bottom:var(--bjh-slider-slick-padding-bottom, .4rem);touch-action:pan-y}.blog-journal-hub__track--slider .slick-slide{padding:0 calc(var(--bjh-slider-gap) / 2)}.blog-journal-hub__track--slider .slick-track{display:flex;align-items:stretch;height:100%;margin-left:0;margin-right:0;justify-content:flex-start}.blog-journal-hub__track--slider--row-center .slick-track{margin-left:auto;margin-right:auto;justify-content:center}.blog-journal-hub__track--slider .slick-slide{float:none;display:flex;min-height:0;height:100%}.blog-journal-hub__track--slider .slick-slide>div{display:flex;flex:1 1 auto;min-height:0;width:100%}.blog-journal-hub__track--slider .slick-slide>.blog-journal-hub__cell{display:flex;flex:1 1 auto;min-height:0;width:100%;height:100%}.blog-journal-hub__track--slider .blog-journal-hub__cell{display:flex;flex:1 1 auto;min-height:0;width:100%;height:100%}.blog-journal-hub__track--slider .blog-journal-hub__card-wrap{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%}.blog-journal-hub__track--slider .bjh-hub-article-card,.blog-journal-hub__track--slider .bjh-hub-video-card{flex:1 1 auto;min-height:var(--bjh-slider-card-min-height, 24rem);height:auto;width:100%}.blog-journal-hub__track--slider .bjh-hub-video-card{min-height:var(--bjh-slider-card-min-height, 24rem);height:auto}.blog-journal-hub__track--slider .bjh-hub-article-card__media{aspect-ratio:unset;flex:1 1 auto;min-height:var(--bjh-slider-media-min-height, 10rem);flex-shrink:1}.blog-journal-hub__track--slider .slick-arrow{display:none!important}.blog-journal-hub__card-wrap{position:relative}.blog-journal-hub__card-wrap--video .blog-journal-hub__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.blog-journal-hub__card-wrap--video-popup{cursor:pointer}.blog-journal-hub__card-wrap--video-popup .card-wrapper a,.blog-journal-hub__card-wrap--video-popup .article-card a,.blog-journal-hub__card-wrap--video-popup a.full-unstyled-link,.blog-journal-hub__card-wrap--video-popup .bjh-hub-video-card,.blog-journal-hub__card-wrap--video-popup .bjh-hub-video-card *{pointer-events:none}.bjh-hub-article-card{display:flex;flex-direction:column;height:100%;min-height:100%;border-radius:var(--bjh-card-radius, .4rem);overflow:hidden;border:1px solid var(--bjh-card-border, rgba(var(--color-foreground), .12));background:var(--bjh-card-bg, rgb(var(--color-background)))}.bjh-hub-article-card__media{position:relative;aspect-ratio:16 / 10;flex-shrink:0;background:rgba(var(--color-foreground),.06)}.bjh-hub-article-card__media-link{display:block;height:100%}.bjh-hub-article-card__media img{width:100%;height:100%;object-fit:cover;display:block}.bjh-hub-article-card__body{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:var(--bjh-card-body-gap, .8rem);padding:var(--bjh-card-body-padding-y, 1.4rem) var(--bjh-card-body-padding-x, 1.6rem);background:var(--bjh-card-body-bg, rgba(var(--color-foreground), .05))}.bjh-hub-article-card__cat{font-size:var(--bjh-card-category-font-size, 1.1rem);letter-spacing:.06em;text-transform:uppercase;opacity:.72}.bjh-hub-article-card__title{margin:0;font-size:var(--bjh-card-title-font-size, 1.5rem);line-height:1.35;font-weight:600}.bjh-hub-article-card__title a{color:rgb(var(--color-foreground));text-decoration:none}.bjh-hub-article-card__title a:hover{text-decoration:underline}.bjh-hub-article-card__meta{font-size:var(--bjh-card-meta-font-size, 1.2rem);opacity:.75}.bjh-hub-article-card__read{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.4rem;border-radius:var(--bjh-card-button-radius, 100px);border:1px solid rgba(var(--color-foreground),.85);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:var(--bjh-card-button-font-size, 1.2rem);font-weight:600;letter-spacing:.04em;text-decoration:none;transition:background .2s ease,color .2s ease}.bjh-hub-article-card__read:hover{background:rgba(var(--color-foreground),.06)}.bjh-hub-article-card__actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:var(--bjh-card-actions-gap, .8rem)}.bjh-hub-article-card__actions .bjh-hub-article-card__read{margin-top:0}.bjh-hub-article-card__watch{-webkit-appearance:none;appearance:none;border:1px solid rgba(var(--color-foreground),.35);background:transparent;color:rgb(var(--color-foreground));font-size:var(--bjh-card-button-font-size, 1.2rem);font-weight:600;letter-spacing:.04em;padding:.55rem 1.4rem;border-radius:var(--bjh-card-button-radius, 100px);cursor:pointer;transition:background .2s ease,border-color .2s ease}.bjh-hub-article-card__watch:hover{background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.65)}.bjh-hub-article-card__watch:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.bjh-hub-video-card{position:relative;border-radius:var(--bjh-card-radius, .4rem);overflow:hidden;min-height:28rem;height:100%;background:#111}.bjh-hub-video-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.bjh-hub-video-card__media img{width:100%;height:100%;object-fit:cover;display:block}.bjh-hub-video-card__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d1,#00000059 42%,#0000001f);pointer-events:none}.bjh-hub-video-card__content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:var(--bjh-video-card-content-padding-y, 1.6rem) var(--bjh-video-card-content-padding-x, 1.6rem);display:flex;flex-direction:column;align-items:flex-start;gap:var(--bjh-video-card-content-gap, 1rem)}.bjh-hub-video-card__title{margin:0;font-size:var(--bjh-video-card-title-font-size, var(--bjh-card-title-font-size, 1.5rem));line-height:1.35;font-weight:600;color:var(--bjh-video-card-title-color, #fff);text-shadow:0 1px 2px rgba(0,0,0,.35)}.bjh-hub-video-card__watch{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.35rem;border-radius:var(--bjh-card-button-radius, 100px);border:1px solid rgba(255,255,255,.92);background:transparent;color:#fff;font-size:var(--bjh-card-button-font-size, 1.2rem);font-weight:600;letter-spacing:.04em}.bjh-hub-video-card__play-tri{font-size:.85em;line-height:1;margin-right:.1rem}.blog-journal-hub__play-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--bjh-play-icon-size, 4.8rem);height:var(--bjh-play-icon-size, 4.8rem);border-radius:50%;background:#0000008c;color:#fff;font-size:calc(var(--bjh-play-icon-size, 4.8rem) * .333);padding-left:.4rem}.blog-journal-hub__play--large .blog-journal-hub__play-icon{width:var(--bjh-play-icon-size-large, 7.2rem);height:var(--bjh-play-icon-size-large, 7.2rem);font-size:calc(var(--bjh-play-icon-size-large, 7.2rem) * .333)}.blog-journal-hub__featured{margin-bottom:var(--bjh-featured-margin-bottom, 3.6rem)}.blog-journal-hub__featured-hero{position:relative;display:block;overflow:hidden;border-radius:var(--bjh-featured-hero-radius, 1.2rem);min-height:var(--bjh-hero-min-h, 38rem);isolation:isolate}.blog-journal-hub__featured-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.blog-journal-hub__featured-hero__img{width:100%;height:100%;object-fit:cover;display:block}.blog-journal-hub__featured-hero__placeholder{width:100%;height:100%;min-height:inherit;background:linear-gradient(145deg,#1a1a1a,#2d2d2e)}.blog-journal-hub__featured-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;display:block!important;background:var(--bjh-hero-overlay-bg, rgba(0, 0, 0, 1));opacity:var(--bjh-hero-overlay-mult, .45);pointer-events:none}.blog-journal-hub__featured-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:var(--bjh-hero-align-items, flex-start);justify-content:var(--bjh-hero-justify, center);gap:1.6rem;min-height:inherit;max-width:52rem;padding:var(--bjh-hero-content-pad-mobile, 2.4rem 2rem 3.2rem);box-sizing:border-box;width:100%;margin-left:var(--bjh-hero-ml, 0);margin-right:var(--bjh-hero-mr, 0);text-align:var(--bjh-hero-text-align, left)}@media screen and (min-width:750px){.blog-journal-hub__featured-hero__content{padding:var(--bjh-hero-content-pad-desktop, 3.2rem 4rem 4rem);gap:2rem}}.blog-journal-hub__featured-hero--align-center .blog-journal-hub__featured-hero__content{align-items:center;text-align:center;max-width:52rem}.blog-journal-hub__featured-hero--align-right .blog-journal-hub__featured-hero__content{align-items:flex-end;text-align:right}.blog-journal-hub__featured-hero--pos-top-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-middle-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-bottom-left .blog-journal-hub__featured-hero__content{--bjh-hero-align-items: flex-start;--bjh-hero-text-align: left;--bjh-hero-ml: 0;--bjh-hero-mr: auto}.blog-journal-hub__featured-hero--pos-top-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-middle-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-bottom-center .blog-journal-hub__featured-hero__content{--bjh-hero-align-items: center;--bjh-hero-text-align: center;--bjh-hero-ml: auto;--bjh-hero-mr: auto}.blog-journal-hub__featured-hero--pos-top-right .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-middle-right .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-bottom-right .blog-journal-hub__featured-hero__content{--bjh-hero-align-items: flex-end;--bjh-hero-text-align: right;--bjh-hero-ml: auto;--bjh-hero-mr: 0}.blog-journal-hub__featured-hero--pos-top-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-top-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-top-right .blog-journal-hub__featured-hero__content{--bjh-hero-justify: flex-start}.blog-journal-hub__featured-hero--pos-middle-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-middle-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-middle-right .blog-journal-hub__featured-hero__content{--bjh-hero-justify: center}.blog-journal-hub__featured-hero--pos-bottom-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-bottom-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--pos-bottom-right .blog-journal-hub__featured-hero__content{--bjh-hero-justify: flex-end}@media screen and (max-width:749px){.blog-journal-hub__featured-hero--mpos-top-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-middle-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-bottom-left .blog-journal-hub__featured-hero__content{--bjh-hero-align-items: flex-start;--bjh-hero-text-align: left;--bjh-hero-ml: 0;--bjh-hero-mr: auto}.blog-journal-hub__featured-hero--mpos-top-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-middle-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-bottom-center .blog-journal-hub__featured-hero__content{--bjh-hero-align-items: center;--bjh-hero-text-align: center;--bjh-hero-ml: auto;--bjh-hero-mr: auto}.blog-journal-hub__featured-hero--mpos-top-right .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-middle-right .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-bottom-right .blog-journal-hub__featured-hero__content{--bjh-hero-align-items: flex-end;--bjh-hero-text-align: right;--bjh-hero-ml: auto;--bjh-hero-mr: 0}.blog-journal-hub__featured-hero--mpos-top-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-top-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-top-right .blog-journal-hub__featured-hero__content{--bjh-hero-justify: flex-start}.blog-journal-hub__featured-hero--mpos-middle-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-middle-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-middle-right .blog-journal-hub__featured-hero__content{--bjh-hero-justify: center}.blog-journal-hub__featured-hero--mpos-bottom-left .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-bottom-center .blog-journal-hub__featured-hero__content,.blog-journal-hub__featured-hero--mpos-bottom-right .blog-journal-hub__featured-hero__content{--bjh-hero-justify: flex-end}}.blog-journal-hub__featured-hero--align-center .blog-journal-hub__featured-hero__scrim,.blog-journal-hub__featured-hero--align-right .blog-journal-hub__featured-hero__scrim{background:var(--bjh-hero-overlay-bg, rgba(0, 0, 0, 1))}.blog-journal-hub__featured-hero__eyebrow{margin:0;font-size:var(--bjh-hero-eyebrow-font-size, 1.1rem);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--bjh-hero-eyebrow-color, rgba(255, 255, 255, .88))}.blog-journal-hub__featured-hero__title{margin:0;font-size:clamp(2.2rem,4.2vw,var(--bjh-hero-title-font-size, 38px));font-weight:500;line-height:1.12;letter-spacing:-.02em;color:var(--bjh-hero-title-color, #fff)}.blog-journal-hub__featured-hero__title a{color:inherit;text-decoration:none}.blog-journal-hub__featured-hero__title a:hover{opacity:.92}.blog-journal-hub__featured-hero__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:.4rem;padding:.85rem 2.2rem;font-size:var(--bjh-hero-cta-font-size, 1.3rem);font-weight:500;letter-spacing:.04em;color:var(--bjh-hero-cta-color, #fff);text-decoration:none;border:1px solid var(--bjh-hero-cta-border, rgba(255, 255, 255, .95));border-radius:var(--bjh-hero-cta-border-radius, 999px);background:transparent;transition:background .2s ease,color .2s ease,border-color .2s ease}.blog-journal-hub__featured-hero__cta:hover{background:#ffffff1f}.blog-journal-hub__featured-hero--video .blog-journal-hub__featured-hero__content{z-index:2;pointer-events:none}.blog-journal-hub__featured-hero__hit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;margin:0;padding:0;border:0;background:transparent;cursor:pointer;border-radius:inherit}.blog-journal-hub__featured-hero__cta--video{pointer-events:auto;position:relative;z-index:3;font-family:inherit;cursor:pointer}.blog-journal-hub__featured-hero__cta--video:focus-visible{outline:.2rem solid #fff;outline-offset:.2rem}.blog-journal-hub__featured-hero__title--plain{color:var(--bjh-hero-title-color, #fff)}.blog-journal-hub__featured-inner{display:grid;gap:var(--bjh-featured-inner-gap, 2rem);align-items:stretch;background:rgba(var(--color-foreground),.04);border-radius:var(--bjh-featured-inner-radius, .4rem);overflow:hidden}@media screen and (min-width:750px){.blog-journal-hub__featured-inner{grid-template-columns:1fr 1fr}.blog-journal-hub__featured-inner--video{grid-template-columns:1.2fr 1fr}}.blog-journal-hub__featured-media{position:relative;display:block;min-height:22rem}.blog-journal-hub__featured-media img{width:100%;height:100%;object-fit:cover;display:block}.blog-journal-hub__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / var(--bjh-featured-video-overlay-opacity, .2));transition:background .2s ease}.blog-journal-hub__video-overlay:hover{background:rgb(0 0 0 / var(--bjh-featured-video-overlay-hover-opacity, .35))}.blog-journal-hub__featured-copy{padding:var(--bjh-featured-copy-padding, 2.4rem);display:flex;flex-direction:column;gap:var(--bjh-featured-copy-gap, 1.2rem);justify-content:center}.blog-journal-hub__featured-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:1.2rem;opacity:.85}.blog-journal-hub__featured-title{margin:0;font-size:var(--bjh-featured-split-title-font-size, clamp(2rem, 3vw, 2.8rem));line-height:1.15}.blog-journal-hub__featured-title a{text-decoration:none;color:inherit}.blog-journal-hub__empty{padding:2rem 0;text-align:center;opacity:.75}.blog-journal-hub__pagination{margin-top:var(--bjh-pagination-margin-top, 3.2rem);padding-top:var(--bjh-pagination-padding-top, 2rem);border-top:1px solid rgba(var(--color-foreground),.12)}.blog-journal-hub__pagination .pagination-wrapper{margin:0}body.bjh-video-modal-open{overflow:hidden}.blog-journal-hub__video-modal[hidden]{display:none!important}.blog-journal-hub__video-modal:not([hidden]){position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / var(--bjh-video-modal-backdrop-opacity, .92));padding:max(2rem,env(safe-area-inset-top)) 1rem 2rem;box-sizing:border-box}.blog-journal-hub__video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(0 0 0 / var(--bjh-video-modal-backdrop-opacity, .92));border:none;padding:0;margin:0;cursor:pointer}.blog-journal-hub__video-modal__inner{position:relative;z-index:1;width:min(1120px,100%);max-height:min(90vh,100%)}.blog-journal-hub__video-modal__frame{position:relative;width:100%;padding-bottom:56.25%;height:0;background:#000;border-radius:var(--bjh-video-modal-frame-radius, .4rem);overflow:hidden}.blog-journal-hub__video-modal__frame iframe,.blog-journal-hub__video-modal__frame video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.blog-journal-hub__video-modal__frame video{object-fit:contain;background:#000}.blog-journal-hub__video-modal__close{position:fixed;top:max(1rem,calc(env(safe-area-inset-top,0px) + .75rem));right:max(1rem,calc(env(safe-area-inset-right,0px) + .75rem));z-index:10002;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:none;border-radius:50%;background:#fffffff5;color:#111;cursor:pointer;box-shadow:0 2px 14px #0006}.blog-journal-hub__video-modal__close-x{font-size:2.8rem;line-height:1;font-weight:300;margin-top:-.2rem}.blog-journal-hub__video-modal__close:hover{background:#fff}.blog-journal-hub__video-modal__close:focus-visible{outline:.2rem solid #fff;outline-offset:.2rem}.blog-journal-hub__featured-hero__hit:focus-visible{outline:.25rem solid #fff;outline-offset:-.25rem;box-shadow:inset 0 0 0 .25rem #fffffff2}.blog-journal-hub__card-wrap--video-popup:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}@media(prefers-reduced-motion:reduce){.blog-journal-hub__tag,.blog-journal-hub__arrow,.blog-journal-hub__featured-hero__cta,.bjh-hub-article-card__read,.blog-journal-hub__play{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/225/assets/section-blog-journal-hub.css.map */
