.plas-trust__header{text-align:center;margin-bottom:3.6rem}.plas-trust__pretitle{display:inline-block;font-size:1.3rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.7);font-weight:600;margin-bottom:1.2rem}.plas-trust__heading{margin:0}.plas-trust__grid{display:grid;gap:2rem;align-items:stretch}.plas-trust__grid--cards.plas-trust__grid--1{grid-template-columns:minmax(0,36rem);justify-content:center}.plas-trust__grid--cards.plas-trust__grid--2{grid-template-columns:repeat(2,1fr)}.plas-trust__grid--cards.plas-trust__grid--3{grid-template-columns:repeat(3,1fr)}.plas-trust__grid--cards.plas-trust__grid--4{grid-template-columns:repeat(4,1fr)}.plas-trust__grid--cards.plas-trust__grid--5{grid-template-columns:repeat(5,1fr)}.plas-trust__grid--cards.plas-trust__grid--6{grid-template-columns:repeat(3,1fr)}.plas-trust__grid--cards .plas-trust__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;padding:2.8rem 2rem;border-radius:var(--text-boxes-radius, 2rem);background:rgba(var(--color-foreground),.025);border:1px solid rgba(var(--color-foreground),.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),border-color .35s ease;position:relative;overflow:hidden}.plas-trust__grid--cards .plas-trust__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--plas-blue-rgb, 0 118 207),.04) 0%,transparent 50%,rgba(var(--plas-blue-rgb, 0 118 207),.02) 100%);border-radius:inherit;pointer-events:none;z-index:0}.plas-trust__grid--cards .plas-trust__card:hover{transform:translateY(-6px);box-shadow:0 8px 32px rgba(var(--plas-navy-rgb, 0 47 108),.08),0 2px 8px rgba(var(--plas-navy-rgb, 0 47 108),.04);border-color:rgba(var(--plas-blue-rgb, 0 118 207),.18)}.plas-trust__grid--cards .plas-trust__icon-wrap{position:relative;z-index:1;width:6.4rem;height:6.4rem;border-radius:50%;padding:3px;background:linear-gradient(135deg,rgba(var(--plas-blue-rgb, 0 118 207),.5),rgba(var(--plas-blue-rgb, 0 118 207),.15));flex-shrink:0}.plas-trust__grid--cards .plas-trust__icon{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-background),1);color:rgba(var(--color-foreground),.85)}.plas-trust__grid--cards .plas-trust__icon svg{width:2.8rem;height:2.8rem}.plas-trust__grid--cards .plas-trust__icon-image{width:3.6rem;height:3.6rem;object-fit:contain}.plas-trust__grid--cards .plas-trust__stat{position:relative;z-index:1;font-size:2.8rem;font-weight:800;line-height:1;color:rgba(var(--color-foreground),.95);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.plas-trust__grid--cards .plas-trust__text{position:relative;z-index:1;display:flex;flex-direction:column;gap:.4rem}.plas-trust__grid--cards .plas-trust__title{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:.01em}.plas-trust__grid--cards .plas-trust__desc{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.6)}.plas-trust__grid--strip{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:0}.plas-trust__grid--strip .plas-trust__card{display:flex;flex-direction:row;align-items:center;gap:1.2rem;padding:1.6rem 2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.plas-trust__grid--strip .plas-trust__card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #002f6c14}.plas-trust__grid--strip .plas-trust__card:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(var(--color-foreground),.1)}.plas-trust__grid--strip .plas-trust__icon-wrap{width:4.4rem;height:4.4rem;flex-shrink:0;padding:0;background:none}.plas-trust__grid--strip .plas-trust__icon{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.06);color:rgba(var(--color-foreground),.85);transition:background-color .25s ease}.plas-trust__grid--strip .plas-trust__card:hover .plas-trust__icon{background:rgba(var(--color-foreground),.12)}.plas-trust__grid--strip .plas-trust__icon svg{width:2.2rem;height:2.2rem}.plas-trust__grid--strip .plas-trust__icon-image{width:2.8rem;height:2.8rem;object-fit:contain}.plas-trust__grid--strip .plas-trust__stat{font-size:2rem;font-weight:800;line-height:1;color:rgba(var(--color-foreground),.95);letter-spacing:-.02em;flex-shrink:0;font-variant-numeric:tabular-nums}.plas-trust__grid--strip .plas-trust__text{display:flex;flex-direction:column;gap:.2rem;text-align:left}.plas-trust__grid--strip .plas-trust__title{font-size:1.3rem;font-weight:700;line-height:1.3;letter-spacing:.02em}.plas-trust__grid--strip .plas-trust__desc{font-size:1.2rem;line-height:1.4;color:rgba(var(--color-foreground),.6)}@media screen and (min-width:750px)and (max-width:989px){.plas-trust__grid--cards.plas-trust__grid--4,.plas-trust__grid--cards.plas-trust__grid--5{grid-template-columns:repeat(3,1fr)}.plas-trust__grid--cards .plas-trust__card{padding:2.2rem 1.6rem}.plas-trust__grid--cards .plas-trust__icon-wrap{width:5.6rem;height:5.6rem}.plas-trust__grid--strip{grid-template-columns:repeat(2,1fr)}.plas-trust__grid--strip .plas-trust__card:not(:last-child):after{display:none}}@media screen and (max-width:749px){.plas-trust__header{margin-bottom:2.4rem}.plas-trust__grid--cards{display:flex;gap:1.4rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.6rem;touch-action:pan-x}.plas-trust__grid--cards::-webkit-scrollbar{display:none}.plas-trust__grid--cards .plas-trust__card{flex-shrink:0;width:clamp(20rem,70vw,26rem);scroll-snap-align:start;padding:2.2rem 1.8rem}.plas-trust__grid--cards .plas-trust__icon-wrap{width:5.2rem;height:5.2rem}.plas-trust__grid--cards .plas-trust__icon svg{width:2.4rem;height:2.4rem}.plas-trust__grid--cards .plas-trust__stat{font-size:2.4rem}.plas-trust__grid--cards .plas-trust__title{font-size:1.4rem}.plas-trust__grid--cards .plas-trust__desc{font-size:1.2rem}.plas-trust .page-width{padding-inline:0}.plas-trust__header{padding-inline:1.5rem}.plas-trust__grid--cards{padding-left:1.5rem;padding-right:1.5rem;scroll-padding-left:1.5rem}.plas-trust__grid--strip{grid-template-columns:repeat(2,1fr);gap:0}.plas-trust__grid--strip .plas-trust__card{padding:1.2rem 1rem;gap:.8rem}.plas-trust__grid--strip .plas-trust__card:not(:last-child):after{display:none}.plas-trust__grid--strip .plas-trust__icon-wrap{width:3.6rem;height:3.6rem}.plas-trust__grid--strip .plas-trust__icon svg{width:1.8rem;height:1.8rem}.plas-trust__grid--strip .plas-trust__title{font-size:1.2rem}.plas-trust__grid--strip .plas-trust__desc{font-size:1.1rem}.plas-trust__grid--strip .plas-trust__stat{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-plas-trust-bar.css.map */
