.pricing-table__wrapper{align-items:stretch;display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--space-xs);overflow:auto hidden}.pricing-table__title h2{margin:var(--space-xs) 0 var(--space-m)}.pricing-table table{border-collapse:collapse;border-spacing:0;margin:0;min-width:61rem;table-layout:fixed;text-align:left;width:100%}.pricing-table td,.pricing-table th{padding:.625rem .75rem}.pricing-table td:not(:first-child),.pricing-table th:not(:first-child){padding-left:2.75rem;padding-right:2.75rem}.pricing-table__sticky,.pricing-table__title-row{max-width:1360px;width:100%}.pricing-table__sticky th p,.pricing-table__title-row th p{font-weight:600;line-height:1.2;margin:0}.pricing-table__sticky th:not(:first-child),.pricing-table__title-row th:not(:first-child){background:var(--color-green-100)}.pricing-table__sticky th:nth-child(2),.pricing-table__title-row th:nth-child(2){border-radius:1.5em 0 0 1.5em}.pricing-table__sticky th:last-child,.pricing-table__title-row th:last-child{border-radius:0 1.5em 1.5em 0}.pricing-table__sticky th.is-most-popular,.pricing-table__title-row th.is-most-popular{background:var(--color-dark-mint-green);color:var(--color-white)}.pricing-table__sticky{display:none;height:0;position:absolute;width:auto}.pricing-table__sticky th:first-child{opacity:0}.pricing-table__sticky th:not(:first-child){box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.pricing-table__sticky.is-animating{display:table;height:auto;position:fixed;top:.25rem;z-index:8}@media (min-width:1450px){.pricing-table__sticky.is-animating{left:unset}}.pricing-table__row{min-width:61rem;width:100%}.pricing-table__row-title{border-bottom:2px solid rgba(0,0,0,.15);margin:0}.pricing-table__row-header{align-items:center;background:hsla(0,0%,100%,0);border:0;border-radius:0;color:var(--color-text-primary);cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-size:var(--heading-size-200);font-weight:inherit;font-weight:600;gap:var(--gutter);justify-content:space-between;letter-spacing:-.16px;line-height:inherit;line-height:1.25;margin:0;min-width:1px;padding:.625rem .75rem;text-align:left;width:100%}.pricing-table__row-header:focus{outline:none}.pricing-table__row-header[aria-expanded=true] svg{transform:rotate(-180deg)}.pricing-table__row-content{display:grid;grid-template-rows:0fr;max-height:0;opacity:0;transition:grid-template-rows .3s ease-out,opacity .3s ease-out,visibility .3s ease-out;visibility:hidden}.pricing-table__row-content[aria-hidden=false]{grid-template-rows:1fr;max-height:-moz-fit-content;max-height:fit-content;opacity:1;visibility:visible}.pricing-table__row-content-inner{overflow:hidden}.pricing-table__row-content-inner p{margin:0}.pricing-table__row-content-inner tr:nth-child(2n){background:rgba(0,0,0,.05)}.pricing-table__row-content-inner td:first-child{border-right:1px solid rgba(0,0,0,.1)}.pricing-table__row-content-inner td:not(:first-child){font-family:Poppins,sans-serif;font-size:var(--text-size-400);font-weight:400;line-height:1.5}.pricing-table__row-content-inner td.has-icon{align-content:center;color:rgba(0,0,0,.5)}.pricing-table__row-content-inner td.has-icon svg{height:1rem;width:1rem}.pricing-table__row-content-inner td.icon-color-green{color:var(--color-dark-mint-green,#00c04b)}