.feature-checklist{margin-top:var(--section-mt,0);margin-bottom:var(--section-mb,0);padding-top:var(--section-pt,150px)!important;padding-bottom:var(--section-pb,150px)!important}@media screen and (max-width:991px){.feature-checklist{padding-top:var(--section-pt-mobile,var(--section-pt,100px))!important;padding-bottom:var(--section-pb-mobile,var(--section-pb,100px))!important}}@media screen and (max-width:800px){.feature-checklist{margin-top:var(--section-mt-mobile,var(--section-mt,0));margin-bottom:var(--section-mb-mobile,var(--section-mb,0));padding-top:var(--section-pt-mobile,var(--section-pt,64px))!important;padding-bottom:var(--section-pb-mobile,var(--section-pb,64px))!important}}.feature-checklist__list{display:flex;flex-direction:column;gap:140px}@media screen and (max-width:991px){.feature-checklist__list{gap:90px}}@media screen and (max-width:800px){.feature-checklist__list{gap:64px}}.feature-checklist__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,590px);align-items:center;grid-gap:80px;gap:80px}.feature-checklist__row--image-left{grid-template-columns:minmax(320px,590px) minmax(0,1fr)}.feature-checklist__row--image-left .feature-checklist__content{order:2}.feature-checklist__row--image-left .feature-checklist__image-card{order:1}@media screen and (max-width:991px){.feature-checklist__row{grid-template-columns:1fr!important;gap:40px}.feature-checklist__row .feature-checklist__content,.feature-checklist__row .feature-checklist__image-card{order:0!important}}@media screen and (max-width:800px){.feature-checklist__row{gap:30px}}.feature-checklist__content{min-width:0;display:flex;flex-direction:column;gap:24px}.feature-checklist__title{font-size:38px;font-weight:600;line-height:48px;color:#141414;margin:0;max-width:470px}@media screen and (max-width:800px){.feature-checklist__title{font-size:32px;line-height:44px}}.feature-checklist__text{font-size:18px;font-weight:500;line-height:26px;color:#141414;margin:0}@media screen and (max-width:800px){.feature-checklist__text{font-size:16px;line-height:24px}}.feature-checklist__items{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:24px}.feature-checklist__item{display:flex;align-items:center;gap:25px;font-size:18px;font-weight:500;line-height:26px;color:#141414}.feature-checklist__item img{flex-shrink:0}@media screen and (max-width:800px){.feature-checklist__item{gap:20px;font-size:16px;line-height:24px}}.feature-checklist__image-card{width:100%;aspect-ratio:590/400;background:#f3f8fc;border-radius:12px;padding:7.1% 8.5%;box-sizing:border-box}@media screen and (max-width:991px){.feature-checklist__image-card{max-width:590px;margin:0 auto}}@media screen and (max-width:800px){.feature-checklist__image-card{border-radius:8px}}.feature-checklist__image{display:block;width:100%;height:100%;object-fit:contain;border-radius:6px}@media screen and (max-width:800px){.feature-checklist__image{border-radius:4px}}