.px-iwt{padding:104px 0}.px-iwt--tint{background:var(--lp-tint)}.px-iwt--dark{background:var(--lp-navy-deep)}.px-iwt__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.px-iwt--flip .px-iwt__media{order:-1}.px-iwt__media{border-radius:var(--radius-card);overflow:hidden;background:var(--lp-tint);aspect-ratio:5/4}.px-iwt__media img{width:100%;height:100%;object-fit:cover;display:block}.px-iwt__text h2{font-family:var(--head);font-size:clamp(32px,3.6vw,48px);font-weight:600;line-height:1.08;letter-spacing:-.03em;color:var(--lp-navy);max-width:17ch;text-wrap:balance}.px-iwt__body{margin:22px 0 0;max-width:60ch;font-size:17px;line-height:1.65;color:var(--lp-body)}.px-iwt__body+.px-iwt__body{margin-top:16px}.px-iwt__punch{margin:20px 0 0;max-width:34ch;font-family:var(--head);font-size:clamp(20px,2.1vw,25px);font-weight:600;line-height:1.25;letter-spacing:-.025em;color:var(--lp-navy)}.px-iwt__list{margin:38px 0 0}.px-iwt__list>div{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:baseline;padding-bottom:18px;border-bottom:1px solid var(--lp-line)}.px-iwt__list>div+div{padding-top:18px}.px-iwt__list dt{font-family:var(--head);font-size:30px;font-weight:600;letter-spacing:-.03em;line-height:1;color:var(--lp-navy);min-width:3.4em}.px-iwt__list dd{margin:0;font-size:15.5px;line-height:1.6;color:var(--lp-body)}.px-iwt__turn{margin:32px 0 0;max-width:52ch;font-size:17px;line-height:1.6;color:var(--lp-navy);font-weight:500}.px-iwt__btn{margin-top:30px;display:inline-flex;align-items:center;justify-content:center;padding:17px 38px;border-radius:999px;background:var(--lp-navy);color:#fff;font-size:16px;font-weight:500;transition:background .15s}.px-iwt__btn:hover{background:var(--lp-sky-dark)}.px-iwt__btn:focus-visible{outline:2px solid var(--lp-sky);outline-offset:3px}.px-iwt--dark .px-iwt__text h2{color:#fff}.px-iwt--dark .px-iwt__body,.px-iwt--dark .px-iwt__list dd{color:#b4c9e4;line-height:1.72;letter-spacing:.004em}.px-iwt--dark .px-iwt__list dt,.px-iwt--dark .px-iwt__turn,.px-iwt--dark .px-iwt__punch{color:#fff}.px-iwt--dark .px-iwt__list>div{border-color:#7fb8ff3d}.px-iwt--dark .px-iwt__btn{background:var(--lp-sky)}.px-iwt--dark .px-iwt__btn:hover{background:var(--lp-sky-2);color:var(--lp-navy)}.px-iwt--dark .px-iwt__media{background:var(--lp-navy-panel)}@media(max-width:900px){.px-iwt{padding:60px 0}.px-iwt__grid{grid-template-columns:1fr;gap:34px}.px-iwt--flip .px-iwt__media{order:0}.px-iwt__media{aspect-ratio:4/3}.px-iwt__body,.px-iwt__turn{font-size:16px}.px-iwt__punch{font-size:20px}.px-iwt__list dt{font-size:26px}.px-iwt__list>div{gap:18px}.px-iwt__btn{width:100%}}.px-pm{padding:104px 0}.px-pm--tint{background:var(--lp-tint)}.px-pm--dark{background:var(--lp-navy-deep)}.px-pm__grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.px-pm__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc(50% - 8px);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.px-pm__track::-webkit-scrollbar{display:none}.px-pm__slide{margin:0;scroll-snap-align:start;border-radius:var(--radius-card);overflow:hidden;background:#e7ecf8;aspect-ratio:9/16}.px-pm--dark .px-pm__slide{background:var(--lp-navy-panel)}.px-pm__slide img,.px-pm__slide video{width:100%;height:100%;object-fit:cover;display:block}.px-pm__slide .px-pm__embed,.px-pm__slide iframe{width:100%;height:100%;border:0;display:block}.px-pm__nav{margin-top:18px;display:flex;gap:8px}.px-pm__arrow{width:38px;height:38px;border-radius:50%;border:1px solid var(--lp-line);background:#fff;color:var(--lp-navy);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s}.px-pm__arrow:hover{border-color:var(--lp-navy)}.px-pm__arrow:focus-visible{outline:2px solid var(--lp-sky);outline-offset:2px}.px-pm__arrow[data-pm-prev] svg{transform:rotate(180deg)}.px-pm--dark .px-pm__arrow{background:transparent;border-color:#7fb8ff59;color:#fff}.px-pm__text h2{font-family:var(--head);font-size:clamp(28px,3.1vw,40px);font-weight:600;line-height:1.12;letter-spacing:-.03em;color:var(--lp-navy);max-width:20ch;text-wrap:balance}.px-pm__sub{margin:18px 0 0;max-width:58ch;font-size:17px;line-height:1.65;color:var(--lp-body)}.px-pm__feats{margin:40px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:36px 40px}.px-pm__feat svg{color:var(--lp-sky)}.px-pm__feat h3{margin:14px 0 6px;font-family:var(--head);font-size:17px;font-weight:600;letter-spacing:-.015em;color:var(--lp-navy)}.px-pm__feat p{margin:0;font-size:15px;line-height:1.6;color:var(--lp-body)}.px-pm--dark .px-pm__text h2,.px-pm--dark .px-pm__feat h3{color:#fff}.px-pm--dark .px-pm__sub,.px-pm--dark .px-pm__feat p{color:#b4c9e4;line-height:1.72}.px-pm--dark .px-pm__feat svg{color:var(--lp-sky-2)}@media(max-width:900px){.px-pm{padding:60px 0}.px-pm__grid{grid-template-columns:1fr;gap:34px}.px-pm__track{grid-auto-columns:78%}.px-pm__feats{margin-top:30px;gap:28px 24px}.px-pm__sub{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/vaultrx-prob.css.map */
