.fm-cards{padding:40px 16px;max-width:1304px;margin:0 auto}.fm-cards__header{text-align:center;margin-bottom:56px;display:flex;flex-direction:column;align-items:center;width:100%}@media(max-width:768px){.fm-cards__header{margin-bottom:24px}}.fm-cards__section-title{font-family:Items,Georgia,serif;font-size:64px;line-height:70px;font-weight:300;color:#000;margin:0}@media(max-width:768px){.fm-cards__section-title{font-size:48px;line-height:54px}}.fm-cards__container{width:100%}.fm-cards__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,492.5px);row-gap:23px;column-gap:23px}@media(max-width:1024px){.fm-cards__grid{grid-template-columns:1fr;grid-template-rows:auto}.fm-cards__grid .fm-cards__item{grid-row:auto!important;grid-column:auto!important;height:auto!important}.fm-cards__grid .fm-cards__image-wrapper{min-height:400px}.fm-cards__grid .fm-cards__content{min-height:216px}}.fm-cards__item{width:100%;height:100%;border-radius:16px;overflow:hidden}.fm-cards__image-wrapper--0{grid-row:1;grid-column:1}.fm-cards__image-wrapper--1{grid-row:2;grid-column:2}.fm-cards__image-wrapper--2{grid-row:1;grid-column:3}.fm-cards__image{width:100%;height:100%;object-fit:cover}.fm-cards__image-placeholder{width:100%;height:100%;background-color:#f0f0f0}.fm-cards__content--0{grid-row:1;grid-column:2}.fm-cards__content--1{grid-row:2;grid-column:1}.fm-cards__content--2{grid-row:2;grid-column:3}.fm-cards__content{padding:32px 32px 40px;display:flex;flex-direction:column;color:#fff}@media(max-width:768px){.fm-cards__content{padding:32px}}.fm-cards__content-inner{display:flex;flex-direction:column;height:100%}.fm-cards__eyebrow{font-family:var(--font-sans,"Inter Tight",sans-serif);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0;margin-bottom:8px}.fm-cards__title{font-family:var(--font-primary,serif);font-size:36px;font-weight:300;line-height:44px;letter-spacing:0;margin-bottom:24px}.fm-cards__description{font-family:var(--font-sans,"Inter Tight",sans-serif);font-size:18px;font-weight:400;line-height:24px;letter-spacing:0;margin-bottom:32px;flex-grow:1;word-break:break-word;overflow-wrap:break-word}.fm-cards__description:last-child{margin-bottom:0}.fm-cards__description p{font-size:inherit;line-height:inherit;color:inherit;margin-bottom:12px}.fm-cards__description p:last-child{margin-bottom:0}.fm-cards__description b,.fm-cards__description strong{font-weight:600;color:inherit}.fm-cards__description em,.fm-cards__description i{font-style:italic;color:inherit}.fm-cards__description a{color:inherit;text-decoration:underline}.fm-cards__description a:hover{text-decoration:none}.fm-cards__description ol,.fm-cards__description ul{margin:0 0 12px;padding-left:20px;color:inherit}.fm-cards__description ol:last-child,.fm-cards__description ul:last-child{margin-bottom:0}.fm-cards__description ol li,.fm-cards__description ul li{margin-bottom:6px}.fm-cards__description ol li:last-child,.fm-cards__description ul li:last-child{margin-bottom:0}.fm-cards__buttons{display:flex;gap:10px;margin-top:auto;flex-wrap:wrap}.fm-cards__btn{font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:100%;letter-spacing:-.02em;padding:12px 24px;border-radius:8px;border-width:2px;border-style:solid;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;height:48px}.fm-cards__btn--primary{background-color:#c1d72e;color:#000;border-color:#c1d72e}.fm-cards__btn--primary:hover{background-color:#9eb022;border-color:#9eb022}.fm-cards__btn--secondary{background-color:transparent;color:#fff;border-color:#fff}.fm-cards__btn--secondary:hover{background-color:hsla(0,0%,100%,.1)}