.snw-funnel-cta{padding:8rem 0;position:relative;overflow:hidden}.snw-funnel-cta--scheme-light,.snw-funnel-cta--scheme-light .snw-funnel-cta__col-big-title,.snw-funnel-cta--scheme-light .snw-funnel-cta__col-small-title,.snw-funnel-cta--scheme-light .snw-funnel-cta__title{color:#fff}.snw-funnel-cta--scheme-light .snw-funnel-cta__subtitle{color:rgba(255,255,255,.9)}.snw-funnel-cta--scheme-light .snw-funnel-cta__col-small-subtitle{color:rgba(255,255,255,.85)}.snw-funnel-cta--scheme-light .snw-funnel-cta__col-divider{background:rgba(255,255,255,.2)}.snw-funnel-cta--scheme-light .snw-funnel-cta__col-description,.snw-funnel-cta--scheme-light .snw-funnel-cta__col-description p{color:rgba(255,255,255,.88)}.snw-funnel-cta--scheme-light .snw-funnel-cta__col-image-wrap{background:rgba(255,255,255,.15)}.snw-funnel-cta--scheme-dark,.snw-funnel-cta--scheme-dark .snw-funnel-cta__col-big-title,.snw-funnel-cta--scheme-dark .snw-funnel-cta__col-small-title,.snw-funnel-cta--scheme-dark .snw-funnel-cta__title{color:#1a2b32}.snw-funnel-cta--scheme-dark .snw-funnel-cta__subtitle{color:rgba(26,43,50,.82)}.snw-funnel-cta--scheme-dark .snw-funnel-cta__col-small-subtitle{color:rgba(26,43,50,.72)}.snw-funnel-cta--scheme-dark .snw-funnel-cta__col-divider{background:rgba(2,120,130,.45)}.snw-funnel-cta--scheme-dark .snw-funnel-cta__col-description,.snw-funnel-cta--scheme-dark .snw-funnel-cta__col-description p{color:rgba(26,43,50,.85)}.snw-funnel-cta--scheme-dark .snw-funnel-cta__col-image-wrap{background:rgba(2,120,130,.1)}.snw-funnel-cta__inner{max-width:1240px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:1.25rem}@media (min-width:769px){.snw-funnel-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:1.5rem;row-gap:.85rem;align-items:start}.snw-funnel-cta__inner>.snw-funnel-cta__header-text{grid-column:1;grid-row:1}.snw-funnel-cta__inner>.snw-funnel-cta__header-actions{grid-column:2;grid-row:1;align-self:start;margin-bottom:0}.snw-funnel-cta__inner--with-rule>.snw-funnel-cta__header-rule,.snw-funnel-cta__inner:not(.snw-funnel-cta__inner--with-rule)>.snw-funnel-cta__grid{grid-column:1/-1;grid-row:2}.snw-funnel-cta__inner>.snw-funnel-cta__header-actions:first-child{grid-column:1/-1;justify-self:end}.snw-funnel-cta__inner--with-rule>.snw-funnel-cta__grid{grid-column:1/-1;grid-row:3}.snw-funnel-cta__inner:not(.snw-funnel-cta__inner--with-rule)>.snw-funnel-cta__grid:first-child{grid-row:1}}.snw-funnel-cta--has-texture::before{content:'';position:absolute;inset:0;background-image:linear-gradient(to right,var(--funnel-cta-texture-color) 1px,transparent 1px),linear-gradient(to bottom,var(--funnel-cta-texture-color) 1px,transparent 1px);background-size:28px 28px,28px 28px;background-position:top left,top left;background-repeat:repeat,repeat;pointer-events:none;z-index:0}.snw-funnel-cta__inner>*{position:relative;z-index:1}@keyframes snw-funnel-cta-intro{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.snw-funnel-cta__header-actions,.snw-funnel-cta__header-rule,.snw-funnel-cta__header-text{opacity:0;animation:.62s cubic-bezier(.22,1,.36,1) forwards snw-funnel-cta-intro}.snw-funnel-cta__header-text{margin-bottom:.25rem;animation-delay:40ms}.snw-funnel-cta__header-actions{animation-delay:.1s;align-self:flex-end;margin-bottom:.25rem}.snw-funnel-cta__header-rule{animation-delay:.16s;height:1px;margin:0;padding:0;border:0;background:rgba(255,255,255,.3)}.snw-funnel-cta--scheme-dark .snw-funnel-cta__header-rule{background:rgba(26,43,50,.3)}.snw-funnel-cta__title{margin:0 0 .5rem;font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700;line-height:1.2}.snw-funnel-cta__subtitle{margin:0;font-size:clamp(.95rem, 1.5vw, 1.1rem);line-height:1.4}.snw-funnel-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:var(--snw-button-radius,50px);border:2px solid transparent;transition:opacity .2s,transform .2s}.snw-funnel-cta__btn:hover{text-decoration:none;opacity:.95;transform:translateY(-1px)}.snw-funnel-cta__btn--primary{background-color:#fff;color:inherit;color:var(--funnel-cta-bg,#1e3a5f)}.snw-funnel-cta__btn--primary:hover{color:var(--funnel-cta-bg,#1e3a5f)}.snw-funnel-cta__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));counter-reset:funnel-item}@media (min-width:900px){.snw-funnel-cta--cols-1 .snw-funnel-cta__grid{grid-template-columns:repeat(1,minmax(0,1fr))}.snw-funnel-cta--cols-2 .snw-funnel-cta__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.snw-funnel-cta--cols-3 .snw-funnel-cta__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.snw-funnel-cta--cols-4 .snw-funnel-cta__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.snw-funnel-cta__col{text-align:left;position:relative;padding:3.35rem 1.3rem 3.15rem;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(160deg,rgba(255,255,255,.1),rgba(255,255,255,.06));backdrop-filter:blur(1.5px);transition:transform .26s,border-color .26s,box-shadow .26s,background-color .26s;counter-increment:funnel-item;opacity:0;animation:.62s cubic-bezier(.22,1,.36,1) forwards snw-funnel-cta-intro}.snw-funnel-cta__col:first-child{animation-delay:.18s}.snw-funnel-cta__col:nth-child(2){animation-delay:.24s}.snw-funnel-cta__col:nth-child(3){animation-delay:.3s}.snw-funnel-cta__col:nth-child(4){animation-delay:.36s}.snw-funnel-cta__col:nth-child(5){animation-delay:.42s}.snw-funnel-cta__col:nth-child(6){animation-delay:.48s}.snw-funnel-cta__col::after{content:counter(funnel-item,decimal-leading-zero);position:absolute;top:1rem;right:1.1rem;font-weight:700;font-size:clamp(2rem, 3vw, 2.75rem);color:rgba(255,255,255,.13);letter-spacing:.03em;line-height:1}.snw-funnel-cta__col:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.3);box-shadow:0 18px 30px -20px rgba(0,0,0,.55);background:linear-gradient(160deg,rgba(255,255,255,.16),rgba(255,255,255,.1))}.snw-funnel-cta--scheme-dark .snw-funnel-cta__col{border-color:rgba(2,120,130,.2);background:linear-gradient(160deg,rgba(255,255,255,.76),rgba(255,255,255,.6))}.snw-funnel-cta--scheme-dark .snw-funnel-cta__col::after{color:rgba(2,120,130,.12)}.snw-funnel-cta--scheme-dark .snw-funnel-cta__col:hover{border-color:rgba(2,120,130,.36);box-shadow:0 16px 28px -20px rgba(2,120,130,.45);background:linear-gradient(160deg,rgba(255,255,255,.92),rgba(255,255,255,.72))}.snw-funnel-cta__col-image-wrap{width:140px;height:140px;margin-bottom:1.25rem;border-radius:50%;overflow:hidden}.snw-funnel-cta__col-image{width:100%;height:100%;object-fit:cover;display:block}.snw-funnel-cta__col-big-title{margin:0 0 .35rem;font-size:clamp(1.35rem, 2vw, 1.6rem);font-weight:700;line-height:1.2}.snw-funnel-cta__col-small-subtitle{margin:0 0 1rem;font-size:.9rem;line-height:1.4}.snw-funnel-cta__col-divider{height:1px;margin-bottom:1rem}.snw-funnel-cta__col-small-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3}.snw-funnel-cta__col-description{margin:0;font-size:.9rem;line-height:1.55}.snw-funnel-cta__col-description p{margin:0 0 .5rem}.snw-funnel-cta__col-description p:last-child{margin-bottom:0}@media (max-width:991px){.snw-funnel-cta__inner{padding-left:clamp(1rem,4vw,1.5rem);padding-right:clamp(1rem,4vw,1.5rem);box-sizing:border-box}}@media (max-width:768px){.snw-funnel-cta{padding:3.1rem 0}.snw-funnel-cta__grid{grid-template-columns:1fr;gap:1.15rem;order:3}.snw-funnel-cta__header-rule{order:2}.snw-funnel-cta__header-actions{align-self:stretch;margin-top:.1rem;margin-bottom:0;order:4}.snw-funnel-cta__header-actions .snw-btn{width:100%;max-width:100%;justify-content:center;box-sizing:border-box;white-space:normal;overflow-wrap:break-word}.snw-funnel-cta__header-text{order:1}}@media (prefers-reduced-motion:reduce){.snw-funnel-cta__col,.snw-funnel-cta__header-actions,.snw-funnel-cta__header-rule,.snw-funnel-cta__header-text{animation:none;opacity:1;transform:none}}@media (max-width:480px){.snw-funnel-cta{padding:2.7rem 0}.snw-funnel-cta__inner{padding-left:1rem;padding-right:1rem}.snw-funnel-cta__col-image-wrap{width:96px;height:96px;margin-bottom:1rem}.snw-funnel-cta__title{font-size:clamp(1.45rem, 8vw, 1.9rem)}.snw-funnel-cta__subtitle{font-size:.95rem}.snw-funnel-cta__col{padding:1.1rem 1rem 1rem}.snw-funnel-cta__col::after{top:.85rem;right:.85rem;font-size:1.7rem}}