.featuredSectionWrapper{padding:var(--vertical_spacing);position:relative;z-index:1}.featuredSectionWrapper:after{content:"";height:100%;left:0;pointer-events:none;position:abdolute;top:0;width:100%;z-index:1}.featuredSectionWrapper .content-wrapper{position:relative;z-index:2}.featuredSectionWrapper .featuredSectionWrapperInner{display:flex;flex-direction:column;flex-wrap:wrap;gap:48px}.featuredSectionWrapper .topSection{text-align:center}.featuredSectionWrapper .topSection .eyebrow_text{color:var(--quaternary_color);font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:16px;text-transform:uppercase}.featuredSectionWrapper .main_section,.featuredSectionWrapper .topSection{margin:0 auto;max-width:900px;width:100%}.featuredSectionWrapper .topSection .title{margin-bottom:12px}.featuredSectionWrapper .topSection .content{margin:0 auto;max-width:560px}.featuredSectionWrapper .topSection>:last-child{margin-bottom:0}.featuredSectionWrapper .main_section .bottom_content{border-top:1px solid hsla(0,0%,100%,.1);font-size:18px;font-style:italic;font-weight:700;padding:20px 0;text-align:center}.featuredSectionWrapper .main_section .featured_items{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.featuredSectionWrapper .main_section .featured_item{align-items:flex-start;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;display:flex;gap:14px;padding:20px 24px;text-align:left;width:calc(50% - 10px)}.featuredSectionWrapper .main_section .featured_items .icon{align-items:center;background:#3aff1a26;border:1px solid rgba(58,255,26,.3);border-radius:50%;color:var(--quaternary_color);display:flex;flex-shrink:0;font-size:13px;font-weight:800;height:28px;justify-content:center;width:28px}.featuredSectionWrapper .main_section .featured_items .content{color:hsla(0,0%,100%,.85);font-size:15px;font-weight:500;line-height:1.5}.featuredSectionWrapper .main_section .featured_items .content p{font-weight:inherit}@media(max-width:768px){.featuredSectionWrapper .main_section .featured_item{width:100%}}