.fcb-section,.fcb-section *{box-sizing:border-box}.fcb-section{--fcb-bg: #eadcff;--fcb-ink: #1a1028;--fcb-muted: #5c5067;--fcb-media-bg: #f4ecff;--fcb-button-bg: #fdb8d2;--fcb-button-text: #1a1028;--fcb-arrow: #f59e0b;--fcb-max: 1320px;--fcb-gap: 80px;--fcb-border-width: 3px;--fcb-media-min-height-mobile: 340px;--fcb-media-min-height-desktop: 580px;--fcb-heading-text: var(--fcb-ink);--fcb-benefit-title-text: var(--fcb-ink);--fcb-benefit-text: var(--fcb-muted);--fcb-heading-size-mobile: 32px;--fcb-heading-size-desktop: 64px;--fcb-benefit-title-size-mobile: 20px;--fcb-benefit-title-size-desktop: 26px;--fcb-benefit-text-size-mobile: 16px;--fcb-benefit-text-size-desktop: 19px;--fcb-button-size-mobile: 17px;--fcb-button-size-desktop: 22px;position:relative;overflow:hidden;padding:72px 0;color:var(--fcb-ink);background:var(--fcb-bg);font-family:var(--custom-sections-body-font-family, var(--font-body-family))}.fcb-section :not(svg,path,img,video,iframe,picture,use){font-family:inherit}.fcb-shell{width:min(100% - 28px,var(--fcb-max));margin:0 auto}.fcb-layout{display:grid;gap:var(--fcb-gap);align-items:center;grid-template-areas:"header" "media" "body"}.fcb-copy-header,.fcb-media,.fcb-copy{min-width:0}.fcb-copy-header,.fcb-media,.fcb-copy,.fcb-benefit,.fcb-cta-row{opacity:0;will-change:transform,opacity}.fcb-copy-header,.fcb-media,.fcb-copy{transition:opacity .65s ease,transform .9s cubic-bezier(.22,1,.36,1)}.fcb-copy-header{grid-area:header;transform:translate3d(28px,0,0)}.fcb-media{grid-area:media;position:relative;overflow:hidden;min-height:var(--fcb-media-min-height-mobile);border:var(--fcb-border-width) solid var(--fcb-ink);border-radius:18px;background:var(--fcb-media-bg);box-shadow:0 18px 48px #1a102814;transform:translate3d(-28px,0,0)}.fcb-copy{grid-area:body;display:grid;align-content:center;transform:translate3d(28px,0,0)}.fcb-section--text-first .fcb-copy-header{transform:translate3d(-28px,0,0)}.fcb-section--text-first .fcb-media{transform:translate3d(28px,0,0)}.fcb-section--text-first .fcb-copy{transform:translate3d(-28px,0,0)}.fcb-section.fcb-is-visible .fcb-copy-header,.fcb-section.fcb-is-visible .fcb-media,.fcb-section.fcb-is-visible .fcb-copy{opacity:1;transform:translateZ(0)}.fcb-media__image,.fcb-media__placeholder{display:block;width:100%;height:100%}.fcb-media__image{object-fit:cover}.fcb-media__placeholder{display:grid;place-items:center;padding:2rem;color:color-mix(in srgb,var(--fcb-ink),transparent 35%);font-family:var(--custom-sections-heading-font-family, var(--font-heading-family));font-size:clamp(2rem,4vw,3rem);font-weight:800;text-align:center}.fcb-title{margin:0 0 24px;color:var(--fcb-heading-text, var(--fcb-ink));font-family:var(--custom-sections-heading-font-family, var(--font-heading-family));font-size:clamp(var(--fcb-heading-size-mobile, 32px),5vw + .8rem,var(--fcb-heading-size-desktop, 64px));font-weight:900;line-height:.96;letter-spacing:-.04em;text-wrap:balance}.fcb-benefits{display:grid;margin-top:2px}.fcb-benefit{display:flex;align-items:flex-start;gap:.95rem;padding:1.15rem 0;border-bottom:1px solid rgba(26,16,40,.08);transform:translate3d(0,16px,0)}.fcb-benefit:last-child{border-bottom:none}.fcb-section.fcb-is-visible .fcb-benefit,.fcb-section.fcb-is-visible .fcb-cta-row{animation:fcbLiftIn .76s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--fcb-delay, 0ms)}.fcb-benefit__icon{flex:0 0 auto;margin-top:.1rem;font-size:1.55rem;line-height:1}.fcb-benefit__icon-image{display:block;width:24px;height:24px;object-fit:contain}.fcb-benefit__body{min-width:0}.fcb-benefit__body h3{margin:0;color:var(--fcb-benefit-title-text, var(--fcb-ink));font-family:var(--custom-sections-heading-font-family, var(--font-heading-family));font-size:clamp(var(--fcb-benefit-title-size-mobile, 20px),2vw + .65rem,var(--fcb-benefit-title-size-desktop, 26px));font-weight:700;line-height:1.1}.fcb-benefit__body p{margin:.35rem 0 0;color:var(--fcb-benefit-text, var(--fcb-muted));font-size:clamp(var(--fcb-benefit-text-size-mobile, 16px),1.2vw + .7rem,var(--fcb-benefit-text-size-desktop, 19px));line-height:1.6}.fcb-cta-row{display:inline-flex;align-items:center;gap:1.05rem;flex-wrap:wrap;margin-top:2.5rem;transform:translate3d(0,16px,0)}.fcb-arrow{color:var(--fcb-arrow);font-size:3rem;line-height:1;filter:drop-shadow(0 3px 6px rgba(245,158,11,.25));animation:fcbArrowFloat 1.5s ease-in-out infinite}.fcb-button{display:inline-flex;align-items:center;justify-content:center;min-height:60px;padding:0 2rem;border:var(--fcb-border-width) solid var(--fcb-ink);border-radius:999px;background:var(--fcb-button-bg);color:var(--fcb-button-text);box-shadow:4px 4px 0 var(--fcb-ink);font-family:var(--custom-sections-heading-font-family, var(--font-heading-family));font-size:clamp(var(--fcb-button-size-mobile, 17px),1.1vw + .75rem,var(--fcb-button-size-desktop, 22px));font-weight:700;text-decoration:none;transition:transform .26s ease,box-shadow .26s ease}.fcb-button:hover,.fcb-button:focus-visible{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--fcb-ink)}@keyframes fcbLiftIn{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fcbArrowFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(5px,0,0)}}@media screen and (min-width:990px){.fcb-section{padding:92px 0}.fcb-shell{width:min(100% - 40px,var(--fcb-max))}.fcb-layout{grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);grid-template-areas:"media header" "media body";gap:clamp(52px,7vw,92px);align-items:center}.fcb-media{min-height:var(--fcb-media-min-height-desktop)}.fcb-copy-header,.fcb-copy{transform:translate3d(28px,0,0)}.fcb-section--text-first .fcb-layout{grid-template-columns:minmax(0,.97fr) minmax(0,1.03fr);grid-template-areas:"header media" "body media"}.fcb-section--text-first .fcb-copy-header,.fcb-section--text-first .fcb-copy{transform:translate3d(-28px,0,0)}.fcb-section--text-first .fcb-media{transform:translate3d(28px,0,0)}}@media screen and (max-width:989px){.fcb-section{padding:68px 0}.fcb-layout{gap:40px}.fcb-title{margin-bottom:20px}}@media screen and (max-width:749px){.fcb-shell{width:min(100% - 20px,var(--fcb-max))}.fcb-media{border-radius:16px}.fcb-benefit{gap:.8rem;padding:1rem 0}.fcb-cta-row{width:100%;gap:.8rem;margin-top:2rem}.fcb-button{width:auto;min-height:56px}}@media(prefers-reduced-motion:reduce){.fcb-section *,.fcb-section *:before,.fcb-section *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.fcb-section.fcb-js .fcb-media,.fcb-section.fcb-js .fcb-copy,.fcb-section.fcb-js .fcb-benefit,.fcb-section.fcb-js .fcb-cta-row{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/fellinora-community-benefits-single-image.css.map */
