.products-container{display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin:24px auto 18px;max-width:1200px}.product-column{display:flex;flex-direction:column;border-radius:8px;background-color:#f4f3f3;overflow:hidden}.product-column .product-header{display:flex;flex-direction:column;padding:25px}@media screen and (min-width:768px){.product-column .product-header{min-height:200px}}@media screen and (min-width:900px){.product-column .product-header{min-height:320px}}@media screen and (min-width:1100px){.product-column .product-header{min-height:270px}}.product-column .product-header h2{font-size:1.8rem;margin:0}.product-column .product-header .product-lead{margin:.5rem 0 0;min-height:0}@media screen and (min-width:500px){.product-column .product-header .product-lead{min-height:70px}}@media screen and (min-width:768px){.product-column .product-header .product-lead{min-height:140px}}@media screen and (min-width:900px){.product-column .product-header .product-lead{min-height:140px}}@media screen and (min-width:1100px){.product-column .product-header .product-lead{min-height:100px}}.product-column .product-header .price-panel .price-row{display:flex;flex-direction:row;align-items:flex-end;gap:8px;margin:0 0 .5rem}.product-column .product-header .price-panel .price-row .from,.product-column .product-header .price-panel .price-row .month{font-size:.85rem}.product-column .product-header .price-panel .price-row .price{font-size:2rem;font-weight:700}.product-column .product-header .price-panel .terms{font-size:.95rem}.product-column .top-cta{display:flex;padding:0 24px;justify-content:center;margin:0 0 1.5rem}.product-column .product-features{flex:1;padding:25px}.product-column .product-features .preamble{font-weight:700;margin-bottom:1rem}.product-column.light .product-features{background-color:#e5fce2}.product-column.editorial .product-features{background-color:#f8f9df}.product-column.library .product-features{background-color:#fceae6}.product-features .feature-list{list-style:none;padding:0 0 0 6px;margin:0}.product-features .feature-list li{padding-left:28px;position:relative;font-size:1rem;line-height:1.3;margin-bottom:.5rem}.product-features .feature-list li:before{position:absolute;display:flex;align-items:center;justify-content:center;content:"\2713";color:white;border-radius:50%;background-color:#4dc04b;font-size:.8rem;width:18px;height:18px;line-height:0%;left:-2px;top:3px}.dark .product-column{background-color:var(--canvas-900)}.dark .product-column.light .product-features{background-color:#15322675}.dark .product-column.editorial .product-features{background-color:#32331585}.dark .product-column.library .product-features{background-color:#3017129f}.products-notice{max-width:1100px;margin:0 auto;padding:0 12px}@media screen and (min-width:300px) and (max-width:760px){.products-container{grid-template-columns:repeat(1,3fr);margin-top:0}.products-column--first-column{border-radius:12px 12px 0 0}.products-column--third-column{background-color:#00403f;border-radius:0 0 12px 12px}.products-notice{padding:0}}