.cc{position:relative;overflow:hidden}.cc__header{margin-bottom:3rem}.cc__heading{margin-bottom:.75rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);letter-spacing:-.02em;color:rgb(var(--color-foreground))}.cc__heading em{font-style:italic;font-weight:inherit}.cc__subheading{font-size:1.063rem;opacity:.8;color:rgb(var(--color-foreground));max-width:680px}.cc__header[style*=center] .cc__subheading{margin-left:auto;margin-right:auto}.cc__wrapper{position:relative;margin-bottom:2rem}.cc__wrapper--clean .cc__table{border-collapse:separate;border-spacing:0}.cc__wrapper--striped .cc__row:nth-child(2n){background:rgba(var(--color-foreground),.03)}.cc__wrapper--bordered .cc__table{border-collapse:collapse}.cc__wrapper--bordered .cc__cell,.cc__wrapper--bordered .cc__col-header,.cc__wrapper--bordered .cc__row-label,.cc__wrapper--bordered .cc__label-header{border:1px solid rgba(var(--color-foreground),.12)}.cc__wrapper--glass{background:rgba(var(--color-background),.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--cc-radius);box-shadow:0 20px 60px rgba(var(--color-shadow),.08),0 0 40px rgba(var(--color-shadow),.03);padding:.5rem;overflow:hidden}.cc__scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.2) transparent}.cc__scroll-container::-webkit-scrollbar{height:6px}.cc__scroll-container::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:3px}.cc__scroll-container::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:3px}.cc__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;font-family:var(--font-body-family)}.cc__label-header,.cc__row-label{width:220px;min-width:180px}.cc__header-row{border-bottom:2px solid rgba(var(--color-foreground),.1)}.cc__label-header{text-align:left;padding:1.5rem 1.25rem;font-size:.813rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.5);vertical-align:bottom}.cc__col-header{padding:1.5rem 1rem;text-align:center;vertical-align:bottom;position:relative}.cc__col-header--highlight{background:rgba(var(--cc-highlight-rgb),var(--cc-highlight-bg-opacity))}.cc__col-header--highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--cc-highlight);border-radius:var(--cc-radius) var(--cc-radius) 0 0}.cc__wrapper--clean .cc__col-header--highlight,.cc__wrapper--striped .cc__col-header--highlight,.cc__wrapper--glass .cc__col-header--highlight{border-radius:var(--cc-radius) var(--cc-radius) 0 0}.cc__col-logo{max-width:140px;max-height:50px;height:auto;object-fit:contain;margin:0 auto .5rem;display:block}.cc__col-title{display:block;font-family:var(--font-heading-family);font-weight:700;font-size:1rem;line-height:1.3;color:rgb(var(--color-foreground))}.cc__col-header--highlight .cc__col-title{color:var(--cc-highlight)}.cc__col-subtitle{display:block;font-size:.813rem;color:rgba(var(--color-foreground),.6);margin-top:.25rem}.cc__row{transition:background-color .2s ease}.cc__row:hover{background-color:rgba(var(--color-foreground),.025)}.cc__wrapper--striped .cc__row:nth-child(2n):hover{background-color:rgba(var(--color-foreground),.06)}.cc__row td{border-bottom:1px solid rgba(var(--color-foreground),.06)}.cc__row:last-child td{border-bottom:none}.cc__row-label{padding:1rem 1.25rem;text-align:left;vertical-align:middle;position:relative}.cc__label-text{font-size:.938rem;font-weight:600;line-height:1.4;color:rgb(var(--color-foreground))}.cc__tooltip-trigger{background:none;border:none;padding:0;margin-left:.375rem;cursor:pointer;color:rgba(var(--color-foreground),.4);display:inline-flex;align-items:center;transition:color .2s ease;vertical-align:middle;flex-shrink:0}.cc__tooltip-trigger:hover,.cc__tooltip-trigger:focus-visible{color:var(--cc-highlight)}.cc__tooltip-trigger:focus-visible{outline:2px solid var(--cc-highlight);outline-offset:2px;border-radius:50%}.cc__tooltip{position:absolute;left:1rem;top:calc(100% + .5rem);background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:10px;padding:.875rem 1rem;font-size:.813rem;font-weight:400;line-height:1.5;color:rgba(var(--color-foreground),.8);max-width:300px;min-width:200px;z-index:20;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;box-shadow:0 8px 24px rgba(var(--color-shadow),.12);pointer-events:none}.cc__tooltip:before{content:"";position:absolute;top:-5px;left:1.5rem;width:10px;height:10px;background:rgb(var(--color-background));border-left:1px solid rgba(var(--color-foreground),.15);border-top:1px solid rgba(var(--color-foreground),.15);transform:rotate(45deg)}.cc__tooltip-trigger:hover+.cc__tooltip,.cc__tooltip-trigger:focus+.cc__tooltip{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.cc__cell{padding:1rem;text-align:center;vertical-align:middle}.cc__cell--highlight{background:rgba(var(--cc-highlight-rgb),calc(var(--cc-highlight-bg-opacity) * .5))}.cc__cell--check,.cc__cell--cross{display:table-cell}.cc__cell--check .cc__icon,.cc__cell--cross .cc__icon{display:inline-flex;vertical-align:middle}.cc__cell .cc__cell-text{display:block;margin-top:.2rem}.cc__cell--check .cc__icon+.cc__cell-text,.cc__cell--cross .cc__icon+.cc__cell-text{font-size:.813rem}.cc__icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.cc__icon--check{color:var(--cc-check)}.cc__icon--cross{color:var(--cc-cross)}.cc__icon svg{animation:ccIconPop .4s cubic-bezier(.34,1.56,.64,1) backwards}@keyframes ccIconPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.cc__row:nth-child(1) .cc__icon svg{animation-delay:.1s}.cc__row:nth-child(2) .cc__icon svg{animation-delay:.15s}.cc__row:nth-child(3) .cc__icon svg{animation-delay:.2s}.cc__row:nth-child(4) .cc__icon svg{animation-delay:.25s}.cc__row:nth-child(5) .cc__icon svg{animation-delay:.3s}.cc__row:nth-child(6) .cc__icon svg{animation-delay:.35s}.cc__row:nth-child(7) .cc__icon svg{animation-delay:.4s}.cc__row:nth-child(8) .cc__icon svg{animation-delay:.45s}.cc__row:nth-child(9) .cc__icon svg{animation-delay:.5s}.cc__row:nth-child(10) .cc__icon svg{animation-delay:.55s}.cc__row:hover .cc__icon{transform:scale(1.1);transition:transform .2s ease}.cc__cell-text{font-size:.938rem;color:rgb(var(--color-foreground));line-height:1.4}.cc__cell-text--bold{font-weight:700;font-size:1rem}.cc__cell--highlight .cc__cell-text--bold{color:var(--cc-highlight)}.cc__cell-dash{color:rgba(var(--color-foreground),.3);font-size:1.25rem}.cc__row--summary{border-top:2px solid rgba(var(--color-foreground),.1)}.cc__row--summary td{padding-top:1.25rem;padding-bottom:1.25rem;border-bottom:none!important}.cc__label-text--summary{font-weight:700;text-transform:uppercase;font-size:.813rem;letter-spacing:.05em}.cc__summary-text{font-weight:700;font-size:.938rem}.cc__cell--sentiment-positive .cc__summary-text{color:var(--cc-check)}.cc__cell--sentiment-negative .cc__summary-text{color:var(--cc-cross)}.cc__cell--sentiment-neutral .cc__summary-text{color:rgba(var(--color-foreground),.6)}.cc__row--summary .cc__cell--highlight{border-radius:0 0 var(--cc-radius) var(--cc-radius)}.cc__scroll-hint{display:none;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 0;font-size:.813rem;color:rgba(var(--color-foreground),.5);transition:opacity .3s ease}.cc__scroll-hint svg{animation:ccBounceRight 2s ease-in-out infinite}@keyframes ccBounceRight{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.cc__cta{text-align:center;margin-top:2.5rem}.cc__cta .button{min-width:260px}@media screen and (max-width:749px){.cc__header{margin-bottom:2rem}[data-mobile=scroll] .cc__sticky-col{position:sticky;left:0;z-index:10;background:rgb(var(--color-background))}.cc__wrapper--glass [data-mobile=scroll] .cc__sticky-col,[data-mobile=scroll] .cc__wrapper--glass .cc__sticky-col{background:rgba(var(--color-background),.95)}[data-mobile=scroll] .cc__sticky-col:after{content:"";position:absolute;top:0;right:-8px;bottom:0;width:8px;background:linear-gradient(to right,rgba(var(--color-shadow),.06),transparent);pointer-events:none}[data-mobile=scroll] .cc__scroll-hint{display:flex}[data-mobile=scroll] .cc__table{min-width:600px}.cc__label-header,.cc__row-label{width:160px;min-width:140px}.cc__col-header{padding:1.25rem .75rem}.cc__cell{padding:.875rem .75rem}.cc__col-logo{max-width:100px;max-height:40px}.cc__label-text{font-size:.875rem}.cc__icon svg{width:18px;height:18px}.cc__cta .button{width:100%;min-width:auto}.cc__tooltip{max-width:240px;font-size:.75rem;left:0}}@media screen and (max-width:749px){[data-mobile=cards] .cc__thead{display:none}[data-mobile=cards] .cc__table,[data-mobile=cards] .cc__tbody,[data-mobile=cards] .cc__row,[data-mobile=cards] .cc__cell,[data-mobile=cards] .cc__row-label{display:block;width:100%}[data-mobile=cards] .cc__row{background:rgba(var(--color-foreground),.02);border-radius:var(--cc-radius);padding:1rem;margin-bottom:.75rem;border:1px solid rgba(var(--color-foreground),.08)}[data-mobile=cards] .cc__row td{border-bottom:none}[data-mobile=cards] .cc__row-label{padding:0 0 .75rem;border-bottom:1px solid rgba(var(--color-foreground),.08);margin-bottom:.75rem}[data-mobile=cards] .cc__label-text{font-size:1rem;font-weight:700}[data-mobile=cards] .cc__cell{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;text-align:right}[data-mobile=cards] .cc__cell:before{content:attr(data-label);font-weight:600;font-size:.813rem;color:rgba(var(--color-foreground),.5);text-align:left;flex-shrink:0;margin-right:1rem}[data-mobile=cards] .cc__cell--check,[data-mobile=cards] .cc__cell--cross{text-align:right}[data-mobile=cards] .cc__cell .cc__cell-text{display:inline;margin-top:0;margin-left:.375rem}[data-mobile=cards] .cc__cell--highlight{background:rgba(var(--cc-highlight-rgb),calc(var(--cc-highlight-bg-opacity) * .5));border-radius:8px;padding:.5rem .75rem}[data-mobile=cards] .cc__row--summary{border-top:none;background:rgba(var(--color-foreground),.04);border:2px solid rgba(var(--color-foreground),.1)}[data-mobile=cards] .cc__row--summary .cc__cell--highlight{border-radius:0 0 var(--cc-radius) var(--cc-radius)}[data-mobile=cards] .cc__cta .button{width:100%;min-width:auto}}@media screen and (min-width:750px)and (max-width:989px){.cc__label-header,.cc__row-label{width:180px;min-width:160px}.cc__col-header{padding:1.25rem .75rem}.cc__cell{padding:.875rem .75rem}.cc__col-logo{max-width:100px;max-height:40px}}@media(prefers-reduced-motion:reduce){.cc__icon svg{animation:none}.cc__scroll-hint svg{animation:none}.cc__tooltip,.cc__row{transition:none}}.cc__cta .button:focus-visible{outline:3px solid rgba(var(--cc-highlight-rgb),.5);outline-offset:4px}
/*# sourceMappingURL=/cdn/shop/t/43/assets/section-comparison-chart.css.map */
