.features-cards .container{container-type:inline-size}.features-cards-wrapper{display:flex;flex-wrap:wrap;gap:40px;margin:0 auto}.features-cards-wrapper__card{backdrop-filter:blur(12px);background:hsla(0,0%,100%,.4);border-radius:16px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);padding:32px;position:relative;transition:.5s ease;width:calc(33.33333% - 26.666px)}.features-cards-wrapper__card:before{background:linear-gradient(135deg,#2194f2,#6eb9f7);content:"";inset:0;opacity:.02;position:absolute;transition:opacity .5s}.features-cards-wrapper__card .top-wrapper{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:24px}.features-cards-wrapper__card .top-wrapper .top-wrapper__image{background:linear-gradient(135deg,rgba(33,148,242,.15),rgba(33,148,242,0));border-radius:12px;height:60px;max-width:60px;padding:16px;transition:.5s ease}.features-cards-wrapper__card .top-wrapper .top-wrapper__image img{display:block}.features-cards-wrapper__card .top-wrapper .top-wrapper__label{background:linear-gradient(90deg,rgba(33,148,242,.15),rgba(33,148,242,0));border:1px solid rgba(33,148,242,.2);border-radius:9999px;color:#2194f2;font-size:12px;font-weight:700;line-height:16px;padding:8px 12px;text-align:center}.features-cards-wrapper__card .text-wrapper .text-wrapper__title{color:#1f2933;font-size:20px;font-weight:700;line-height:125%;margin-bottom:20px;transition:.5s ease}.features-cards-wrapper__card .text-wrapper .hs_cos_wrapper_type_inline_rich_text p{font-size:16px;margin-bottom:16px}.features-cards-wrapper__card .text-wrapper .hs_cos_wrapper_type_inline_rich_text :last-child{margin-bottom:0}@container (max-width: 1024px){.features-cards-wrapper{gap:24px}.features-cards-wrapper__card{width:calc(50% - 12px)}}@container (min-width: 768px){.features-cards-wrapper__card:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:translateY(-.5rem) rotate(1deg)}.features-cards-wrapper__card:hover .top-wrapper__image{transform:scale(1.05) rotate(5deg)}.features-cards-wrapper__card:hover:before{opacity:.05}.features-cards-wrapper__card:hover .text-wrapper__title{color:#2194f2}}@container (max-width: 576px){.features-cards-wrapper__card{width:100%}}