.ehp-tpt{position:relative;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));--ehp-tpt-gap: .85rem;--ehp-tpt-row-unit: 6.4rem;--ehp-tpt-fs: 13px;--ehp-tpt-radius: 14px;--ehp-tpt-rows: 6;--ehp-tpt-cards: 6;--ehp-tpt-speed: 2}.ehp-tpt__panel,.ehp-tpt__container{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ehp-tpt__panel{padding:clamp(1rem,2vw,1.5rem);border-radius:calc(var(--ehp-tpt-radius) + 6px)}.ehp-tpt__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.ehp-tpt__wrap{position:relative;z-index:1;max-width:1000px;margin-inline:auto;padding:var(--ehp-tpt-pt, 48px) 2rem var(--ehp-tpt-pb, 48px)}.ehp-tpt--w-s .ehp-tpt__wrap{max-width:720px}.ehp-tpt--w-m .ehp-tpt__wrap{max-width:1000px}.ehp-tpt--w-l .ehp-tpt__wrap{max-width:1320px}.ehp-tpt--h-s{--ehp-tpt-row-unit: 5.6rem;--ehp-tpt-fs: 12px}.ehp-tpt--h-m{--ehp-tpt-row-unit: 6.4rem;--ehp-tpt-fs: 13px}.ehp-tpt--h-l{--ehp-tpt-row-unit: 7.4rem;--ehp-tpt-fs: 14px}.ehp-tpt__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--ehp-tpt-gap-col, 3rem);align-items:center}.ehp-tpt--place-comments-first .ehp-tpt__content{order:2}.ehp-tpt--place-comments-first .ehp-tpt__ticker{order:1}.ehp-tpt--no-content .ehp-tpt__grid{grid-template-columns:1fr}.ehp-tpt__content{min-width:0}.ehp-tpt__container{padding:clamp(1.5rem,3vw,2.75rem);border-radius:16px}.ehp-tpt__eyebrow{display:none}.ehp-tpt__heading{margin:0 0 1rem;line-height:1.1;letter-spacing:-.01em}.ehp-tpt--hs-s .ehp-tpt__heading{font-size:clamp(1.5rem,2.5vw,2rem)}.ehp-tpt--hs-m .ehp-tpt__heading{font-size:clamp(2rem,3.5vw,2.9rem)}.ehp-tpt--hs-l .ehp-tpt__heading{font-size:clamp(2.6rem,5vw,4rem)}.ehp-tpt__body-text{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.55;opacity:.85}.ehp-tpt__body-text>*:last-child{margin-bottom:0}.ehp-tpt__body-text>*:first-child{margin-top:0}.ehp-tpt__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:calc(.85rem * var(--ehp-tpt-btn-size, 1)) calc(1.9rem * var(--ehp-tpt-btn-size, 1));border-radius:var(--ehp-tpt-btn-radius, 100px);font-weight:600;font-size:calc(1rem * var(--ehp-tpt-btn-size, 1));line-height:1.25;text-decoration:none;cursor:pointer;border:0;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.ehp-tpt__btn-label{position:relative;z-index:1}.ehp-tpt__btn--full{width:100%}.ehp-tpt__btn--scheme{--ehp-btn-accent: rgb(var(--color-button, var(--color-foreground)));--ehp-btn-on: rgb(var(--color-button-text, var(--color-background)));background:var(--ehp-btn-accent);color:var(--ehp-btn-on)}.ehp-tpt__btn--custom{--ehp-btn-accent: var(--ehp-btn-bg, #111111);--ehp-btn-on: var(--ehp-btn-fg, #ffffff);background:var(--ehp-btn-accent);color:var(--ehp-btn-on)}.ehp-tpt__btn--glass{--ehp-btn-accent: rgb(var(--ehp-tpt-btn-tint, 255 255 255) / .5);--ehp-btn-on: rgb(var(--color-foreground));background:rgb(var(--ehp-tpt-btn-tint, 255 255 255) / var(--ehp-tpt-btn-alpha, .16));-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px #ffffff52,inset 0 1px #ffffff80,0 4px 14px -4px #0000002e}.ehp-tpt__btn--outline{background:transparent;color:var(--ehp-btn-accent, rgb(var(--color-foreground)));box-shadow:inset 0 0 0 2px var(--ehp-btn-accent, rgb(var(--color-foreground)))}.ehp-tpt__btn--outline.ehp-hv--fill,.ehp-tpt__btn--outline.ehp-hv--fill_up,.ehp-tpt__btn--outline.ehp-hv--sweep{color:var(--ehp-btn-accent, rgb(var(--color-foreground)));box-shadow:inset 0 0 0 2px var(--ehp-btn-accent, rgb(var(--color-foreground)))}.ehp-tpt__btn--outline.ehp-hv--fill:hover,.ehp-tpt__btn--outline.ehp-hv--fill_up:hover,.ehp-tpt__btn--outline.ehp-hv--sweep:hover{color:var(--ehp-btn-on, rgb(var(--color-background)))}.ehp-tpt__btn--outline.ehp-hv--fill:before{transform:scaleX(0);transform-origin:center}.ehp-tpt__btn--outline.ehp-hv--fill:hover:before{transform:scaleX(1)}.ehp-tpt__btn--outline.ehp-hv--fill_up:before{transform:scaleY(0);transform-origin:bottom center}.ehp-tpt__btn--outline.ehp-hv--fill_up:hover:before{transform:scaleY(1)}.ehp-tpt__btn--outline.ehp-hv--sweep:before{transform:translate(-101%)}.ehp-tpt__btn--outline.ehp-hv--sweep:hover:before{transform:translate(0)}.ehp-tpt__btn--glass.ehp-hv--fill,.ehp-tpt__btn--glass.ehp-hv--fill_up,.ehp-tpt__btn--glass.ehp-hv--sweep{background:transparent!important;color:rgb(var(--color-foreground))}.ehp-tpt__btn--glass.ehp-hv--fill:before,.ehp-tpt__btn--glass.ehp-hv--fill_up:before,.ehp-tpt__btn--glass.ehp-hv--sweep:before{background:rgb(var(--ehp-tpt-btn-tint, 255 255 255) / var(--ehp-tpt-btn-alpha, .16))}.ehp-tpt__btn--glass.ehp-hv--fill:hover,.ehp-tpt__btn--glass.ehp-hv--fill_up:hover,.ehp-tpt__btn--glass.ehp-hv--sweep:hover{color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px #ffffff52,inset 0 1px #ffffff80,0 4px 14px -4px #0000002e}@media screen and (min-width:750px){.ehp-tpt--content-mobile .ehp-tpt__content{display:none}.ehp-tpt--content-mobile .ehp-tpt__grid{grid-template-columns:1fr}}@media screen and (max-width:749px){.ehp-tpt--content-desktop .ehp-tpt__content{display:none}}.ehp-tpt__ticker{min-width:0}.ehp-tpt__viewport{position:relative;height:calc(var(--ehp-tpt-rows) * var(--ehp-tpt-row-unit));overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 91%,transparent)}.ehp-tpt__track{display:flex;flex-direction:column;animation:ehp-tpt-scroll calc(var(--ehp-tpt-cards) * 3.4s / var(--ehp-tpt-speed)) linear infinite;will-change:transform}.ehp-tpt__viewport--pause:hover .ehp-tpt__track{animation-play-state:paused}@keyframes ehp-tpt-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){.ehp-tpt__track{animation:none}.ehp-tpt__viewport{height:auto;max-height:calc(var(--ehp-tpt-rows) * var(--ehp-tpt-row-unit));overflow-y:auto}}.ehp-tpt__card{margin-bottom:var(--ehp-tpt-gap);padding:1rem 1.1rem 1.05rem;border-radius:var(--ehp-tpt-radius);font-family:var(--font-body-family);font-size:var(--ehp-tpt-fs)}.ehp-tpt__card--light{background:#fff;box-shadow:0 1px 4px #0000001a}.ehp-tpt__card--dark{background:#1b1b1b;box-shadow:0 1px 4px #0006}.ehp-tpt__head{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.7em}.ehp-tpt__avatar{width:2.5em;height:2.5em;border-radius:50%;object-fit:cover;flex:0 0 auto;background:#c9ced6}.ehp-tpt__id{flex:1;min-width:0;display:flex;flex-direction:column}.ehp-tpt__name{font-weight:700;font-size:.98em;line-height:1.25}.ehp-tpt__sub{font-size:.82em;margin-top:.05em}.ehp-tpt__date{flex:0 0 auto;font-size:.82em;white-space:nowrap}.ehp-tpt__card--light .ehp-tpt__name{color:#191919}.ehp-tpt__card--light .ehp-tpt__sub,.ehp-tpt__card--light .ehp-tpt__date{color:#6b6b6b}.ehp-tpt__card--dark .ehp-tpt__name{color:#fff}.ehp-tpt__card--dark .ehp-tpt__sub,.ehp-tpt__card--dark .ehp-tpt__date{color:#9b9b9b}.ehp-tpt__stars{display:flex;gap:3px;margin-bottom:.7em}.ehp-tpt__star{width:1.5em;height:1.5em;border-radius:2px;display:inline-flex;align-items:center;justify-content:center}.ehp-tpt__star svg{width:74%;height:74%;display:block}.ehp-tpt__title{margin:0 0 .35em;font-weight:700;font-size:1.02em;line-height:1.3;word-break:break-word}.ehp-tpt__card--light .ehp-tpt__title{color:#191919}.ehp-tpt__card--dark .ehp-tpt__title{color:#fff}.ehp-tpt__text{margin:0;font-size:.96em;line-height:1.42;word-break:break-word;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.ehp-tpt__card--light .ehp-tpt__text{color:#4a4a4a}.ehp-tpt__card--dark .ehp-tpt__text{color:#ffffffd9}.ehp-tpt--glass{background:rgb(var(--ehp-tpt-glass-tint, 255 255 255) / var(--ehp-tpt-glass-alpha, .12))!important;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:inset 0 1px #ffffff4d,0 8px 30px -12px #0003}@media screen and (max-width:749px){.ehp-tpt--hm-s{--ehp-tpt-row-unit: 5.4rem;--ehp-tpt-fs: 12px}.ehp-tpt--hm-m{--ehp-tpt-row-unit: 6rem;--ehp-tpt-fs: 12.5px}.ehp-tpt--hm-l{--ehp-tpt-row-unit: 6.8rem;--ehp-tpt-fs: 13.5px}.ehp-tpt__wrap{padding:var(--ehp-tpt-pt-m, 32px) 1.15rem var(--ehp-tpt-pb-m, 32px)}.ehp-tpt--wm-s .ehp-tpt__wrap{max-width:26rem}.ehp-tpt--wm-m .ehp-tpt__wrap{max-width:34rem}.ehp-tpt--wm-l .ehp-tpt__wrap{max-width:none}.ehp-tpt__grid{grid-template-columns:1fr;gap:2rem}.ehp-tpt--place-comments-first .ehp-tpt__content,.ehp-tpt--place-comments-first .ehp-tpt__ticker{order:0}}.ehp-tpt__btn-bottom{max-width:1000px;margin-inline:auto;margin-top:var(--ehp-tpt-btnbot-gap, 32px)}.ehp-tpt--full .ehp-tpt__btn-bottom{max-width:none}
/*# sourceMappingURL=/cdn/shop/t/624/assets/ehp-tp-ticker.css.map */
