.section-featured-background{--fb-color-card-bg: rgba(255, 255, 255, .8);--fb-color-title: #048d22;--fb-color-subtitle: #000000;--fb-card-radius: 6px;--fb-card-padding: 24px;--fb-card-gap: 10px;--fb-card-offset-mobile-x: 16px;--fb-card-offset-desktop-x: 104px;--fb-card-offset-desktop-y: 122px;--fb-title-size-mobile: 30px;--fb-title-size-desktop: 48px;--fb-subtitle-size-mobile: 30px;--fb-subtitle-size-desktop: 48px;--fb-height-mobile: 591px;--fb-height-desktop: 602px;--fb-bg-mobile: none;--fb-bg-desktop: none}.section-featured-background .section-container{padding:0}.featured-background-content{position:relative;width:100%;height:var(--fb-height-mobile);overflow:hidden}.featured-background-content:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background-image:var(--fb-bg-mobile);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.featured-background--parallax.featured-background-content:before{background-attachment:fixed;background-size:cover;transition:background-position .1s ease-out}.featured-background__bg-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#e8e8e8;z-index:0}.featured-background__bg-placeholder .featured-background__bg-placeholder-svg{width:100%;height:100%;display:block}.featured-background__card{position:absolute;left:var(--fb-card-offset-mobile-x);right:var(--fb-card-offset-mobile-x);bottom:32px;display:flex;flex-direction:column;gap:var(--fb-card-gap);padding:var(--fb-card-padding);background:var(--fb-color-card-bg);border-radius:var(--fb-card-radius);z-index:1}.featured-background__title{color:var(--fb-color-title);font-size:var(--fb-title-size-mobile);font-weight:800;line-height:1.2;margin:0;white-space:pre-wrap}.featured-background__subtitle{color:var(--fb-color-subtitle);font-size:var(--fb-subtitle-size-mobile);font-weight:800;line-height:1.2;margin:0}@media (min-width: 768px){.featured-background-content{height:var(--fb-height-desktop)}.featured-background-content:before{background-image:var(--fb-bg-desktop)}.featured-background__card{left:var(--fb-card-offset-desktop-x);right:auto;top:var(--fb-card-offset-desktop-y);bottom:auto;width:670px}.featured-background__title{font-size:var(--fb-title-size-desktop)}.featured-background__subtitle{font-size:var(--fb-subtitle-size-desktop)}}
