.stats_infra{display:flex;flex-direction:column;padding:5rem 0}.stats_infra .container{display:flex;flex-direction:column;gap:4rem}.stats_infra .stats_infra__intro{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin:0 auto;max-width:800px;text-align:center}.stats_infra .stats_infra__intro .stats_infra__bar{background:rgb(var(--tint));border-radius:2px;display:block;height:3px;margin-bottom:.5em;width:36px}.stats_infra .stats_infra__intro .stats_infra__title{color:rgb(var(--color));font-family:"proximanova-bold",var(--font-brand),sans-serif;font-size:clamp(1.55em,2.6vw,2em);font-style:italic;font-weight:900;letter-spacing:0;line-height:1.3;margin:0;padding:.1em .15em;text-transform:uppercase}.stats_infra .stats_infra__intro .stats_infra__title em{background:linear-gradient(120deg,rgb(var(--tint)) 0,rgba(var(--tint-light),.85));-webkit-background-clip:text;background-clip:text;display:inline-block;font-style:italic;padding-right:.1em;-webkit-text-fill-color:transparent}.stats_infra .stats_infra__intro p{color:rgba(var(--color),.8);font-size:1rem;font-weight:300;line-height:1.5;margin:0;opacity:.75}.stats_hardware,.stats_protection{display:flex;flex-direction:row;gap:2.5em}.stats_hardware .slot,.stats_protection .slot{background:rgb(var(--shade));border:1px solid rgb(var(--border));border-radius:var(--radius);display:flex;flex:1;flex-direction:column;gap:2em;isolation:isolate;overflow:hidden;position:relative}.stats_hardware .slot:before,.stats_protection .slot:before{background:linear-gradient(90deg,transparent 0,rgba(var(--tint),.7) 50%,transparent 100%);content:"";height:1px;left:0;opacity:.5;position:absolute;right:0;top:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);z-index:4}.stats_hardware .slot:after,.stats_protection .slot:after{background:radial-gradient(closest-side,rgba(var(--tint),.18),transparent 70%);content:"";filter:blur(40px);height:70%;opacity:0;pointer-events:none;position:absolute;right:-20%;top:-30%;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);width:60%;z-index:1}.stats_hardware .slot .background,.stats_protection .slot .background{inset:0;overflow:hidden;position:absolute;z-index:0}.stats_hardware .slot .background img,.stats_protection .slot .background img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .6s cubic-bezier(.25,.46,.45,.94);width:100%;will-change:transform}.stats_hardware .slot .content,.stats_protection .slot .content{background:linear-gradient(180deg,rgba(var(--shade),0) 0,rgba(var(--shade),.6) 35%,rgb(var(--shade)) 75%);display:flex;flex:1;flex-direction:column;gap:1.75rem;max-width:600px;padding:3em 3em 3.5em;position:relative;z-index:2}.stats_hardware .slot .content .image,.stats_protection .slot .content .image{align-items:flex-end;display:flex;margin-bottom:.5rem;min-height:90px;overflow:hidden}.stats_hardware .slot .content .image img,.stats_protection .slot .content .image img{display:block;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5)) drop-shadow(0 2px 6px rgba(var(--tint),.25));height:80px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);width:auto;will-change:transform}.stats_hardware .slot .content .title,.stats_protection .slot .content .title{display:flex;flex-direction:column;gap:1rem}.stats_hardware .slot .content .title:before,.stats_protection .slot .content .title:before{background:rgb(var(--tint));border-radius:2px;content:"";display:block;height:3px;margin-bottom:.25rem;width:36px}.stats_hardware .slot .content .title h2,.stats_protection .slot .content .title h2{font-family:var(--font-brand);font-style:italic;font-weight:800;line-height:1.2;margin:0}.stats_hardware .slot .content .title .text,.stats_protection .slot .content .title .text{display:flex;flex-direction:column;font-size:1rem;font-weight:400;line-height:1.6}.stats_hardware .slot .content .title .text span,.stats_protection .slot .content .title .text span{color:rgba(var(--color),.75)}.stats_hardware .slot:hover,.stats_protection .slot:hover{border-color:rgba(var(--tint),.4);box-shadow:0 18px 40px #0000004d,0 0 0 1px rgba(var(--tint),.08)}.stats_hardware .slot:hover:after,.stats_hardware .slot:hover:before,.stats_protection .slot:hover:after,.stats_protection .slot:hover:before{opacity:1}.stats_hardware .slot:hover .background img,.stats_protection .slot:hover .background img{transform:scale(1.04)}.stats_hardware .slot:hover .content .image img,.stats_protection .slot:hover .content .image img{transform:translateY(-3px)}.stats_protection .slot{--icon-color:rgb(var(--tint));--icon-glow:rgba(var(--tint),.5)}.stats_protection .slot:first-of-type .background img{-o-object-position:left center;object-position:left center}.stats_protection .slot .content .image{min-height:110px;overflow:visible}.stats_protection .slot .content .image .protection-icon{color:var(--icon-color,#fff);filter:drop-shadow(0 14px 28px rgba(0,0,0,.7)) drop-shadow(0 4px 10px rgba(0,0,0,.6)) drop-shadow(0 0 20px var(--icon-glow,rgba(255,255,255,.35)));font-size:6rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.stats_protection .slot .content .title .protection-cta{align-items:center;align-self:center;color:rgb(var(--tint));display:inline-flex;font-weight:500;gap:.4em;margin-top:1rem;padding:.5em 0;text-decoration:none;transition:gap .4s cubic-bezier(.25,.46,.45,.94)}.stats_protection .slot .content .title .protection-cta:hover{gap:.7em}.stats_protection .slot:hover .content .image .protection-icon{transform:translateY(-3px) scale(1.05)}@media screen and (max-width:770px){.stats_hardware,.stats_hardware .slot,.stats_protection,.stats_protection .slot{flex-direction:column;gap:2rem}.stats_hardware .slot .content,.stats_hardware .slot .content .title,.stats_hardware .slot .image,.stats_protection .slot .content,.stats_protection .slot .content .title,.stats_protection .slot .image{max-width:100%}.stats_infra{padding:3.5rem 0}.stats_infra .container{gap:2.5rem}.stats_infra .stats_infra__intro p{font-size:.95rem}}
