astro-island:has(>.intro){display:block}.intro{--intro-gap:7.2rem;position:relative}.intro .heading{margin-bottom:var(--intro-gap)}.intro__line{opacity:.25;transition:opacity .5s ease-in-out}.intro__line.animated{opacity:1}.intro .btn{margin-top:var(--intro-gap)}@media screen and (max-width: 991px){.intro{--intro-gap:4.8rem}}.cross_link_item{position:relative;z-index:2}.cross_link_item.type_card{border-radius:var(--theme-round-small-med);overflow:hidden;display:grid;grid-template-areas:"content";align-items:end;aspect-ratio:9/10;--ink: var(--c-white)}.theme_dark .cross_link_item.type_card{--ink: var(--c-dark)}.cross_link_item.type_list{padding-block:8rem;border-top:1px solid var(--ink)}li:last-child .cross_link_item.type_list{border-bottom:1px solid var(--ink)}.cross_link_item.type_resource-list{padding-block:2.4rem 4.8rem;border-top:1px solid var(--ink)}.cross_link_item button{padding:0;font-size:inherit;text-align:inherit}.cross_link_item__bg{position:relative;width:100%;grid-area:content;z-index:-1;overflow:hidden}.cross_link_item__bg,.cross_link_item__bg figure{height:100%}.has_overlay .cross_link_item__bg figure:after{content:"";position:absolute;bottom:0;left:0;height:50%;width:100%;background:linear-gradient(to bottom,#0000,#000000e6);z-index:1;mix-blend-mode:overlay}.cross_link_item__content{grid-area:content}.type_card .cross_link_item__content{padding:6.5rem}.type_list .cross_link_item__content{--btn-margin-top: 4.2em;grid-template-areas:"heading cta" "excerpt cta";align-items:end}@media screen and (max-width: 768px){.type_list .cross_link_item__content{grid-template-areas:"heading" "excerpt" "cta"}}.type_resource-list .cross_link_item__content{--btn-margin-top: 2.4em;grid-template-areas:"meta cta" "heading cta" "excerpt cta";align-items:center}@media screen and (max-width: 768px){.type_resource-list .cross_link_item__content{grid-template-areas:"meta" "heading" "excerpt" "cta"}}.type_list .cross_link_item__content,.type_resource-list .cross_link_item__content{display:grid;-moz-column-gap:16rem;column-gap:16rem}@media screen and (max-width: 768px){.type_list .cross_link_item__content,.type_resource-list .cross_link_item__content{grid-template-columns:1fr}}.type_list .cross_link_item__content h3,.type_resource-list .cross_link_item__content h3{grid-area:heading}.type_list .cross_link_item__content h3:has(+.btn),.type_resource-list .cross_link_item__content h3:has(+.btn){margin-bottom:0}.type_list .cross_link_item__content h3 button,.type_resource-list .cross_link_item__content h3 button{background:unset;border:unset}.type_list .cross_link_item__content p,.type_resource-list .cross_link_item__content p{grid-area:excerpt;max-width:69rem;margin-bottom:0}.type_list .cross_link_item__content .btn,.type_resource-list .cross_link_item__content .btn{grid-area:cta;margin-top:var(--btn-margin-top)}@media screen and (min-width: 769px){.type_list .cross_link_item__content .btn,.type_resource-list .cross_link_item__content .btn{margin-top:unset;margin-left:auto}}.cross_link_item__meta{display:flex;-moz-column-gap:4rem;column-gap:4rem;font-size:1.8rem;text-transform:uppercase;grid-area:meta}.cross_link_item__meta span.date{opacity:.4}.type_resource-list .cross_link_item__heading{margin-top:1.6rem;text-wrap:balance}.cross_links{position:relative}.cross_links:first-child{margin-top:0}.cross_links:last-child{margin-bottom:0}.cross_links__list{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 992px){.list_type_card .cross_links__list{grid-template-columns:1fr 1fr;gap:1rem}}.abg_block{--gap: 2rem;position:relative;display:flex;flex-wrap:wrap;gap:var(--gap);width:100%}.abg_block:first-child:not([class*=mt-]){margin-top:0}.abg_block:last-child:not([class*=mb-]){margin-bottom:0}.abg_block__card{width:calc(50% - var(--gap) / 2);background:var(--c-grey-200);padding:clamp(2rem,4vw,8.8rem);border-radius:var(--theme-round-small-med);transition:width .3s ease-in-out,background .3s ease-in-out,color .3s ease-in-out}.abg_block__card:first-child:last-child{width:100%}@media screen and (max-width: 1200px){.abg_block__card{width:100%}}[data-theme=light-grey] .abg_block__card{background:var(--c-white)}.abg_block__card.active{background:var(--c-green);--ink: var(--c-dark)}@media screen and (min-width: 1201px){.abg_block__card.active{width:calc(60% - var(--gap) / 2)}}[data-theme=green] .abg_block__card.active{background:var(--c-green);--ink: var(--c-white)}@media screen and (min-width: 1201px){.abg_block__card.reduced{width:calc(40% - var(--gap) / 2)}}.abg_block span{display:block}.abg_block__measurement_heading{font-weight:500}.abg_block__measurement_description{font-size:1.8rem}.abg_block__bars{--total-bar-height: 27rem;height:calc(var(--total-bar-height) + 7rem);margin-top:4rem;margin-bottom:8rem;position:relative;display:flex;gap:2rem;justify-content:space-around;align-items:flex-end;transition:opacity .3s ease-in-out}.abg_block__card:not(.active) .abg_block__bars{opacity:0}@media screen and (max-width: 768px){.abg_block__bars{--total-bar-height: 20rem}}.abg_block__bar_wrap{position:relative;display:flex;flex-direction:column;align-items:center}.abg_block__bar_wrap .value,.abg_block__bar_wrap .label{opacity:0;transition:opacity .5s ease-in-out}.active .abg_block__bar_wrap .value,.active .abg_block__bar_wrap .label{transition:opacity .5s ease-in-out .3s;opacity:1}.abg_block__bar_wrap .value{font-family:var(--ff-secondary);font-size:1.6rem}@media screen and (max-width: 768px){.abg_block__bar_wrap .value{font-size:1.4rem}}.abg_block__bar_wrap .label{font-size:2rem;font-weight:500}@media screen and (max-width: 768px){.abg_block__bar_wrap .label{font-size:1.6rem}}.abg_block__bar_wrap .bar{height:0;width:.8rem;margin-block:1.2rem;position:relative;background:var(--c-dark);transition:height .3s ease-in-out .15s}[data-theme=green] .abg_block__bar_wrap .bar{background:var(--c-white)}.active .abg_block__bar_wrap .bar{height:calc(var(--total-bar-height) * var(--value-percentage))}.abg_block__bar_wrap .bar.highlighted{background:var(--c-blue)}.calculator{grid-column:full;display:grid;grid-template-columns:1fr;row-gap:4rem;border-radius:8px;border:2px solid var(--c-blue);border-left-width:6px;padding:2.4rem;width:100%;max-width:69rem}[data-theme=blue] .calculator{border-color:var(--c-white)}@media screen and (max-width: 768px){.calculator>*{grid-column:unset}}@media screen and (min-width: 769px){.calculator{--column-gap: 2rem;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,auto);grid-template-areas:"intro form" "results form" "buttons buttons";-moz-column-gap:var(--column-gap);column-gap:var(--column-gap)}}@media screen and (min-width: 769px){.calculator__intro,.calculator__results{padding-right:2rem}}@media screen and (min-width: 769px){.calculator__intro{grid-area:intro;max-width:30rem}}.calculator__intro h2{font-weight:500}@media screen and (min-width: 769px){.calculator__formWrap{grid-area:form}}@media screen and (max-width: 768px){.calculator__results:not(.calculated){display:none}}@media screen and (min-width: 769px){.calculator__results{grid-area:results;display:flex;flex-direction:column;justify-content:end}}.calculator__results span{display:block}.calculator__results span.results_label{font-weight:600;margin-bottom:0}.calculator__results span.results_value{margin-top:0;margin-bottom:.8rem}.calculator__results span.results_value:last-child{margin-bottom:0}.calculator__buttons{display:flex;flex-direction:column;row-gap:2rem}@media screen and (max-width: 768px){.calculator__buttons{order:4}}@media screen and (min-width: 769px){.calculator__buttons{grid-area:buttons;flex-direction:row;align-items:stretch;justify-content:flex-end;-moz-column-gap:var(--column-gap);column-gap:var(--column-gap)}}.calculator__buttons a,.calculator__buttons button{margin:0}@media screen and (min-width: 769px){.calculator__buttons a,.calculator__buttons button{max-width:calc(50% - var(--column-gap) / 2)}}.calculator [disabled]:not([disabled=false]){cursor:not-allowed}@media screen and (max-width: 1200px){[class*=mtb-]:not([class*=mb-]):has(+astro-island[component-url="/src/components/PostFeedFilterCards.vue"]:last-child){margin-bottom:0}}.pffc{position:relative}@media screen and (max-width: 1200px){.pffc{display:none}}.astro-island:has(.pffc):first-child{margin-top:0}.astro-island:has(.pffc):last-child{margin-bottom:0}.pffc__block_heading{margin-bottom:1.2rem}.pffc__inner{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.pffc__item{display:flex;flex-direction:column;background:none;border:1px solid var(--ink);border-radius:var(--theme-round-small);padding:2.4rem;height:20rem}.pffc__item:hover,.pffc__item:focus-visible{background:var(--c-blue);color:var(--c-white);border-color:var(--c-blue)}[data-theme=blue] .pffc__item:hover,[data-theme=blue] .pffc__item:focus-visible{background:var(--c-white);color:var(--c-blue);border-color:var(--c-white)}.pffc__card_heading{margin-top:auto;margin-bottom:1.3rem;text-align:left}.sideBySideImages{display:grid;grid-template-columns:2fr 3fr;gap:1rem}@media screen and (max-width: 768px){.sideBySideImages{gap:.5rem}}.sideBySideImages .secondary figure{aspect-ratio:162/205}.sideBySideImages .main figure{aspect-ratio:219/325}.sixty_forty{--gap:clamp(4rem, 10vw, 17rem);position:relative;display:grid;align-items:stretch;grid-template-columns:2fr 3fr}@media screen and (min-width: 1201px){.sixty_forty.layout_60_40{grid-template-columns:3fr 2fr}}@media screen and (max-width: 1400px){.sixty_forty{--gap:clamp(4rem, 7vw, 10rem)}}@media screen and (max-width: 1200px){.sixty_forty{grid-template-columns:1fr 1fr}}@media screen and (max-width: 991px){.sixty_forty{--gap:4rem}}@media screen and (max-width: 768px){.sixty_forty{grid-template-columns:1fr;gap:3rem}}@media screen and (max-width: 991px){.sixty_forty{gap:var(--gap)}}.sixty_forty__content{--padding-inline: 0 var(--gap);padding-inline:var(--padding-inline);display:flex;flex-direction:column;row-gap:3rem}.layout_60_40 .sixty_forty__content{order:2;--padding-inline: var(--gap) 0}@media screen and (max-width: 991px){.sixty_forty__content{padding-inline:0}}.sixty_forty__content p{line-height:1.4}.sixty_forty__media{display:flex}@media screen and (max-width: 768px){.sixty_forty__media{order:-1}}.hero__top{margin-bottom:3.2rem}.hero__top .eyebrow:not(:last-child){margin-bottom:3.2rem;display:block}.hero__top p{width:100%;max-width:87.5rem}.hero.type_focus-area .sixty_forty{margin-top:0}.hero.type_focus-area .sixty_forty:not(:first-child){border-top:1px solid var(--ink);padding-top:var(--sp-block-xl)}.hero.type_image-bg{margin-bottom:0}.hero.type_image-bg .hero__inner{display:grid;margin-top:calc(var(--content-padding-top) * -1);grid-template-areas:"hero";grid-template-columns:1fr;align-items:center;justify-content:center;width:100%;border-bottom-left-radius:var(--theme-round-large);border-bottom-right-radius:var(--theme-round-large);overflow:hidden;color:var(--c-white)}.hero.type_image-bg .hero__inner.text_color_dark{color:var(--c-dark)}.hero.type_image-bg .hero__image{height:100%;position:relative}@media screen and (min-width: 1401px){.hero.type_image-bg .hero__image{min-height:100dvh}}.hero.type_image-bg .hero__image figure,.hero.type_image-bg .hero__image img{height:100%;width:100%;position:absolute;top:0;left:0}.hero.type_image-bg .hero__image img{-o-object-fit:cover;object-fit:cover}.hero.type_image-bg .hero__content,.hero.type_image-bg .hero__image{grid-area:hero}.hero.type_image-bg .hero__content{--padding-block: var(--sp-block-xl);position:relative;z-index:2;width:calc(100% - var(--body-padding-default));margin-inline:auto;text-align:center;padding-top:calc(var(--header-total-height) + var(--padding-block));padding-bottom:var(--padding-block)}@media screen and (max-width: 1400px){.hero.type_image-bg .hero__content{--padding-block:clamp(16rem, 20vw, 30rem)}}.hero.type_image-bg .hero__content:has(.hero__video_preview){--top-padding-reduction: .65;display:grid;height:100%;grid-template-rows:calc((var(--header-total-height) + var(--padding-block)) * var(--top-padding-reduction)) 1fr auto;padding-top:calc((var(--header-total-height) + var(--padding-block)) * var(--top-padding-reduction))}@media screen and (max-width: 1400px){.hero.type_image-bg .hero__content:has(.hero__video_preview){--top-padding-reduction: .5}}@media screen and (max-width: 768px){.hero.type_image-bg .hero__content:has(.hero__video_preview){padding-top:var(--header-total-height);--top-padding-reduction: .25}}.hero.type_image-bg .hero__content:has(.hero__video_preview),.hero.type_image-bg .hero__content:has(.hero__video_preview) .hero__content_inner{padding-bottom:calc(var(--padding-block) * .25)}.hero.type_image-bg .hero__content:has(.hero__video_preview) .hero__content_inner{grid-row-start:2;display:flex;flex-direction:column;justify-content:center}.hero.type_image-bg .hero__content:has(.hero__video_preview) .hero__content_video{grid-row-start:3}.hero.type_image-bg .hero__content_inner{max-width:75rem;margin-inline:auto}.hero.type_image-bg .hero__content_inner>*:last-child{margin-bottom:0}.hero.type_image-bg .hero__heading{text-wrap:balance}.hero.type_image-bg .hero__content_video{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 1201px){.hero.type_image-bg .hero__content_video{justify-content:right}}.hero.type_image-bg .hero__video_preview{--stroke-color: var(--c-black);background:none;border:none;position:relative;padding:0;background:var(--c-green);border-radius:var(--theme-round-small-med);color:var(--c-black);text-align:left;padding:.5rem;max-width:42rem;width:100%}.hero.type_image-bg .hero__video_preview:hover,.hero.type_image-bg .hero__video_preview:focus-visible{--stroke-color: var(--c-blue)}.hero.type_image-bg .hero__video_preview figure{--aspect-ratio: 415/190;margin-block:0}.hero.type_image-bg .hero__trigger_top{position:relative;padding:4rem 8rem 0 2.4rem;margin-bottom:2.4rem}.hero.type_image-bg .hero__trigger_eyebrow{margin-bottom:1.6rem}.hero.type_image-bg .hero__trigger_heading{font-size:2.2rem;margin-top:0;text-wrap:balance}.hero.type_image-bg .hero__video_play{position:absolute;right:2rem;bottom:0;width:2.4rem;height:auto}.hero.type_image-bg .hero__video_play path{transition:stroke .3s ease-in-out;stroke:var(--stroke-color)!important}.animated_image_block{--ui-color: var(--c-white);position:relative;display:block;background:unset!important}.animated_image_block__inner{width:calc(100% - (var(--body-padding-default) * 2 - var(--body-padding-default) * 2 * var(--size-anim-progress)));margin-inline:auto;position:sticky;top:0}.animated_image_block figure{margin:0;height:100dvh;display:block}.animated_image_block figure,.animated_image_block figure img{aspect-ratio:unset!important}.animated_image_block figure img{--border-size: calc(var(--theme-round-large) - (var(--theme-round-large) * var(--border-anim-progress)));border-top-left-radius:var(--border-size);border-top-right-radius:var(--border-size)}.animated_image_block__modal_trigger{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:2;height:100%;width:100%;max-width:100rem;padding:clamp(var(--body-padding-default),4vw,5.6rem) var(--body-padding-default);display:flex;align-items:flex-end}.animated_image_block__heading{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:calc(100% - var(--body-padding-default) * 2);opacity:var(--border-anim-progress)}.logo-card[data-v-11205b1d]{--card-border-color: var(--c-grey);--card-bg-color: transparent;--card-border-radius: var(--theme-round-med) var(--theme-round-med) var(--theme-round-med) 0;--card-border-radius-mobile: var(--theme-round-med);--card-width: 276px;--card-width-mobile: 192px;--logo-height: 58px;--logo-height-mobile: 40px;border:1px solid var(--card-border-color);border-radius:var(--card-border-radius);background-color:var(--card-bg-color);display:grid;place-items:center;width:100%;max-width:var(--card-width);aspect-ratio:276/186}@media screen and (max-width: 500px){.logo-card[data-v-11205b1d]{--card-border-radius: var(--card-border-radius-mobile);--card-width: var(--card-width-mobile);--logo-height: var(--logo-height-mobile)}}.logo-card .logo[data-v-11205b1d]{height:var(--logo-height);width:15rem;max-width:calc(var(--card-width) - 4rem);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.media-ticker{--card-max: 27.6rem}@media screen and (max-width: 500px){.media-ticker{--card-max: 19.2rem}}.container .media-ticker{width:var(--window-width);left:50%;position:relative;transform:translate(-50%)}@media screen and (max-width: 768px){.mobile-grid .media-ticker__list{display:grid!important;grid-template-columns:1fr 1fr;gap:.7rem;padding-inline:var(--body-padding-default)!important}.mobile-grid .media-ticker__list :is(li,div,figure,img){width:100%;max-width:100%}}.ticker_type_logos .media-ticker__slide{width:var(--card-max)}.ticker_type_images .media-ticker__slide figure,.ticker_type_images .media-ticker__slide img{height:clamp(27.5rem,30vw,57.4rem);width:auto;max-width:unset}.rolodex{display:inline-block;position:relative;--inline-padding: .3em;--active-width: calc(var(--inline-padding) * 2 + var(--rolodex-width));--total-width: calc(var(--inline-padding) * 2 + var(--longest-width));overflow:hidden}.rolodex__start{margin-right:.25em}.rolodex__end{display:inline-block;width:100%}.rolodex__pill{min-width:var(--total-width);display:inline-block}.rolodex__pill_inner{position:relative;display:grid;grid-template-areas:"items";width:var(--active-width);padding:.08em var(--inline-padding);transition:width .3s ease-in-out;overflow:hidden;border-radius:1em}.rolodex__pill_inner:after{content:"";display:block;width:100%;height:100%;background:var(--ink);opacity:.15;position:absolute;left:0;top:0}.rolodex__item{grid-area:items;width:-moz-fit-content;width:fit-content;white-space:nowrap;visibility:hidden;transition:visibility 0s linear 2s,opacity 0s linear 2s}.rolodex__item.active{visibility:visible;opacity:1;transition:unset}.hero.type_columned .hero__inner{display:grid;grid-template-columns:4fr 3fr;align-items:center;row-gap:4rem}.hero.type_columned .hero__inner.column_gap_large{-moz-column-gap:clamp(5.6rem,8.1018518519vw,14rem);column-gap:clamp(5.6rem,8.1018518519vw,14rem)}.hero.type_columned .hero__inner.column_gap_medium{-moz-column-gap:clamp(4rem,4.6296296296vw,8rem);column-gap:clamp(4rem,4.6296296296vw,8rem)}.hero.type_columned .hero__inner.column_gap_small{-moz-column-gap:clamp(2rem,2.3148148148vw,4rem);column-gap:clamp(2rem,2.3148148148vw,4rem)}@media screen and (max-width: 991px){.hero.type_columned .hero__inner{grid-template-columns:1fr}}.hero.type_columned .hero__image figure{margin-block:0}.hero.type_columned .hero__scroll_prompt{position:absolute;right:0;bottom:0}.hero{position:relative;z-index:9}.hero__heading_large{text-wrap:balance;max-width:120rem}.hero .t-display:has(.rolodex){letter-spacing:-.02em;font-size:clamp(5.6rem,5.787037037vw,10rem)}.hero__buttons{display:flex;flex-wrap:wrap;gap:2rem}.hero__buttons .btn{margin-block:0}.hero.type_simple{--block-padding: clamp(4rem, 12dvh, 18rem);--block-top: clamp(2rem, calc(var(--block-padding) - var(--header-bottom-spacing)), 18rem)}.hero.type_simple.has_video{grid-template-rows:var(--content-height, auto) 100dvh}.hero.type_simple.has_video .sticky_wrapper{grid-row:1/-1;align-items:start;opacity:calc(1 - var(--fade-out-progress));transform:translateY(calc(var(--fade-out-progress) * var(--content-padding-top) * -1.5))}.hero.type_simple.has_video .sticky_wrapper .hero__inner{position:sticky;top:var(--content-padding-top)}.hero.type_simple.has_video .hero__video_thumb_wrap{grid-row:2}.hero.type_simple .hero__inner{width:100%;padding-block:var(--block-top) var(--block-padding);--transition: width 1s linear}@media screen and (max-width: 768px){.hero.type_simple .hero__inner{padding-top:0;padding-bottom:4rem}}.hero.type_simple.has_scroll_prompt .hero__inner{display:grid;-moz-column-gap:var(--sp-block-xl);column-gap:var(--sp-block-xl);grid-template-columns:auto 15rem;align-items:end}@media screen and (max-width: 768px){.hero.type_simple.has_scroll_prompt .hero__inner{grid-template-columns:1fr}.hero.type_simple.has_scroll_prompt .hero__inner .btn__scroll{display:none}}.hero.type_simple.has_scroll_prompt .hero__inner h2{margin-top:6rem}@media screen and (max-width: 768px){.hero.type_simple.has_scroll_prompt .hero__inner h2{margin-top:4rem}}.hero.type_simple.has_scroll_prompt .hero__inner .hero__heading_wrap{margin-bottom:6rem}@media screen and (max-width: 768px){.hero.type_simple.has_scroll_prompt .hero__inner .hero__heading_wrap{margin-bottom:4rem}}.hero.type_simple .hero__description{width:100%;max-width:57rem}.hero.type_simple:not(.has_scroll_prompt) .hero__content{--columns: 1;display:grid;row-gap:3rem;-moz-column-gap:clamp(6rem,15vw,21rem);column-gap:clamp(6rem,15vw,21rem);grid-template-columns:repeat(var(--columns),1fr)}@media screen and (min-width: 992px){.hero.type_simple:not(.has_scroll_prompt) .hero__content{--columns: 2;align-items:end}}.anchor_nav{height:5.6rem}.anchor_nav__inner{position:fixed;left:0;z-index:9999;--scrollbar-width:0;top:calc(var(--header-total-height) - 1rem);width:100%}.anchor_nav__inner:before,.anchor_nav__inner:after{content:"";display:block;width:150vw;position:absolute;left:50%;transform:translate(-50%);transition:transform .3s ease-in-out,top .3s ease-in-out}.anchor_nav__inner:before{background:var(--paper);height:calc(100% + var(--content-padding-top));bottom:0}body.hide-header .anchor_nav__inner:before{transform:translate(-50%,calc(5.6rem + var(--content-padding-top) * -1))}.anchor_nav__inner:after{height:1px;top:calc(100% - 1px);background:var(--ink);opacity:.3}body.hide-header .anchor_nav__inner:after{top:calc(200% - 2px);transform:translate(-50%,calc(100% + var(--content-padding-top) * -1))}.anchor_nav__list{display:flex;flex-wrap:nowrap;white-space:nowrap;position:relative;transition:transform .3s ease-in-out;overflow:auto;gap:4.8rem;width:var(--window-width, 100vw);--scrollbar-bg: transparent;--scrollbar-color: transparent;padding-right:4rem}body.hide-header .anchor_nav__list{transform:translateY(calc(100% + var(--content-padding-top) * -1))}.anchor_nav__item{position:relative;padding:1.6rem 0}.anchor_nav__item:after{content:"";display:block;position:absolute;bottom:0;left:0;height:1px;width:100%;background:var(--ink);opacity:0;transition:opacity .3s ease-in-out}.anchor_nav__item.active:after{opacity:1}.profile-card{position:relative;display:block}.profile-card__inner{--card-gap: 24px;padding:0;background:none;border:none;text-align:left;display:grid;font-weight:400;gap:var(--card-gap);font-family:var(--ff-primary)}.profile-card__image_wrapper{position:relative;z-index:2}.profile-card.has_hover_effect .profile-card__image_wrapper:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid var(--c-blue);background:#0003;opacity:0;transition:opacity .3s ease;border-radius:var(--theme-round-small)}[data-theme=blue] .profile-card.has_hover_effect .profile-card__image_wrapper:after{border-color:var(--c-white)}.profile-card.has_hover_effect .profile-card__inner:is(:hover,:focus-visible,:focus-within) .profile-card__image_wrapper:after{opacity:1}.profile-card__image{width:100%;aspect-ratio:254/280;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;z-index:0;overflow:clip;border-radius:var(--theme-round-small)}.profile-card__icon{padding:1.2rem;background:var(--c-blue);color:var(--c-white);border-radius:var(--theme-round-small);position:absolute;bottom:.4rem;right:.4rem;display:flex;align-items:center;justify-content:center;z-index:3;transition:color .3s ease-in-out,background .3s ease-in-out,border-radius .3s ease-in-out}.profile-card__icon svg{width:1.2rem;height:auto}.profile-card .profile-info p{font-size:24px;font-weight:400;margin-block:0}@media screen and (max-width: 768px){.profile-card .profile-info p{font-size:1.6rem}}.profile-card .profile-info .title{margin-block-start:10px;font-size:1.6rem}@media screen and (max-width: 768px){.profile-card .profile-info .title{font-size:1.2rem}}.profile-card__modal_content{display:grid;grid-template-columns:2fr 3fr;gap:3.2rem}@media screen and (max-width: 600px){.profile-card__modal_content{grid-template-columns:1fr}}@media screen and (max-width: 600px){.profile-card__modal_content .profile-image{max-width:17.5rem}}@media screen and (min-width: 601px){.profile-card__bio{max-height:calc(100dvh - var(--padding-block) * 2);overflow:auto;padding-right:var(--scrollbar-width)}}.profile-card__bio .name{margin-bottom:1rem}.profile-card__bio hr{margin:2.4rem 0}.timeline{--slide-content-width-overflow: clamp(0px, 5vw, 10rem);--item-width: 20vw;--total-width: calc(var(--item-width) * var(--timeline-item-count));--padding-block:10rem;--row-gap: 6rem;--column-gap: 0;--top-row-height: var(--5013de2e);--bottom-row-height: var(--245fda14);--total-height: calc((var(--padding-block) * 2) + var(--row-gap) + var(--top-row-height) + var(--bottom-row-height));overflow:hidden;display:block!important}@media screen and (max-width: 2000px){.timeline{--item-width: 30vw}}@media screen and (max-width: 1400px){.timeline{--item-width: 45vw}}@media screen and (max-width: 991px){.timeline{--item-width: 60vw;--slide-content-width-overflow: 5rem}}@media screen and (max-width: 768px){.timeline{--item-width: 80vw;--padding-block:8rem;--row-gap: 3rem;--column-gap: 4rem;--slide-content-width-overflow: 0px}}@media screen and (max-width: 500px){.timeline{--item-width: calc(100vw - var(--slide-content-width-overflow) - 2rem)}}.timeline__list{display:flex;gap:var(--column-gap)}.timeline__list_item{container:listItem/inline-size;--item-row: 1;--item-opacity:.5;width:var(--item-width);padding-block:var(--padding-block);position:relative;z-index:var(--zIndex, 1);display:grid;grid-template-columns:1fr;grid-template-rows:var(--top-row-height) var(--bottom-row-height);align-items:center;row-gap:var(--row-gap)}.timeline__list_item:nth-child(odd){--item-row: 2}.timeline__list_item.is-active{--item-opacity:1}@media screen and (max-width: 768px){.timeline__list_item{grid-template-rows:1fr;--item-opacity:1}}.timeline__list_item:last-child{width:calc(var(--item-width) + var(--slide-content-width-overflow) * 5)}@media screen and (max-width: 768px){.timeline__list_item:last-child{--slide-content-width-overflow: 10vw}}.timeline__list_item:last-child .timeline__item{width:calc(var(--item-width) + var(--slide-content-width-overflow))}.timeline__item_date{position:absolute;top:0;line-height:1;padding:.5rem 1rem;border-radius:5rem;background:var(--paper);color:var(--ink);transition:color .3s ease-in-out,background .3s ease-in-out}.splide__slide.is-active .timeline__item_date.current{background:var(--c-blue);color:var(--c-white)}[data-theme=blue] .splide__slide.is-active .timeline__item_date.current{background:var(--c-white);color:var(--c-blue)}.timeline__item_date.next{left:50%}@media screen and (max-width: 768px){.timeline__item_date.next{transform:translate(-50%);left:calc(50% + var(--column-gap))}}.timeline__item_date:after{content:"";display:block;position:absolute;left:50%;top:calc(100% + 1rem);width:1px}.timeline__item_date.current:after{height:calc(var(--total-height) - 3.6rem);background:var(--c-blue)}[data-theme=blue] .timeline__item_date.current:after{background:var(--c-white)}.timeline__item_date.next:after{height:2.5rem;background:var(--ink)}.timeline__item{background:var(--c-grey-200);border-radius:8px;border:6px solid rgba(54,73,224,.2);color:var(--c-dark);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(2rem,3vw,4rem);padding:1.6rem 3rem 1.6rem 4.8rem;position:relative;width:calc(100% + var(--slide-content-width-overflow));z-index:3;grid-row-start:var(--item-row)}@container listItem (max-width: 400px){.timeline__item{grid-template-columns:1fr}}@media screen and (max-width: 768px){.timeline__item{grid-row-start:unset;padding-left:3.4rem}}.timeline__item:before{content:"";display:block;position:absolute;left:.5rem;height:calc(100% - 2rem);width:1.2rem;background:var(--c-green);border-radius:2px}.timeline__item *{opacity:var(--item-opacity);transition:opacity .3s ease-in-out}.timeline__image{width:10.8rem;height:10.8rem;--aspect-ratio:1/1;--border-radius: 50%;margin-bottom:0}.timeline__image,.timeline__image img{border-radius:var(--border-radius);aspect-ratio:var(--aspect-ratio)}.timeline__image:not(:has(img)){background-color:var(--c-grey-500)}.timeline__image img{-o-object-fit:cover;object-fit:cover}.timeline__title{margin-bottom:1rem}.timeline__ui{--arrow-size: 7.2rem;padding:0 calc(var(--arrow-size) + 2rem);display:flex;align-items:center;justify-content:center;height:calc(var(--arrow-size) + 4rem);background:var(--c-grey-300);position:relative;border-radius:100px;width:-moz-fit-content;width:fit-content;margin-inline:auto}@media screen and (max-width: 768px){.timeline__ui{--arrow-size: 4rem}}.timeline .splide__pagination{position:relative;transform:none;bottom:0}.timeline .splide__pagination__page{width:8px;height:8px;background-color:#00000061}.timeline .splide__pagination__page.is-active{background-color:var(--c-blue);transform:scale(1)}.timeline .splide__arrow{width:var(--arrow-size);height:var(--arrow-size);background:unset;opacity:1!important;transition:opacity .3s ease-in-out,transform .3s ease-in-out!important}.timeline .splide__arrow:hover,.timeline .splide__arrow:focus-visible{opacity:.8!important}.timeline .splide__arrow--next{right:2rem}.timeline .splide__arrow--prev{left:2rem}.timeline .splide__arrow--prev img{rotate:180deg}.post_card{--figure-scale:1;container:post-card/inline-size;position:relative}.post_card,.post_card button{text-align:left}.post_card:has(a:hover,a:focus-visible){--figure-scale: 1.05}.post_card__img_wrap{display:block;background:var(--c-green);border:none;border-radius:var(--theme-round-small-med);position:relative;overflow:hidden;width:100%;padding:0}.post_card__img_wrap:has(figure):not(.featured){background:none!important}.post_card__img_wrap:has(figure):after{display:none}.post_card__img_wrap:has(figure) :is(figure){margin-top:0;transform:scale(var(--figure-scale))!important;transition:transform 1s ease-in-out!important}.card.type_resource .post_card__img_wrap,.card.type_coa .post_card__img_wrap,.card.type_sds .post_card__img_wrap{background:var(--c-dark)!important;color:var(--c-white)}[data-theme=dark] .card.type_resource .post_card__img_wrap,[data-theme=dark] .card.type_coa .post_card__img_wrap,[data-theme=dark] .card.type_sds .post_card__img_wrap{background:var(--c-white)!important;color:var(--c-dark)}.card:is(.type_news,.type_event):not(:nth-child(2n+2)) .post_card__img_wrap{background:var(--c-grey)!important;color:var(--c-white)}[data-theme=dark-grey] .card:is(.type_news,.type_event):not(:nth-child(2n+2)) .post_card__img_wrap{background:var(--c-dark)!important}.card:nth-child(2n+2) .post_card__img_wrap{background:var(--c-blue);color:var(--c-white)}.post_card__img_wrap svg path[stroke]{stroke:currentColor}.post_card__img_wrap svg path[fill]{fill:currentColor}.card.type_focus-area .post_card__img_wrap:after,.post_card__img_wrap svg{display:block;position:absolute;left:2.4rem;bottom:2.4rem;z-index:9}.card.type_focus-area .post_card__img_wrap:after{content:"";width:5.9rem;height:1.9rem;background:url(/images/ultima-genomics-icon.webp) no-repeat;background-size:contain}.post_card__img_wrap figure{position:relative;z-index:2}.post_card__img_wrap,.post_card__img_wrap figure,.post_card__img_wrap img{aspect-ratio:848/545}.post_card__img_wrap figure{border-radius:var(--theme-round-small-med)}.post_card__img_wrap.style_contained{--image-scale: 1;--inline-padding: 8rem;--block-padding: 4rem;border-bottom-left-radius:0}.post_card__img_wrap.style_contained.featured{background:var(--c-green);border:1px solid var(--ink)}.post_card__img_wrap.style_contained.featured [data-theme=green]{background:var(--c-white)}@container post-card (width < 45ch){.post_card__img_wrap.style_contained{--inline-padding: 4rem}}@container post-card (width < 30ch){.post_card__img_wrap.style_contained{--inline-padding: 2rem}}body[data-theme] .post_card__img_wrap.style_contained,body[data-theme] [data-theme]:not([data-theme=dark]) .post_card__img_wrap.style_contained{border:1px solid rgba(0,0,0,.15)}body[data-theme=dark] .post_card__img_wrap.style_contained,body[data-theme] [data-theme=dark] .post_card__img_wrap.style_contained{border:1px solid rgba(255,255,255,.15)}.post_card__img_wrap.style_contained figure,.post_card__img_wrap.style_contained img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.post_card__img_wrap.style_contained,.post_card__img_wrap.style_contained figure{display:flex;align-items:center;justify-content:center}.post_card__img_wrap.style_contained img{width:calc(100% - var(--inline-padding) * 2);height:calc(100% - var(--block-padding) * 2);transform:scale(var(--image-scale))}.post_card__heading{margin:0;line-height:1.4}.post_card__heading button{font:inherit;background:none;border:none;padding:0}.post_card:not(.list_style) .post_card__heading,.post_card:not(.list_style) .post_card__meta,.post_card:not(.list_style) .post_card__excerpt,.post_card.list_style{padding-block:2.4rem;position:relative}.post_card:not(.list_style) .post_card__heading:after,.post_card:not(.list_style) .post_card__heading:before,.post_card:not(.list_style) .post_card__meta:after,.post_card:not(.list_style) .post_card__meta:before,.post_card:not(.list_style) .post_card__excerpt:after,.post_card:not(.list_style) .post_card__excerpt:before,.post_card.list_style:after,.post_card.list_style:before{content:"";display:block;width:100%;height:1px;position:absolute;left:0;background:var(--feed-border-colors, var(--ink));opacity:.7}.post_card:not(.list_style) .post_card__heading:before,.post_card:not(.list_style) .post_card__meta:before,.post_card:not(.list_style) .post_card__excerpt:before,.post_card.list_style:before{display:none;top:0}.post_card:not(.list_style) .post_card__heading:after,.post_card:not(.list_style) .post_card__meta:after,.post_card:not(.list_style) .post_card__excerpt:after,.post_card.list_style:after{bottom:0}.post_card.list_style:not(.type_event) .post_card__meta,.post_card.list_style:not(.type_event) .post_card__heading{padding-right:6rem}.post_card.list_style:not(.type_event) .post_card__heading a:is(:hover,:focus-visible){text-decoration:underline;text-decoration-thickness:1px}.post_card.list_style:not(.type_event) svg{position:absolute;right:0;top:50%;transform:translateY(-50%)}.post_card__img_wrap+.post_card__meta{margin-top:2.4rem}.post_card__img_wrap+.post_card__meta:before{display:block}.post_card__excerpt{font-size:1.8rem;line-height:1.2}.post_card__excerpt p:not(:last-child){margin-bottom:1rem}.post_card__excerpt ul li:not(:last-child){margin-bottom:.5rem!important}.post_card__excerpt:empty{display:none}.post_card__arrow_link_item{border-bottom:1px solid var(--ink)}.post_card__arrow_link_item a{padding-block:2.4rem;display:grid;grid-template-columns:1fr auto;align-items:center;justify-content:space-between;gap:2.4rem;width:100%}.post_card__arrow_link_item svg{width:1.6rem}.post_card.animated .feature-image.td_animation.reveal_up{transform:translate(0);opacity:1;overflow:hidden}.post_card.animated .feature-image.td_animation.reveal_up .animation_mask{clip-path:polygon(0 0,100% 0,100% 0,0 0)}.event_card{position:relative;container:post-card/inline-size}.event_card__link{position:relative;display:grid;grid-template-columns:1fr;row-gap:3rem;border-radius:10px;border:1px solid var(--event-type-color, currentColor);border-left-width:5px;padding:2.4rem}@container post-card (width > 800px){.event_card__link{grid-template-columns:1fr 2fr;-moz-column-gap:3.6rem;column-gap:3.6rem}}@container post-card (width > 950px){.event_card__link{grid-template-columns:4fr 5fr}}.event_card__meta{display:flex;flex-direction:column;gap:1.6rem}.event_card__meta path{stroke-width:1px}.event_card__meta .separator{margin-inline:.5em}.event_card__content{display:flex;flex-direction:column;gap:2.4rem}.event_card__content *{margin:0}.colored_card{position:relative;container:post-card/inline-size}.colored_card__link{position:relative;display:grid;grid-template-columns:1fr;row-gap:3rem;border-radius:10px;border:1px solid var(--colored-card-theme, currentColor);border-left-width:5px;padding:2.4rem}@container post-card (width > 800px){.colored_card__link{grid-template-columns:1fr 2fr;-moz-column-gap:3.6rem;column-gap:3.6rem}}@container post-card (width > 950px){.colored_card__link{grid-template-columns:4fr 5fr}}.colored_card__meta{display:flex;flex-direction:column;gap:1.6rem}.colored_card__meta path{stroke-width:1px}.colored_card__meta .separator{margin-inline:.5em}.colored_card__content{display:flex;flex-direction:column;gap:2.4rem}.colored_card__content *{margin:0}.post_feed{--feed-border-colors: rgba(0,0,0,.3);position:relative;display:grid;grid-template-areas:"heading heading" "top top" "filters postGrid" "pagination pagination";grid-template-columns:28rem auto;-moz-column-gap:clamp(6rem,10vw,17rem);column-gap:clamp(6rem,10vw,17rem)}@media screen and (max-width: 991px){.post_feed{grid-template-areas:"heading" "top" "filters" "postGrid" "pagination";grid-template-columns:1fr}}[data-theme=dark] .post_feed,[data-theme=blue] .post_feed,[data-theme=green] .post_feed{--feed-border-colors: rgba(255,255,255,.3)}.post_feed__heading{grid-area:heading}.post_feed__top_filters{grid-area:top;display:grid;grid-template-columns:auto 32rem;-moz-column-gap:4rem;column-gap:4rem;padding:2rem 0;justify-content:space-between;align-items:center;margin-bottom:8rem;border-block:1px solid var(--feed-border-colors)}@media screen and (max-width: 991px){.post_feed__top_filters{grid-template-columns:4rem 1fr;row-gap:3rem;margin-bottom:4rem;align-items:stretch}}.post_feed__mobile_filter_toggle:not(.btn){background:none;border:none}@media screen and (min-width: 992px){.post_feed__mobile_filter_toggle{display:none}}.post_feed__active_filters{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:0}@media screen and (max-width: 991px){.post_feed__active_filters{order:3;grid-column-start:span 2}}@media screen and (min-width: 992px){.post_feed__sort_dropdown{grid-column-start:2}}.post_feed__filters{grid-area:filters}.post_feed__filters input[type=search]{font-size:1.6rem}@media screen and (max-width: 991px){.post_feed__filters{padding-bottom:4rem;border-bottom:1px solid var(--feed-border-colors);margin-bottom:4rem}.post_feed__filters.hidden{display:none}}.post_feed__filter_group{display:grid;grid-template-columns:1fr;gap:1rem}.post_feed__filter_group:not(:last-child){margin-bottom:5.6rem}.post_feed__filter_group.search{margin-bottom:2.4rem}.post_feed__filter_group label{display:flex;align-items:center;gap:1rem}.post_feed__filter_group label input{margin:0;display:block}.post_feed__filter_group .label{line-height:1}.post_feed__filter_group .label:has(.term-color){display:inline-flex;gap:1rem;align-items:center}.post_feed__filter_group .term-color{display:block;width:.5rem;height:.5rem;border-radius:50%}.post_feed__posts_wrap{container:feed-container/inline-size;grid-area:postGrid;transition:.1s opacity ease-in-out}.post_feed__post_grid{--columns: 3;display:grid;grid-template-columns:repeat(var(--columns),1fr);-moz-column-gap:2rem;column-gap:2rem;row-gap:4rem}@container feed-container (width < 110ch){.post_feed__post_grid{--columns: 2}}@container feed-container (width < 65ch){.post_feed__post_grid{--columns: 1}}.single_column .post_feed__post_grid{--columns: 1}.single_column .post_feed__post_grid:not(:has(.colored_card)){row-gap:0}.single_column .post_feed__post_grid:has(.colored_card){row-gap:2rem}.post_feed__pagination{position:relative;margin-top:4rem;grid-area:pagination}.post_feed__pagination ul{display:flex;gap:.5rem;list-style:none!important;padding:0;margin:0 0 0 auto;width:-moz-fit-content;width:fit-content}.post_feed__pagination li{display:flex}.post_feed__pagination button{display:flex;align-items:center;padding:.8rem 1.2rem;border:none;box-shadow:none;border-radius:.4rem;font-size:1.4rem;background:transparent;transition:background .3s ease-in-out,color .3s ease-in-out;color:var(--ink)}.post_feed__pagination button.active{background:var(--c-blue);color:var(--c-white)}.post_feed__pagination button:disabled:not(.active){color:var(--feed-border-colors)}.post_feed__pagination button:hover:not(.active,:has(svg)),.post_feed__pagination button:focus-visible:not(.active,:has(svg)){background:var(--c-grey-300);color:var(--c-dark)}.post_feed__pagination button:hover:not(:disabled):has(svg),.post_feed__pagination button:focus-visible:not(:disabled):has(svg){color:var(--c-blue)}.post_feed__pagination button:has(svg){padding-block:0}.post_feed__pagination svg{height:1.4rem;width:auto;stroke-width:3px}.post_feed__pagination svg,.post_feed__pagination svg path{transition:stroke .3s ease-in-out,fill .3s ease-in-out}.post_feed__pagination .goToLast svg,.post_feed__pagination .goToFirst svg{height:2rem}.block_overlay{--background:rgba(0,0,0,.5);--background-end:rgba(0,0,0,0);--blend-mode: none;--image-brightness: 100%;--image-saturation: 100%;--image-contrast: 100%;z-index:-1}.block_overlay,.block_overlay:after,.block_overlay__image{position:absolute;top:0;left:0;height:100%;width:100%}.block_overlay,.block_overlay:after{mix-blend-mode:var(--blend-mode)}.block_overlay:after{content:"";display:block;background:var(--background);z-index:2}.block_overlay.gradate:after{background:linear-gradient(to bottom,var(--background-end) 0%,var(--background) 100%)}.block_overlay__image{filter:brightness(var(--image-brightness)) saturate(var(--image-saturation)) contrast(var(--image-contrast))}.img_card_link{display:flex;align-items:stretch;container:card/inline-size}.img_card_link.text_light{--card-text-color: var(--c-white)}.img_card_link.text_dark{--card-text-color: var(--c-dark)}.img_card_link,.img_card_link__inner{width:100%}.img_card_link__inner{position:relative;display:block;border-radius:var(--theme-round-small-med);overflow:hidden;z-index:2;display:flex;align-items:flex-end;flex-wrap:wrap;row-gap:3rem;padding:6.4rem}@container card (min-width: 501px){.img_card_link__inner{color:var(--card-text-color);aspect-ratio:5/6;max-height:90rem}}@container card (max-width:600px){.img_card_link__inner{padding:3rem}}@container card (max-width: 500px){.img_card_link__inner{padding:0;border-radius:0;overflow:unset;align-items:flex-start}}.img_card_link__bg.feature-image{width:100%}@container card (min-width: 501px){.img_card_link__bg.feature-image{position:absolute;top:0;left:0;height:100%;z-index:-2}}@container card (max-width: 500px){.img_card_link__bg.feature-image{aspect-ratio:1/1;border-radius:var(--theme-round-small-med);overflow:hidden;margin:0;position:relative}}@container card (min-width: 501px){.img_card_link__bg.feature-image:after,.img_card_link__bg.feature-image:before{content:"";display:block;background:var(--c-blue);position:absolute;left:0;top:0;width:100%;height:100%;transform:translateY(101%);transition:transform .6s cubic-bezier(0,.22,0,.99)}.img_card_link__bg.feature-image:before{mix-blend-mode:color;opacity:1}.img_card_link__bg.feature-image:after{opacity:.85}a:hover .img_card_link__bg.feature-image:before,a:hover .img_card_link__bg.feature-image:after,a:focus-visible .img_card_link__bg.feature-image:before,a:focus-visible .img_card_link__bg.feature-image:after{transform:translate(0)}}.img_card_link__description{text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;transition:text-decoration-color .3s ease-in-out}a:hover .img_card_link__description,a:focus-visible .img_card_link__description{text-decoration-color:inherit}@container card (max-width: 500px){.img_card_link__overlay{display:none}}.img_card_link .btn__primary,.img_card_link .btn__large_pill{--hover-color: var(--c-white);--hover-background: var(--c-blue)}@container card (max-width: 500px){.page_section.split_bg.split_bottom>.card_grid.type_bg-image:last-child .img_card_link__content{padding:0 2rem 2rem;background:var(--paper);border-radius:var(--theme-round-small-med)}}astro-slot{display:contents}.carousel.type_quote.layout_condensed .carousel__list,.carousel.type_quote.layout_condensed .carousel__slide,.carousel.type_quote.layout_condensed .carousel__slide>div{align-items:stretch}.carousel.type_quote.layout_condensed .carousel__slide,.carousel.type_quote.layout_condensed .carousel__slide>div{display:flex}.carousel.type_quote .splide__arrow--next{right:0}@media screen and (max-width: 768px){.carousel.type_quote .splide__arrow--next{right:calc(var(--body-padding-default) * -1)}}@media screen and (min-width: 1201px){.carousel.type_quote .splide__arrow--next{right:calc(50% - (min(1800px,78vw)/2) - clamp(7rem,6.5vw,13rem))}}.carousel.type_quote .splide__arrow--prev{left:0}@media screen and (max-width: 1200px){.carousel.type_quote .splide__arrow--prev{left:calc(var(--body-padding-default) * -1)}}@media screen and (min-width: 1201px){.carousel.type_quote .splide__arrow--prev{left:calc(50% - (min(1800px,78vw)/2) - clamp(7rem,6.5vw,13rem))}}.carousel.type_quote.layout_condensed{--arrow-h-offset: 0px}@media screen and (min-width: 1201px){.carousel.type_quote.layout_condensed{--arrow-h-offset: 25px}}@media screen and (min-width: 1301px){.carousel.type_quote.layout_condensed{--arrow-h-offset: 40px}}@media screen and (min-width: 1501px){.carousel.type_quote.layout_condensed{--arrow-h-offset: 100px}}.carousel.type_quote.layout_condensed .splide__arrow--prev{left:0;transform:translate(calc(-50% - var(--arrow-h-offset)))}.carousel.type_quote.layout_condensed .splide__arrow--next{right:0;transform:translate(calc(50% + var(--arrow-h-offset)))}.carousel.type_full_width{display:block}@media screen and (max-width: 991px){.carousel.type_full_width{height:var(--slider-height);transition:height .3s ease-in-out}.carousel.type_full_width:has(.splide__pagination__page){height:calc(var(--slider-height) + 3rem)}}@media screen and (min-width: 992px){.carousel.type_full_width .splide__arrow{transform:translateY(calc(-50% - var(--arrow-offset)))}}@media screen and (max-width: 991px){.carousel.type_full_width .splide__arrow{display:none}}@media screen and (min-width: 992px){.carousel.type_full_width .splide__pagination{bottom:2rem}.carousel.type_full_width .splide__pagination button{background:var(--active-ui-color, var(--c-white))}.carousel.type_full_width .splide__pagination button.is-active{background:var(--c-green)}}.carousel .splide{margin-block-end:50px;transition:height .3s ease-in-out}.carousel .splide__pagination{bottom:-50px}.carousel .splide__pagination__page{width:8px;height:8px;background-color:#00000061}.carousel .splide__pagination__page.is-active{background-color:var(--c-blue);transform:scale(1)}.carousel .splide__arrow{width:72px;height:72px;background:unset;opacity:1!important;transition:opacity .3s ease-in-out,transform .3s ease-in-out!important}.carousel .splide__arrow:hover,.carousel .splide__arrow:focus-visible{opacity:.8!important}.carousel .splide__arrow--next{right:var(--body-padding-default)}.carousel .splide__arrow--prev{left:var(--body-padding-default)}.carousel .splide__arrow--prev img{rotate:180deg}.carousel__track{overflow:visible}.carousel__list{align-items:flex-start}.carousel.type_quote .carousel__list{align-items:Center}.carousel.type_quote .carousel__slide{--transform-origin: center;max-width:min(1800px,78vw)}@media screen and (max-width: 768px){.carousel.type_quote .carousel__slide{max-width:100%}}.carousel.type_quote .carousel__slide.is-next{--transform-origin: 15% 50%}.carousel.type_quote .carousel__slide.is-prev{--transform-origin: 85% 50%}.carousel.type_quote .carousel__slide>*{transition:transform .33s;transform:scale(.8)}.layout_condensed .carousel.type_quote .carousel__slide>*{transform:scale(1)}.carousel.type_quote .carousel__slide.is-active>*{transform:scale(1)}.carousel.type_full_width .carousel__slide{max-width:100%;width:100%;min-height:56.25vw;display:flex}@media screen and (max-width: 991px){.carousel.type_full_width .carousel__slide{align-items:flex-start}}.tabbed_feeds{position:relative}.tabbed_feeds__tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4.8rem}.tabbed_feeds__slider{margin-bottom:4.8rem}@media screen and (max-width: 991px){.tabbed_feeds__slider{padding-right:calc(clamp(3rem,7vw,10rem) + var(--body-padding-default));width:calc(100% + var(--body-padding-default));overflow:hidden}.tabbed_feeds__slider .splide__track{overflow:visible}}@media screen and (min-width: 992px){.tabbed_feeds__slider .splide__slide{display:flex;align-items:stretch}.tabbed_feeds__slider .splide__slide>article{width:100%}}@media screen and (min-width: 992px){.tabbed_feeds__cards_wrap{display:grid!important;grid-template-columns:repeat(3,1fr);gap:2rem}}.tabbed_feeds .post_card__img_wrap,.tabbed_feeds .post_card__img_wrap figure,.tabbed_feeds .post_card__img_wrap img{aspect-ratio:1/1;max-height:66dvh;min-width:100%}.tabbed_feeds .post_card__meta:before,.tabbed_feeds .post_card__meta:after,.tabbed_feeds .post_card__heading:before,.tabbed_feeds .post_card__heading:after{display:none}.tabbed_feeds .post_card__meta{margin-top:0;padding-block:3.2rem}.tabbed_feeds .post_card__heading{padding-block:0}.tabbed_feeds .post_card .btn__tertiary{display:none}
