@layer m-flex-column-content{.m-fcc{--fcc-heading:var(--rd-surface-heading-fg,var(--bfs-color-black,#191919));--fcc-body:var(--rd-surface-body-fg,var(--bfs-color-black,#191919));--fcc-gap-row:1.5rem;--fcc-gap-item:1rem;--fcc-per-row:2;color:var(--fcc-body);font-family:var(--bfs-font-body,system-ui,sans-serif)}.m-fcc--per-row-1{--fcc-per-row:1}.m-fcc--per-row-2{--fcc-per-row:2}.m-fcc--per-row-3{--fcc-per-row:3}.m-fcc--per-row-4{--fcc-per-row:4}.m-fcc--gutter-0{--fcc-gap-item:0}.m-fcc--gutter-1{--fcc-gap-item:0.25rem}.m-fcc--gutter-2{--fcc-gap-item:0.5rem}.m-fcc--gutter-3{--fcc-gap-item:1rem}.m-fcc--gutter-4{--fcc-gap-item:1.5rem}.m-fcc--gutter-5{--fcc-gap-item:3rem}@media (min-width:48rem){.m-fcc--intro-w-6 .m-fcc__intro{width:50%}.m-fcc--intro-w-8 .m-fcc__intro{width:66.6667%}.m-fcc--intro-w-10 .m-fcc__intro{width:83.3333%}.m-fcc--intro-w-12 .m-fcc__intro{width:100%}}.m-fcc[data-rd-align=center] .m-fcc__intro{margin-inline:auto;text-align:center}.m-fcc[data-rd-align=right] .m-fcc__intro{margin-inline-start:auto;text-align:right}.m-fcc__inner{display:flex;flex-direction:column;gap:var(--fcc-gap-row)}.m-fcc--content-bg .m-fcc__intro{background:var(--bfs-color-white,#fff);padding:clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,3vw,3rem)}.m-fcc__title-wrap{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}.m-fcc[data-rd-align=center] .m-fcc__title-wrap{align-items:center}.m-fcc[data-rd-align=right] .m-fcc__title-wrap{align-items:flex-end}.m-fcc__title-decorator{background-color:var(--bfs-color-primary,#d50032);border:0;clip-path:polygon(4% 0,100% 0,96% 100%,0 100%);display:inline-block;height:.25rem;margin:0;width:3.5rem}.m-fcc__title :where(h1,h2,h3,h4,h5,h6){color:var(--fcc-heading);margin:0}.m-fcc__subtitle{color:var(--fcc-body);margin-top:.5rem}.m-fcc__copy{color:var(--fcc-body);font-size:1.125rem;line-height:var(--bfs-body-line-height,1.5);margin-top:.75rem}.m-fcc__copy :where(p){margin:0}.m-fcc__copy :where(p+p){margin-top:.75rem}.m-fcc__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}.m-fcc[data-rd-align=left] .m-fcc__actions{justify-content:flex-start}.m-fcc[data-rd-align=right] .m-fcc__actions{justify-content:flex-end}.m-fcc__list{margin-top:.5rem}.m-fcc__list--no-intro{margin-top:0}.m-fcc__row{display:flex;flex-direction:column;gap:var(--fcc-gap-item);margin-top:var(--fcc-gap-row)}.m-fcc__row:first-child{margin-top:0}.m-fcc__item{flex:1 1 100%;min-width:0}.m-fcc__item-inner{display:flex;flex-direction:column;height:100%}.m-fcc__item-inner--tile{border-radius:1.5rem;padding:clamp(1rem,2vw,2rem)}.m-fcc--border .m-fcc__item-inner{border:1px solid color-mix(in srgb,var(--bfs-color-black,#000) 12%,transparent);border-radius:.75rem;padding:clamp(1rem,2vw,1.5rem)}.m-fcc__item--left{text-align:left}.m-fcc__item--center{text-align:center}.m-fcc__item--right{text-align:right}.m-fcc__item-title{color:var(--fcc-heading);font-family:var(--bfs-h4-font-family,var(--bfs-font-heading,inherit));font-size:var(--bfs-h4-font-size,1.25rem);font-weight:var(--bfs-h4-font-weight,700);line-height:var(--bfs-h4-line-height,1.2);margin:0 0 .75rem}.m-fcc__item-title--highlight{color:var(--bfs-color-primary,#d50032);font-family:var(--bfs-h6-font-family,var(--bfs-font-heading,inherit));font-size:var(--bfs-h6-font-size,.875rem);font-weight:var(--bfs-h6-font-weight,700);letter-spacing:.06em;margin-bottom:.5rem;text-transform:uppercase}.m-fcc__item-title--large{font-family:var(--bfs-h2-font-family,var(--bfs-font-heading,inherit));font-size:var(--bfs-h2-font-size,clamp(1.75rem,4vw,2.5rem));font-weight:var(--bfs-h2-font-weight,700);line-height:var(--bfs-h2-line-height,1.1)}.m-fcc__item-copy{color:var(--fcc-body);line-height:var(--bfs-body-line-height,1.5);margin:0}.m-fcc__item-copy :where(p){margin:0}.m-fcc__item-copy :where(p+p){margin-top:.75rem}.m-fcc__item-actions{margin-top:1rem}.m-fcc__item-media{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.m-fcc--large .m-fcc__item-media:before{content:"";display:block;padding-top:56.25%;width:100%}.m-fcc__item-img{aspect-ratio:1/1;display:block;object-fit:cover;width:100%}.m-fcc--large .m-fcc__item-media .m-fcc__item-img{aspect-ratio:auto;height:100%;inset:0;position:absolute;width:100%}.m-fcc__item-img--rounded{border-radius:1.5rem}.m-fcc__item-img--icon{aspect-ratio:auto;margin-inline:auto;max-width:20%;object-fit:contain}.m-fcc__item-media--custom-size .m-fcc__item-img{aspect-ratio:auto;height:auto;max-width:100%;width:auto}.m-fcc--border .m-fcc__inner{padding-block:clamp(2.5rem,5vw,5rem);position:relative}.m-fcc--border .m-fcc__inner:after,.m-fcc--border .m-fcc__inner:before{background-image:url(https://cdn2.hubspot.net/hubfs/6204058/color-bar-strip.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:.375rem;width:100%}@media (min-width:48rem){.m-fcc__item-title{font-family:var(--bfs-h3-font-family,var(--bfs-font-heading,inherit));font-size:var(--bfs-h3-font-size,1.5rem);font-weight:var(--bfs-h3-font-weight,700);line-height:var(--bfs-h3-line-height,1.2);margin-bottom:1rem}.m-fcc__item-title--highlight{font-family:var(--bfs-h5-font-family,var(--bfs-font-heading,inherit));font-size:var(--bfs-h5-font-size,1rem);font-weight:var(--bfs-h5-font-weight,700)}.m-fcc__item-title--large{font-family:var(--bfs-h1-font-family,var(--bfs-font-heading,inherit));font-size:var(--bfs-h1-font-size,clamp(2rem,4vw,3rem));font-weight:var(--bfs-h1-font-weight,700);line-height:var(--bfs-h1-line-height,1.05)}.m-fcc__row{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--fcc-gap-item)}.m-fcc--align-center .m-fcc__row{justify-content:center}.m-fcc--align-space-between .m-fcc__row{justify-content:space-between}.m-fcc--align-space-around .m-fcc__row{justify-content:space-around}.m-fcc--align-flex-start .m-fcc__row{justify-content:flex-start}.m-fcc--align-flex-end .m-fcc__row{justify-content:flex-end}.m-fcc__item{flex:1 1 calc((100% - (var(--fcc-per-row, 2) - 1)*var(--fcc-gap-item))/var(--fcc-per-row, 2));margin-bottom:0;max-width:calc((100% - (var(--fcc-per-row, 2) - 1)*var(--fcc-gap-item))/var(--fcc-per-row, 2));min-width:0;padding-bottom:2.5rem;width:100%}.m-fcc__item--no-actions{display:flex;flex-direction:column;padding-bottom:.5rem}.m-fcc--intro-w-6{--fcc-intro-span:6}.m-fcc--intro-w-8{--fcc-intro-span:8}.m-fcc--intro-w-10{--fcc-intro-span:10}.m-fcc--intro-w-12{--fcc-intro-span:12}.m-fcc--border .m-fcc__inner:after,.m-fcc--border .m-fcc__inner:before{background-size:contain}}@media (max-width:47.99rem){.m-fcc--carousel .m-fcc__list{margin-inline:calc(var(--bfs-container-padding, 1rem)*-1);overflow:hidden;padding-inline:var(--bfs-container-padding,1rem)}.m-fcc--carousel .m-fcc__row{flex-direction:row;flex-wrap:nowrap;gap:1rem;margin-top:0;overflow-x:auto;padding-bottom:.5rem;scroll-padding-inline:var(--bfs-container-padding,1rem);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.m-fcc--carousel .m-fcc__row::-webkit-scrollbar{display:none}.m-fcc--carousel .m-fcc__item{flex:0 0 85%;padding-bottom:0;scroll-snap-align:start}}}