@layer components{.layout{--_visual-ratio:3 / 2;--_column-count:1;column-gap:var(--site-gutter);row-gap:var(--space-8);grid-template-columns:repeat(var(--_column-count), minmax(0, 1fr));flex-direction:column;align-items:flex-start;width:100%;display:flex}.layout>*{align-items:var(--_alignment,stretch);text-align:var(--_alignment,start);flex-direction:column;width:100%;max-width:100%;display:flex}.layout>:first-child{align-self:center}.layout:where(:not(.brand-split))>:last-child:not(:has(>:not(.image,.video,.overlay))){border-radius:var(--radius-small);aspect-ratio:var(--_visual-ratio);position:relative}.layout:where(:not(.brand-split))>:last-child:not(:has(>:not(.image,.video,.overlay)))>:is(.image,.video,.overlay){border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.layout.brand-split{display:grid}.layout.brand-split>*{align-self:start;min-width:0}.layout.brand-split>:nth-child(2){display:block}.layout.brand-split>:first-child .heading:has(>strong+strong):before,.layout.brand-split>:first-child .heading:has(>strong+strong):after{display:none}.layout.brand-split>:first-child .heading:has(>strong+strong) strong{display:flow-root}.layout.brand-split>:first-child .heading:has(>strong+strong) strong:before,.layout.brand-split>:first-child .heading:has(>strong+strong) strong:after{content:"";display:table}.layout.brand-split>:first-child .heading:has(>strong+strong) strong:before{margin-bottom:calc(-.5lh + var(--_trim-top))}.layout.brand-split>:first-child .heading:has(>strong+strong) strong:after{margin-bottom:calc(-.5lh + var(--_trim-bottom))}@media (min-width:50rem){.layout.brand-split{--_column-count:12}.layout.brand-split>:first-child{grid-column:span 5}.layout.brand-split>:nth-child(2){grid-column:span 7}}.layout.content-card{--_alignment:center;border-radius:var(--radius-main);justify-content:center;width:fit-content;max-width:100%;min-height:26rem;margin-inline:auto;overflow:clip}.layout.content-card>*{padding:var(--space-8);justify-content:center}.layout.content-card .heading{margin-top:0}.layout.centered{--_alignment:center}.layout.stack-full-image{--_visual-ratio:16 / 9;row-gap:var(--section-space-medium)}.layout.stack-full-image>:first-child{--_alignment:center}.layout.stack-full-image>:last-child{border-radius:0;flex-shrink:0;align-self:center;width:100vw;max-width:none;min-height:min(40rem,160vw);overflow:clip}.layout.auto-width{justify-content:space-between;align-items:end;row-gap:var(--space-6);flex-flow:wrap}.layout.auto-width>*{align-self:unset;width:auto}.layout.auto-width>:last-child{min-width:min(4rem,100%)}.layout.columns{column-gap:var(--section-space-small);display:grid}@media (min-width:50rem){.layout.columns{--_column-count:2}.layout.columns.reversed>:last-child{order:-1}}.layout.sticky-content{--_visual-ratio:1 / 1;display:grid}@media (min-width:50rem){.layout.sticky-content{--_column-count:2}.layout.sticky-content>:first-child{top:calc(var(--site-margin) + var(--nav-height));align-self:start;position:sticky}}.layout.sticky-visual{--_visual-ratio:1 / 1;display:grid}@media (min-width:50rem){.layout.sticky-visual{--_column-count:2}.layout.sticky-visual>:first-child{align-self:start}.layout.sticky-visual>:last-child{top:calc(var(--site-margin) + var(--nav-height));max-height:calc(100svh - var(--nav-height) - var(--site-margin) * 2);align-self:start;position:sticky}}.layout.breakout{flex-shrink:0;align-self:center;gap:0;width:100vw;display:grid}.layout.breakout>:first-child{width:var(--site-width);padding-block:var(--section-space-medium);margin-inline:auto}.layout.breakout>:last-child{border-radius:0}@media (min-width:50rem){.layout.breakout{--_column-count:2}.layout.breakout>:first-child{max-width:calc(var(--max-width-main) / 2)}.layout.breakout>:last-child{border-top-left-radius:var(--radius-small);border-bottom-left-radius:var(--radius-small)}.layout.breakout.reversed>:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--radius-small);border-bottom-right-radius:var(--radius-small);order:-1}}.layout.contain{border-radius:var(--radius-main);gap:0;display:grid;position:relative;overflow:clip}.layout.contain>:first-child{padding:var(--space-6)}.layout.contain>:last-child{border-radius:0}@media (min-width:50rem){.layout.contain{--_column-count:2}.layout.contain.reversed>:last-child{order:-1}}.layout.gallery{--_band:26rem}.layout.gallery.gallery-header{aspect-ratio:100/45;min-height:calc(100svh - var(--nav-height-total) - var(--section-space-small) - 8rem)}.layout.gallery{min-height:max(calc(100svh - var(--nav-height-total) - var(--section-space-small)), 26rem);border-radius:var(--radius-main);justify-content:flex-end;position:relative;overflow:clip}.layout.gallery>:first-child{padding:var(--space-6);z-index:1;pointer-events:none;--_alignment:start;align-self:flex-start;position:relative}.layout.gallery>:first-child :is(a,button,input,textarea,select,[data-pointer]){pointer-events:auto}.layout.gallery>:first-child{background-image:linear-gradient(#0000,lab(0% none none/.65) 40%)}.layout.gallery>:last-child{border-radius:0;width:100%;height:100%;position:absolute;inset:0}.layout.gallery.centered{justify-content:center}.layout.gallery.centered>:first-child{--_alignment:center;background-image:none;align-self:center}@media (min-width:50rem){.layout.gallery{justify-content:center}.layout.gallery>:first-child{max-width:calc(var(--_band) + var(--space-6) * 2);background-image:none}.layout.gallery.centered>:first-child{max-width:100%}}.layout.card-layout{border-radius:var(--radius-main);justify-content:center;min-height:26rem;position:relative;overflow:clip}.layout.card-layout>:first-child{padding:var(--space-6);padding-block:var(--section-space-medium);padding-inline:var(--space-5);z-index:1;--_alignment:center;position:relative}.layout.card-layout>:last-child{width:100%;height:100%;opacity:calc(var(--_media-opacity,70) / 100);pointer-events:none;border-radius:0;position:absolute;inset:0}}
