:root{--pdl-ink:#102f36;--pdl-lake:#1f5961;--pdl-teal:#3f7f7c;--pdl-sage:#789174;--pdl-mist:#e9eff0;--pdl-paper:#f6f5f0;--pdl-white:#fff;--pdl-line:rgba(16,47,54,.18);--pdl-shadow:0 22px 60px rgba(16,47,54,.12);--pdl-radius:1.25rem;--pdl-container:min(1240px,calc(100% - 3rem));--pdl-header:88px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--pdl-ink);background:var(--pdl-white);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--pdl-lake);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--pdl-teal)}button,input,textarea,select{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pdl-skip-link{position:fixed;left:1rem;top:-100px;z-index:10000;background:#fff;color:#000;padding:.75rem 1rem}.pdl-skip-link:focus{top:1rem}.pdl-container{width:var(--pdl-container);margin-inline:auto}.pdl-menu{list-style:none;margin:0;padding:0}.pdl-menu{display:flex;align-items:center;gap:clamp(.8rem,1.4vw,1.7rem)}.pdl-menu>li{position:relative}.pdl-menu a{display:block;color:#fff;text-decoration:none;font-size:.89rem;font-weight:600;letter-spacing:.01em;padding:.7rem 0}.pdl-menu a:hover,.pdl-menu .current-menu-item>a{color:#d9ecea}.pdl-menu .sub-menu{position:absolute;top:100%;left:-1rem;display:none;min-width:260px;margin:0;padding:.7rem;background:#fff;border-radius:.65rem;box-shadow:var(--pdl-shadow);list-style:none}.pdl-menu li:hover>.sub-menu,.pdl-menu li:focus-within>.sub-menu{display:block}.pdl-menu .sub-menu a{color:var(--pdl-ink);padding:.55rem .7rem}.pdl-hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;background:var(--pdl-ink)}.pdl-hero__video,.pdl-hero__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pdl-hero__poster{background-size:cover;background-position:center}.pdl-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,26,31,.84) 0%,rgba(4,26,31,.46) 55%,rgba(4,26,31,.18) 100%),linear-gradient(0deg,rgba(4,26,31,.54),transparent 55%)}.pdl-hero__content{position:relative;z-index:2;color:#fff;padding-block:calc(var(--pdl-header) + 8rem) 7rem}.pdl-hero h1{max-width:920px;margin:.25rem 0 1.25rem;font-size:clamp(3rem,7vw,6.8rem);line-height:.94;letter-spacing:-.055em;font-weight:650}.pdl-hero__content>p:not(.pdl-eyebrow){max-width:720px;font-size:clamp(1.05rem,2vw,1.4rem);color:rgba(255,255,255,.86)}.pdl-video-trigger{position:absolute;z-index:3;right:clamp(1.5rem,6vw,7rem);top:50%;transform:translateY(-50%);display:grid;place-items:center;width:126px;height:126px;border-radius:50%;border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.12);backdrop-filter:blur(8px);color:#fff;cursor:pointer}.pdl-video-trigger span{font-size:2rem;margin-left:.25rem}.pdl-video-trigger small{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.pdl-video-trigger:hover{background:#fff;color:var(--pdl-ink)}.pdl-hero__poster iframe{width:100%;height:100%;border:0}.pdl-scroll-cue{position:absolute;z-index:3;bottom:1.5rem;left:50%;color:#fff;text-decoration:none;font-size:1.8rem;animation:pdlBounce 1.8s infinite}.pdl-eyebrow{margin:0 0 .8rem;color:var(--pdl-teal);font-size:.76rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.pdl-eyebrow--light{color:#d2e6e3}.pdl-section{padding-block:clamp(4.5rem,9vw,9rem)}.pdl-section--paper{background:var(--pdl-paper) url("../images/home-paper.webp") repeat}.pdl-section--lake{background:var(--pdl-mist)}.pdl-section--ink{background:var(--pdl-ink);color:#fff}.pdl-section h2{margin:.1rem 0 1.2rem;font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:1.02;letter-spacing:-.045em;font-weight:620}.pdl-section h3{line-height:1.2}.pdl-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:clamp(3rem,8vw,8rem);align-items:start}.pdl-split--image{align-items:center}.pdl-prose,.pdl-split>div:last-child{font-size:1.08rem}.pdl-text-link{display:inline-block;font-weight:800;text-decoration:none;border-bottom:1px solid currentColor}.pdl-text-link--light{color:#fff}.pdl-section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3rem}.pdl-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--pdl-line)}.pdl-product-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;padding:2rem 1.5rem;border-bottom:1px solid var(--pdl-line);min-height:230px;transition:background .2s,transform .2s}.pdl-product-card:nth-child(odd){border-right:1px solid var(--pdl-line)}.pdl-product-card:hover{background:#fff;transform:translateY(-2px)}.pdl-product-card h3{font-size:clamp(1.45rem,2.5vw,2.3rem);margin:0 0 .75rem}.pdl-product-card h3 a{color:var(--pdl-ink);text-decoration:none}.pdl-image-frame{position:relative}.pdl-image-frame:before{content:"";position:absolute;inset:1.2rem -1.2rem -1.2rem 1.2rem;border:1px solid rgba(16,47,54,.34)}.pdl-image-frame img{position:relative;display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.pdl-button-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.pdl-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.25rem;border:1px solid var(--pdl-ink);border-radius:999px;background:var(--pdl-ink);color:#fff;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .18s,background .18s,color .18s}.pdl-button:hover{transform:translateY(-2px);background:var(--pdl-teal);border-color:var(--pdl-teal);color:#fff}.pdl-button--outline{background:transparent;color:var(--pdl-ink)}.pdl-button--outline:hover{color:#fff}.pdl-button--light{background:#fff;border-color:#fff;color:var(--pdl-ink)}.pdl-button--ghost{background:transparent;border-color:rgba(255,255,255,.65);color:#fff}.pdl-search-form input{width:100%;border:1px solid rgba(16,47,54,.3);border-radius:.6rem;background:#fff;color:var(--pdl-ink);padding:.78rem .9rem;outline:none}.pdl-search-form input:focus{border-color:var(--pdl-teal);box-shadow:0 0 0 3px rgba(63,127,124,.18)}.pdl-consent-field label{font-size:.88rem;font-weight:500}.pdl-site-footer{background:#092a31;color:#eaf1f2;padding-top:5rem}.pdl-site-footer a{color:#fff}.pdl-site-footer__grid{display:grid;grid-template-columns:1fr .8fr 1fr;gap:4rem;padding-bottom:4rem}.pdl-site-footer__cta h2{font-size:2rem;line-height:1.08}.pdl-site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem;border-top:1px solid rgba(255,255,255,.15);padding-block:1.3rem;font-size:.82rem}.pdl-consent{position:fixed;inset:0;z-index:9999;display:grid;align-items:end;background:rgba(4,22,26,.48);padding:1rem}.pdl-consent[hidden]{display:none}.pdl-consent__inner{width:min(760px,100%);margin-inline:auto;background:#fff;border-radius:1rem;padding:1.5rem 1.7rem;box-shadow:0 30px 90px rgba(0,0,0,.25)}.pdl-consent h2{margin:0;font-size:1.6rem}.pdl-consent__buttons{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.pdl-link-button{border:0;background:transparent;color:var(--pdl-lake);font-weight:800;text-decoration:underline;cursor:pointer}.pdl-consent__preferences{display:grid;gap:.8rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--pdl-line)}.pdl-consent-reopen{position:fixed;z-index:900;left:.7rem;bottom:.7rem;border:1px solid var(--pdl-line);border-radius:999px;background:#fff;padding:.4rem .7rem;font-size:.75rem;cursor:pointer}.pdl-search-form{display:flex;gap:.7rem}.pdl-search-form label{flex:1}.pdl-search-result{padding-block:1.3rem;border-bottom:1px solid var(--pdl-line)}@keyframes pdlBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}@media (max-width:1180px){.pdl-menu{display:block}.pdl-menu a{padding:.75rem 0;font-size:1rem}.pdl-menu .sub-menu{position:static;display:block;background:transparent;box-shadow:none;padding:0 0 0 1rem}.pdl-menu .sub-menu a{color:#dce9ea}}@media (max-width:900px){:root{--pdl-container:min(100% - 2rem,1240px)}.pdl-hero h1{font-size:clamp(3.1rem,13vw,5.5rem)}.pdl-video-trigger{width:88px;height:88px;right:1.2rem;top:34%}.pdl-split{grid-template-columns:1fr}.pdl-product-grid{grid-template-columns:1fr}.pdl-product-card:nth-child(odd){border-right:0}.pdl-site-footer__grid{grid-template-columns:1fr 1fr}.pdl-site-footer__cta{grid-column:1/-1}}@media (max-width:620px){.pdl-hero__content{padding-bottom:5rem}.pdl-button-group,.pdl-section-heading,.pdl-consent__buttons{align-items:stretch;flex-direction:column}.pdl-section-heading{display:flex}.pdl-button{width:100%}.pdl-site-footer__grid{grid-template-columns:1fr}.pdl-site-footer__bottom{align-items:flex-start;flex-direction:column}.pdl-video-trigger{top:28%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pdl-hero__video{display:none}}:root{--pdl-header:94px;--pdl-container:min(1380px,calc(100% - 5rem));--pdl-radius:1rem}body.pdl-search-open,body.pdl-nav-open{overflow:hidden}.pdl-menu{justify-content:center;gap:clamp(.7rem,1.15vw,1.45rem)}.pdl-menu>li>a{position:relative;font-size:.82rem;font-weight:750;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}.pdl-menu>li>a:after{content:"";position:absolute;left:0;right:100%;bottom:.42rem;height:1px;background:#fff;transition:right .22s ease}.pdl-menu>li:hover>a:after,.pdl-menu>li:focus-within>a:after,.pdl-menu>.current-menu-item>a:after{right:0}.pdl-menu .sub-menu{top:calc(100% + .65rem);left:50%;transform:translateX(-50%);min-width:310px;padding:.8rem;background:rgba(255,255,255,.98);border:1px solid rgba(16,47,54,.08);border-radius:.85rem;box-shadow:0 28px 70px rgba(3,23,28,.24)}.pdl-menu>li:first-child>.sub-menu{width:min(620px,80vw);grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem}.pdl-menu>li:first-child:hover>.sub-menu,.pdl-menu>li:first-child:focus-within>.sub-menu{display:grid}.pdl-menu .sub-menu a{border-radius:.55rem;padding:.72rem .8rem;font-size:.91rem;font-weight:700;text-transform:none;letter-spacing:0}.pdl-menu .sub-menu a:hover{background:var(--pdl-mist);color:var(--pdl-lake)}.pdl-search-toggle{display:grid;place-items:center;width:43px;height:43px;padding:0;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:background .2s,border-color .2s}.pdl-search-toggle:hover,.pdl-search-toggle[aria-expanded="true"]{background:#fff;color:var(--pdl-ink);border-color:#fff}.pdl-search-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.pdl-search-panel{position:absolute;inset:100% 0 auto;background:rgba(5,31,37,.985);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 26px 60px rgba(0,0,0,.25)}.pdl-search-panel[hidden]{display:none}.pdl-search-panel__inner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding-block:2.1rem}.pdl-header-search-form{display:grid;grid-template-columns:1fr auto;gap:.75rem;max-width:920px}.pdl-header-search-form input{width:100%;height:58px;padding:0 1.2rem;border:1px solid rgba(255,255,255,.24);border-radius:.7rem;background:rgba(255,255,255,.08);color:#fff;font-size:1.05rem;outline:none}.pdl-header-search-form input::placeholder{color:rgba(255,255,255,.58)}.pdl-header-search-form input:focus{border-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.12)}.pdl-header-search-form button{padding:0 1.35rem;border:0;border-radius:.7rem;background:#fff;color:var(--pdl-ink);font-weight:850;cursor:pointer}.pdl-search-close{align-self:start;border:0;background:transparent;color:#fff;font-size:2.2rem;line-height:1;cursor:pointer}.pdl-hero{min-height:max(720px,100svh);align-items:flex-end}.pdl-hero__video{display:block!important;filter:saturate(.82) contrast(1.04);object-position:center center}.pdl-hero__overlay{background:linear-gradient(90deg,rgba(4,27,33,.88) 0%,rgba(4,27,33,.58) 48%,rgba(4,27,33,.18) 76%,rgba(4,27,33,.22) 100%),linear-gradient(0deg,rgba(4,27,33,.62),transparent 55%)}.pdl-hero__content{width:100%;padding-block:calc(var(--pdl-header) + 6.5rem) 6.6rem}.pdl-hero__grid{display:grid;grid-template-columns:minmax(0,820px) minmax(220px,300px);justify-content:space-between;gap:clamp(3rem,8vw,9rem);align-items:end}.pdl-hero__copy{max-width:820px}.pdl-hero h1{max-width:800px;margin:.35rem 0 1.45rem;font-size:clamp(3.35rem,5.1vw,5.65rem);line-height:.96;letter-spacing:-.052em;font-weight:640;text-wrap:balance}.pdl-hero__content>p:not(.pdl-eyebrow),.pdl-hero__copy>p:not(.pdl-eyebrow){max-width:680px;font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.58;color:rgba(255,255,255,.88)}.pdl-hero__facts{align-self:end;padding:1.55rem 1.6rem 1.45rem;border:1px solid rgba(255,255,255,.34);border-radius:.9rem;background:rgba(7,39,46,.25);backdrop-filter:blur(13px);color:#fff}.pdl-hero__facts>span{display:block;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.15em;color:#d4e8e6}.pdl-hero__facts strong{display:inline-block;margin-top:.35rem;font-size:clamp(3.3rem,5vw,5.2rem);line-height:1;letter-spacing:-.065em;font-weight:620}.pdl-hero__facts small{margin-left:.35rem;font-size:1rem;font-weight:750}.pdl-hero__facts-line{height:1px;margin:1rem 0;background:rgba(255,255,255,.3)}.pdl-hero__facts p{margin:0;font-size:.92rem;line-height:1.5;color:rgba(255,255,255,.82)}.pdl-button-group{margin-top:2.15rem}.pdl-hero .pdl-button{min-height:52px;padding:.8rem 1.45rem}.pdl-scroll-cue{left:auto;right:clamp(2rem,5vw,5rem);bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:1rem;letter-spacing:.12em;text-transform:uppercase;animation:none}.pdl-scroll-cue span{font-size:.68rem;font-weight:800}.pdl-video-controls{position:absolute;z-index:4;right:clamp(2rem,5vw,5rem);bottom:5.2rem;display:flex;gap:.55rem}.pdl-video-control{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.48);border-radius:50%;background:rgba(4,27,33,.32);backdrop-filter:blur(8px);color:#fff;cursor:pointer}.pdl-video-control:hover{background:#fff;color:var(--pdl-ink)}.pdl-section--paper{background-color:#f4f2ec;background-image:linear-gradient(rgba(16,47,54,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(16,47,54,.028) 1px,transparent 1px),url("../images/home-paper.webp");background-size:36px 36px,36px 36px,auto}.pdl-product-card{min-height:245px;padding:2.2rem 1.7rem;background:rgba(255,255,255,.34)}.pdl-product-card:hover{background:#fff;box-shadow:0 16px 42px rgba(16,47,54,.08);z-index:1}@media (max-width:1320px){:root{--pdl-container:min(100% - 3rem,1240px)}.pdl-menu{gap:.72rem}.pdl-menu>li>a{font-size:.76rem}}@media (max-width:1180px){.pdl-menu{display:block}.pdl-menu>li>a{font-size:.98rem;text-transform:none;padding:.78rem 0}.pdl-menu>li>a:after{display:none}.pdl-menu .sub-menu,.pdl-menu>li:first-child>.sub-menu{position:static;display:block!important;width:auto;min-width:0;transform:none;background:transparent;border:0;box-shadow:none;padding:.1rem 0 .55rem 1rem}.pdl-menu .sub-menu a{color:#dce9ea;padding:.48rem 0;font-size:.9rem}}@media (max-width:900px){:root{--pdl-container:min(100% - 2rem,1240px);--pdl-header:82px}.pdl-hero{min-height:780px}.pdl-hero__content{padding-top:calc(var(--pdl-header) + 5rem);padding-bottom:6.8rem}.pdl-hero__grid{grid-template-columns:1fr;gap:2.4rem}.pdl-hero__facts{width:min(330px,100%)}.pdl-hero h1{font-size:clamp(3rem,11vw,5rem)}.pdl-video-controls{right:1.2rem;bottom:4.6rem}.pdl-scroll-cue{right:1.2rem}.pdl-search-panel__inner{padding-block:1.35rem}.pdl-header-search-form{grid-template-columns:1fr}.pdl-header-search-form button{height:50px}}@media (max-width:620px){.pdl-search-toggle{width:38px;height:38px;min-width:38px}.pdl-hero{min-height:760px}.pdl-hero__content{padding-top:calc(var(--pdl-header) + 4.2rem);padding-bottom:6.2rem}.pdl-hero h1{font-size:clamp(2.75rem,13vw,4.25rem)}.pdl-hero__facts{display:none}.pdl-button-group{gap:.7rem}.pdl-hero .pdl-button{width:100%}.pdl-video-controls{bottom:4rem}.pdl-scroll-cue span{display:none}.pdl-search-panel__inner{grid-template-columns:1fr auto;gap:.7rem}.pdl-search-panel__inner .pdl-eyebrow{display:none}}@media (prefers-reduced-motion:reduce){.pdl-hero__video{display:block!important}}:root{--pdl-header:96px;--pdl-header-grad-start:#072b32;--pdl-header-grad-mid:#042f37;--pdl-header-grad-end:#08313b;--pdl-white-06:rgba(255,255,255,.06);--pdl-white-10:rgba(255,255,255,.10);--pdl-white-16:rgba(255,255,255,.16);--pdl-white-24:rgba(255,255,255,.24);--pdl-white-44:rgba(255,255,255,.44);}.pdl-menu--primary{justify-content:center;gap:clamp(.7rem,.95vw,1.35rem)}.pdl-menu--primary>li{position:relative}.pdl-menu--primary>li>a{position:relative;display:flex;align-items:center;gap:.45rem;padding:2rem 0 1.85rem;color:rgba(255,255,255,.94);font-size:clamp(.84rem,.58vw + .62rem,1rem);font-weight:750;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}.pdl-menu--primary>li>a span{position:relative;z-index:1}.pdl-menu--primary>li>a::after{content:"";position:absolute;left:0;right:0;bottom:1.2rem;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.95),rgba(255,255,255,0));transform:scaleX(0);transform-origin:center;transition:transform .22s ease,opacity .22s ease;opacity:.15}.pdl-menu--primary>li:hover>a::after,.pdl-menu--primary>li:focus-within>a::after,.pdl-menu--primary>li.current-menu-item>a::after{transform:scaleX(1);opacity:1}.pdl-menu--primary>li:hover>a,.pdl-menu--primary>li:focus-within>a,.pdl-menu--primary>li.current-menu-item>a{color:#fff}.pdl-menu--primary>.menu-item-has-children>a::before{content:"";display:inline-block;width:.42rem;height:.42rem;border-right:1.6px solid rgba(255,255,255,.78);border-bottom:1.6px solid rgba(255,255,255,.78);transform:rotate(45deg) translateY(-1px);margin-left:.15rem;order:2;transition:transform .22s ease,border-color .22s ease}.pdl-menu--primary>.menu-item-has-children:hover>a::before,.pdl-menu--primary>.menu-item-has-children:focus-within>a::before{transform:rotate(225deg) translateY(-1px);border-color:#fff}.pdl-search-toggle{display:grid;place-items:center;min-width:3.55rem;height:3.55rem;border-radius:999px;border:1px solid var(--pdl-white-44);background:var(--pdl-white-06);backdrop-filter:blur(8px);color:#fff;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.pdl-search-toggle svg{width:1.45rem;height:1.45rem;stroke:currentColor;stroke-width:1.9;fill:none}.pdl-search-toggle:hover{transform:translateY(-1px);background:var(--pdl-white-10);border-color:rgba(255,255,255,.62);box-shadow:0 10px 24px rgba(0,0,0,.16)}.pdl-menu--primary .sub-menu{top:calc(100% + .65rem);left:50%;transform:translateX(-50%) translateY(10px);display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;background:#f9f8f4;border:1px solid rgba(16,47,54,.08);box-shadow:0 28px 60px rgba(16,47,54,.15)}.pdl-menu--primary li:hover>.sub-menu,.pdl-menu--primary li:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.pdl-menu--primary .sub-menu li{margin:0}.pdl-menu--primary .sub-menu a{padding:.9rem 1rem;color:var(--pdl-ink);font-weight:650;border-radius:.9rem}.pdl-menu--primary .sub-menu a:hover{background:#eef4f3;color:var(--pdl-ink)}.pdl-mega-menu{width:min(980px,calc(100vw - 5rem));padding:1.3rem;border-radius:1.35rem}.pdl-mega-menu__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1.2rem}.pdl-mega-link{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.15rem 1.2rem!important;border-radius:1rem;text-decoration:none;min-height:122px;background:transparent;position:relative}.pdl-mega-link:hover{background:#fff!important;box-shadow:0 16px 34px rgba(16,47,54,.08)}.pdl-mega-link::after{content:"";position:absolute;left:calc(1.2rem + 4.4rem);right:1.2rem;bottom:0;height:1px;background:rgba(16,47,54,.10)}.pdl-mega-link:nth-last-child(-n/**/+2)::after{display:none}.pdl-mega-link__icon{width:4.4rem;height:4.4rem;border-radius:999px;background:linear-gradient(180deg,#f1f3ef,#e6ece9);border:1px solid rgba(16,47,54,.08);display:grid;place-items:center;color:var(--pdl-lake);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.pdl-mega-link__icon::before,.pdl-mega-link__icon::after{content:"";display:block}.pdl-mega-link__icon--baking::before{width:1.55rem;height:1.4rem;border:2px solid currentColor;border-top:0;border-radius:.2rem .2rem .4rem .4rem;box-shadow:inset 0 -.28rem 0 rgba(31,89,97,.12)}.pdl-mega-link__icon--baking::after{position:absolute;width:1.1rem;height:.45rem;border:2px solid currentColor;border-bottom:0;border-radius:.9rem .9rem 0 0;transform:translateY(-.95rem)}.pdl-mega-link__icon--packaging::before{width:1.4rem;height:1.4rem;border:2px solid currentColor;border-radius:.2rem;transform:rotate(45deg)}.pdl-mega-link__icon--packaging::after{position:absolute;width:1.6rem;height:2px;background:currentColor;transform:rotate(45deg)}.pdl-mega-link__icon--silk::before{width:1.5rem;height:1.95rem;border:2px solid currentColor;border-radius:.35rem;transform:rotate(8deg)}.pdl-mega-link__icon--silk::after{position:absolute;width:1rem;height:2px;background:currentColor;transform:translate(.12rem,.32rem) rotate(-28deg)}.pdl-mega-link__icon--thinprint::before{width:1.45rem;height:1.85rem;border:2px solid currentColor;border-radius:.2rem}.pdl-mega-link__icon--thinprint::after{position:absolute;width:.62rem;height:.62rem;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translate(.35rem,-.37rem) rotate(45deg)}.pdl-mega-link__icon--rolling::before{width:1.55rem;height:1.2rem;border:2px solid currentColor;border-color:currentColor transparent transparent transparent;border-radius:50%;transform:rotate(-38deg)}.pdl-mega-link__icon--rolling::after{position:absolute;width:.92rem;height:2px;background:currentColor;transform:translate(.1rem,.42rem) rotate(-58deg)}.pdl-mega-link__icon--specialty::before{width:1.55rem;height:1rem;border:2px solid currentColor;border-radius:.16rem;transform:translateY(-.25rem) skewX(-30deg)}.pdl-mega-link__icon--specialty::after{position:absolute;width:1.55rem;height:1rem;border:2px solid currentColor;border-radius:.16rem;transform:translateY(.45rem) skewX(-30deg);background:transparent}.pdl-mega-link__content{display:grid;gap:.38rem}.pdl-mega-link__title{font-family:Georgia,"Times New Roman",serif;font-size:1.07rem;line-height:1.16;font-weight:700;color:#143843}.pdl-mega-link__description{font-size:.94rem;line-height:1.48;color:rgba(16,47,54,.82)}@media (max-width: 1280px){.pdl-menu--primary>li>a{font-size:.8rem}.pdl-search-toggle{min-width:3.2rem;height:3.2rem}}@media (max-width: 1180px){.pdl-menu--primary{flex-direction:column;align-items:stretch;gap:0}.pdl-menu--primary>li{border-bottom:1px solid rgba(255,255,255,.08)}.pdl-menu--primary>li>a{padding:1.15rem 0 .95rem;font-size:1rem}.pdl-menu--primary>li>a::after{display:none}.pdl-menu--primary>.menu-item-has-children>a::before{margin-left:auto}.pdl-menu--primary .sub-menu{position:static!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:none;min-width:0;width:100%;margin:0 0 1rem;padding:.6rem;border-radius:1rem;box-shadow:none;background:#f7f6f1}.pdl-menu--primary .menu-item-has-children.is-submenu-open>.sub-menu{display:block}.pdl-mega-menu{width:100%;padding:.75rem}.pdl-mega-menu__grid{grid-template-columns:1fr}.pdl-mega-link{min-height:auto;padding:1rem!important}.pdl-mega-link::after,.pdl-mega-link:nth-last-child(-n/**/+2)::after{display:block}.pdl-mega-link:last-child::after{display:none}}@media (max-width: 767px){.pdl-search-toggle{min-width:2.9rem;height:2.9rem}.pdl-mega-link{grid-template-columns:3.7rem 1fr}.pdl-mega-link__icon{width:3.7rem;height:3.7rem}.pdl-mega-link__title{font-size:1rem}.pdl-mega-link__description{font-size:.9rem}}.pdl-menu--primary{gap:clamp(1rem,1.15vw,1.6rem)}.pdl-menu--primary>li>a{padding:1.9rem 0 1.75rem;font-size:clamp(.85rem,.52vw + .66rem,.98rem);letter-spacing:.038em}.pdl-menu--primary>li>a::after{bottom:1rem;height:1.5px;opacity:.28}.pdl-menu--primary>.menu-item-has-children>a::before{width:.38rem;height:.38rem}.pdl-mega-menu{width:min(1250px,calc(100vw - 6rem));padding:1.25rem 1.35rem;border-radius:1.6rem;background:rgba(250,248,244,.985);box-shadow:0 30px 72px rgba(6,28,35,.24);border:1px solid rgba(16,47,54,.08)}.pdl-mega-menu__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.pdl-mega-link{min-height:148px;padding:1.35rem 1.35rem 1.25rem!important;grid-template-columns:5rem 1fr;gap:1rem;border-radius:0;background:transparent!important;box-shadow:none!important}.pdl-mega-link:hover{background:rgba(255,255,255,.55)!important;box-shadow:none!important}.pdl-mega-link::before{content:"";position:absolute;top:1rem;bottom:1rem;right:0;width:1px;background:rgba(16,47,54,.10)}.pdl-mega-link::after{content:"";position:absolute;left:1.35rem;right:1.35rem;bottom:0;height:1px;background:rgba(16,47,54,.10)}.pdl-mega-link:nth-child(3n)::before{display:none}.pdl-mega-link:nth-last-child(-n/**/+3)::after{display:none}.pdl-mega-link__icon{width:4.55rem;height:4.55rem;background:linear-gradient(180deg,#f4f4f0,#ebefeb);border:1px solid rgba(16,47,54,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.pdl-mega-link__title{font-family:Georgia,"Times New Roman",serif;font-size:1.06rem;line-height:1.16;font-weight:700;color:#143843}.pdl-mega-link__description{font-size:.915rem;line-height:1.55;color:rgba(16,47,54,.82);max-width:28ch}.pdl-mega-link__content{align-self:center}@media (max-width: 1380px){.pdl-mega-menu{width:min(1120px,calc(100vw - 4rem))}.pdl-mega-link{grid-template-columns:4.5rem 1fr;padding:1.15rem!important;min-height:138px}.pdl-mega-link__icon{width:4.05rem;height:4.05rem}.pdl-mega-link__description{font-size:.88rem}}@media (max-width: 1180px){.pdl-mega-menu{width:100%;padding:.65rem 0}.pdl-mega-menu__grid{grid-template-columns:1fr}.pdl-mega-link{min-height:auto;grid-template-columns:4.1rem 1fr;padding:1rem 1rem 1rem 1.1rem!important}.pdl-mega-link::before{display:none}.pdl-mega-link::after,.pdl-mega-link:nth-last-child(-n/**/+3)::after{display:block}.pdl-mega-link:last-child::after{display:none}.pdl-mega-link__icon{width:3.9rem;height:3.9rem}}:root{--pdl-header:92px;--pdl-header-wide:min(1660px,calc(100vw - 48px));}.pdl-menu--primary{width:100%!important;justify-content:center!important;gap:clamp(.65rem,1vw,1.35rem)!important}.pdl-menu--primary>li>a{font-size:clamp(.78rem,.48vw + .45rem,.94rem)!important;letter-spacing:.035em!important;padding:1.75rem 0 1.65rem!important}.pdl-search-toggle{min-width:52px!important;height:52px!important}@media (min-width:1401px){.pdl-menu--primary>.menu-item-products{position:static!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{
    position:fixed!important;
    top:calc(var(--pdl-header) + 14px)!important;
    left:50%!important;
    right:auto!important;
    width:min(1320px,calc(100vw - 72px))!important;
    min-width:0!important;
    max-width:1320px!important;
    margin:0!important;
    padding:18px 20px!important;
    transform:translate(-50%,14px)!important;
    border-radius:24px!important;
    background:rgba(250,248,244,.99)!important;
    box-shadow:0 34px 90px rgba(5,28,35,.28)!important;
    overflow:hidden!important;
    z-index:1200!important;
  }body.admin-bar .pdl-menu--primary>.menu-item-products>.pdl-mega-menu{top:calc(32px + var(--pdl-header) + 14px)!important}.pdl-menu--primary>.menu-item-products:hover>.pdl-mega-menu,.pdl-menu--primary>.menu-item-products:focus-within>.pdl-mega-menu{
    transform:translate(-50%,0)!important;
  }.pdl-mega-menu__grid{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
  }.pdl-mega-link{
    width:100%!important;
    min-width:0!important;
    min-height:154px!important;
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    align-items:center!important;
    gap:20px!important;
    padding:24px 26px!important;
    border-radius:0!important;
    overflow:hidden!important;
  }.pdl-mega-link__content{min-width:0!important;display:block!important}.pdl-mega-link__title{display:block!important;font-size:1.08rem!important;line-height:1.22!important;margin:0 0 8px!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}.pdl-mega-link__description{display:block!important;max-width:34ch!important;font-size:.92rem!important;line-height:1.5!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}.pdl-mega-link__icon{width:72px!important;height:72px!important;flex:0 0 72px!important}.pdl-mega-link::before{display:block!important}.pdl-mega-link:nth-child(3n)::before{display:none!important}.pdl-mega-link::after{display:block!important}.pdl-mega-link:nth-last-child(-n/**/+3)::after{display:none!important}}@media (max-width:1400px){.pdl-menu--primary{gap:.72rem!important}.pdl-menu--primary>li>a{font-size:.78rem!important}.pdl-search-toggle{min-width:48px!important;height:48px!important}}@media (max-width:1260px){.pdl-menu--primary{display:block!important;width:min(760px,100%)!important;margin:0 auto!important}.pdl-menu--primary>li{border-bottom:1px solid rgba(255,255,255,.11)!important}.pdl-menu--primary>li>a{display:flex!important;justify-content:space-between!important;width:100%!important;font-size:1rem!important;padding:18px 0!important}.pdl-menu--primary>li>a::after{display:none!important}.pdl-menu--primary>.menu-item-has-children>a::before{margin-left:auto!important}.pdl-menu--primary .sub-menu,.pdl-menu--primary .pdl-mega-menu{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0 0 18px!important;
    padding:8px!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:none!important;
    border-radius:16px!important;
    box-shadow:none!important;
    background:#f8f6f1!important;
    overflow:hidden!important;
  }.pdl-menu--primary .menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}.pdl-mega-menu__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.pdl-mega-link{min-width:0!important;min-height:118px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;padding:16px!important;border-radius:12px!important;background:#fff!important}.pdl-mega-link::before,.pdl-mega-link::after{display:none!important}.pdl-mega-link__icon{width:56px!important;height:56px!important}.pdl-mega-link__title{font-size:1rem!important;line-height:1.2!important;margin-bottom:5px!important}.pdl-mega-link__description{font-size:.84rem!important;line-height:1.42!important;max-width:none!important}}@media (max-width:680px){:root{--pdl-header:78px}.pdl-search-toggle{display:none!important}.pdl-mega-menu__grid{grid-template-columns:1fr!important}.pdl-mega-link{min-height:auto!important;grid-template-columns:50px minmax(0,1fr)!important;padding:14px!important}.pdl-mega-link__icon{width:48px!important;height:48px!important}.pdl-mega-link__description{font-size:.82rem!important}}@media (min-width:1261px){.pdl-menu--primary>.menu-item-products{position:static!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{
    position:fixed!important;
    top:calc(var(--pdl-header) + 12px)!important;
    left:50%!important;
    right:auto!important;
    width:min(1040px,calc(100vw - 64px))!important;
    min-width:0!important;
    max-width:1040px!important;
    height:auto!important;
    max-height:calc(100vh - var(--pdl-header) - 32px)!important;
    margin:0!important;
    padding:12px!important;
    border-radius:18px!important;
    background:#faf8f4!important;
    box-shadow:0 24px 64px rgba(5,28,35,.24)!important;
    overflow:auto!important;
    transform:translate(-50%,10px)!important;
    z-index:1600!important;
  }body.admin-bar .pdl-menu--primary>.menu-item-products>.pdl-mega-menu{top:calc(32px + var(--pdl-header) + 12px)!important}.pdl-menu--primary>.menu-item-products:hover>.pdl-mega-menu,.pdl-menu--primary>.menu-item-products:focus-within>.pdl-mega-menu{transform:translate(-50%,0)!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu>.pdl-mega-menu__grid{
    width:100%!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:minmax(112px,auto)!important;
    gap:0!important;
    margin:0!important;
    padding:0!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:112px!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    padding:16px 18px!important;
    margin:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link:hover{background:rgba(255,255,255,.72)!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__icon{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    flex:0 0 48px!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__content{
    min-width:0!important;
    width:auto!important;
    display:block!important;
    align-self:center!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__title{
    display:block!important;
    margin:0 0 4px!important;
    font-size:.98rem!important;
    line-height:1.22!important;
    font-weight:700!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__description{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    max-width:none!important;
    margin:0!important;
    font-size:.79rem!important;
    line-height:1.42!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link::before{
    content:""!important;display:block!important;position:absolute!important;top:12px!important;bottom:12px!important;right:0!important;width:1px!important;background:rgba(16,47,54,.09)!important
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link:nth-child(3n)::before{display:none!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link::after{
    content:""!important;display:block!important;position:absolute!important;left:16px!important;right:16px!important;bottom:0!important;height:1px!important;background:rgba(16,47,54,.09)!important
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link:nth-last-child(-n/**/+3)::after{display:none!important}}@media (min-width:1261px) and (max-width:1500px){.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{width:min(920px,calc(100vw - 48px))!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link{grid-template-columns:46px minmax(0,1fr)!important;gap:11px!important;padding:14px!important;min-height:106px!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__icon{width:44px!important;height:44px!important;min-width:44px!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__title{font-size:.91rem!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__description{font-size:.74rem!important}}@media (max-width:1260px){.pdl-mega-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pdl-mega-link{min-height:96px!important;grid-template-columns:48px minmax(0,1fr)!important;padding:13px!important}.pdl-mega-link__icon{width:46px!important;height:46px!important}.pdl-mega-link__title{font-size:.92rem!important}.pdl-mega-link__description{font-size:.76rem!important;line-height:1.38!important}}@media (max-width:640px){.pdl-mega-menu__grid{grid-template-columns:1fr!important}.pdl-mega-link{min-height:auto!important;grid-template-columns:44px minmax(0,1fr)!important;padding:12px!important}.pdl-mega-link__icon{width:42px!important;height:42px!important}}@media (min-width:1261px){.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{
    width:min(860px,calc(100vw - 56px))!important;
    max-width:860px!important;
    padding:8px 10px!important;
    border-radius:16px!important;
    overflow:visible!important;
    background:rgba(250,248,244,.985)!important;
    box-shadow:0 20px 50px rgba(4,25,31,.22)!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu>.pdl-mega-menu__grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,minmax(86px,auto))!important;
    width:100%!important;
    gap:0!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link{
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    min-width:0!important;
    min-height:86px!important;
    height:86px!important;
    padding:10px 12px!important;
    overflow:hidden!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__icon{
    width:38px!important;height:38px!important;min-width:38px!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__content{
    min-width:0!important;display:block!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__title{
    margin:0 0 3px!important;
    font-size:.86rem!important;
    line-height:1.14!important;
    font-weight:700!important;
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__description{
    display:block!important;
    margin:0!important;
    max-width:100%!important;
    font-size:.69rem!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link::before{top:10px!important;bottom:10px!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link::after{left:12px!important;right:12px!important}.pdl-hero{min-height:clamp(680px,100svh,920px)!important;align-items:center!important}.pdl-hero__content{padding-top:calc(var(--pdl-header) + 3.5rem)!important;padding-bottom:4rem!important}.pdl-hero__grid{grid-template-columns:minmax(0,680px) minmax(220px,290px)!important;align-items:center!important;gap:clamp(3rem,7vw,8rem)!important}.pdl-hero__copy{max-width:680px!important;transform:translateY(1.2rem)}.pdl-hero h1{max-width:650px!important;font-size:clamp(3rem,4.55vw,4.75rem)!important;line-height:.98!important;letter-spacing:-.045em!important;margin:.35rem 0 1.15rem!important}.pdl-hero__copy>p:not(.pdl-eyebrow){max-width:620px!important;font-size:clamp(1rem,1.12vw,1.18rem)!important;line-height:1.52!important}.pdl-hero__facts{width:100%!important;padding:1.35rem 1.4rem!important;transform:translateY(1.2rem)}.pdl-hero__facts strong{font-size:clamp(3rem,4vw,4.5rem)!important}.pdl-button-group{margin-top:1.55rem!important}.pdl-scroll-cue{bottom:1.1rem!important}}@media (min-width:1261px) and (max-width:1450px){.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{width:min(800px,calc(100vw - 44px))!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link{grid-template-columns:36px minmax(0,1fr)!important;gap:8px!important;padding:9px 10px!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__icon{width:34px!important;height:34px!important;min-width:34px!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__title{font-size:.8rem!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__description{font-size:.64rem!important}.pdl-hero__grid{grid-template-columns:minmax(0,600px) minmax(210px,270px)!important}.pdl-hero h1{font-size:clamp(2.85rem,4.2vw,4.2rem)!important}}@media (max-width:1260px){.pdl-hero{min-height:auto!important;padding-top:var(--pdl-header)!important}.pdl-hero__content{padding-top:4.5rem!important;padding-bottom:5.5rem!important}.pdl-hero__grid{grid-template-columns:1fr!important;gap:2rem!important}.pdl-hero__copy{max-width:720px!important}.pdl-hero h1{font-size:clamp(2.8rem,8vw,4.75rem)!important;max-width:700px!important}.pdl-hero__facts{width:min(320px,100%)!important}}@media (max-width:680px){.pdl-hero__content{padding-top:3.5rem!important;padding-bottom:4.5rem!important}.pdl-hero h1{font-size:clamp(2.45rem,12vw,3.8rem)!important;line-height:1!important}.pdl-hero__copy>p:not(.pdl-eyebrow){font-size:1rem!important}}@media (min-width:1261px){.pdl-hero{min-height:clamp(700px,94svh,860px)!important;align-items:center!important}.pdl-hero__content{display:flex!important;align-items:center!important;padding-top:calc(var(--pdl-header) + 1.8rem)!important;padding-bottom:2.8rem!important}.pdl-hero__grid{grid-template-columns:minmax(0,610px) minmax(240px,260px)!important;align-items:center!important;gap:clamp(2.25rem,4vw,4.25rem)!important;min-height:min(620px,calc(100svh - var(--pdl-header) - 5.2rem))!important}.pdl-hero__copy{max-width:610px!important;transform:none!important;align-self:center!important;padding-top:1.2rem!important}.pdl-hero h1{max-width:560px!important;font-size:clamp(3.1rem,4.5vw,5rem)!important;line-height:.95!important;letter-spacing:-.05em!important;margin:.15rem 0 .9rem!important}.pdl-hero__copy>p:not(.pdl-eyebrow){max-width:560px!important;font-size:clamp(1rem,1.08vw,1.16rem)!important;line-height:1.5!important}.pdl-button-group{margin-top:1.35rem!important}.pdl-hero__facts{width:100%!important;max-width:260px!important;justify-self:end!important;align-self:center!important;transform:none!important;margin-top:3.25rem!important;padding:1.25rem 1.35rem!important}.pdl-hero__facts strong{font-size:clamp(2.8rem,3.6vw,4.2rem)!important}.pdl-hero__facts p{font-size:.9rem!important;line-height:1.45!important}.pdl-video-controls{right:clamp(1.4rem,3.2vw,3rem)!important;bottom:1.9rem!important}.pdl-scroll-cue{right:clamp(1.4rem,3.2vw,3rem)!important;bottom:1rem!important}}@media (max-width:1260px){.pdl-hero__content{padding-top:4rem!important;padding-bottom:4.25rem!important}.pdl-hero__copy{transform:none!important;padding-top:0!important}.pdl-hero__facts{transform:none!important;margin-top:.35rem!important}}@media (min-width:1261px){.pdl-hero .pdl-container{width:min(1380px,calc(100% - 7rem))!important}.pdl-hero{min-height:clamp(720px,92svh,860px)!important;align-items:center!important}.pdl-hero__content{display:flex!important;align-items:center!important;padding-top:calc(var(--pdl-header) + 1rem)!important;padding-bottom:2.35rem!important}.pdl-hero__grid{width:100%!important;display:grid!important;grid-template-columns:minmax(520px,620px) minmax(250px,280px)!important;justify-content:space-between!important;align-items:end!important;gap:clamp(4rem,8vw,10rem)!important;min-height:min(600px,calc(100svh - var(--pdl-header) - 4rem))!important}.pdl-hero__copy{max-width:620px!important;justify-self:start!important;align-self:end!important;padding-left:clamp(1rem,2.6vw,2.4rem)!important;padding-top:0!important;padding-bottom:2.8rem!important;transform:none!important}.pdl-hero h1{max-width:600px!important;font-size:clamp(3.35rem,4.7vw,5.15rem)!important;line-height:.95!important;letter-spacing:-.052em!important;margin:.2rem 0 1rem!important}.pdl-hero__copy>p:not(.pdl-eyebrow){max-width:580px!important;font-size:clamp(1rem,1.05vw,1.14rem)!important;line-height:1.5!important}.pdl-button-group{margin-top:1.45rem!important}.pdl-hero__facts{width:100%!important;max-width:280px!important;justify-self:end!important;align-self:end!important;margin:0 1.15rem 5.15rem 0!important;padding:1.28rem 1.35rem!important;transform:none!important}.pdl-hero__facts strong{font-size:clamp(2.85rem,3.7vw,4.3rem)!important;line-height:.96!important}.pdl-hero__facts p{font-size:.92rem!important;line-height:1.46!important}.pdl-video-controls{right:clamp(1.4rem,3vw,2.8rem)!important;bottom:1.55rem!important}.pdl-scroll-cue{right:clamp(1.4rem,3vw,2.8rem)!important;bottom:.75rem!important}}@media (min-width:1261px) and (max-width:1480px){.pdl-hero .pdl-container{width:min(1320px,calc(100% - 5rem))!important}.pdl-hero__grid{grid-template-columns:minmax(480px,560px) minmax(235px,265px)!important;gap:clamp(3rem,6vw,6rem)!important}.pdl-hero__copy{padding-left:clamp(.6rem,1.8vw,1.4rem)!important}.pdl-hero h1{max-width:540px!important;font-size:clamp(3rem,4.2vw,4.6rem)!important}.pdl-hero__facts{margin:0 .6rem 4.4rem 0!important}}@media (max-width:1260px){.pdl-hero .pdl-container{width:min(100%,calc(100% - 3rem))!important}.pdl-hero__content{padding-top:3.8rem!important;padding-bottom:4.2rem!important}.pdl-hero__copy{padding-left:0!important;padding-bottom:0!important}.pdl-hero__facts{margin-top:.9rem!important}}.pdl-hero__facts-range{display:flex;align-items:flex-end;gap:.5rem}.pdl-hero-range{display:inline-flex!important;align-items:center;gap:.32rem;line-height:1!important}.pdl-hero-range__num{display:inline-block}.pdl-hero-range__dash{display:inline-block;width:1.18em;height:.065em;border-radius:999px;background:currentColor;opacity:.96;transform:translateY(.02em)}.pdl-hero__facts small{margin-left:0!important}@media (min-width:1261px){.pdl-hero-range__dash{width:1.14em;height:.058em}}@media (max-width:680px){.pdl-hero__facts-range{gap:.42rem}.pdl-hero-range__dash{width:1.02em;height:.055em}}.pdl-hero__facts{
  display:grid!important;
  gap:.95rem!important;
  width:min(100%, 360px)!important;
  max-width:360px!important;
  padding:1.25rem 1.35rem 1.2rem!important;
  border-radius:1.35rem!important;
}.pdl-hero__facts > span{margin:0!important}.pdl-hero__facts-range{align-items:flex-end!important;gap:.55rem!important;flex-wrap:nowrap!important}.pdl-hero-range__dash{width:1.08em!important;height:.05em!important;opacity:.92!important}.pdl-hero__facts-line{margin:.15rem 0 0!important}.pdl-hero__facts p{margin:0!important;max-width:28ch!important}@media (max-width:1260px){.pdl-hero__facts{width:min(100%, 340px)!important;max-width:340px!important}}@media (max-width:680px){.pdl-hero__facts{width:100%!important;max-width:none!important}}.pdl-section--paper{
  position:relative!important;
  overflow:hidden!important;
  background:#f7f7f4!important;
}.pdl-section--paper::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(110% 90% at 22% 52%, rgba(255,255,255,.96) 0 34%, rgba(238,238,236,.92) 35%, rgba(238,238,236,0) 36%),
    radial-gradient(115% 95% at 46% 50%, rgba(255,255,255,.96) 0 33%, rgba(236,236,233,.9) 34%, rgba(236,236,233,0) 35%),
    radial-gradient(120% 95% at 70% 48%, rgba(255,255,255,.96) 0 32%, rgba(234,234,231,.88) 33%, rgba(234,234,231,0) 34%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,247,244,.98));
  opacity:.95;
  pointer-events:none;
}.pdl-section--paper > .pdl-container{position:relative;z-index:1}.pdl-section-heading{position:relative;z-index:1}.pdl-product-grid{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0!important;
  border-top:1px solid rgba(16,47,54,.10)!important;
  background:transparent!important;
}.pdl-product-card{
  min-height:250px!important;
  padding:2.2rem 1.8rem!important;
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(1px)!important;
  border-bottom:1px solid rgba(16,47,54,.10)!important;
  transition:background .2s ease, box-shadow .2s ease, transform .2s ease!important;
}.pdl-product-card:nth-child(odd){border-right:1px solid rgba(16,47,54,.10)!important}.pdl-product-card:hover{background:#fff!important;box-shadow:0 18px 40px rgba(16,47,54,.08)!important;transform:translateY(-2px)!important}.pdl-product-card h3{margin:0 0 .9rem!important;font-size:clamp(1.5rem,2.2vw,2.15rem)!important}.pdl-product-card p{max-width:36ch!important}@media (max-width:980px){.pdl-product-grid{grid-template-columns:1fr!important}.pdl-product-card:nth-child(odd){border-right:0!important}}.pdl-menu--primary,.pdl-menu--primary > li{overflow:visible!important}.pdl-menu--primary > li > a{position:relative;z-index:3}.pdl-menu--primary > li > .sub-menu,.pdl-menu--primary > li > .pdl-mega-menu{
  pointer-events:auto!important;
  z-index:2200!important;
}@media (min-width:1261px){.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{
    top:calc(var(--pdl-header) - 1px)!important;
    transform:translate(-50%,0)!important;
    padding-top:1.15rem!important;
  }body.admin-bar .pdl-menu--primary>.menu-item-products>.pdl-mega-menu{
    top:calc(32px + var(--pdl-header) - 1px)!important;
  }.pdl-menu--primary>.menu-item-products:hover>.pdl-mega-menu,.pdl-menu--primary>.menu-item-products:focus-within>.pdl-mega-menu,.pdl-menu--primary>.menu-item-products.is-submenu-open>.pdl-mega-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:block!important;
  }.pdl-menu--primary > li > .sub-menu{
    top:calc(100% - 1px)!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    display:block!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .18s ease, visibility .18s ease!important;
  }.pdl-menu--primary > li:hover > .sub-menu,.pdl-menu--primary > li:focus-within > .sub-menu,.pdl-menu--primary > li.is-submenu-open > .sub-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }}.pdl-menu--primary > .menu-item-has-children{padding-right:.95rem}.pdl-submenu-toggle{position:absolute;top:50%;right:-.15rem;z-index:5;width:1.35rem;height:1.35rem;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;transform:translateY(-50%)}.pdl-submenu-toggle span{display:block;width:.42rem;height:.42rem;margin:auto;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s ease}.pdl-submenu-toggle[aria-expanded="true"] span{transform:rotate(225deg) translate(-1px,-1px)}.pdl-menu--primary>.menu-item-has-children>a::before{display:none!important}.pdl-menu--primary .sub-menu a,.pdl-mega-link{position:relative!important;z-index:3!important;pointer-events:auto!important}.pdl-menu--primary .sub-menu::before,.pdl-mega-menu::before{content:"";position:absolute;left:0;right:0;top:-12px;height:14px;pointer-events:auto}@media (min-width:1261px){.pdl-menu--primary > li > .sub-menu{top:calc(100% + 1px)!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{top:calc(var(--pdl-header) + 1px)!important}body.admin-bar .pdl-menu--primary>.menu-item-products>.pdl-mega-menu{top:calc(32px + var(--pdl-header) + 1px)!important}.pdl-menu--primary > li.is-submenu-open > .sub-menu,.pdl-menu--primary > li:hover > .sub-menu,.pdl-menu--primary > li:focus-within > .sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:block!important}}@media (max-width:1260px){.pdl-menu--primary > .menu-item-has-children{padding-right:0!important;position:relative!important}.pdl-submenu-toggle{top:10px;right:0;width:44px;height:44px;transform:none;border:1px solid rgba(255,255,255,.16);border-radius:999px}.pdl-menu--primary .menu-item-has-children.is-submenu-open > .sub-menu{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.pdl-menu--primary .sub-menu::before,.pdl-mega-menu::before{display:none}}.pdl-consent-field label{display:flex!important;grid-template-columns:none;align-items:flex-start;gap:.7rem!important;font-weight:500!important;line-height:1.45}.pdl-consent-field input{margin-top:.2rem}.pdl-section{content-visibility:auto;contain-intrinsic-size:800px}.pdl-menu--primary,.pdl-menu--primary>li{overflow:visible!important}.pdl-menu--primary>li{position:relative!important}.pdl-menu--primary>li>.pdl-menu-link{padding-right:1rem!important}.pdl-submenu-toggle{right:-.1rem!important}.pdl-menu--primary>li>.sub-menu{z-index:5000!important;pointer-events:none!important}.pdl-menu--primary>li.is-submenu-open>.sub-menu,.pdl-menu--primary>li:hover>.sub-menu,.pdl-menu--primary>li:focus-within>.sub-menu{pointer-events:auto!important;opacity:1!important;visibility:visible!important}.pdl-menu--primary .sub-menu a,.pdl-mega-link{pointer-events:auto!important;cursor:pointer!important}.pdl-menu--primary .sub-menu::before,.pdl-mega-menu::before{display:none!important}@media (min-width:1261px){.pdl-menu--primary>.menu-item-products{position:static!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{
    position:fixed!important;
    top:calc(var(--pdl-header) - 1px)!important;
    left:50%!important;
    width:min(940px,calc(100vw - 56px))!important;
    max-width:940px!important;
    margin:0!important;
    padding:10px!important;
    transform:translateX(-50%)!important;
    border:1px solid rgba(16,47,54,.09)!important;
    border-radius:18px!important;
    background:rgba(250,249,246,.995)!important;
    box-shadow:0 26px 62px rgba(3,30,36,.22)!important;
    overflow:visible!important;
    z-index:5000!important;
  }body.admin-bar .pdl-menu--primary>.menu-item-products>.pdl-mega-menu{top:calc(32px + var(--pdl-header) - 1px)!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu>.pdl-mega-menu__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link{
    display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;
    min-height:86px!important;padding:10px 12px!important;border-radius:10px!important;overflow:visible!important;
  }.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link:hover{background:#fff!important;box-shadow:0 8px 24px rgba(16,47,54,.07)!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__icon{width:38px!important;height:38px!important;min-width:38px!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__title{font-size:.84rem!important;line-height:1.15!important;margin:0 0 3px!important}.pdl-menu--primary>.menu-item-products>.pdl-mega-menu .pdl-mega-link__description{font-size:.67rem!important;line-height:1.3!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}}@media (max-width:1260px){.pdl-menu--primary .menu-item-has-children>.sub-menu{display:none!important;position:static!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;width:100%!important;max-width:none!important;margin:0 0 14px!important}.pdl-menu--primary .menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}.pdl-mega-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.pdl-mega-menu__grid{grid-template-columns:1fr!important}}.pdl-hero--final{min-height:clamp(650px,90svh,860px)!important;align-items:center!important}.pdl-hero--final .pdl-hero__content{width:100%;padding-top:calc(var(--pdl-header) + 3.25rem)!important;padding-bottom:4.5rem!important}.pdl-hero-final-grid{display:grid;grid-template-columns:minmax(0,660px) auto;justify-content:space-between;align-items:center;gap:clamp(3rem,8vw,9rem)}.pdl-hero--final .pdl-hero__copy{max-width:660px!important;padding-left:clamp(.75rem,2vw,2rem)!important;padding-bottom:0!important;align-self:center!important}.pdl-hero--final h1{max-width:640px!important;margin:.2rem 0 1.2rem!important;font-size:clamp(3.3rem,5.15vw,5.8rem)!important;line-height:.94!important;letter-spacing:-.055em!important}.pdl-weight-badge{justify-self:end;width:min(100%,300px);padding:1.1rem 1.2rem 1.15rem;border:1px solid rgba(255,255,255,.3);border-radius:1rem;background:rgba(6,39,46,.46);backdrop-filter:blur(10px);color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.1)}.pdl-weight-badge p{margin:0 0 .65rem;font-size:.68rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase;color:#d6e7e5}.pdl-weight-badge__value{display:flex;align-items:baseline;gap:.35rem;white-space:nowrap}.pdl-weight-badge__value>span{font-size:clamp(2.85rem,4vw,4.25rem);line-height:.9;font-weight:610;letter-spacing:-.06em}.pdl-weight-badge__value i{display:inline-block;width:1.15em;height:1px;background:rgba(255,255,255,.9);transform:translateY(-.22em)}.pdl-weight-badge__value small{margin-left:.25rem;font-size:.95rem;font-weight:750}@media (max-width:1100px){.pdl-hero-final-grid{grid-template-columns:1fr;gap:1.6rem;align-items:start}.pdl-weight-badge{justify-self:start;margin-left:clamp(.75rem,2vw,2rem);width:auto;max-width:100%}}@media (max-width:680px){.pdl-hero--final{min-height:720px!important}.pdl-hero--final .pdl-hero__content{padding-top:calc(var(--pdl-header) + 2.5rem)!important;padding-bottom:5rem!important}.pdl-hero--final .pdl-hero__copy{padding-left:0!important}.pdl-hero--final h1{font-size:clamp(2.7rem,13vw,4.25rem)!important}.pdl-weight-badge{margin-left:0;width:100%;padding:1rem 1.05rem}.pdl-weight-badge__value>span{font-size:clamp(2.5rem,13vw,3.6rem)}}.pdl-section--paper{background:#f7f7f4!important;position:relative!important;overflow:hidden!important}.pdl-section--paper::before{content:""!important;position:absolute!important;inset:-10% -5%!important;background:radial-gradient(68% 100% at 18% 52%,rgba(255,255,255,.98) 0 39%,rgba(232,233,230,.76) 40%,transparent 41%),radial-gradient(68% 100% at 50% 52%,rgba(255,255,255,.96) 0 38%,rgba(232,233,230,.7) 39%,transparent 40%),radial-gradient(68% 100% at 82% 52%,rgba(255,255,255,.96) 0 38%,rgba(232,233,230,.68) 39%,transparent 40%)!important;opacity:.85!important;pointer-events:none!important}.pdl-section--paper>.pdl-container{position:relative;z-index:1}.pdl-product-grid{background:rgba(255,255,255,.46)!important;border:1px solid rgba(16,47,54,.11)!important;border-radius:1.1rem!important;overflow:hidden!important}.pdl-product-card{min-height:220px!important;padding:1.8rem 1.7rem!important;background:rgba(255,255,255,.78)!important}.pdl-product-card:nth-child(odd){border-right:1px solid rgba(16,47,54,.1)!important}.pdl-product-card h3{font-size:clamp(1.45rem,2.2vw,2.15rem)!important}.pdl-product-card p{font-size:.96rem;line-height:1.55;color:#4a6267;max-width:46ch}.pdl-expertise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(16,47,54,.13);border-radius:1rem;overflow:hidden}.pdl-expertise-grid article{padding:2rem;border-right:1px solid rgba(16,47,54,.13);background:#fff}.pdl-expertise-grid article:last-child{border-right:0}.pdl-expertise-grid article>span{font-size:.74rem;font-weight:850;letter-spacing:.13em;color:var(--pdl-teal)}.pdl-expertise-grid h3{font-size:1.5rem;margin:1.5rem 0 .8rem}.pdl-expertise-grid p{margin:0;color:#4d6267}@media (max-width:900px){.pdl-product-grid{grid-template-columns:1fr!important}.pdl-product-card:nth-child(odd){border-right:0!important}.pdl-expertise-grid{grid-template-columns:1fr}.pdl-expertise-grid article{border-right:0;border-bottom:1px solid rgba(16,47,54,.13)}.pdl-expertise-grid article:last-child{border-bottom:0}}.pdl-newsroom-card__fallback{display:block;width:100%;height:100%;background:linear-gradient(135deg,#eef1ee,#fff)}@media (max-width:760px){.pdl-container{width:min(100% - 2rem,1240px)}}.pdl-mega-menu,.pdl-mega-menu__grid,.pdl-mega-link,.pdl-menu--primary .sub-menu,.pdl-menu--primary .sub-menu a{pointer-events:auto!important}.pdl-mega-menu::before,.pdl-mega-menu::after,.pdl-menu--primary .sub-menu::before,.pdl-menu--primary .sub-menu::after{pointer-events:none!important}.pdl-mega-link{position:relative!important;z-index:2!important}.pdl-mega-link::before,.pdl-mega-link::after{pointer-events:none!important;z-index:-1!important}@media (min-width:1261px){.pdl-menu--primary>.menu-item-products>.pdl-mega-menu{top:calc(var(--pdl-header) - 2px)!important}body.admin-bar .pdl-menu--primary>.menu-item-products>.pdl-mega-menu{top:calc(32px + var(--pdl-header) - 2px)!important}}.pdl-hero--final .pdl-weight-badge{
  justify-self:end!important;
  width:min(100%,320px)!important;
  max-width:320px!important;
  margin:0!important;
  padding:.2rem 0 .25rem 1.15rem!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.48)!important;
  border-radius:0!important;
  background:transparent!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}.pdl-hero--final .pdl-weight-badge p{margin:0 0 .55rem!important;font-size:.64rem!important;letter-spacing:.17em!important;color:rgba(255,255,255,.78)!important}.pdl-hero--final .pdl-weight-badge__value{gap:.28rem!important;align-items:baseline!important}.pdl-hero--final .pdl-weight-badge__value>span{font-size:clamp(2.6rem,3.3vw,3.75rem)!important;font-weight:560!important;letter-spacing:-.055em!important}.pdl-hero--final .pdl-weight-badge__value i{width:1.05em!important;height:1px!important;opacity:.78!important}.pdl-hero--final .pdl-weight-badge__value small{font-size:.82rem!important;margin-left:.2rem!important}@media (max-width:1100px){.pdl-hero--final .pdl-weight-badge{justify-self:start!important;margin-left:clamp(.75rem,2vw,2rem)!important;max-width:300px!important}}@media (max-width:680px){.pdl-hero--final .pdl-weight-badge{margin-left:0!important;width:auto!important;max-width:100%!important;padding-left:.85rem!important}.pdl-hero--final .pdl-weight-badge__value>span{font-size:clamp(2.35rem,12vw,3.25rem)!important}}.pdl-menu--canonical{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(.7rem,1vw,1.35rem)!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}.pdl-menu--canonical>li{position:relative!important;display:flex!important;align-items:center!important;min-width:0!important}.pdl-menu--canonical>li>.pdl-menu-link{display:flex!important;align-items:center!important;min-height:var(--pdl-header)!important;padding:0!important;color:#fff!important;text-decoration:none!important;font-size:clamp(.78rem,.45vw + .46rem,.93rem)!important;font-weight:760!important;letter-spacing:.035em!important;text-transform:uppercase!important;white-space:nowrap!important}.pdl-menu--canonical>li>.pdl-menu-link::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:1rem!important;height:1px!important;background:rgba(255,255,255,.9)!important;transform:scaleX(0)!important;transform-origin:center!important;transition:transform .18s ease!important}.pdl-menu--canonical>li:hover>.pdl-menu-link::after,.pdl-menu--canonical>li:focus-within>.pdl-menu-link::after,.pdl-menu--canonical>li.is-submenu-open>.pdl-menu-link::after{transform:scaleX(1)!important}.pdl-menu--canonical>.menu-item-has-children{padding-right:1rem!important}.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle{position:absolute!important;right:-.12rem!important;top:50%!important;transform:translateY(-50%)!important;width:1.3rem!important;height:1.3rem!important;display:grid!important;place-items:center!important;border:0!important;background:transparent!important;color:#fff!important;cursor:pointer!important;z-index:6!important}.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle span{width:.38rem!important;height:.38rem!important;border-right:1.4px solid currentColor!important;border-bottom:1.4px solid currentColor!important;transform:rotate(45deg) translate(-1px,-1px)!important}.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle[aria-expanded="true"] span{transform:rotate(225deg) translate(-1px,-1px)!important}@media (min-width:1261px){.pdl-menu--canonical>.menu-item-has-children>.sub-menu{display:block!important;position:absolute!important;top:calc(100% - 1px)!important;left:50%!important;right:auto!important;width:max-content!important;min-width:220px!important;max-width:320px!important;margin:0!important;padding:.6rem!important;transform:translate(-50%,8px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#fbfaf7!important;border:1px solid rgba(16,47,54,.1)!important;border-radius:14px!important;box-shadow:0 20px 50px rgba(4,25,31,.18)!important;z-index:2500!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}.pdl-menu--canonical>.menu-item-has-children:hover>.sub-menu,.pdl-menu--canonical>.menu-item-has-children:focus-within>.sub-menu,.pdl-menu--canonical>.menu-item-has-children.is-submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) li{list-style:none!important;margin:0!important;padding:0!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) a{display:block!important;padding:.72rem .85rem!important;border-radius:9px!important;color:var(--pdl-ink)!important;text-decoration:none!important;font-size:.9rem!important;font-weight:650!important;white-space:nowrap!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) a:hover,.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) a:focus{background:#eef4f3!important;color:var(--pdl-ink)!important}.pdl-menu--canonical>.menu-item-products{position:static!important}.pdl-menu--canonical>.menu-item-products>.pdl-mega-menu{display:block!important;position:fixed!important;top:calc(var(--pdl-header) - 1px)!important;left:50%!important;right:auto!important;width:min(900px,calc(100vw - 48px))!important;max-width:900px!important;min-width:0!important;margin:0!important;padding:10px 12px!important;transform:translate(-50%,8px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#fbfaf7!important;border:1px solid rgba(16,47,54,.1)!important;border-radius:18px!important;box-shadow:0 24px 64px rgba(4,25,31,.22)!important;z-index:2600!important;overflow:visible!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}body.admin-bar .pdl-menu--canonical>.menu-item-products>.pdl-mega-menu{top:calc(32px + var(--pdl-header) - 1px)!important}.pdl-menu--canonical>.menu-item-products:hover>.pdl-mega-menu,.pdl-menu--canonical>.menu-item-products:focus-within>.pdl-mega-menu,.pdl-menu--canonical>.menu-item-products.is-submenu-open>.pdl-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.pdl-menu--canonical .pdl-mega-menu__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;width:100%!important}.pdl-menu--canonical .pdl-mega-link{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;min-height:84px!important;padding:10px 12px!important;border-radius:10px!important;color:var(--pdl-ink)!important;text-decoration:none!important;pointer-events:auto!important}.pdl-menu--canonical .pdl-mega-link:hover,.pdl-menu--canonical .pdl-mega-link:focus{background:#fff!important;box-shadow:0 8px 22px rgba(16,47,54,.06)!important}.pdl-menu--canonical .pdl-mega-link__icon{width:36px!important;height:36px!important;min-width:36px!important}.pdl-menu--canonical .pdl-mega-link__title{display:block!important;margin:0 0 2px!important;font-size:.84rem!important;line-height:1.18!important;font-weight:700!important;color:#143843!important}.pdl-menu--canonical .pdl-mega-link__description{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;font-size:.67rem!important;line-height:1.28!important;color:rgba(16,47,54,.78)!important;white-space:normal!important}}@media (max-width:1260px){.pdl-menu--canonical{display:block!important;width:min(760px,100%)!important;margin:0 auto!important}.pdl-menu--canonical>li{display:block!important;border-bottom:1px solid rgba(255,255,255,.11)!important;padding-right:0!important}.pdl-menu--canonical>li>.pdl-menu-link{min-height:0!important;width:100%!important;padding:17px 52px 17px 0!important;font-size:1rem!important}.pdl-menu--canonical>li>.pdl-menu-link::after{display:none!important}.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle{top:9px!important;right:0!important;transform:none!important;width:44px!important;height:44px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu{display:none!important;position:static!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0 0 14px!important;padding:8px!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:#f8f6f1!important;border-radius:14px!important;box-shadow:none!important}.pdl-menu--canonical>.menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) li{list-style:none!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) a{display:block!important;padding:.8rem .9rem!important;color:var(--pdl-ink)!important;text-decoration:none!important;border-radius:8px!important}.pdl-menu--canonical .pdl-mega-menu__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.pdl-menu--canonical .pdl-mega-link{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:11px!important;align-items:center!important;padding:12px!important;min-height:94px!important;background:#fff!important;border-radius:10px!important;color:var(--pdl-ink)!important;text-decoration:none!important}.pdl-menu--canonical .pdl-mega-link__icon{width:44px!important;height:44px!important;min-width:44px!important}.pdl-menu--canonical .pdl-mega-link__title{font-size:.9rem!important;line-height:1.2!important}.pdl-menu--canonical .pdl-mega-link__description{font-size:.75rem!important;line-height:1.35!important}}@media (max-width:640px){.pdl-menu--canonical .pdl-mega-menu__grid{grid-template-columns:1fr!important}}.pdl-section{padding-block:clamp(3rem,5.8vw,5.25rem)!important}.pdl-section-heading{margin-bottom:2rem!important}.pdl-product-card{min-height:200px!important;padding:1.45rem 1.3rem!important}.pdl-expertise-grid article{padding:1.4rem!important}@media (max-width:980px){.pdl-section{padding-block:2.65rem!important}}main .pdl-container{
  width:min(1520px,calc(100% - 5rem))!important;
  max-width:1520px!important;
}.pdl-split{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;
  gap:clamp(2.5rem,5vw,5.5rem)!important;
}.pdl-prose,.pdl-split>div:last-child{max-width:72ch}@media (max-width:1200px){main .pdl-container{
    width:min(100% - 3rem,1120px)!important;
  }}@media (max-width:900px){main .pdl-container{
    width:calc(100% - 2rem)!important;
  }}@media (max-width:600px){main .pdl-container{
    width:calc(100% - 1.5rem)!important;
  }}:root{
  --pdl-editorial-shell:min(1440px,calc(100% - 8rem));
  --pdl-reading-measure:72ch;
}@media (max-width:1200px){:root{--pdl-editorial-shell:min(100% - 4rem,1120px)}}@media (max-width:900px){:root{--pdl-editorial-shell:calc(100% - 2.5rem)}}@media (max-width:600px){:root{--pdl-editorial-shell:calc(100% - 1.5rem)}}.pdl-site-footer{position:relative;background:linear-gradient(135deg,#082b32 0%,#06262d 55%,#0b3339 100%)!important;color:#eaf1f2!important;padding:0!important;border-top:1px solid rgba(255,255,255,.09)}.pdl-site-footer::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(78,143,139,.16),transparent 28%);pointer-events:none}.pdl-site-footer>.pdl-container{position:relative;z-index:1}.pdl-site-footer__top{display:grid!important;grid-template-columns:minmax(280px,1.2fr) minmax(160px,.65fr) minmax(160px,.65fr) minmax(300px,1fr)!important;gap:clamp(2.5rem,5vw,5.5rem)!important;padding-block:clamp(3.5rem,6vw,5.5rem) clamp(3rem,5vw,4.5rem)!important}.pdl-site-footer__address{display:grid!important;gap:.5rem!important;margin:0!important;font-style:normal!important;color:rgba(234,241,242,.78)!important;font-size:.95rem!important;line-height:1.55!important}.pdl-site-footer__address span{max-width:34ch!important}.pdl-site-footer__address a{width:max-content!important;color:#fff!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.28)!important;transition:border-color .18s ease,opacity .18s ease!important}.pdl-site-footer__address a:hover{border-color:#fff!important;opacity:.88!important}.pdl-site-footer__label{margin:0 0 1.1rem!important;color:#8fb9b7!important;font-size:.72rem!important;font-weight:850!important;letter-spacing:.15em!important;text-transform:uppercase!important}.pdl-site-footer__nav ul,.pdl-site-footer__legal{list-style:none!important;margin:0!important;padding:0!important}.pdl-site-footer__nav ul{display:grid!important;gap:.62rem!important}.pdl-site-footer__nav a{display:inline-block!important;color:rgba(255,255,255,.86)!important;text-decoration:none!important;font-size:.94rem!important;line-height:1.4!important;transition:color .18s ease,transform .18s ease!important}.pdl-site-footer__nav a:hover{color:#fff!important;transform:translateX(3px)!important}.pdl-site-footer__cta{align-self:start!important;padding-left:clamp(0rem,2vw,2rem)!important;border-left:1px solid rgba(255,255,255,.13)!important}.pdl-site-footer__cta h2{max-width:390px!important;margin:0 0 1.6rem!important;color:#fff!important;font-size:clamp(1.8rem,2.7vw,2.75rem)!important;line-height:1.02!important;letter-spacing:-.035em!important;font-weight:620!important}.pdl-site-footer__linkedin{display:inline-block!important;margin-top:1.15rem!important;color:#fff!important;text-decoration:none!important;font-size:.9rem!important;font-weight:700!important}.pdl-site-footer__bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2rem!important;border-top:1px solid rgba(255,255,255,.12)!important;padding-block:1.2rem!important;color:rgba(234,241,242,.62)!important;font-size:.78rem!important}.pdl-site-footer__bottom p{margin:0!important}.pdl-site-footer__legal{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:1.3rem!important;flex-wrap:wrap!important}.pdl-site-footer__legal a{color:rgba(255,255,255,.68)!important;text-decoration:none!important;transition:color .18s ease!important}.pdl-site-footer__legal a:hover{color:#fff!important}@media (max-width:1100px){.pdl-site-footer__top{grid-template-columns:1.15fr .75fr .75fr!important}.pdl-site-footer__cta{grid-column:1/-1!important;padding-left:0!important;padding-top:2rem!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.13)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:1rem 2rem!important}.pdl-site-footer__cta .pdl-site-footer__label{grid-column:1/-1!important;margin-bottom:0!important}.pdl-site-footer__cta h2{margin:0!important}.pdl-site-footer__linkedin{grid-column:1/-1!important}}@media (max-width:760px){.pdl-site-footer__top{grid-template-columns:1fr 1fr!important;gap:2.2rem 1.5rem!important;padding-block:3rem 2.5rem!important}.pdl-site-footer__brand{grid-column:1/-1!important}.pdl-site-footer__cta{grid-template-columns:1fr!important}.pdl-site-footer__cta .pdl-site-footer__label,.pdl-site-footer__linkedin{grid-column:auto!important}.pdl-site-footer__bottom{align-items:flex-start!important;flex-direction:column!important;gap:.85rem!important}.pdl-site-footer__legal{justify-content:flex-start!important;gap:.75rem 1rem!important}}@media (max-width:480px){.pdl-site-footer__top{grid-template-columns:1fr!important}.pdl-site-footer__brand,.pdl-site-footer__cta{grid-column:auto!important}.pdl-site-footer__nav{padding-top:1rem!important;border-top:1px solid rgba(255,255,255,.1)!important}.pdl-site-footer__cta h2{font-size:2rem!important}}:root{
  --pdl-ink:#303437;
  --pdl-lake:#2776a1;
  --pdl-teal:#6883a3;
  --pdl-sage:#a19c9b;
  --pdl-mist:#e6e9ee;
  --pdl-paper:#fafbfc;
  --pdl-white:#ffffff;
  --pdl-accent:#6e0321;
  --pdl-accent-soft:#93445b;
  --pdl-blue-light:#77aed2;
  --pdl-line:rgba(48,52,55,.14);
  --pdl-shadow:0 22px 55px rgba(44,50,55,.12);
  --pdl-topbar:28px;
  --pdl-header-main:86px;
  --pdl-header:114px;
}body{color:var(--pdl-ink);background:#fff}a{color:var(--pdl-lake)}a:hover{color:var(--pdl-accent)}.pdl-eyebrow{color:var(--pdl-lake)!important}.pdl-button{background:var(--pdl-accent)!important;border-color:var(--pdl-accent)!important;color:#fff!important}.pdl-button:hover{background:#540119!important;border-color:#540119!important;color:#fff!important}.pdl-button--outline{background:transparent!important;color:var(--pdl-accent)!important}.pdl-button--outline:hover{background:var(--pdl-accent)!important;color:#fff!important}.pdl-text-link{color:var(--pdl-lake)!important}.pdl-menu--canonical>li>.pdl-menu-link,.pdl-menu--primary>li>a{color:#303437!important}.pdl-menu--canonical>li>.pdl-menu-link:hover,.pdl-menu--canonical>li.current-menu-item>.pdl-menu-link{color:var(--pdl-accent)!important}.pdl-menu--primary>li>a::after{background:var(--pdl-accent)!important}.pdl-submenu-toggle{color:#303437!important}.pdl-submenu-toggle span{border-color:currentColor!important}.pdl-search-toggle{border-color:rgba(48,52,55,.22)!important;background:#fff!important;color:#303437!important;box-shadow:none!important}.pdl-search-toggle:hover{border-color:rgba(110,3,33,.45)!important;background:#fafbfc!important;color:var(--pdl-accent)!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu{background:#fff!important;border-color:rgba(48,52,55,.11)!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) a{color:#303437!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) a:hover{background:#f3f5f7!important;color:var(--pdl-accent)!important}.pdl-mega-menu{background:#fff!important;border-color:rgba(48,52,55,.1)!important}.pdl-mega-link__title{color:#303437!important}.pdl-mega-link__description{color:#657079!important}.pdl-mega-link__icon{color:var(--pdl-lake)!important;background:#f1f4f7!important}.pdl-section--ink,.pdl-site-footer{background:#273642!important;color:#fff!important}.pdl-site-footer a{color:#e8eef4!important}.pdl-site-footer a:hover{color:#fff!important}.pdl-section--lake{background:#f1f4f7!important}.pdl-section--paper{background:#fafbfc!important}.pdl-product-card:hover{box-shadow:0 16px 36px rgba(39,54,66,.08)!important}.pdl-hero__overlay{background:linear-gradient(90deg,rgba(20,30,38,.83) 0%,rgba(20,30,38,.48) 52%,rgba(20,30,38,.18) 100%),linear-gradient(0deg,rgba(20,30,38,.48),transparent 58%)!important}.pdl-weight-badge,.pdl-hero__facts{background:rgba(31,48,60,.62)!important;border-color:rgba(255,255,255,.36)!important}@media (max-width:1260px){:root{--pdl-topbar:26px;--pdl-header-main:78px;--pdl-header:104px}.pdl-menu--canonical>li{border-color:rgba(48,52,55,.1)!important}.pdl-menu--canonical>li>.pdl-menu-link{color:#303437!important}.pdl-menu--canonical .sub-menu{background:#f7f8fa!important}.pdl-menu--canonical .sub-menu a{color:#303437!important}}@media (max-width:782px){:root{--pdl-topbar:24px;--pdl-header-main:72px;--pdl-header:96px}}@media (min-width:1261px){.pdl-menu--canonical{
    width:auto!important;
    justify-content:center!important;
    gap:clamp(.8rem,1.15vw,1.55rem)!important;
  }}.pdl-product-tech-band{
  position:relative;
  width:100%;
  overflow:hidden;
  background:var(--pdl-accent,#6e0321);
  color:#fff;
  padding:clamp(4rem,6vw,6.5rem) 0 clamp(3.5rem,5vw,5.5rem);
}.pdl-product-tech-band::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 12%,rgba(255,255,255,.055),transparent 31%),
    linear-gradient(90deg,rgba(55,0,16,.09),transparent 35%,rgba(55,0,16,.08));
}.pdl-product-tech-band__inner{
  position:relative;
  z-index:1;
  width:min(1400px,calc(100% - clamp(3rem,10vw,12rem)));
  margin-inline:auto;
}.pdl-product-tech-band h2{
  margin:0 auto clamp(2.5rem,4vw,4rem);
  text-align:center;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.5rem,2vw,2rem)!important;
  line-height:1.2!important;
  font-weight:400!important;
  letter-spacing:.01em!important;
}.pdl-product-tech-band__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:clamp(1.5rem,3vw,3rem);
  row-gap:0;
}.pdl-product-tech-metric{
  min-width:0;
  padding:1.1rem 0 2.1rem;
  border-top:1px solid rgba(255,255,255,.56);
}.pdl-product-tech-metric__label{
  display:block;
  margin-bottom:clamp(1.8rem,3vw,3.1rem);
  color:rgba(255,255,255,.88);
  font-size:.78rem;
  font-weight:650;
  letter-spacing:.15em;
  line-height:1.3;
  text-transform:uppercase;
}.pdl-product-tech-metric__value-row{
  display:flex;
  align-items:center;
  min-width:0;
  gap:clamp(.9rem,1.5vw,1.4rem);
}.pdl-product-tech-metric__plus{
  position:relative;
  flex:0 0 38px;
  width:38px;
  height:38px;
  opacity:.78;
}.pdl-product-tech-metric__plus::before,.pdl-product-tech-metric__plus::after{
  content:"";
  position:absolute;
  background:rgba(255,255,255,.82);
}.pdl-product-tech-metric__plus::before{left:0;right:0;top:50%;height:1px}.pdl-product-tech-metric__plus::after{top:0;bottom:0;left:50%;width:1px}.pdl-product-tech-metric strong{
  display:block;
  min-width:0;
  color:#fff!important;
  font-size:clamp(3rem,4.5vw,5.25rem)!important;
  line-height:.95!important;
  font-weight:350!important;
  letter-spacing:.035em!important;
  white-space:nowrap;
}.pdl-product-tech-metric__unit{
  align-self:flex-end;
  margin-bottom:.55rem;
  color:#fff;
  font-size:clamp(1rem,1.5vw,1.25rem);
  font-weight:700;
  white-space:nowrap;
}.pdl-product-tech-band__note{
  margin:0;
  padding-top:1.25rem;
  border-top:1px solid rgba(255,255,255,.42);
  color:rgba(255,255,255,.88);
  font-size:.78rem;
  letter-spacing:.12em;
  line-height:1.5;
  text-align:right;
  text-transform:uppercase;
}@media (max-width:900px){.pdl-product-tech-band__inner{width:min(100% - 3rem,760px)}.pdl-product-tech-band__grid{grid-template-columns:1fr}.pdl-product-tech-metric__label{margin-bottom:1.3rem}.pdl-product-tech-metric{padding-bottom:1.7rem}.pdl-product-tech-band__note{text-align:left}}@media (max-width:520px){.pdl-product-tech-band{padding:3.2rem 0 2.8rem}.pdl-product-tech-band__inner{width:calc(100% - 2rem)}.pdl-product-tech-band h2{text-align:left;margin-bottom:2rem}.pdl-product-tech-metric__plus{flex-basis:28px;width:28px;height:28px}.pdl-product-tech-metric strong{font-size:clamp(2.7rem,14vw,4rem)!important}}@media (min-width:1481px){.pdl-menu--canonical{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:max-content!important;
    max-width:100%!important;
    gap:clamp(.72rem,1.05vw,1.35rem)!important;
    margin:0!important;
  }.pdl-menu--canonical>li{display:flex!important;align-items:center!important;height:var(--pdl-header-main)!important}.pdl-menu--canonical>li>.pdl-menu-link{
    min-height:0!important;
    height:auto!important;
    padding:.55rem 0!important;
    display:flex!important;
    align-items:center!important;
  }.pdl-search-toggle{margin:0!important}}@media (min-width:1261px) and (max-width:1480px){.pdl-menu--canonical{display:block!important;width:min(760px,100%)!important;margin:0 auto!important}.pdl-menu--canonical>li{border-bottom:1px solid rgba(48,52,55,.11)!important}.pdl-menu--canonical>li>.pdl-menu-link{color:#303437!important;display:flex!important;width:100%!important;padding:17px 52px 17px 0!important;font-size:1rem!important}}:root{
  --pdl-shell-max:1840px;
  --pdl-content-max:1520px;
}html{overflow-x:hidden}body{overflow-x:hidden}body.pdl-nav-open{overflow:hidden!important;touch-action:none}.pdl-search-toggle{flex-shrink:0}@media (max-width:1480px){.pdl-menu--canonical{display:block!important;width:min(100%,820px)!important;margin:0 auto!important;padding:0!important}.pdl-menu--canonical>li{position:relative!important;display:block!important;height:auto!important;border-bottom:1px solid rgba(48,52,55,.1)!important}.pdl-menu--canonical>li>.pdl-menu-link{
    display:flex!important;
    align-items:center!important;
    min-height:0!important;
    width:100%!important;
    padding:1.05rem 3.6rem 1.05rem 0!important;
    color:#303437!important;
    font-size:clamp(1.05rem,2vw,1.35rem)!important;
    font-weight:680!important;
    letter-spacing:.01em!important;
    text-transform:none!important;
    line-height:1.2!important;
  }.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle{
    position:absolute!important;
    top:.72rem!important;
    right:0!important;
    width:42px!important;
    height:42px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid rgba(48,52,55,.13)!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#303437!important;
    transform:none!important;
  }.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle span{
    width:8px!important;height:8px!important;
    border-right:1.7px solid currentColor!important;
    border-bottom:1.7px solid currentColor!important;
    transform:rotate(45deg) translate(-1px,-1px)!important;
    transition:transform .18s ease!important;
  }.pdl-menu--canonical>.menu-item-has-children.is-submenu-open>.pdl-submenu-toggle{background:#f1f3f5!important;color:var(--pdl-accent,#6e0321)!important}.pdl-menu--canonical>.menu-item-has-children.is-submenu-open>.pdl-submenu-toggle span{transform:rotate(225deg) translate(-1px,-1px)!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu{
    display:none!important;
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0 0 1rem!important;
    padding:.65rem!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    border:1px solid rgba(48,52,55,.08)!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:none!important;
  }.pdl-menu--canonical>.menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}.pdl-menu--canonical>.menu-item-has-children>.sub-menu:not(.pdl-mega-menu) a{
    display:block!important;
    padding:.8rem .9rem!important;
    color:#303437!important;
    border-radius:9px!important;
    font-size:.95rem!important;
    font-weight:600!important;
    white-space:normal!important;
  }.pdl-menu--canonical .pdl-mega-menu__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.6rem!important}.pdl-menu--canonical .pdl-mega-link{
    min-height:92px!important;
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:.75rem!important;
    align-items:center!important;
    padding:.8rem!important;
    background:#f8f9fa!important;
    border-radius:11px!important;
    text-decoration:none!important;
    color:#303437!important;
  }.pdl-menu--canonical .pdl-mega-link__icon{width:42px!important;height:42px!important;min-width:42px!important}.pdl-menu--canonical .pdl-mega-link__title{font-size:.9rem!important;line-height:1.18!important;color:#303437!important}.pdl-menu--canonical .pdl-mega-link__description{display:none!important}}@media (max-width:1023px){:root{--pdl-header-main:76px;--pdl-header:calc(var(--pdl-topbar) + 76px)}.pdl-search-toggle{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important}.pdl-container{width:min(100% - 2rem,var(--pdl-content-max))!important}.pdl-split{grid-template-columns:1fr!important;gap:2rem!important}.pdl-product-grid{grid-template-columns:1fr!important}.pdl-product-card:nth-child(odd){border-right:0!important}.pdl-product-tech-band__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:767px){:root{--pdl-topbar:22px;--pdl-header-main:68px;--pdl-header:90px}.pdl-menu--canonical>li>.pdl-menu-link{font-size:1.02rem!important;padding:.95rem 3.25rem .95rem 0!important}.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle{top:.55rem!important;width:38px!important;height:38px!important}.pdl-menu--canonical .pdl-mega-menu__grid{grid-template-columns:1fr!important}.pdl-menu--canonical .pdl-mega-link{min-height:72px!important;grid-template-columns:38px minmax(0,1fr)!important;padding:.65rem!important}.pdl-menu--canonical .pdl-mega-link__icon{width:36px!important;height:36px!important;min-width:36px!important}.pdl-container{width:calc(100% - 1.5rem)!important}.pdl-section{padding-block:2.4rem!important}.pdl-section-heading{align-items:flex-start!important;flex-direction:column!important;gap:.8rem!important;margin-bottom:1.5rem!important}.pdl-section h2{font-size:clamp(2rem,10vw,3.2rem)!important}.pdl-product-grid,.pdl-expertise-grid{grid-template-columns:1fr!important}.pdl-product-card{min-height:auto!important;padding:1.25rem 1rem!important;grid-template-columns:auto 1fr!important}.pdl-product-tech-band{padding:2.8rem 0 2.5rem!important}.pdl-product-tech-band__inner{width:calc(100% - 1.5rem)!important}.pdl-product-tech-band__grid{grid-template-columns:1fr!important}.pdl-product-tech-metric strong{font-size:clamp(2.7rem,14vw,4rem)!important}}@media (max-width:420px){.pdl-button-group{display:grid!important;grid-template-columns:1fr!important;gap:.65rem!important}.pdl-button-group .pdl-button{width:100%!important}.pdl-hero h1{font-size:clamp(2.55rem,13.5vw,3.8rem)!important}}@media (min-width:1481px){.pdl-menu--canonical{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:max-content!important;
    margin:0 auto!important;
  }.pdl-menu--canonical>li{
    height:auto!important;
    align-items:center!important;
  }.pdl-menu--canonical>li>.pdl-menu-link{
    min-height:52px!important;
    display:flex!important;
    align-items:center!important;
    padding:.5rem 0!important;
  }.pdl-search-toggle{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important}}.pdl-site-footer{
  position:relative!important;
  overflow:hidden!important;
  background:#273642!important;
  color:#eef3f6!important;
}.pdl-site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 82% 8%,rgba(62,118,154,.12),transparent 32%);
}.pdl-site-footer>.pdl-container{position:relative;z-index:1}.pdl-site-footer__top{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.68fr) minmax(0,.68fr) minmax(0,1.12fr)!important;
  align-items:start!important;
  gap:clamp(2rem,4vw,4.75rem)!important;
  padding-block:clamp(3.6rem,5vw,5rem) clamp(2.8rem,4vw,4rem)!important;
}.pdl-site-footer__top>*{min-width:0!important}.pdl-site-footer__brand{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1.7rem!important}.pdl-site-footer__address{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:.48rem!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  color:rgba(238,243,246,.78)!important;
  font-style:normal!important;
  font-size:.96rem!important;
  line-height:1.45!important;
}.pdl-site-footer__label{
  margin:0 0 1rem!important;
  color:#a9c2d3!important;
  font-size:.72rem!important;
  font-weight:850!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}.pdl-site-footer__nav ul,.pdl-site-footer__legal{list-style:none!important;margin:0!important;padding:0!important}.pdl-site-footer__nav ul{display:flex!important;flex-direction:column!important;gap:.62rem!important}.pdl-site-footer__nav li{margin:0!important;padding:0!important}.pdl-site-footer__nav a{
  display:inline-block!important;
  padding:.08rem 0!important;
  color:rgba(255,255,255,.86)!important;
  text-decoration:none!important;
  font-size:.96rem!important;
  line-height:1.42!important;
}.pdl-site-footer__cta{
  min-width:0!important;
  align-self:start!important;
  padding-left:clamp(1.5rem,2.5vw,2.5rem)!important;
  border-left:1px solid rgba(255,255,255,.14)!important;
}.pdl-site-footer__cta h2{
  max-width:430px!important;
  margin:0 0 1.5rem!important;
  color:#fff!important;
  font-size:clamp(2rem,2.6vw,3rem)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  font-weight:650!important;
}.pdl-site-footer__linkedin{display:inline-block!important;margin-top:1rem!important;color:#fff!important;text-decoration:none!important}.pdl-site-footer__bottom{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:1rem 2rem!important;
  min-height:0!important;
  margin:0 auto!important;
  padding-block:1.25rem 1.4rem!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
  color:rgba(238,243,246,.64)!important;
  font-size:.8rem!important;
  line-height:1.4!important;
}.pdl-site-footer__bottom p{position:static!important;margin:0!important;padding:0!important}.pdl-site-footer__legal{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.65rem 1.35rem!important;flex-wrap:wrap!important}.pdl-site-footer__legal li{margin:0!important;padding:0!important}.pdl-site-footer__legal a{color:rgba(255,255,255,.72)!important;text-decoration:none!important}@media (max-width:1120px){.pdl-site-footer__top{grid-template-columns:minmax(0,1fr) minmax(0,.7fr) minmax(0,.7fr)!important;gap:2.5rem!important}.pdl-site-footer__cta{grid-column:1/-1!important;padding:2rem 0 0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.13)!important}}@media (max-width:760px){.pdl-site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2.2rem 1.5rem!important;padding-block:3rem 2.5rem!important}.pdl-site-footer__brand,.pdl-site-footer__cta{grid-column:1/-1!important}.pdl-site-footer__cta h2{max-width:520px!important}.pdl-site-footer__bottom{align-items:flex-start!important;flex-direction:column!important;gap:.85rem!important}.pdl-site-footer__legal{justify-content:flex-start!important}}@media (max-width:520px){.pdl-site-footer__top{grid-template-columns:1fr!important;gap:1.8rem!important;padding-block:2.6rem 2.2rem!important}.pdl-site-footer__brand,.pdl-site-footer__cta{grid-column:auto!important}.pdl-site-footer__nav{padding-top:1.3rem!important;border-top:1px solid rgba(255,255,255,.1)!important}.pdl-site-footer__cta{padding-top:1.6rem!important}.pdl-site-footer__cta h2{font-size:2rem!important}}@supports not (display:grid){.pdl-site-footer__top{display:flex!important;flex-wrap:wrap!important}.pdl-site-footer__top>*{flex:1 1 220px!important}}.pdl-site-footer--v47{
  position:relative!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  background:linear-gradient(135deg,#24343f 0%,#1e303a 54%,#203742 100%)!important;
  color:#f4f7f8!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}.pdl-site-footer--v47::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 88% 15%,rgba(79,132,163,.12),transparent 30%);
}.pdl-site-footer--v47>.pdl-container{position:relative;z-index:1}.pdl-footer47__main{
  display:grid!important;
  grid-template-columns:minmax(260px,.9fr) minmax(360px,1.2fr) minmax(300px,.9fr)!important;
  gap:clamp(3rem,6vw,7rem)!important;
  align-items:start!important;
  padding-block:clamp(3.6rem,5.5vw,5.2rem) clamp(3rem,4vw,4rem)!important;
}.pdl-footer47__main>*{min-width:0!important}.pdl-footer47__identity{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1.25rem!important}.pdl-footer47__logo{
  display:inline-flex!important;
  align-items:center!important;
  width:min(225px,100%)!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
}.pdl-footer47__logo img{display:block!important;width:100%!important;height:auto!important;margin:0!important;filter:none!important}.pdl-footer47__address{margin:.2rem 0 0!important;color:rgba(244,247,248,.75)!important;font-size:.94rem!important;line-height:1.55!important}.pdl-footer47__contacts{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.45rem!important}.pdl-footer47__contacts a{color:#fff!important;text-decoration:none!important;font-size:.94rem!important;line-height:1.4!important;border-bottom:1px solid rgba(255,255,255,.28)!important}.pdl-footer47__contacts a:hover{border-color:#fff!important}.pdl-footer47__navigation{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(2rem,4vw,4rem)!important}.pdl-footer47__navigation nav{min-width:0!important}.pdl-footer47__label{margin:0 0 1rem!important;color:#a9c4d2!important;font-size:.7rem!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase!important}.pdl-footer47__navigation ul,.pdl-footer47__bottom ul{list-style:none!important;margin:0!important;padding:0!important}.pdl-footer47__navigation ul{display:flex!important;flex-direction:column!important;gap:.66rem!important}.pdl-footer47__navigation li{margin:0!important;padding:0!important}.pdl-footer47__navigation a{display:inline-block!important;color:rgba(255,255,255,.86)!important;text-decoration:none!important;font-size:.94rem!important;line-height:1.35!important;transition:color .18s ease,transform .18s ease!important}.pdl-footer47__navigation a:hover{color:#fff!important;transform:translateX(2px)!important}.pdl-footer47__cta{padding-left:clamp(1.75rem,3vw,3rem)!important;border-left:1px solid rgba(255,255,255,.12)!important}.pdl-footer47__cta h2{max-width:410px!important;margin:.1rem 0 1.6rem!important;color:#fff!important;font-size:clamp(2rem,2.8vw,3.1rem)!important;line-height:1!important;letter-spacing:-.04em!important;font-weight:650!important}.pdl-footer47__button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.65rem!important;min-height:50px!important;padding:.8rem 1.25rem!important;border-radius:999px!important;background:#fff!important;color:#263943!important;text-decoration:none!important;font-weight:800!important;box-shadow:none!important}.pdl-footer47__button:hover{background:#edf3f5!important;color:#263943!important}.pdl-footer47__linkedin{display:block!important;width:max-content!important;margin-top:1rem!important;color:#fff!important;text-decoration:none!important;font-size:.88rem!important;font-weight:700!important}.pdl-footer47__bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem 2rem!important;padding-block:1.2rem 1.35rem!important;border-top:1px solid rgba(255,255,255,.12)!important;color:rgba(244,247,248,.6)!important;font-size:.78rem!important;line-height:1.4!important}.pdl-footer47__bottom p{margin:0!important;padding:0!important}.pdl-footer47__bottom ul{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.65rem 1.25rem!important;flex-wrap:wrap!important}.pdl-footer47__bottom li{margin:0!important;padding:0!important}.pdl-footer47__bottom a{color:rgba(255,255,255,.7)!important;text-decoration:none!important}.pdl-footer47__bottom a:hover{color:#fff!important}@media (max-width:1100px){.pdl-footer47__main{grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr)!important;gap:3rem!important}.pdl-footer47__cta{grid-column:1/-1!important;padding:2rem 0 0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.12)!important}.pdl-footer47__cta h2{max-width:560px!important}}@media (max-width:720px){.pdl-footer47__main{grid-template-columns:1fr!important;gap:2.4rem!important;padding-block:3rem 2.5rem!important}.pdl-footer47__navigation{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2rem!important;padding-top:.3rem!important}.pdl-footer47__cta{grid-column:auto!important;padding-top:1.8rem!important}.pdl-footer47__bottom{align-items:flex-start!important;flex-direction:column!important;gap:.8rem!important}.pdl-footer47__bottom ul{justify-content:flex-start!important}}@media (max-width:480px){.pdl-footer47__navigation{grid-template-columns:1fr!important;gap:1.8rem!important}.pdl-footer47__navigation nav+nav{padding-top:1.4rem!important;border-top:1px solid rgba(255,255,255,.1)!important}.pdl-footer47__logo{width:min(205px,72vw)!important}.pdl-footer47__cta h2{font-size:2rem!important}}@media (min-width:1481px){html[lang^="fr"] .pdl-menu--canonical{
    gap:clamp(.52rem,.62vw,.88rem)!important;
  }html[lang^="fr"] .pdl-menu--canonical>li>.pdl-menu-link{
    font-size:clamp(.72rem,.28vw + .48rem,.82rem)!important;
    letter-spacing:.018em!important;
    font-weight:730!important;
  }html[lang^="fr"] .pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle{
    width:24px!important;
    min-width:24px!important;
  }html[lang^="fr"] .pdl-search-toggle{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
  }}@media (min-width:1481px) and (max-width:1660px){html[lang^="fr"] .pdl-menu--canonical{
    gap:.48rem!important;
  }html[lang^="fr"] .pdl-menu--canonical>li>.pdl-menu-link{
    font-size:.72rem!important;
    letter-spacing:.012em!important;
  }}@media (max-width:1480px){.pdl-menu--canonical>li>.pdl-menu-link{line-height:1.25!important}html[lang^="fr"] .pdl-menu--canonical>li>.pdl-menu-link{
    font-size:.96rem!important;
    letter-spacing:.01em!important;
  }}@media (max-width:767px){html[lang^="fr"] .pdl-menu--canonical>li>.pdl-menu-link{font-size:.94rem!important}}@media (max-width:420px){html[lang^="fr"] .pdl-menu--canonical>li>.pdl-menu-link{font-size:.9rem!important}}@media (min-width:1181px){.pdl-menu--canonical{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:max-content!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    gap:clamp(.45rem,.72vw,.9rem)!important;
  }.pdl-menu--canonical>li{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    height:var(--pdl-header-main)!important;
    border:0!important;
    padding:0!important;
  }.pdl-menu--canonical>li>.pdl-menu-link{
    display:flex!important;
    align-items:center!important;
    width:auto!important;
    min-height:0!important;
    padding:.45rem 0!important;
    color:#303437!important;
    font-size:clamp(.68rem,.42vw + .35rem,.86rem)!important;
    line-height:1.15!important;
    letter-spacing:.018em!important;
    font-weight:760!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }html[lang^="fr"] .pdl-menu--canonical>li>.pdl-menu-link{
    font-size:clamp(.65rem,.38vw + .32rem,.81rem)!important;
    letter-spacing:.012em!important;
  }.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle{
    position:static!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 20px!important;
    width:20px!important;
    min-width:20px!important;
    height:28px!important;
    margin-left:.12rem!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#303437!important;
    transform:none!important;
  }.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle span{
    width:6px!important;height:6px!important;border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;transform:rotate(45deg) translate(-1px,-1px)!important;
  }.pdl-menu--canonical>.menu-item-has-children.is-submenu-open>.pdl-submenu-toggle span{transform:rotate(225deg) translate(-1px,-1px)!important}.pdl-search-toggle{
    display:grid!important;
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  }.pdl-menu--canonical>.menu-item-has-children>.sub-menu{
    position:absolute!important;
    top:calc(100% - 1px)!important;
    left:50%!important;
    right:auto!important;
    display:block!important;
    width:max-content!important;
    min-width:220px!important;
    max-width:340px!important;
    height:auto!important;
    margin:0!important;
    padding:.6rem!important;
    transform:translate(-50%,8px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    overflow:visible!important;
    background:#fff!important;
    border:1px solid rgba(48,52,55,.11)!important;
    border-radius:14px!important;
    box-shadow:0 20px 50px rgba(4,25,31,.18)!important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
    z-index:2500!important;
  }.pdl-menu--canonical>.menu-item-has-children:hover>.sub-menu,.pdl-menu--canonical>.menu-item-has-children:focus-within>.sub-menu,.pdl-menu--canonical>.menu-item-has-children.is-submenu-open>.sub-menu{
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important;
  }.pdl-menu--canonical>.menu-item-products>.pdl-mega-menu{
    position:fixed!important;
    top:calc(var(--pdl-header) - 1px)!important;
    left:50%!important;
    width:min(860px,calc(100vw - 3rem))!important;
    max-width:860px!important;
    min-width:0!important;
    padding:10px 12px!important;
    transform:translate(-50%,8px)!important;
  }body.admin-bar .pdl-menu--canonical>.menu-item-products>.pdl-mega-menu{top:calc(32px + var(--pdl-header) - 1px)!important}.pdl-menu--canonical>.menu-item-products:hover>.pdl-mega-menu,.pdl-menu--canonical>.menu-item-products:focus-within>.pdl-mega-menu,.pdl-menu--canonical>.menu-item-products.is-submenu-open>.pdl-mega-menu{transform:translate(-50%,0)!important}.pdl-menu--canonical .pdl-mega-menu__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important}.pdl-menu--canonical .pdl-mega-link{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;min-height:82px!important;padding:9px 11px!important;background:transparent!important;border-radius:10px!important}.pdl-menu--canonical .pdl-mega-link__icon{width:36px!important;height:36px!important;min-width:36px!important}.pdl-menu--canonical .pdl-mega-link__title{font-size:.82rem!important;line-height:1.15!important}.pdl-menu--canonical .pdl-mega-link__description{display:block!important;font-size:.65rem!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (min-width:1181px) and (max-width:1440px){.pdl-menu--canonical{gap:.36rem!important}.pdl-menu--canonical>li>.pdl-menu-link{font-size:.68rem!important;letter-spacing:.008em!important}html[lang^="fr"] .pdl-menu--canonical>li>.pdl-menu-link{font-size:.64rem!important}.pdl-menu--canonical>.menu-item-has-children>.pdl-submenu-toggle{width:16px!important;min-width:16px!important}.pdl-search-toggle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}}:root{--pdl-v5-strip:28px;--pdl-v5-main:86px;--pdl-header:calc(var(--pdl-v5-strip) + var(--pdl-v5-main))}.pdl-v5-header{position:fixed;top:0;left:0;right:0;z-index:5000;background:#fff;box-shadow:0 7px 26px rgba(25,34,39,.08)}body.admin-bar .pdl-v5-header{top:32px}.pdl-v5-strip{height:var(--pdl-v5-strip);display:flex;align-items:center;justify-content:center;background:#e9edf2;border-bottom:1px solid rgba(48,52,55,.08);color:#6883a3;font-size:.69rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}.pdl-v5-mainbar{height:var(--pdl-v5-main);background:#fff}.pdl-v5-shell{width:min(1900px,calc(100% - 64px));height:100%;margin:auto;display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:24px}.pdl-v5-brand{grid-column:1;justify-self:start;display:flex;align-items:center;height:100%;text-decoration:none}.pdl-v5-brand img{display:block;width:auto;height:auto;max-width:190px;max-height:66px;object-fit:contain}.pdl-v5-nav{grid-column:2;justify-self:center;align-self:stretch;display:flex;align-items:center;position:static!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important;background:transparent!important;transform:none!important;overflow:visible!important}.pdl-v5-menu{display:flex;align-items:center;justify-content:center;gap:clamp(18px,1.35vw,30px);list-style:none;margin:0;padding:0;height:100%}.pdl-v5-item{position:relative;display:flex;align-items:center;height:100%;white-space:nowrap}.pdl-v5-link{display:flex;align-items:center;height:100%;padding:0;color:#303437!important;text-decoration:none!important;font-size:clamp(.78rem,.55vw + .18rem,.91rem);font-weight:760;letter-spacing:.025em;text-transform:uppercase;line-height:1.1}.pdl-v5-link:hover,.pdl-v5-item:focus-within>.pdl-v5-link{color:#6e0321!important}.pdl-v5-submenu-toggle{display:grid;place-items:center;width:18px;height:32px;margin-left:3px;padding:0;border:0;background:transparent;color:#303437;cursor:pointer}.pdl-v5-submenu-toggle span{width:6px;height:6px;border-right:1.4px solid currentColor;border-bottom:1.4px solid currentColor;transform:rotate(45deg) translate(-1px,-1px)}.pdl-v5-item.is-submenu-open>.pdl-v5-submenu-toggle span{transform:rotate(225deg) translate(-1px,-1px)}.pdl-v5-submenu{position:absolute;top:calc(100% - 1px);left:50%;z-index:5200;display:block;margin:0;padding:9px;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px);background:#fff;border:1px solid rgba(48,52,55,.1);border-radius:14px;box-shadow:0 20px 55px rgba(20,31,37,.16);transition:.16s}.pdl-v5-item:hover>.pdl-v5-submenu,.pdl-v5-item:focus-within>.pdl-v5-submenu,.pdl-v5-item.is-submenu-open>.pdl-v5-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.pdl-v5-submenu--simple{min-width:220px;list-style:none}.pdl-v5-submenu--simple a{display:block;padding:10px 12px;border-radius:9px;color:#303437!important;text-decoration:none!important;font-size:.9rem;font-weight:650}.pdl-v5-submenu--simple a:hover{background:#f4f5f6;color:#6e0321!important}.pdl-v5-mega{position:fixed;top:calc(var(--pdl-header) - 1px);left:50%;width:min(900px,calc(100vw - 48px));padding:12px 14px;transform:translate(-50%,8px)}body.admin-bar .pdl-v5-mega{top:calc(32px + var(--pdl-header) - 1px)}.pdl-v5-item:hover>.pdl-v5-mega,.pdl-v5-item:focus-within>.pdl-v5-mega,.pdl-v5-item.is-submenu-open>.pdl-v5-mega{transform:translate(-50%,0)}.pdl-v5-mega__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}.pdl-v5-mega-link{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-height:82px;padding:10px;border-radius:10px;color:#303437!important;text-decoration:none!important}.pdl-v5-mega-link:hover{background:#f5f6f7}.pdl-v5-mega-link__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#eef2f2;color:#1f5961}.pdl-v5-mega-link__title{font-family:Georgia,"Times New Roman",serif;font-size:.88rem;font-weight:700;line-height:1.15;color:#173740}.pdl-v5-mega-link__description{display:block;margin-top:3px;font-size:.68rem;line-height:1.28;color:#5c6c70;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdl-v5-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:16px}.pdl-v5-search-toggle{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(48,52,55,.18);border-radius:999px;background:#fff;color:#303437;cursor:pointer}.pdl-v5-search-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9}.pdl-v5-language{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:46px;padding:0 4px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#303437!important;text-decoration:none!important}.pdl-v5-language__flag{font-size:1.15rem}.pdl-v5-language__chevron{width:5px;height:5px;border-right:1.2px solid currentColor;border-bottom:1.2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.75}.pdl-v5-contact{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:#7d0023;color:#fff!important;text-decoration:none!important;font-size:.9rem;font-weight:800;white-space:nowrap}.pdl-v5-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid rgba(48,52,55,.18);border-radius:999px;background:#fff;position:relative}.pdl-v5-toggle>span:not(.screen-reader-text){position:absolute;left:13px;width:18px;height:1.6px;background:#303437;transition:.2s}.pdl-v5-toggle>span:nth-child(1){top:16px}.pdl-v5-toggle>span:nth-child(2){top:22px}.pdl-v5-toggle>span:nth-child(3){top:28px}.pdl-v5-toggle[aria-expanded="true"]>span:nth-child(1){top:22px;transform:rotate(45deg)}.pdl-v5-toggle[aria-expanded="true"]>span:nth-child(2){opacity:0}.pdl-v5-toggle[aria-expanded="true"]>span:nth-child(3){top:22px;transform:rotate(-45deg)}.pdl-v5-mobile-cta{display:none}body.pdl-nav-open{overflow:hidden}@media (min-width:1261px) and (max-width:1480px){.pdl-v5-shell{width:calc(100% - 36px);grid-template-columns:minmax(150px,1fr) auto minmax(180px,1fr);gap:12px}.pdl-v5-brand img{max-width:150px;max-height:56px}.pdl-v5-menu{gap:clamp(9px,.7vw,12px)}.pdl-v5-link{font-size:.69rem;letter-spacing:.006em}html[lang^="fr"] .pdl-v5-link{font-size:.64rem}.pdl-v5-submenu-toggle{width:14px;margin-left:2px}.pdl-v5-actions{gap:10px}.pdl-v5-search-toggle{width:42px;height:42px}.pdl-v5-language{height:42px;padding:0 3px}.pdl-v5-contact{min-height:44px;padding:0 15px;font-size:.76rem}}@media (max-width:1260px){:root{--pdl-v5-main:78px}.pdl-v5-shell{width:calc(100% - 28px);grid-template-columns:minmax(150px,1fr) auto;gap:12px}.pdl-v5-brand{grid-column:1}.pdl-v5-brand img{max-width:165px;max-height:58px}.pdl-v5-actions{grid-column:2;gap:7px}.pdl-v5-contact{display:none}.pdl-v5-toggle{display:block}.pdl-v5-nav{position:absolute!important;top:100%!important;left:0!important;right:0!important;display:block!important;width:100%!important;max-height:calc(100dvh - var(--pdl-header))!important;padding:18px 22px 30px!important;overflow:auto!important;background:#fff!important;border-top:1px solid rgba(48,52,55,.09)!important;box-shadow:0 26px 55px rgba(21,31,36,.14)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-8px)!important;transition:.2s!important}.pdl-v5-nav.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.pdl-v5-menu{display:block;height:auto;width:min(760px,100%);margin:auto}.pdl-v5-item{display:block;height:auto;border-bottom:1px solid rgba(48,52,55,.1)}.pdl-v5-link{display:flex;width:100%;height:auto;padding:15px 48px 15px 0;font-size:.98rem!important}.pdl-v5-submenu-toggle{position:absolute;right:0;top:7px;width:42px;height:42px;margin:0;border-radius:999px;background:#f5f6f7}.pdl-v5-submenu{position:static!important;display:none!important;width:100%!important;margin:0 0 12px!important;padding:7px!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;border-radius:12px!important;box-shadow:none!important;background:#f6f7f7!important}.pdl-v5-item.is-submenu-open>.pdl-v5-submenu{display:block!important}.pdl-v5-mega__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.pdl-v5-mega-link{min-height:74px;padding:8px;background:#fff}.pdl-v5-mega-link__description{display:none}.pdl-v5-mobile-cta{display:block;width:min(760px,100%);margin:18px auto 0}.pdl-v5-mobile-cta a{display:flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;background:#7d0023;color:#fff!important;text-decoration:none!important;font-weight:800}}@media (max-width:782px){body.admin-bar .pdl-v5-header{top:46px}}@media (max-width:680px){:root{--pdl-v5-strip:24px;--pdl-v5-main:68px}.pdl-v5-strip{font-size:.56rem;letter-spacing:.13em}.pdl-v5-shell{width:calc(100% - 18px);grid-template-columns:minmax(120px,1fr) auto;gap:6px}.pdl-v5-brand img{max-width:138px;max-height:48px}.pdl-v5-actions{gap:4px}.pdl-v5-search-toggle{display:none}.pdl-v5-language{height:42px}.pdl-v5-toggle{width:42px;height:42px}.pdl-v5-toggle>span:not(.screen-reader-text){left:12px;width:16px}.pdl-v5-nav{padding:12px 14px 24px!important}.pdl-v5-link{font-size:.94rem!important;padding:13px 44px 13px 0}.pdl-v5-mega__grid{grid-template-columns:1fr}}@media (min-width:1600px){.pdl-v5-shell{width:min(1920px,calc(100% - 80px));gap:30px}.pdl-v5-menu{gap:clamp(22px,1.45vw,34px)}.pdl-v5-actions{gap:18px}.pdl-v5-contact{padding-inline:26px}}.pdl-site-footer .pdl-footer47__button,.pdl-site-footer .pdl-footer47__button:visited,.pdl-site-footer .pdl-footer47__button span{
  background:#fff!important;
  color:#263943!important;
  border:1px solid #fff!important;
}.pdl-site-footer .pdl-footer47__button:hover,.pdl-site-footer .pdl-footer47__button:focus-visible{
  background:#edf3f5!important;
  color:#263943!important;
  border-color:#edf3f5!important;
}@media (min-width:1481px){.pdl-v5-shell{gap:28px!important}.pdl-v5-menu{gap:clamp(23px,1.42vw,34px)!important}.pdl-v5-link{font-size:clamp(.91rem,.46vw + .26rem,1rem)!important;letter-spacing:.018em!important}html[lang^="fr"] .pdl-v5-link{font-size:clamp(.87rem,.42vw + .25rem,.96rem)!important}.pdl-v5-actions{gap:24px!important}.pdl-v5-language{gap:11px!important;padding-inline:2px!important}.pdl-v5-contact{padding-inline:28px!important}}@media (min-width:1261px) and (max-width:1480px){.pdl-v5-shell{gap:14px!important}.pdl-v5-menu{gap:clamp(11px,.78vw,15px)!important}.pdl-v5-link{font-size:.75rem!important;letter-spacing:.008em!important}html[lang^="fr"] .pdl-v5-link{font-size:.70rem!important}.pdl-v5-actions{gap:14px!important}.pdl-v5-language{gap:8px!important;padding-inline:2px!important}.pdl-v5-contact{padding-inline:17px!important;font-size:.79rem!important}}@media (max-width:760px){.pdl-footer47__button{width:max-content!important;max-width:100%!important}}.pdl-home-certifications{padding:clamp(2.5rem,4vw,4rem) 0;background:#fff;border-block:1px solid rgba(16,47,54,.1)}.pdl-home-certifications__inner{display:grid;grid-template-columns:minmax(260px,.65fr) 1.35fr;gap:clamp(2rem,7vw,7rem);align-items:center}.pdl-home-certifications__heading h2{margin:.2rem 0 0;font-size:clamp(2rem,3.6vw,3.6rem);line-height:1.02;letter-spacing:-.04em}.pdl-home-certifications__logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(1rem,2vw,2rem);align-items:center}.pdl-home-certifications__logos img{display:block;width:100%;height:110px;object-fit:contain;filter:saturate(.92);mix-blend-mode:multiply}@media (max-width:900px){.pdl-home-certifications__inner{grid-template-columns:1fr;gap:1rem}.pdl-home-certifications__logos{grid-template-columns:repeat(2,minmax(0,1fr))}.pdl-home-certifications__logos img{height:90px}}@media (max-width:560px){.pdl-home-certifications__logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pdl-home-certifications__logos img{height:76px}}.pdl-hero--final .pdl-hero__copy .pdl-eyebrow--light{font-size:clamp(.95rem,1.05vw,1.2rem)!important;line-height:1.35!important;letter-spacing:.15em!important;font-weight:900!important;text-shadow:0 2px 16px rgba(0,0,0,.72);max-width:32rem}.pdl-hero--final .pdl-video-controls{right:clamp(1.25rem,3vw,2.5rem)!important;bottom:4.9rem!important}.pdl-hero--final .pdl-scroll-cue{right:clamp(1.25rem,3vw,2.5rem)!important;bottom:1.4rem!important}.pdl-home-about__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(2.5rem,7vw,7rem);align-items:center}.pdl-home-about__visual figure{margin:1rem 0 0;border-radius:1rem;overflow:hidden;box-shadow:0 18px 50px rgba(39,54,66,.12)}.pdl-home-about__visual img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.pdl-home-about__copy{max-width:46rem}.pdl-lines-grid .pdl-line-card{position:relative;display:block!important;padding:2rem!important}.pdl-line-card__icon{display:grid!important;place-items:center;width:64px;height:64px;margin-bottom:1.5rem;border-radius:999px;background:rgba(39,118,161,.08)}.pdl-line-card__icon img{width:32px;height:32px;object-fit:contain}.pdl-product-card--visual{display:flex!important;flex-direction:column!important;min-height:0!important;padding:0!important;overflow:hidden;border-radius:1rem;background:#fff!important}.pdl-product-card--visual:nth-child(odd){border-right:0!important}.pdl-product-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#eef1ee}.pdl-product-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.pdl-product-card--visual:hover .pdl-product-card__media img{transform:scale(1.025)}.pdl-product-card__body{position:relative;display:flex;flex:1;flex-direction:column;padding:1.45rem 1.5rem 1.5rem}.pdl-product-card__body h3{margin:0 0 .65rem!important}.pdl-product-card__body p{margin:0 0 1rem}.pdl-home-news{background:#263946!important}.pdl-home-news__layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);grid-template-rows:repeat(3,minmax(0,1fr));gap:1.15rem}.pdl-home-news-card{display:grid;grid-template-columns:190px minmax(0,1fr);min-width:0;overflow:hidden;border-radius:1rem;background:#fff;color:var(--pdl-ink)}.pdl-home-news-card--featured{grid-row:1/4;grid-template-columns:1fr;grid-template-rows:auto 1fr}.pdl-home-news-card__media{display:block;overflow:hidden;background:#edf0ee;min-height:150px}.pdl-home-news-card--featured .pdl-home-news-card__media{aspect-ratio:16/9;min-height:0}.pdl-home-news-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.pdl-home-news-card:hover img{transform:scale(1.02)}.pdl-home-news-card__body{display:flex;flex-direction:column;padding:1.25rem 1.35rem}.pdl-home-news-card--featured .pdl-home-news-card__body{padding:1.6rem}.pdl-home-news-card__meta{margin:0 0 .5rem;color:var(--pdl-lake);font-size:.75rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.pdl-home-news-card h3{margin:0 0 1rem;font-size:clamp(1.05rem,1.5vw,1.55rem);line-height:1.16;letter-spacing:-.02em}.pdl-home-news-card--featured h3{font-size:clamp(1.55rem,2.6vw,2.45rem)}.pdl-home-news-card h3 a{color:var(--pdl-ink);text-decoration:none}.pdl-home-news-card .pdl-text-link{margin-top:auto;align-self:flex-start}.pdl-back-to-top{position:fixed;right:1.2rem;bottom:1.2rem;z-index:850;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#6e0321;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;cursor:pointer}.pdl-back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.pdl-back-to-top:hover{background:#2776a1}@media (max-width:980px){.pdl-home-about__grid{grid-template-columns:1fr;gap:2rem}.pdl-home-news__layout{grid-template-columns:1fr;grid-template-rows:auto}.pdl-home-news-card--featured{grid-row:auto}.pdl-home-news-card{grid-template-columns:160px minmax(0,1fr)}.pdl-home-news-card--featured{grid-template-columns:1fr}}@media (max-width:640px){.pdl-hero--final .pdl-video-controls{bottom:5.2rem!important}.pdl-hero--final .pdl-scroll-cue{bottom:1.25rem!important}.pdl-home-news-card{grid-template-columns:1fr}.pdl-home-news-card__media{aspect-ratio:16/9}.pdl-back-to-top{width:44px;height:44px;right:.85rem;bottom:.85rem}}.pdl-home-products .pdl-product-grid,#pdl-products .pdl-product-grid{
  gap:clamp(1.15rem,1.7vw,1.6rem)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
}.pdl-home-products .pdl-product-card--visual,#pdl-products .pdl-product-card--visual{
  border:1px solid rgba(16,47,54,.10)!important;
  border-radius:1rem!important;
  box-shadow:0 10px 30px rgba(16,47,54,.055)!important;
}.pdl-home-products .pdl-product-card--visual:hover,#pdl-products .pdl-product-card--visual:hover{
  box-shadow:0 18px 42px rgba(16,47,54,.10)!important;
}@media (max-width:900px){.pdl-home-products .pdl-product-grid,#pdl-products .pdl-product-grid{gap:1.1rem!important}}@media (max-width:620px){.pdl-home-products .pdl-product-grid,#pdl-products .pdl-product-grid{gap:.85rem!important}}.pdl-home-news{
  padding-block:clamp(2.6rem,4.2vw,4rem)!important;
}.pdl-home-news__heading{
  margin-bottom:1.55rem!important;
  align-items:end!important;
}.pdl-home-news__heading .pdl-eyebrow{
  margin-bottom:.42rem!important;
}.pdl-home-news__heading h2{
  margin:0!important;
  font-size:clamp(2rem,3.2vw,3.35rem)!important;
  line-height:1!important;
}.pdl-home-news__layout{
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;
  grid-template-rows:repeat(3,112px)!important;
  gap:.85rem!important;
}.pdl-home-news-card{
  min-height:0!important;
  border-radius:.8rem!important;
  grid-template-columns:138px minmax(0,1fr)!important;
}.pdl-home-news-card--featured{
  grid-row:1/4!important;
  grid-template-columns:1fr!important;
  grid-template-rows:190px minmax(0,1fr)!important;
}.pdl-home-news-card__media{
  min-height:0!important;
}.pdl-home-news-card--featured .pdl-home-news-card__media{
  aspect-ratio:auto!important;
}.pdl-home-news-card__body{
  padding:.9rem 1rem!important;
  min-width:0!important;
}.pdl-home-news-card--featured .pdl-home-news-card__body{
  padding:1.05rem 1.2rem!important;
}.pdl-home-news-card__meta{
  margin:0 0 .28rem!important;
  font-size:.67rem!important;
}.pdl-home-news-card h3{
  margin:0 0 .48rem!important;
  font-size:clamp(.94rem,1.1vw,1.08rem)!important;
  line-height:1.15!important;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}.pdl-home-news-card--featured h3{
  font-size:clamp(1.25rem,1.8vw,1.7rem)!important;
  -webkit-line-clamp:2;
}.pdl-home-news-card .pdl-text-link{
  font-size:.86rem!important;
}@media (max-width:980px){.pdl-home-news{padding-block:2.7rem!important}.pdl-home-news__layout{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    gap:.85rem!important;
  }.pdl-home-news-card--featured{
    grid-row:auto!important;
    grid-template-rows:210px auto!important;
  }.pdl-home-news-card{
    grid-template-columns:150px minmax(0,1fr)!important;
    min-height:120px!important;
  }.pdl-home-news-card--featured{grid-template-columns:1fr!important}}@media (max-width:640px){.pdl-home-news{padding-block:2.25rem!important}.pdl-home-news__heading{margin-bottom:1.2rem!important;gap:1rem!important}.pdl-home-news__heading h2{font-size:clamp(1.8rem,9vw,2.4rem)!important}.pdl-home-news-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:104px!important}.pdl-home-news-card--featured{grid-template-columns:1fr!important;grid-template-rows:180px auto!important}.pdl-home-news-card__body{padding:.75rem .85rem!important}.pdl-home-news-card--featured .pdl-home-news-card__body{padding:.9rem 1rem!important}}.pdl-home-news{
  position:relative;
  overflow:hidden;
  padding-block:clamp(3.15rem,4.8vw,4.8rem)!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(39,118,161,.14),transparent 34%),
    linear-gradient(135deg,#20343f 0%,#263946 52%,#21343f 100%)!important;
}.pdl-home-news::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:96px 100%;
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.45),transparent);
  opacity:.28;
}.pdl-home-news>.pdl-container{position:relative;z-index:1}.pdl-home-news__heading{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end!important;
  gap:2rem!important;
  margin-bottom:clamp(1.65rem,2.4vw,2.25rem)!important;
}.pdl-home-news__heading .pdl-eyebrow{
  margin:0 0 .4rem!important;
  color:#76b8d7!important;
  font-size:.72rem!important;
  letter-spacing:.19em!important;
}.pdl-home-news__heading h2{
  margin:0!important;
  max-width:720px;
  color:#fff!important;
  font-size:clamp(2.15rem,3.35vw,3.45rem)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:590!important;
}.pdl-home-news__heading>.pdl-text-link{
  display:inline-flex!important;
  align-items:center;
  gap:.55rem;
  padding:.72rem 1rem!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:999px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:.84rem!important;
  font-weight:750!important;
  white-space:nowrap;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}.pdl-home-news__heading>.pdl-text-link:hover{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.42)!important;
  transform:translateY(-1px);
}.pdl-home-news__layout{
  display:grid!important;
  grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr)!important;
  grid-template-rows:repeat(3,minmax(0,1fr))!important;
  gap:0 2.2rem!important;
  min-height:480px;
}.pdl-home-news-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  min-width:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
}.pdl-home-news-card:not(.pdl-home-news-card--featured){
  align-items:center;
  padding:1rem 0!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
}.pdl-home-news-card:not(.pdl-home-news-card--featured):last-child{
  border-bottom:1px solid rgba(255,255,255,.16)!important;
}.pdl-home-news-card--featured{
  grid-row:1/4!important;
  grid-template-columns:1fr!important;
  grid-template-rows:1fr!important;
  min-height:480px!important;
  overflow:hidden!important;
  border-radius:1.15rem!important;
  background:#172a34!important;
  box-shadow:0 24px 60px rgba(5,18,25,.22)!important;
}.pdl-home-news-card--featured::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(8,25,32,.04) 20%,rgba(8,25,32,.26) 52%,rgba(8,25,32,.93) 100%),
    linear-gradient(90deg,rgba(8,25,32,.18),transparent 55%);
}.pdl-home-news-card__media{
  display:block!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:.72rem!important;
  background:#162a34!important;
}.pdl-home-news-card:not(.pdl-home-news-card--featured) .pdl-home-news-card__media{
  width:116px!important;
  aspect-ratio:4/3!important;
}.pdl-home-news-card--featured .pdl-home-news-card__media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  border-radius:inherit!important;
}.pdl-home-news-card__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .45s cubic-bezier(.2,.7,.2,1)!important;
}.pdl-home-news-card--featured:hover .pdl-home-news-card__media img{transform:scale(1.025)!important}.pdl-home-news-card:not(.pdl-home-news-card--featured):hover .pdl-home-news-card__media img{transform:scale(1.04)!important}.pdl-home-news-card__body{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  padding:.35rem 0 .35rem .25rem!important;
  background:transparent!important;
}.pdl-home-news-card--featured .pdl-home-news-card__body{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:2!important;
  justify-content:flex-end!important;
  padding:clamp(1.55rem,2.6vw,2.4rem)!important;
  max-width:86%;
}.pdl-home-news-card__meta{
  margin:0 0 .34rem!important;
  color:#73b8d9!important;
  font-size:.68rem!important;
  font-weight:850!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}.pdl-home-news-card--featured .pdl-home-news-card__meta{color:#b9dcea!important}.pdl-home-news-card h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  margin:0 0 .55rem!important;
  color:#fff!important;
  font-size:clamp(.98rem,1.15vw,1.12rem)!important;
  line-height:1.2!important;
  letter-spacing:-.018em!important;
  font-weight:650!important;
}.pdl-home-news-card--featured h3{
  max-width:760px!important;
  margin-bottom:.85rem!important;
  font-size:clamp(1.55rem,2.25vw,2.35rem)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  -webkit-line-clamp:3!important;
}.pdl-home-news-card h3 a{color:#fff!important;text-decoration:none!important}.pdl-home-news-card .pdl-text-link{
  width:max-content;
  margin-top:0!important;
  color:#d6e8ef!important;
  border-bottom:1px solid rgba(214,232,239,.42)!important;
  font-size:.78rem!important;
  font-weight:700!important;
  text-decoration:none!important;
}.pdl-home-news-card .pdl-text-link:hover{color:#fff!important;border-bottom-color:#fff!important}@media (max-width:1100px){.pdl-home-news__layout{
    grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;
    gap:0 1.5rem!important;
    min-height:440px;
  }.pdl-home-news-card--featured{min-height:440px!important}.pdl-home-news-card{grid-template-columns:112px minmax(0,1fr)!important}.pdl-home-news-card:not(.pdl-home-news-card--featured) .pdl-home-news-card__media{width:98px!important}}@media (max-width:900px){.pdl-home-news__heading{grid-template-columns:1fr auto!important}.pdl-home-news__layout{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    gap:1.25rem!important;
    min-height:0!important;
  }.pdl-home-news-card--featured{
    grid-row:auto!important;
    min-height:390px!important;
  }.pdl-home-news-card:not(.pdl-home-news-card--featured){
    grid-template-columns:130px minmax(0,1fr)!important;
    padding:1rem 0!important;
  }.pdl-home-news-card:not(.pdl-home-news-card--featured) .pdl-home-news-card__media{width:116px!important}}@media (max-width:620px){.pdl-home-news{padding-block:2.65rem!important}.pdl-home-news__heading{
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:1rem!important;
    margin-bottom:1.35rem!important;
  }.pdl-home-news__heading h2{font-size:clamp(2rem,11vw,2.6rem)!important}.pdl-home-news__heading>.pdl-text-link{padding:.55rem .8rem!important;font-size:.78rem!important}.pdl-home-news-card--featured{min-height:330px!important}.pdl-home-news-card--featured .pdl-home-news-card__body{max-width:100%;padding:1.35rem!important}.pdl-home-news-card--featured h3{font-size:clamp(1.3rem,6.5vw,1.65rem)!important}.pdl-home-news-card:not(.pdl-home-news-card--featured){
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:.8rem!important;
  }.pdl-home-news-card:not(.pdl-home-news-card--featured) .pdl-home-news-card__media{width:96px!important;aspect-ratio:1!important}.pdl-home-news-card h3{font-size:.96rem!important}}.pdl-home-products{
  position:relative;
  background:
    radial-gradient(circle at top right,rgba(39,118,161,.10),transparent 30%),
    linear-gradient(180deg,#f8f6f1 0%,#f3f1ea 100%)!important;
}.pdl-home-products::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.35),rgba(255,255,255,0) 35%,rgba(255,255,255,.22));
  opacity:.45;
}.pdl-home-products > .pdl-container{position:relative;z-index:1}.pdl-home-products .pdl-section-heading{margin-bottom:clamp(1.8rem,3vw,2.6rem)!important}.pdl-home-products .pdl-section-heading > div{max-width:58rem}.pdl-home-products .pdl-product-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(1.2rem,1.8vw,1.7rem)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
}.pdl-home-products .pdl-product-card--visual{
  position:relative;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(16,47,54,.09)!important;
  border-radius:1.35rem!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfbf8 100%)!important;
  box-shadow:0 18px 46px rgba(16,47,54,.08)!important;
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease!important;
}.pdl-home-products .pdl-product-card--visual::before{
  content:"";
  position:absolute;
  top:1.2rem;
  left:1.4rem;
  right:1.4rem;
  height:1px;
  background:linear-gradient(90deg,rgba(39,118,161,.52),rgba(39,118,161,0));
  opacity:.9;
  z-index:2;
}.pdl-home-products .pdl-product-card--visual:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(39,118,161,.18)!important;
  box-shadow:0 28px 56px rgba(16,47,54,.13)!important;
}.pdl-home-products .pdl-product-card__media{
  display:block!important;
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  background:#edf1ee!important;
}.pdl-home-products .pdl-product-card__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:scale(1.001);
  transition:transform .55s cubic-bezier(.2,.7,.2,1)!important;
}.pdl-home-products .pdl-product-card--visual:hover .pdl-product-card__media img{transform:scale(1.045)!important}.pdl-home-products .pdl-product-card__body{
  position:relative!important;
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  padding:1.65rem 1.7rem 1.8rem!important;
  background:linear-gradient(180deg,rgba(255,255,255,.90),#fff 24%)!important;
}.pdl-home-products .pdl-product-card__body h3{
  margin:0 0 .85rem!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(1.95rem,2.7vw,2.7rem)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  font-weight:600!important;
}.pdl-home-products .pdl-product-card__body h3 a{
  color:var(--pdl-ink)!important;
  text-decoration:none!important;
}.pdl-home-products .pdl-product-card__description{
  margin:0!important;
  max-width:34ch;
  color:#55686d!important;
  font-size:1.03rem!important;
  line-height:1.65!important;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}.pdl-home-products .pdl-product-card__cta{
  display:inline-flex!important;
  align-items:center!important;
  gap:.78rem!important;
  margin-top:auto!important;
  padding-top:1.35rem!important;
  color:var(--pdl-ink)!important;
  font-size:.9rem!important;
  font-weight:800!important;
  text-decoration:none!important;
}.pdl-home-products .pdl-product-card__cta span{
  border-bottom:1px solid rgba(16,47,54,.22);
  line-height:1.2;
}.pdl-home-products .pdl-product-card__cta i{
  display:grid;
  place-items:center;
  width:2.1rem;
  height:2.1rem;
  border-radius:999px;
  background:#173740;
  color:#fff;
  font-style:normal;
  font-size:1rem;
  transition:transform .22s ease,background .22s ease;
}.pdl-home-products .pdl-product-card__cta:hover{color:#2776a1!important}.pdl-home-products .pdl-product-card__cta:hover span{border-bottom-color:#2776a1}.pdl-home-products .pdl-product-card__cta:hover i{background:#2776a1;transform:translateX(2px)}@media (max-width:980px){.pdl-home-products .pdl-product-grid{grid-template-columns:1fr!important;gap:1.05rem!important}.pdl-home-products .pdl-product-card__media{aspect-ratio:16/10!important}}@media (max-width:640px){.pdl-home-products{padding-block:2.8rem!important}.pdl-home-products .pdl-product-card__body{padding:1.25rem 1.2rem 1.35rem!important}.pdl-home-products .pdl-product-card__body h3{font-size:clamp(1.85rem,8vw,2.25rem)!important}.pdl-home-products .pdl-product-card__description{font-size:.98rem!important;max-width:none;-webkit-line-clamp:5}.pdl-home-products .pdl-product-card__cta{width:100%;justify-content:space-between!important}}.pdl-product-tech-band__note,.pdl-product-tech-band__note a,.pdl-product-tech-band__note strong,.pdl-product-tech-band__note span{
  color:rgba(255,255,255,.96)!important;
}.pdl-product-tech-band__note{
  text-shadow:0 1px 0 rgba(0,0,0,.08);
}.pdl-product-tech-metric__label{
  color:rgba(255,255,255,.92)!important;
}.pdl-home-page + .pdl-product-tech-band,.pdl-product-tech-band{
  margin:0!important;
}.pdl-certifications-panel{
  position:relative;
  padding:clamp(2.8rem,4.8vw,4.8rem) 0;
  background:#fff;
  border-block:1px solid rgba(48,52,55,.09);
}.pdl-certifications-panel__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}.pdl-certifications-panel__heading{max-width:760px;margin:0 auto clamp(1.8rem,3vw,2.6rem)}.pdl-certifications-panel__heading .pdl-eyebrow{
  margin-bottom:.55rem!important;
  text-align:center!important;
}.pdl-certifications-panel__heading h2{
  margin:0!important;
  color:var(--pdl-ink)!important;
  font-size:clamp(2.15rem,3.7vw,3.8rem)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  font-weight:620!important;
  text-align:center!important;
}.pdl-certifications-panel__logos{
  width:min(1080px,100%);
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:center;
  justify-items:center;
  gap:clamp(1rem,2.5vw,2.5rem);
}.pdl-certifications-panel__logos img{
  display:block;
  width:100%;
  max-width:165px;
  height:105px;
  object-fit:contain;
  filter:saturate(.92);
  mix-blend-mode:multiply;
}.pdl-home-certifications{display:none!important}.pdl-home-products .pdl-product-card__body{padding-top:1.8rem!important}.pdl-home-products .pdl-product-card__body h3{margin-top:0!important}@media (max-width:820px){.pdl-certifications-panel__logos{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.pdl-certifications-panel__logos img{height:88px;max-width:145px}}@media (max-width:540px){.pdl-certifications-panel{padding:2.5rem 0}.pdl-certifications-panel__logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pdl-certifications-panel__logos img{height:76px;max-width:130px}.pdl-certifications-panel__logos img:last-child{grid-column:1/-1}}.pdl-certifications-panel__heading{
  margin-bottom:clamp(1.7rem,2.8vw,2.5rem)!important;
}.pdl-certifications-panel__heading .pdl-eyebrow{
  display:none!important;
}.pdl-home-lines .pdl-line-card > span:not(.pdl-line-card__icon){display:none!important}.pdl-hero--final .pdl-video-controls{bottom:5.35rem!important}.pdl-hero--final .pdl-scroll-cue{bottom:1.35rem!important}.pdl-certifications-panel__heading .pdl-eyebrow,.pdl-certifications-panel__heading > p{display:none!important}.pdl-hero--final .pdl-hero__copy .pdl-eyebrow--light{
  font-size:clamp(1rem,1.08vw,1.22rem)!important;
  line-height:1.35!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
}@media (min-width:1101px){.pdl-hero--final .pdl-hero-final-grid{
    grid-template-columns:minmax(0,1fr) 250px!important;
    gap:clamp(1.8rem,3vw,3.5rem)!important;
  }.pdl-hero--final .pdl-hero__copy{
    max-width:820px!important;
  }.pdl-hero--final h1{
    max-width:800px!important;
    text-wrap:balance!important;
  }.pdl-hero--final .pdl-weight-badge{
    width:250px!important;
    max-width:250px!important;
    justify-self:end!important;
    transform:translateX(clamp(.5rem,1.4vw,1.25rem))!important;
  }}@media (min-width:681px) and (max-width:1100px){.pdl-hero--final .pdl-hero__copy{max-width:820px!important}.pdl-hero--final h1{max-width:800px!important}}.pdl-site-footer--v47{
  background:#7d0023!important;
  color:#fff!important;
  border-top-color:rgba(255,255,255,.14)!important;
}.pdl-site-footer--v47::before{
  background:radial-gradient(circle at 88% 15%,rgba(255,255,255,.06),transparent 32%)!important;
}.pdl-footer47__label{color:rgba(255,255,255,.72)!important}.pdl-footer47__address{color:rgba(255,255,255,.78)!important}.pdl-footer47__button,.pdl-footer47__button:visited,.pdl-site-footer .pdl-footer47__button,.pdl-site-footer .pdl-footer47__button:visited{
  background:#fff!important;
  color:#7d0023!important;
}.pdl-footer47__button:hover,.pdl-site-footer .pdl-footer47__button:hover{
  background:#f6eef1!important;
  color:#7d0023!important;
}.pdl-site-footer--v47{
  background:#355A84!important;
  color:#fff!important;
  border-top-color:rgba(255,255,255,.14)!important;
}.pdl-site-footer--v47::before{
  background:radial-gradient(circle at 88% 15%,rgba(255,255,255,.055),transparent 32%)!important;
}.pdl-footer47__label{color:rgba(255,255,255,.72)!important}.pdl-footer47__address{color:rgba(255,255,255,.80)!important}.pdl-footer47__button,.pdl-footer47__button:visited,.pdl-site-footer .pdl-footer47__button,.pdl-site-footer .pdl-footer47__button:visited{
  background:#fff!important;
  color:#355A84!important;
}.pdl-footer47__button:hover,.pdl-site-footer .pdl-footer47__button:hover{
  background:#edf2f7!important;
  color:#355A84!important;
}@supports (content-visibility:auto){.pdl-home-about,.pdl-certifications-panel,.pdl-home-sustainability,.pdl-home-lines,.pdl-home-products,.pdl-home-expertise,.pdl-home-news,.pdl-site-footer{content-visibility:auto;contain-intrinsic-size:900px}}
/* PDL 6.6.21: native keyboard focus + mobile paint optimizations. */
:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:3px solid #1b5f91!important;outline-offset:3px!important}
.pdl-v5-header :where(a,button):focus-visible,.pdl-site-footer :where(a,button):focus-visible,.pdl-hero :where(a,button):focus-visible{outline-color:#fff!important}
@media(max-width:767px){.pdl-scroll-cue{animation:none!important}.pdl-v5-header{box-shadow:0 2px 10px rgba(25,34,39,.045)!important}.pdl-home-about,.pdl-certifications-panel,.pdl-home-sustainability,.pdl-home-lines,.pdl-home-products,.pdl-home-expertise,.pdl-home-news,.pdl-site-footer{contain:layout paint style}}
