.pp-blog-list{display:flex;flex-direction:column;gap:1.25rem;width:100%}.pp-blog-card{width:100%;height:auto;margin:0}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.pp-window--contact,.pp-window--contact .window-pane,.pp-contact-pane{height:auto;min-height:0;overflow:visible}.pp-contact-copy{margin-bottom:.85rem}.pp-contact-copy form{display:none}.pp-contact-form{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.pp-contact-form__row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem;width:100%}.pp-contact-form__row label{flex:0 0 6.25rem;width:6.25rem;margin:0;white-space:nowrap}.pp-contact-form__row input,.pp-contact-form__row textarea{flex:1 1 auto;min-width:0;width:100%}.pp-contact-form__row textarea{min-height:6rem;align-self:stretch}.pp-contact-form__actions{display:flex;justify-content:flex-end;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.pp-hero-media--mobile{display:none}.pp-hero-media--carousel{position:relative;overflow:hidden;min-height:24rem}@media(max-width:699px){.pp-hero-media--desktop{display:none}.pp-hero-media--mobile{display:block}}.pp-hero-letterbox{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:#fff}.pp-hero-letterbox:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:var(--pp-hero-matte-opacity, 1);background-color:#fff;background-image:linear-gradient(45deg,#000 25%,transparent 0,transparent 75%,#000 0,#000),linear-gradient(45deg,#000 25%,transparent 0,transparent 75%,#000 0,#000);background-position:0 0,2px 2px;background-size:4px 4px}.pp-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:transparent;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease}.pp-hero-slide.is-active,.pp-hero-slide.is-leaving{z-index:2;visibility:visible}.pp-hero-slide.is-active{opacity:1;pointer-events:auto}.pp-hero-slide.is-leaving{opacity:0;pointer-events:none}.pp-hero-slide[hidden]{display:none}@media(prefers-reduced-motion:reduce){.pp-hero-slide{transition:none}}.pp-hero-slide img{display:block;width:100%;height:100%;object-fit:cover}.pp-hero-media:not(.pp-hero-media--carousel):not(.pp-hero-media--desktop){position:relative;min-height:24rem}.pp-hero-media video{display:block;width:100%;object-fit:contain;background:transparent}.pp-hero-media:not(.pp-hero-media--carousel) video{position:relative;z-index:1;height:24rem}.pp-hero-media--carousel video{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.pp-hero-chrome{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.45rem;pointer-events:none}.pp-hero-dots{display:flex;align-items:center;justify-content:center;gap:.4rem;pointer-events:auto}.pp-hero-dot{width:.5rem;height:.5rem;padding:0;border:1.5px solid #fff;border-radius:50%;background:transparent;box-shadow:0 0 0 1px #00000047;cursor:pointer}.pp-hero-dot.is-current{background:#fff}.pp-hero-progress{width:100%;height:3px;background:#ffffff47}.pp-hero-progress__bar{width:100%;height:100%;background:#fff;transform:scaleX(var(--pp-hero-progress, 0));transform-origin:left center}.pp-marquee{font-size:var(--pp-marquee-font, 16px)}.pp-start-pdf{padding:.65rem .35rem;overflow:visible}.pp-start-pdf .btn{display:flex;width:100%;height:auto;min-height:var(--pp-btn-height);white-space:normal;padding-block:.35rem}.pp-quotes{width:100%;max-width:100%;overflow:hidden;padding:.15rem 0}.pp-quotes__track{display:flex;width:max-content;animation:pp-quotes var(--pp-quotes-duration, 48s) linear infinite}.pp-quotes:hover .pp-quotes__track{animation-play-state:paused}.pp-quotes__group{display:flex;align-items:flex-start;gap:.85rem;padding-right:.85rem}.pp-quote-card.window{display:flex;flex-direction:column;height:auto}.pp-quote-card__pane,.pp-quote-card .window-pane{flex:1 1 auto;height:auto;overflow:visible}.pp-quote-card__text{font-size:var(--pp-quote-size, 16px)}@keyframes pp-quotes{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.pp-quotes__track{animation:none;flex-wrap:wrap;width:100%;justify-content:center}.pp-quotes__group{flex-wrap:wrap;justify-content:center;padding-right:0}.pp-quotes__group--clone{display:none}}.pp-underline-text{width:100%;box-sizing:border-box;background:transparent;border:.1em solid #000;padding:.45rem 1rem;text-align:center}.pp-underline-text__label{margin:0;font-family:var(--pp-font);font-size:var(--pp-underline-font, 16px);line-height:1.3;text-decoration:underline;text-underline-offset:.18em;background:none}.pp-window--video .window-pane{height:auto;overflow:hidden}.pp-video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.pp-video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.pp-video-caption{margin:.65rem .85rem .85rem}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/26/compiled_assets/styles.css.map */
