.pdm-how-it-works-together-section{display:none;background-color:var(--pdm-hiwt-bg, #f2f7f9)}html:has(body.pdm-hiwt-modal-open),.pdm-hiwt-modal-open{overflow-y:hidden}.pdm-hiwt-modal-open #userwayAccessibilityIcon{display:none!important}.pdm-how-it-works-together{display:flex;flex-direction:column;align-items:center;gap:16px;padding-block:40px 40px;padding-inline:8px;max-width:1296px;margin:0 auto}.pdm-how-it-works-together .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pdm-how-it-works-together__header{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:600px;text-align:center}.pdm-how-it-works-together__heading{margin:0;font-family:Poppins,sans-serif;font-size:32px;font-weight:600;line-height:40px;color:var(--pdm-hiwt-heading-color, #3d6d6d)}.pdm-how-it-works-together__subheading{margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:24px;color:var(--pdm-hiwt-text-color, #45494d)}@media(min-width:768px){.pdm-how-it-works-together{gap:66px;padding-block:var(--pdm-hiwt-padding-top, 48px) var(--pdm-hiwt-padding-bottom, 48px)}.pdm-how-it-works-together__heading{font-size:40px;font-weight:500;line-height:48px}.pdm-how-it-works-together__subheading{font-size:18px;line-height:26px}}.pdm-how-it-works-together__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;width:100%;max-width:1200px;margin-inline:auto}@media(min-width:1120px){.pdm-how-it-works-together__content{flex-direction:row;flex-wrap:wrap;gap:40px}}.pdm-how-it-works-together__wheel{position:relative;width:100%;max-width:var(--pdm-hiwt-wheel-size, 320px);aspect-ratio:1 / 1;flex-shrink:0;--pdm-hiwt-wheel-size: 320px;--pdm-hiwt-wheel-radius: 135px;--pdm-hiwt-node-size: 56px;--pdm-hiwt-node-halo-size: 64px;--pdm-hiwt-glow-size: 150px;--pdm-hiwt-product-w: 160px;--pdm-hiwt-node-label-width: 96px}@media(min-width:768px){.pdm-how-it-works-together__wheel{--pdm-hiwt-wheel-size: clamp(460px, 55vw, 576px);--pdm-hiwt-wheel-radius: 220px;--pdm-hiwt-node-size: 84px;--pdm-hiwt-node-halo-size: 96px;--pdm-hiwt-glow-size: 290px;--pdm-hiwt-product-w: 300px;--pdm-hiwt-node-label-width: 120px}}.pdm-how-it-works-together__wheel-ring{position:absolute;top:50%;left:50%;z-index:1;width:calc(var(--pdm-hiwt-wheel-radius) * 2);height:calc(var(--pdm-hiwt-wheel-radius) * 2);transform:translate(-50%,-50%);border:1px dashed var(--pdm-hiwt-accent-color, #528d8e);border-radius:50%;opacity:.4}.pdm-how-it-works-together__wheel-glow{position:absolute;top:50%;left:50%;z-index:0;width:var(--pdm-hiwt-glow-size);height:var(--pdm-hiwt-glow-size);transform:translate(-50%,-50%);background:#cbe9ec80;border-radius:50%}.pdm-how-it-works-together__product{position:absolute;top:50%;left:50%;z-index:2;width:var(--pdm-hiwt-product-w);transform:translate(-50%,-50%)}.pdm-how-it-works-together__product-image{display:block;width:100%;height:auto;object-fit:contain}.pdm-how-it-works-together__node{position:absolute;top:50%;left:50%;z-index:3;display:block;width:var(--pdm-hiwt-node-size);height:var(--pdm-hiwt-node-size);margin-top:calc(var(--pdm-hiwt-node-size) / -2);margin-left:calc(var(--pdm-hiwt-node-size) / -2);padding:0;background:none;border:none;cursor:pointer;transform:rotate(var(--pdm-hiwt-node-angle, 0deg)) translateY(calc(-1 * var(--pdm-hiwt-wheel-radius))) rotate(calc(-1 * var(--pdm-hiwt-node-angle, 0deg)));transition:transform .6s cubic-bezier(.65,0,.35,1)}.pdm-how-it-works-together__node:focus-visible{outline:2px solid var(--pdm-hiwt-accent-color, #528d8e);outline-offset:4px;border-radius:50%}.pdm-how-it-works-together__node-halo{position:absolute;top:50%;left:50%;z-index:-1;width:var(--pdm-hiwt-node-halo-size);height:var(--pdm-hiwt-node-halo-size);transform:translate(-50%,-50%);background-color:var(--pdm-hiwt-active-halo, rgba(82, 141, 142, .2));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;opacity:0;display:none;transition:opacity .3s ease}.pdm-how-it-works-together__node--active .pdm-how-it-works-together__node-halo{opacity:1}.pdm-how-it-works-together__node-image{display:flex;width:var(--pdm-hiwt-node-size);height:var(--pdm-hiwt-node-size);overflow:hidden;border-radius:50%;position:relative}.pdm-how-it-works-together__node-image img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.pdm-how-it-works-together__node-image--indicator{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;margin:auto;width:28px;height:28px;border-radius:50%;background-color:#fff6;z-index:2;animation:pulse-animation 2s ease-in-out infinite;will-change:transform,background-color}.pdm-how-it-works-together__node-image--indicator:after{content:"";background-color:#fff;top:0;left:0;width:12px;height:12px;border-radius:50%}@keyframes pulse-animation{0%,to{transform:scale(1);background-color:#fff6}50%{transform:scale(1.14);background-color:#fff9}}.pdm-how-it-works-together__node-name{position:absolute;top:100%;left:50%;width:var(--pdm-hiwt-node-label-width);margin-top:2px;transform:translate(-50%);font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:var(--pdm-hiwt-heading-color, #3d6d6d);text-align:center}@media screen and (min-width:768px){.pdm-how-it-works-together__node-name{font-size:14px;line-height:20px}}@media screen and (min-width:1312px){.pdm-how-it-works-together{padding-inline:0}}@media(prefers-reduced-motion:reduce){.pdm-how-it-works-together__node{transition-duration:.01ms}}.pdm-how-it-works-together__card{display:none;position:relative;width:100%;max-width:488px;padding:32px;background-color:#fff;border-radius:24px;box-shadow:0 25px 40px #0000000f,0 3px 6px #0000000d}@media(min-width:768px){.pdm-how-it-works-together__card,.pdm-how-it-works-together__node-halo{display:block}.pdm-how-it-works-together__node-image img{object-fit:cover}}.pdm-how-it-works-together__card-tail{position:absolute;width:0;height:0;top:-16px;left:50%;transform:translate(-50%);border-right:23px solid transparent;border-bottom:16px solid #ffffff;border-left:23px solid transparent;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.04))}@media(min-width:1120px){.pdm-how-it-works-together__card-tail{top:50%;left:-16px;transform:translateY(-50%);border-right:16px solid #ffffff;border-bottom:23px solid transparent;border-left:none;border-top:23px solid transparent;filter:drop-shadow(-2px 0 2px rgba(0,0,0,.04))}}.pdm-how-it-works-together__card-panel{display:flex;flex-direction:column;gap:24px}.pdm-how-it-works-together__card-panel[hidden]{display:none}.pdm-how-it-works-together__card-image{width:100%;aspect-ratio:424 / 300;overflow:hidden;border-radius:16px}.pdm-how-it-works-together__card-image img{display:block;width:100%;height:100%;object-fit:contain}.pdm-how-it-works-together__card-text{display:flex;flex-direction:column;gap:16px}.pdm-how-it-works-together__card-name{margin:0;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:32px;color:var(--pdm-hiwt-heading-color, #3d6d6d)}.pdm-how-it-works-together__card-description{margin:0;font-family:Poppins,sans-serif;font-size:16px;line-height:24px;color:var(--pdm-hiwt-text-color, #45494d)}.pdm-how-it-works-together__card-benefits ul{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.pdm-how-it-works-together__card-benefits li{position:relative;padding-left:9px;font-family:Poppins,sans-serif;font-size:16px;line-height:24px;color:#6d6d6d;list-style:none!important}.pdm-how-it-works-together__card-benefits li:before{content:"\2022";position:absolute;left:0;color:#6d6d6d}.pdm-how-it-works-together__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;padding:16px}.pdm-how-it-works-together__modal[hidden]{display:none}@media(min-width:768px){.pdm-how-it-works-together__modal{display:none!important}}.pdm-how-it-works-together__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.pdm-how-it-works-together__modal-dialog{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:360px;max-height:90vh;overflow-y:auto;padding:32px 24px;background-color:#fff;border-radius:24px;box-shadow:0 8px 24px #0000001f}.pdm-how-it-works-together__modal-close{position:absolute;top:16px;right:16px;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:#45494d;background-color:#0000000d;border:none;border-radius:999px;cursor:pointer}.pdm-how-it-works-together__modal-close:focus-visible,.pdm-how-it-works-together__modal-nav:focus-visible{outline:2px solid var(--pdm-hiwt-accent-color, #528d8e);outline-offset:2px}.pdm-how-it-works-together__modal-swiper{width:100%;overflow:hidden}.swiper-wrapper .pdm-how-it-works-together__modal-slide{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.pdm-how-it-works-together__modal-image{display:flex;align-items:center;justify-content:center;width:160px;height:160px;background-color:var(--pdm-hiwt-active-halo, rgba(82, 141, 142, .1));border-radius:999px}.pdm-how-it-works-together__modal-image img{width:96px;height:96px;object-fit:contain}.pdm-how-it-works-together__modal-text{display:flex;flex-direction:column;gap:8px}.pdm-how-it-works-together__modal-name{margin:0;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:32px;color:var(--pdm-hiwt-heading-color, #3d6d6d)}.pdm-how-it-works-together__modal-description{margin:0;font-family:Poppins,sans-serif;font-size:16px;line-height:24px;color:var(--pdm-hiwt-text-color, #45494d)}.pdm-how-it-works-together__modal-benefits ul{display:flex;flex-direction:column;gap:12px;width:100%;margin:0;padding:0;list-style:none;text-align:left}.pdm-how-it-works-together__modal-benefits li{display:flex;align-items:center;gap:12px;min-height:32px;font-family:Poppins,sans-serif;font-size:14px;line-height:20px;color:#45494d}.pdm-how-it-works-together__modal-benefits li:before{content:"";flex-shrink:0;width:32px;height:32px;background-color:#528d8e1a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5L6 11.5L13 4.5' stroke='%233d6d6d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;border-radius:999px}.pdm-how-it-works-together__modal-controls{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.pdm-how-it-works-together__modal-nav{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;max-width:40px;padding:0;color:var(--pdm-hiwt-accent-color, #528d8e);background-color:#fff;border:1px solid var(--pdm-hiwt-accent-color, #528d8e);border-radius:999px;cursor:pointer}.pdm-how-it-works-together__modal-controls .pdm-how-it-works-together__modal-pagination{position:static;display:flex;justify-content:center;align-items:center;gap:8px;width:auto}.pdm-how-it-works-together__modal-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0!important;background-color:#528d8e1a;opacity:1;border-radius:999px;transition:width .2s ease}.pdm-how-it-works-together__modal-pagination .swiper-pagination-bullet-active{width:24px;background-color:var(--pdm-hiwt-heading-color, #3d6d6d)}@media(prefers-reduced-motion:reduce){.pdm-how-it-works-together__modal-pagination .swiper-pagination-bullet{transition-duration:.01ms}}
/*# sourceMappingURL=/cdn/shop/t/215/assets/pdm-how-it-works-together.css.map */
