.ehp-cmp{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));padding-top:var(--cmp-pt-d, 56px);padding-bottom:var(--cmp-pb-d, 56px)}.ehp-cmp__inner{max-width:var(--page-width, 1200px);margin-inline:auto;padding-inline:1.5rem}.ehp-cmp__heading{margin:0 0 .6rem}.ehp-cmp__text{opacity:.9}.ehp-cmp__intro .ehp-btn-wrap{margin-top:1.4rem}.ehp-cmp__btn-bottom{margin-top:1.9rem}.ehp-cmp__grid{display:grid;gap:clamp(1.75rem,4vw,3.5rem);align-items:center}.ehp-cmp--stacked .ehp-cmp__grid{grid-template-columns:minmax(0,1fr)}.ehp-cmp--table_first .ehp-cmp__grid,.ehp-cmp--table_second .ehp-cmp__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}.ehp-cmp--table_first .ehp-cmp__col--table{order:-1}.ehp-cmp__col{min-width:0}.ehp-cmp__tablewrap{width:100%}.ehp-cmp__table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;margin-top:var(--cmp-over, 26px);margin-bottom:var(--cmp-over, 26px)}.ehp-cmp__table th,.ehp-cmp__table td{position:relative;padding:var(--cmp-cell-pad, .95rem) .75rem;text-align:center;vertical-align:middle;font-weight:400}.ehp-cmp__cell-in{position:relative;z-index:1;display:block}.ehp-cmp__col-benefit{width:var(--cmp-benefit-w, 46%)}.ehp-cmp__table tbody tr.ehp-cmp__row td:not(.is-hl){background:var(--cmp-card-bg, color-mix(in srgb, rgb(var(--color-foreground)) 4%, transparent));color:var(--cmp-card-fg, inherit)}.ehp-cmp__table tbody tr:first-child td:not(.is-hl):first-child{border-start-start-radius:var(--cmp-card-radius, 16px)}.ehp-cmp__table tbody tr:first-child td:not(.is-hl):last-child{border-start-end-radius:var(--cmp-card-radius, 16px)}.ehp-cmp__table tbody tr.ehp-cmp__row.is-last td:not(.is-hl):first-child{border-end-start-radius:var(--cmp-card-radius, 16px)}.ehp-cmp__table tbody tr.ehp-cmp__row.is-last td:not(.is-hl):last-child{border-end-end-radius:var(--cmp-card-radius, 16px)}.ehp-cmp--sep .ehp-cmp__table tbody tr.ehp-cmp__row:not(.is-last) td:not(.is-hl){box-shadow:inset 0 -1px color-mix(in srgb,var(--cmp-sep-color, rgb(var(--color-foreground))) var(--cmp-sep-pct, 9%),transparent)}.ehp-cmp__hlbg{position:absolute;inset:0 var(--cmp-gap, 10px);background:var(--cmp-hl-bg, rgb(var(--color-foreground)));z-index:0;pointer-events:none}.ehp-cmp__table thead th.is-hl .ehp-cmp__hlbg{top:calc(-1 * var(--cmp-over, 26px));border-start-start-radius:var(--cmp-hl-radius, 14px);border-start-end-radius:var(--cmp-hl-radius, 14px)}.ehp-cmp__table tbody tr:last-child td.is-hl .ehp-cmp__hlbg{bottom:calc(-1 * var(--cmp-over, 26px));border-end-start-radius:var(--cmp-hl-radius, 14px);border-end-end-radius:var(--cmp-hl-radius, 14px)}.ehp-cmp__table .is-hl{color:var(--cmp-hl-fg, rgb(var(--color-background)))}.ehp-cmp__table .is-hl[class*=color-]{background:none;color:rgb(var(--color-foreground))}.ehp-cmp--hlscheme .ehp-cmp__hlbg{background:rgb(var(--color-background))}.ehp-cmp--hlglass.ehp-cmp--sep .ehp-cmp__table tbody tr.ehp-cmp__row:not(.is-last) td.is-hl .ehp-cmp__hlbg{box-shadow:inset 0 1px #ffffff4d,0 8px 30px -12px #0003,inset 0 -1px color-mix(in srgb,var(--cmp-sep-color, currentColor) var(--cmp-hlsep-pct, var(--cmp-sep-pct, 9%)),transparent)}.ehp-cmp--hlglass .ehp-cmp__hlbg{background:rgb(var(--cmp-hl-tint, 255 255 255) / var(--cmp-hl-alpha, 35%));-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:inset 0 1px #ffffff4d,0 8px 30px -12px #0003}.ehp-cmp--hlglass .ehp-cmp__table .is-hl{color:var(--cmp-hl-fg, rgb(var(--color-foreground)))}.ehp-cmp__table tbody tr.ehp-cmp__row--tail td{padding:0;height:0;line-height:0;font-size:0;background:none}.ehp-cmp__table thead th{padding-top:0;padding-bottom:.85rem}.ehp-cmp__label{font-weight:700;line-height:1.2;display:block}.ehp-cmp__logo{display:block;margin-inline:auto;height:auto;max-width:100%;object-fit:contain}.ehp-cmp__th--us .ehp-cmp__logo{width:min(var(--cmp-us-logo-d, 90px),100%)}.ehp-cmp__th--c1 .ehp-cmp__logo{width:min(var(--cmp-c1-logo-d, 90px),100%)}.ehp-cmp__th--c2 .ehp-cmp__logo{width:min(var(--cmp-c2-logo-d, 90px),100%)}.ehp-cmp__th--c3 .ehp-cmp__logo{width:min(var(--cmp-c3-logo-d, 90px),100%)}.ehp-cmp__th--us .ehp-cmp__label{font-size:var(--cmp-us-fs, 16px)}.ehp-cmp__th--c1 .ehp-cmp__label{font-size:var(--cmp-c1-fs, 16px)}.ehp-cmp__th--c2 .ehp-cmp__label{font-size:var(--cmp-c2-fs, 16px)}.ehp-cmp__th--c3 .ehp-cmp__label{font-size:var(--cmp-c3-fs, 16px)}.ehp-cmp__benefit{display:flex;align-items:center;justify-content:center;gap:.6rem;text-align:center}.ehp-cmp__benefit-text{font-size:var(--cmp-benefit-fs, 1rem);line-height:1.35;color:var(--cmp-benefit-color, inherit)}.ehp-cmp__bicon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:var(--cmp-bicon-d, 22px);height:var(--cmp-bicon-d, 22px);--ehp-icon-size: var(--cmp-bicon-d, 22px);border-radius:999px}.ehp-cmp__bicon--bg{padding:.32em;width:auto;height:auto;background:var(--cmp-bicon-bg, transparent)}.ehp-cmp__mark{display:inline-flex;align-items:center;justify-content:center;--ehp-icon-size: var(--cmp-mark-size, 22px)}.ehp-cmp__mark>svg,.ehp-cmp__mark>.ehp-icon{flex:0 0 auto;display:block;width:var(--cmp-mark-size, 22px);height:var(--cmp-mark-size, 22px)}.ehp-cmp__mark--solid{padding:calc(var(--cmp-mark-size, 22px) * .36);border-radius:999px}.ehp-cmp__mark--us{color:var(--cmp-us-icon, currentColor)}.ehp-cmp__mark--them{color:var(--cmp-them-icon, currentColor)}.ehp-cmp__mark--us.ehp-cmp__mark--solid{background:var(--cmp-us-icon-bg, color-mix(in srgb, rgb(var(--color-foreground)) 10%, transparent))}.ehp-cmp__mark--them.ehp-cmp__mark--solid{background:var(--cmp-them-icon-bg, color-mix(in srgb, rgb(var(--color-foreground)) 10%, transparent))}.is-hl .ehp-cmp__mark--us{color:var(--cmp-us-icon-hl, var(--cmp-hl-fg, rgb(var(--color-background))))}.ehp-cmp--hlglass .is-hl .ehp-cmp__mark--us{color:var(--cmp-us-icon-hl, var(--cmp-hl-fg, rgb(var(--color-foreground))))}@media(max-width:989px){.ehp-cmp--table_first .ehp-cmp__grid,.ehp-cmp--table_second .ehp-cmp__grid{grid-template-columns:minmax(0,1fr)}.ehp-cmp__col--table,.ehp-cmp--table_first .ehp-cmp__col--table{order:0}.ehp-cmp__col--intro{text-align:center}.ehp-cmp__col--intro .ehp-btn-wrap{justify-content:center}}@media(max-width:749px){.ehp-cmp{padding-top:var(--cmp-pt-m, 36px);padding-bottom:var(--cmp-pb-m, 36px)}.ehp-cmp__table th,.ehp-cmp__table td{padding:var(--cmp-cell-pad-m, .7rem) .3rem}.ehp-cmp__cell--benefit,.ehp-cmp__table tbody td:first-child{padding-inline:.7rem .4rem}.ehp-cmp__benefit{gap:.45rem}.ehp-cmp__benefit-text{overflow-wrap:anywhere}.ehp-cmp__table thead th{padding-bottom:.6rem}.ehp-cmp__benefit{justify-content:flex-start;text-align:left}.ehp-cmp__col-benefit{width:var(--cmp-benefit-w-m, 44%)}.ehp-cmp__benefit-text{font-size:var(--cmp-benefit-fs-m, .9rem)}.ehp-cmp__mark{--cmp-mark-size: var(--cmp-mark-size-m, 18px)}.ehp-cmp__bicon{--cmp-bicon-d: var(--cmp-bicon-m, 18px);width:var(--cmp-bicon-m, 18px);height:var(--cmp-bicon-m, 18px)}.ehp-cmp__bicon--bg{width:auto;height:auto}.ehp-cmp__th--us .ehp-cmp__logo{width:min(var(--cmp-us-logo-m, 70px),100%)}.ehp-cmp__th--c1 .ehp-cmp__logo{width:min(var(--cmp-c1-logo-m, 70px),100%)}.ehp-cmp__th--c2 .ehp-cmp__logo{width:min(var(--cmp-c2-logo-m, 70px),100%)}.ehp-cmp__th--c3 .ehp-cmp__logo{width:min(var(--cmp-c3-logo-m, 70px),100%)}.ehp-cmp__table{margin-top:var(--cmp-over-m, 20px);margin-bottom:var(--cmp-over-m, 20px)}.ehp-cmp__hlbg{inset:0 var(--cmp-gap-m, 5px)}}.ehp-cmp--nointro .ehp-cmp__grid{grid-template-columns:minmax(0,1fr)!important}.ehp-cmp--nointro .ehp-cmp__tablewrap{width:fit-content;max-width:100%;margin-inline:0}.ehp-cmp--nointro.ehp-cmp--talign-left .ehp-cmp__col--table{justify-self:start}.ehp-cmp--nointro.ehp-cmp--talign-center .ehp-cmp__col--table{justify-self:center}.ehp-cmp--nointro.ehp-cmp--talign-right .ehp-cmp__col--table{justify-self:end}.ehp-cmp--nointro .ehp-cmp__table{width:auto;min-width:min(100%,46rem);max-width:100%}.ehp-cmp__cell--benefit,.ehp-cmp__table tbody td:first-child,.ehp-cmp__table thead th:first-child{padding-inline-start:1.35rem}@media screen and (max-width:749px){.ehp-cmp__cell--benefit,.ehp-cmp__table tbody td:first-child,.ehp-cmp__table thead th:first-child{padding-inline-start:.95rem}}.ehp-cmp__benefit{justify-content:var(--cmp-just-d, center);text-align:var(--cmp-ta-d, center)}.ehp-cmp__cell--benefit,.ehp-cmp__table tbody td:first-child{text-align:var(--cmp-ta-d, center)}@media screen and (max-width:749px){.ehp-cmp__benefit{justify-content:var(--cmp-just-m, flex-start);text-align:var(--cmp-ta-m, left)}.ehp-cmp__cell--benefit,.ehp-cmp__table tbody td:first-child{text-align:var(--cmp-ta-m, left)}}
/*# sourceMappingURL=/cdn/shop/t/624/assets/ehp-comparison.css.map */
