.dz-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden;transition:visibility 0s linear .48s}.dz-cart-drawer.is-open{visibility:visible;transition-delay:0s}.dz-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;padding:0;opacity:0;background:#030b296b;border:0;cursor:pointer;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:opacity .42s ease}.is-open .dz-cart-drawer__overlay{opacity:1}.dz-cart-drawer__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(100%,465px);height:100%;overflow:hidden;color:var(--dz-ink);background:#fbfbf8;box-shadow:-18px 0 45px #030b2926;transform:translate(105%);transition:transform .52s cubic-bezier(.22,1,.36,1)}.is-open .dz-cart-drawer__panel{transform:translate(0)}.dz-cart-drawer__head{min-height:112px;padding:27px 28px 22px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--dz-line)}.dz-cart-drawer__head p,.dz-cart-drawer__suggestions-head p{margin:0 0 5px;color:var(--dz-blue);font-size:10px;font-weight:850;letter-spacing:.1em}.dz-cart-drawer__head h2{margin:0;font-size:25px;letter-spacing:-.055em}.dz-cart-drawer__head h2 span{color:var(--dz-muted);font-weight:500}.dz-cart-drawer__head button{width:38px;height:38px;display:grid;place-items:center;padding:0;color:var(--dz-ink);background:#edf0f6;border:0;border-radius:50%;cursor:pointer;font-size:24px;line-height:1;transition:transform .2s ease,background .2s ease}.dz-cart-drawer__head button:hover{background:var(--dz-lime);transform:rotate(90deg)}.dz-cart-drawer__items{min-height:0;flex:1;padding:4px 28px;overflow-y:auto}.dz-cart-drawer__item{padding:20px 0;display:grid;grid-template-columns:92px 1fr;gap:15px;border-bottom:1px solid var(--dz-line);animation:dz-cart-item-in .45s both}.dz-cart-drawer__image{width:92px;height:92px;display:grid;place-items:center;overflow:hidden;background:#eef1f7;border-radius:15px}.dz-cart-drawer__image img,.dz-cart-drawer__image svg{width:100%;height:100%;object-fit:cover}.dz-cart-drawer__item-copy{min-width:0;display:flex;flex-direction:column;justify-content:space-between}.dz-cart-drawer__item-top{display:flex;justify-content:space-between;gap:12px}.dz-cart-drawer__item-top>a{font-size:14px;font-weight:800;line-height:1.3}.dz-cart-drawer__item-top>button{padding:0;color:#7a8496;background:transparent;border:0;cursor:pointer;font-size:21px;line-height:.8;transition:color .18s ease,transform .18s ease}.dz-cart-drawer__item-top>button:hover{color:#d64141;transform:scale(1.1)}.dz-cart-drawer__item-copy p{margin:4px 0 0;color:var(--dz-muted);font-size:11px}.dz-cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.dz-cart-drawer__item-bottom strong{font-size:14px}.dz-cart-drawer__quantity{height:35px;display:grid;grid-template-columns:34px 31px 34px;align-items:center;text-align:center;background:#fff;border:1px solid #c9d1df;border-radius:10px;font-size:12px;font-weight:800;transition:border-color .18s ease,box-shadow .18s ease}.dz-cart-drawer__quantity:focus-within{border-color:var(--dz-blue);box-shadow:0 0 0 3px #194fd11f}.dz-cart-drawer__quantity button{height:100%;padding:0;color:var(--dz-blue);background:transparent;border:0;cursor:pointer;font-size:20px;line-height:1;transition:transform .12s ease,background .12s ease}.dz-cart-drawer__quantity button:hover{background:#edf2ff}.dz-cart-drawer__quantity button:active{transform:scale(.76);background:#dce7ff}.dz-cart-drawer__item.is-updating .dz-cart-drawer__quantity{border-color:var(--dz-blue)}.dz-cart-drawer__item.is-removing{opacity:.38;transform:translate(10px);transition:opacity .18s ease,transform .18s ease}.dz-cart-drawer__suggestions{padding:18px 28px 20px;background:#f2f6ff;border-top:1px solid #e0e7f8}.dz-cart-drawer__suggestions-head{margin-bottom:11px}.dz-cart-drawer__suggestions-head h3{margin:0;font-size:17px;letter-spacing:-.04em}.dz-cart-drawer__suggestions-grid{display:grid;gap:8px}.dz-cart-drawer__suggestion{min-height:64px;padding:7px;display:grid;grid-template-columns:48px 1fr 30px;align-items:center;gap:10px;background:#fff;border:1px solid #e1e6f0;border-radius:11px}.dz-cart-drawer__suggestion-image{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;background:#f0f2f6;border-radius:8px}.dz-cart-drawer__suggestion-image img{width:100%;height:100%;object-fit:cover}.dz-cart-drawer__suggestion>div{min-width:0;display:grid;gap:3px}.dz-cart-drawer__suggestion>div a{overflow:hidden;font-size:11px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dz-cart-drawer__suggestion>div strong{font-size:11px}.dz-cart-drawer__suggestion form{height:30px}.dz-cart-drawer__suggestion form button{width:30px;height:30px;display:grid;place-items:center;padding:0;color:#fff;background:var(--dz-blue);border:0;border-radius:50%;cursor:pointer;font-size:20px;line-height:1;transition:transform .18s ease,background .18s ease}.dz-cart-drawer__suggestion form button:hover{background:var(--dz-deep);transform:scale(1.08)}.dz-cart-drawer__footer{margin-top:auto;padding:18px 28px 22px;background:#fff;border-top:1px solid var(--dz-line);box-shadow:0 -8px 22px #030b2909}.dz-cart-drawer__nudge{margin-bottom:17px;padding:9px 11px;display:flex;align-items:center;gap:8px;color:#34405a;background:#eff5ff;border-radius:9px}.dz-cart-drawer__nudge span{color:var(--dz-blue)}.dz-cart-drawer__nudge p{margin:0;font-size:11px;font-weight:700}.dz-cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between}.dz-cart-drawer__subtotal span{font-size:13px;font-weight:750}.dz-cart-drawer__subtotal strong{font-size:20px;letter-spacing:-.04em}.dz-cart-drawer__tax-note{margin:5px 0 17px;color:var(--dz-muted);font-size:10px}.dz-cart-drawer__checkout{width:100%;min-height:52px;justify-content:space-between;padding-inline:22px}.dz-cart-drawer__checkout span{font-size:19px;line-height:0}.dz-cart-drawer__view{margin:14px auto 0;display:table;color:var(--dz-blue);font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:4px}.dz-cart-drawer__secure{margin:16px 0 0;display:flex;justify-content:center;align-items:center;gap:6px;color:#647087;font-size:10px;font-weight:700}.dz-cart-drawer__secure span{display:grid;place-items:center;width:13px;height:13px;color:#fff;background:var(--dz-blue);border-radius:50%;font-size:8px}.dz-cart-drawer__empty{padding:70px 38px;text-align:center}.dz-cart-drawer__empty-icon{width:46px;height:46px;margin:0 auto 22px;display:grid;place-items:center;color:var(--dz-blue);background:#e8edff;border-radius:50%;font-size:19px}.dz-cart-drawer__empty h3{margin:0;font-size:27px;letter-spacing:-.055em}.dz-cart-drawer__empty p{max-width:270px;margin:12px auto 26px;color:var(--dz-muted);font-size:14px;line-height:1.55}.dz-cart-drawer__empty .dz-button{width:100%}@keyframes dz-cart-item-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dz-cart-drawer__item:nth-child(2){animation-delay:.06s}.dz-cart-drawer__item:nth-child(3){animation-delay:.12s}.dz-cart-drawer__item:nth-child(4){animation-delay:.18s}@media(max-width:520px){.dz-cart-drawer__head{min-height:98px;padding:22px 20px 18px}.dz-cart-drawer__items,.dz-cart-drawer__suggestions,.dz-cart-drawer__footer{padding-inline:20px}.dz-cart-drawer__item{grid-template-columns:84px 1fr}.dz-cart-drawer__image{width:84px;height:84px}}@media(prefers-reduced-motion:reduce){.dz-cart-drawer,.dz-cart-drawer__overlay,.dz-cart-drawer__panel,.dz-cart-drawer__item,.dz-cart-drawer__head button{transition:none;animation:none}}.dz-cart-drawer__content{min-height:0;flex:1;overflow-y:auto}.dz-cart-drawer__content .dz-cart-drawer__items{min-height:auto;flex:none;overflow:visible}.dz-cart-drawer__content .dz-cart-drawer__suggestions{margin-top:18px;padding-top:22px}.dz-cart-drawer__footer{margin-top:0}.dz-cart-drawer__nudge{display:none}.dz-categories__head{margin-bottom:48px;display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:80px}.dz-categories__head>p{max-width:460px;margin:0 0 5px;color:var(--dz-muted);font-size:16px;line-height:1.65}.dz-categories__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.dz-category{position:relative;min-height:420px;overflow:hidden;background:#fff;border-radius:var(--dz-radius)}.dz-category--wide{grid-row:span 2;min-height:860px;background:#fff}.dz-category>img,.dz-category>svg{position:absolute;inset:auto 0 0;width:100%;height:calc(100% - 166px);object-fit:contain;object-position:var(--dz-category-image-position,center bottom);transition:transform .45s ease}.dz-category:hover>img{transform:scale(1.025)}.dz-category__copy{position:relative;z-index:2;min-height:166px;padding:28px 96px 27px 30px;background:#fffffff5;border-radius:0 0 24px;box-shadow:0 8px 20px #0814350f}.dz-category__copy>span{color:var(--dz-blue);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dz-category h3{margin:12px 0 5px;font-size:30px;letter-spacing:-.045em}.dz-category p{margin:0;color:var(--dz-muted);font-size:14px}.dz-category b{position:absolute;top:27px;right:30px;width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--dz-blue);border-radius:50%;font-size:18px}.dz-category__arrow{width:18px;height:18px}@media(max-width:780px){.dz-categories__head{grid-template-columns:1fr;gap:22px}.dz-categories__grid{grid-template-columns:1fr}.dz-category,.dz-category--wide{min-height:410px;grid-row:auto}.dz-category>img,.dz-category>svg{height:calc(100% - 162px)}.dz-category__copy{min-height:162px;padding:25px 82px 24px 25px;border-radius:0 0 20px}.dz-category b{top:24px;right:25px}}.dz-contact{padding:56px 0 110px;background:#fff}.dz-contact__hero{position:relative;min-height:350px;padding:58px 60px;overflow:hidden;color:#fff;background:var(--dz-deep);border-radius:30px}.dz-contact__hero:after{position:absolute;right:-100px;bottom:-145px;width:360px;height:360px;content:"";background:var(--dz-lime);border-radius:50%;opacity:.98}.dz-contact__hero>*{position:relative;z-index:1}.dz-contact__hero .dz-eyebrow{color:var(--dz-lime)}.dz-contact__hero .dz-heading{max-width:820px;color:#fff;font-size:clamp(42px,5.3vw,72px);letter-spacing:-.065em}.dz-contact__intro{max-width:620px;margin-top:22px;color:#d7e0fc;font-size:17px;line-height:1.7}.dz-contact__intro p:last-child{margin-bottom:0}.dz-contact__paths{position:relative;z-index:2;margin:-45px 28px 0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.dz-contact__path{min-height:214px;padding:28px 90px 28px 30px;position:relative;background:#fff;border:1px solid #e0e5ef;border-radius:20px;box-shadow:0 14px 32px #0814351a}.dz-contact__path:before{position:absolute;top:0;right:24px;left:24px;height:3px;content:"";background:var(--dz-blue);border-radius:0 0 999px 999px}.dz-contact__path--business:before{background:var(--dz-lime)}.dz-contact__path-icon{position:absolute;top:31px;right:30px;width:40px;height:40px;display:grid;place-items:center;color:#fff;background:var(--dz-blue);border-radius:50%;font-size:17px;font-weight:800}.dz-contact__path--business .dz-contact__path-icon{color:var(--dz-deep);background:var(--dz-lime)}.dz-contact__path>p{margin:13px 0 0;color:var(--dz-blue);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.dz-contact__path--business>p{color:#697389}.dz-contact__path h2{max-width:390px;margin:25px 0 9px;color:var(--dz-ink);font-family:Manrope,DM Sans,Arial,sans-serif;font-size:26px;letter-spacing:-.045em;line-height:1.1}.dz-contact__path>div{max-width:440px;color:#647086;font-size:14px;line-height:1.6}.dz-contact__conversation{margin-top:38px;display:grid;grid-template-columns:.68fr 1.32fr;overflow:hidden;background:#fff;border:1px solid #e0e5ef;border-radius:26px;box-shadow:0 10px 30px #0814350d}.dz-contact__aside{padding:46px 40px;background:#f2f5ff}.dz-contact__aside .dz-eyebrow{color:var(--dz-blue)}.dz-contact__aside h2{margin:13px 0 16px;color:var(--dz-ink);font-family:Manrope,DM Sans,Arial,sans-serif;font-size:35px;line-height:1.08;letter-spacing:-.05em}.dz-contact__aside>p{margin:0;color:#637088;font-size:15px;line-height:1.65}.dz-contact__aside-note{margin-top:38px;padding-top:21px;display:flex;gap:10px;border-top:1px solid #cad6f4}.dz-contact__aside-note span{color:var(--dz-blue)}.dz-contact__aside-note p{margin:0;color:#25365d;font-size:12px;font-weight:650;line-height:1.65}.dz-contact__form-wrap{padding:44px;background:#fff}.dz-contact__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dz-contact__form label{display:grid;gap:8px;color:#263148;font-size:12px;font-weight:800}.dz-contact__form label em{color:var(--dz-muted);font-size:10px;font-style:normal;font-weight:600}.dz-contact__form input,.dz-contact__form select,.dz-contact__form textarea{width:100%;padding:13px 14px;color:var(--dz-ink);background:#fff;border:1px solid #cbd2df;border-radius:10px;font:inherit;font-size:14px;font-weight:500;outline:0;transition:border-color .16s ease,box-shadow .16s ease}.dz-contact__form input,.dz-contact__form select{min-height:49px}.dz-contact__form textarea{resize:vertical;line-height:1.5}.dz-contact__form input:focus,.dz-contact__form select:focus,.dz-contact__form textarea:focus{border-color:var(--dz-blue);box-shadow:0 0 0 3px #1f4fd021}.dz-contact__message{margin-top:18px}.dz-contact__form .dz-button{width:100%;min-height:52px;margin-top:22px}.dz-contact__success{padding:28px;color:#176e47;background:#e3f5e9;border-radius:15px}.dz-contact__success p{margin:5px 0 0;font-size:14px}@media(max-width:800px){.dz-contact{padding:35px 0 76px}.dz-contact__hero{padding:43px 32px}.dz-contact__paths{margin:-28px 16px 0}.dz-contact__paths,.dz-contact__conversation{grid-template-columns:1fr}.dz-contact__aside{padding:36px 28px}.dz-contact__form-wrap{padding:30px 24px}}@media(max-width:520px){.dz-contact__hero{margin-inline:-16px;padding:38px 24px;border-radius:0}.dz-contact__hero:after{right:-170px;bottom:-180px;width:310px;height:310px}.dz-contact__paths{margin:-20px 0 0}.dz-contact__path{min-height:210px;padding:25px 72px 25px 25px}.dz-contact__form-grid{grid-template-columns:1fr;gap:15px}.dz-contact__conversation{margin-inline:-16px;border-right:0;border-left:0;border-radius:0}.dz-contact__aside h2{font-size:31px}}.dz-contact__direct{margin-top:28px;display:grid;gap:9px}.dz-contact__direct a{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--dz-ink);background:#fff;border:1px solid #d9e1ef;border-radius:10px;font-size:12px}.dz-contact__direct a:hover{border-color:var(--dz-blue)}.dz-contact__direct a span{color:#647086}.dz-contact__direct a strong{font-size:12px}.dz-contact__direct>p{margin:3px 0 0;color:#647086;font-size:11px;font-weight:700;text-align:center}.dz-story__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.dz-story--image-right .dz-story__image{order:2}.dz-story--image-right .dz-story__copy{order:1}.dz-story__image{position:relative;overflow:hidden;background:#e7ecf8;border-radius:32px}.dz-story__image img,.dz-story__image svg{width:100%;aspect-ratio:1;object-fit:cover}.dz-story__image>span{position:absolute;bottom:20px;left:20px;padding:10px 14px;background:#ffffffe6;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.dz-story__copy .dz-heading{margin-bottom:24px}.dz-story__text{max-width:570px;color:var(--dz-muted);font-size:17px;line-height:1.65}.dz-story__text p{margin:0}.dz-story ul{margin:30px 0;padding:0;display:grid;gap:16px;list-style:none}.dz-story li{display:flex;align-items:center;gap:12px;font-weight:650}.dz-story li span{width:25px;height:25px;display:grid;place-items:center;color:var(--dz-blue);background:#e8edff;border-radius:50%;font-size:12px}.dz-story__purchase{max-width:560px;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--dz-line)}.dz-story__purchase>div{display:grid;gap:4px}.dz-story__purchase span{color:var(--dz-muted);font-size:12px}.dz-story__purchase strong{font-size:20px}@media(max-width:780px){.dz-story__grid{grid-template-columns:1fr;gap:50px}.dz-story__image,.dz-story--image-right .dz-story__image{order:2}.dz-story__copy,.dz-story--image-right .dz-story__copy{order:1}.dz-story__purchase{align-items:stretch;flex-direction:column}.dz-story__purchase .dz-button{width:100%}}.dz-featured{background:#fff}.dz-featured__head{margin-bottom:48px;display:flex;align-items:end;justify-content:space-between;gap:20px}.dz-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dz-product-card--placeholder{overflow:hidden;background:#f1f2f0;border-radius:18px}.dz-product-card--placeholder svg{width:100%;aspect-ratio:1}.dz-product-card--placeholder p{padding:0 18px 18px}@media(max-width:1020px){.dz-featured__grid{grid-template-columns:repeat(2,1fr);gap:42px 18px}}@media(max-width:520px){.dz-featured__grid{gap:34px 12px}}.dz-footer{padding:62px 0 20px;color:#c5cce3;background:#061653}.dz-footer__grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.35fr;gap:48px}.dz-footer .dz-wordmark{color:#fff;font-size:34px}.dz-footer__about p{max-width:270px;margin:18px 0;color:#c5cce3;font-size:14px;line-height:1.6}.dz-footer__about-link{color:#d8f675;font-size:12px;font-weight:800}.dz-footer__about-link span{margin-left:5px;font-size:16px}.dz-footer h2{margin:5px 0 22px;color:#fff;font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.dz-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.dz-footer__column a{font-size:13px;transition:color .18s ease,transform .18s ease}.dz-footer__column a:hover{color:#fff;transform:translate(3px)}.dz-footer__help{padding-left:42px;border-left:1px solid #293979}.dz-footer__help>p{margin:0 0 15px;color:#d4daf0;font-size:13px}.dz-footer__contacts{display:grid;gap:10px}.dz-footer__contacts a{display:flex;align-items:center;gap:9px;color:#fff;font-size:14px;font-weight:750}.dz-footer__contacts span{width:24px;height:24px;display:grid;place-items:center;color:#061653;background:#d8f675;border-radius:50%;font-size:12px}.dz-footer__help>small{display:block;margin-top:14px;color:#aeb9d7;font-size:11px}.dz-footer__signup{margin-top:26px}.dz-footer__signup label{display:block;margin-bottom:9px;color:#fff;font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.dz-footer__signup>div{height:45px;display:flex}.dz-footer__signup input{min-width:0;flex:1;padding:0 13px;color:#162155;background:#fff;border:0;border-radius:8px 0 0 8px;font:inherit;font-size:12px;outline:0}.dz-footer__signup button{padding:0 16px;color:#061653;background:#d8f675;border:0;border-radius:0 8px 8px 0;cursor:pointer;font:inherit;font-size:12px;font-weight:850;transition:background .2s ease}.dz-footer__signup button:hover{background:#fff}.dz-footer__signup small{display:block;margin-top:8px;color:#d8f675;font-size:11px}.dz-footer__bottom{margin-top:50px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #293979;color:#929fca;font-size:10px}.dz-footer__bottom p{margin:0}.dz-footer__bottom div{display:flex;gap:16px}.dz-footer__bottom a:hover{color:#fff}@media(max-width:900px){.dz-footer__grid{grid-template-columns:1.25fr 1fr 1fr;gap:40px 28px}.dz-footer__help{grid-column:1/-1;padding:35px 0 0;border-top:1px solid #293979;border-left:0}.dz-footer__signup{max-width:440px}}@media(max-width:600px){.dz-footer{padding-top:46px}.dz-footer__grid{grid-template-columns:1fr 1fr;gap:36px 22px}.dz-footer__about,.dz-footer__help{grid-column:1/-1}.dz-footer__bottom{align-items:flex-start;flex-direction:column;margin-top:36px}.dz-footer__bottom div{align-items:flex-start;flex-direction:column;gap:7px}.dz-footer__help{padding-top:30px}.dz-footer__signup>div{max-width:360px}}.dz-footer{padding-top:72px;border-top:2px solid var(--dz-lime)}.dz-footer__grid{gap:56px}.dz-footer__about-link,.dz-footer__signup small{color:var(--dz-lime)}.dz-footer__contacts span,.dz-footer__signup button{background:var(--dz-lime)}.dz-footer__contacts .dz-footer__call-icon svg{width:14px;height:14px}.dz-footer__contacts .dz-footer__whatsapp-icon{font-size:10px;font-weight:900}.dz-guides{background:#e9edfa}.dz-guides__head{max-width:760px;margin:0 auto 48px;text-align:center}.dz-guides__head>p:last-child{max-width:590px;margin:22px auto 0;color:var(--dz-muted);line-height:1.6}.dz-guides__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dz-guide{position:relative;min-height:430px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:#fff;background:#dfe5f5;border-radius:var(--dz-radius)}.dz-guide:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#040e3314,#040e33d1)}.dz-guide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.dz-guide:hover img{transform:scale(1.025)}.dz-guide>span,.dz-guide h3,.dz-guide b{position:relative;z-index:2}.dz-guide>span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dz-guide h3{margin:0;font-size:23px;letter-spacing:-.03em}.dz-guide b{position:absolute;inset:50% auto auto 50%;width:58px;height:58px;display:grid;place-items:center;color:var(--dz-blue);background:#fff;border-radius:50%;transform:translate(-50%,-50%);font-size:15px}@media(max-width:780px){.dz-guides__grid{overflow-x:auto;grid-template-columns:repeat(3,84vw);scroll-snap-type:x mandatory}.dz-guide{min-height:390px;scroll-snap-align:start}}.dz-announcement{min-height:34px;padding:7px 24px;display:flex;align-items:center;justify-content:center;gap:24px;color:#dfe7ff;background:var(--dz-deep);font-size:12px}.dz-announcement a{color:#fff;font-weight:700}.dz-header{position:sticky;top:0;z-index:40;height:76px;background:#f7f7f3f0;border-bottom:1px solid rgba(17,24,43,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dz-header__inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.dz-wordmark{color:var(--dz-blue);font-size:31px;font-weight:850;line-height:1;letter-spacing:-.09em}.dz-wordmark img{width:auto;max-height:40px}.dz-header__nav{display:flex;align-items:center;justify-content:center;gap:34px}.dz-header__nav a{font-size:14px;font-weight:650}.dz-header__nav a:hover{text-decoration:underline;text-underline-offset:7px}.dz-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.dz-header__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-size:23px}.dz-header__account-icon{width:21px;height:21px}.dz-header__cart{position:relative;width:42px;height:42px;display:grid;place-items:center;color:var(--dz-ink)}.dz-header__cart>span{display:none}.dz-header__bag-icon{width:22px;height:22px;transition:transform .24s ease}.dz-header__bag-handle{transform-box:fill-box;transform-origin:center;transition:transform .24s ease}.dz-header__cart b{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;color:#fff;background:var(--dz-blue);border-radius:50%;font-size:9px}.dz-header__cart:hover .dz-header__bag-icon{transform:translateY(-2px)}.dz-header__cart:hover .dz-header__bag-handle{transform:rotate(8deg)}.dz-header__menu{display:none;width:42px;height:42px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:4px;background:transparent;border:0}.dz-header__menu span{display:block;width:20px;height:1.5px;margin:0;background:currentColor;transition:transform .22s ease,opacity .16s ease}.dz-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;padding:25px 24px;color:var(--dz-ink);background:var(--dz-paper)}.dz-mobile-menu__head{display:flex;align-items:center;justify-content:space-between}.dz-mobile-menu__head button{width:42px;height:42px;background:transparent;border:0;font-size:28px}.dz-mobile-menu nav{margin:65px 0 38px;display:grid}.dz-mobile-menu nav a{padding:19px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--dz-line);font-size:25px;font-weight:750;letter-spacing:-.04em}.dz-mobile-menu>.dz-button{width:100%}@media(max-width:780px){.dz-announcement{padding-inline:16px;justify-content:space-between;font-size:10px}.dz-header{height:66px}.dz-header__nav,.dz-header__desktop{display:none}.dz-header__menu{display:block;justify-self:start}.dz-wordmark{font-size:28px}.dz-header__cart{padding:0;border:0}.dz-header__cart>span{display:none}}.dz-header__inner{position:relative;display:flex;justify-content:initial}.dz-header .dz-wordmark{position:absolute;left:50%;z-index:1;transform:translate(-50%)}.dz-header__nav{margin-right:auto}.dz-header__actions{margin-left:0}.dz-header__icon{border:0;background:transparent;cursor:pointer}.dz-header__inline-search summary,.dz-header__mobile-toggle summary{list-style:none}.dz-header__inline-search summary::-webkit-details-marker,.dz-header__mobile-toggle summary::-webkit-details-marker{display:none}.dz-header__nav-item{position:relative;display:flex;align-items:center;gap:6px}.dz-header__chevron{width:12px;height:8px;display:grid;place-items:center;line-height:1;transition:transform .18s ease}.dz-header__chevron svg{width:11px;height:7px}.dz-header__nav-item:hover .dz-header__chevron,.dz-header__nav-item:focus-within .dz-header__chevron{transform:rotate(180deg)}.dz-header__dropdown{position:absolute;top:calc(100% + 19px);left:50%;z-index:2;width:210px;padding:8px;display:grid;gap:2px;visibility:hidden;opacity:0;background:#fff;border:1px solid #dce2ec;border-radius:14px;box-shadow:0 14px 32px #030b291f;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.dz-header__nav-item:hover .dz-header__dropdown,.dz-header__nav-item:focus-within .dz-header__dropdown{visibility:visible;opacity:1;transform:translate(-50%)}.dz-header__dropdown a{padding:10px 11px;display:flex;align-items:center;justify-content:space-between;border-radius:9px;font-size:12px;font-weight:700}.dz-header__dropdown a:hover{background:#f0efff;text-decoration:none}.dz-header__dropdown a span{color:var(--dz-blue)}.dz-mobile-menu__child{padding:11px 10px!important;color:var(--dz-muted);border-bottom:0!important;font-size:16px!important;font-weight:650!important}.dz-header__search{position:absolute;top:calc(100% + 1px);right:0;left:0;padding:17px 0 23px;background:#f7f7f3fa;border-bottom:1px solid var(--dz-line);box-shadow:0 14px 24px #030b2914}.dz-header__search-form{height:54px;padding:0 8px 0 17px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #bdc7d9;border-radius:14px}.dz-header__search-form>span{color:var(--dz-blue);font-size:24px}.dz-header__search-form input[type=search]{width:100%;min-width:0;height:100%;color:var(--dz-ink);background:transparent;border:0;outline:0;font-size:15px}.dz-header__search-form button{width:37px;height:37px;display:grid;place-items:center;color:#fff;background:var(--dz-blue);border:0;border-radius:10px;cursor:pointer;font-size:23px;line-height:1}.dz-header__search-results{max-width:760px;margin:10px auto 0;padding:6px;display:grid;gap:2px;background:#fff;border:1px solid #dce2ec;border-radius:14px}.dz-header__search-result{padding:8px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;border-radius:10px}.dz-header__search-result:hover{background:#f0efff}.dz-header__search-result img{width:46px;height:46px;object-fit:cover;border-radius:8px}.dz-header__search-result strong{font-size:13px}.dz-header__search-result small{color:var(--dz-muted);font-size:11px}.dz-header__search-result b{color:var(--dz-blue);font-size:12px}.dz-header__search-message{padding:13px;color:var(--dz-muted);font-size:13px}@media(min-width:781px){.dz-header__mobile-toggle{display:none}}@media(max-width:780px){.dz-header__mobile-toggle{display:block;flex:0 0 42px}.dz-header__mobile-toggle>.dz-header__menu{display:flex;cursor:pointer}.dz-header__mobile-toggle[open]>.dz-header__menu{position:fixed;top:22px;right:20px;z-index:102;width:42px;height:42px;padding:0;background:#edf0f6;border-radius:50%}.dz-header__mobile-toggle[open]>.dz-header__menu span:first-child{transform:translateY(5.5px) rotate(45deg)}.dz-header__mobile-toggle[open]>.dz-header__menu span:nth-child(2){opacity:0}.dz-header__mobile-toggle[open]>.dz-header__menu span:last-child{transform:translateY(-5.5px) rotate(-45deg)}.dz-header__mobile-toggle[open]>.dz-mobile-menu{display:block}.dz-header__actions{margin-left:auto}}@media(max-width:780px){.dz-announcement{justify-content:center!important;text-align:center}.dz-header{-webkit-backdrop-filter:none;backdrop-filter:none}.dz-header__mobile-toggle[open]:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;content:"";background:#030b296b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dz-header__mobile-toggle[open]>.dz-mobile-menu{inset:0 auto 0 0!important;z-index:100!important;width:min(87vw,375px)!important;min-height:100dvh;display:block!important;opacity:1!important;color:var(--dz-ink)!important;background:#f7f7f3!important;border-radius:0 22px 22px 0;box-shadow:18px 0 44px #030b2933!important;animation:dz-mobile-menu-in .34s cubic-bezier(.22,1,.36,1) both}.dz-mobile-menu .dz-wordmark{position:static!important;transform:none!important}.dz-header__mobile-toggle[open]>.dz-header__menu{top:22px;right:auto;left:calc(min(87vw,375px) - 62px)}@keyframes dz-mobile-menu-in{0%{transform:translate(-105%)}to{transform:translate(0)}}}.dz-hero{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 38%,rgba(95,137,255,.34),transparent 24%),linear-gradient(122deg,var(--hero-start),var(--hero-end))}.dz-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";opacity:.25;background-image:linear-gradient(rgba(191,210,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(191,210,255,.16) 1px,transparent 1px);background-size:68px 68px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 68%);mask-image:linear-gradient(90deg,#000,transparent 68%)}.dz-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.13;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.dz-hero__orb{position:absolute;border-radius:50%;pointer-events:none}.dz-hero__orb--one{top:-180px;right:8%;width:520px;height:520px;opacity:.52;background:radial-gradient(circle,#89aeff4d,#82a2ff00 67%);filter:blur(10px);animation:dz-hero-drift 12s ease-in-out infinite}.dz-hero__orb--two{bottom:-270px;left:24%;width:560px;height:560px;opacity:.35;background:radial-gradient(circle,#d3f67538,#d3f67500 67%);filter:blur(8px);animation:dz-hero-drift 15s -5s ease-in-out infinite reverse}.dz-hero__ring{position:absolute;border:1px solid rgba(181,205,255,.25);border-radius:50%;pointer-events:none}.dz-hero__ring--one{top:13%;right:4%;width:540px;height:540px;animation:dz-hero-spin 32s linear infinite}.dz-hero__ring--two{bottom:-210px;left:-120px;width:390px;height:390px;border-style:dashed;animation:dz-hero-spin 44s linear infinite reverse}.dz-hero__grid{position:relative;z-index:1;min-height:730px;padding-top:68px;padding-bottom:50px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:44px}.dz-hero__copy{max-width:590px}.dz-hero .dz-eyebrow{color:#c4d3ff}.dz-hero h1{max-width:720px;margin-bottom:25px;font-size:clamp(56px,6.1vw,91px);font-weight:700;letter-spacing:-.07em;line-height:.91}.dz-hero h1 span,.dz-hero h1 em{display:block}.dz-hero h1 em{color:var(--dz-lime);font-family:Georgia,serif;font-weight:400}.dz-hero__text{max-width:490px;margin-bottom:31px;color:#dbe4ff;font-size:17px;line-height:1.58}.dz-hero__text p{margin:0}.dz-hero__actions{display:flex;align-items:center;gap:25px}.dz-hero__actions .dz-button{box-shadow:0 12px 28px #00041f38;transition:transform .22s ease,box-shadow .22s ease}.dz-hero__actions .dz-button:hover{box-shadow:0 18px 32px #00041f52;transform:translateY(-3px)}.dz-hero__actions .dz-text-link{color:#fff;transition:color .18s ease,transform .18s ease}.dz-hero__actions .dz-text-link:hover{color:var(--dz-lime);transform:translate(4px)}.dz-hero__proof{margin-top:28px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#d1dcff;font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.dz-hero__proof i{width:4px;height:4px;background:var(--dz-lime);border-radius:50%;box-shadow:0 0 0 4px #d8f6751f}.dz-hero ul{margin:35px 0 0;padding:0;display:flex;gap:28px;list-style:none;color:#c3cff7;font-size:12px}.dz-hero li{display:flex;align-items:center;gap:8px}.dz-hero li:before{width:5px;height:5px;content:"";background:var(--dz-lime);border-radius:50%}.dz-hero__scroll{margin-top:44px;display:flex;align-items:center;gap:10px;color:#aebeea;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.dz-hero__scroll span{position:relative;width:28px;height:1px;background:#8da7fb}.dz-hero__scroll span:after{position:absolute;top:-2px;right:0;width:5px;height:5px;content:"";background:var(--dz-lime);border-radius:50%;animation:dz-hero-scroll 2.1s ease-in-out infinite}.dz-hero__visual-wrap{position:relative;min-width:0;perspective:1000px}.dz-hero__halo{position:absolute;top:50%;left:50%;width:88%;aspect-ratio:1;opacity:.86;background:radial-gradient(circle,rgba(216,246,117,.38) 0 5%,rgba(155,186,255,.22) 28%,transparent 68%);transform:translate(-50%,-50%);filter:blur(2px);animation:dz-hero-breathe 6s ease-in-out infinite}.dz-hero__visual{position:relative;z-index:1;overflow:visible;background:transparent;filter:drop-shadow(0 38px 36px rgba(0,4,36,.32));transform:rotate(1.8deg);transition:transform .55s cubic-bezier(.22,1,.36,1),filter .55s ease}.dz-hero__visual img,.dz-hero__placeholder{width:100%;aspect-ratio:1;object-fit:contain;animation:dz-hero-float 7s ease-in-out infinite}.dz-hero__visual-wrap:hover .dz-hero__visual{filter:drop-shadow(0 48px 44px rgba(0,4,36,.42));transform:rotate(-1.2deg) translateY(-8px) scale(1.025)}.dz-hero__callout{position:absolute;z-index:3;display:flex;align-items:center;gap:12px;color:var(--dz-ink);background:#ffffffeb;border:1px solid rgba(255,255,255,.85);border-radius:14px;box-shadow:0 18px 42px #0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.dz-hero__visual-wrap:hover .dz-hero__callout--top{transform:translate(5px,-7px) rotate(2deg)}.dz-hero__visual-wrap:hover .dz-hero__callout--bottom{transform:translate(-5px,7px) rotate(-2deg)}.dz-hero__callout p{margin:0;font-size:12px;line-height:1.3}.dz-hero__callout--top{top:12%;right:-2%;padding:14px 17px}.dz-hero__callout--top>span{color:var(--dz-blue);font-family:Manrope,DM Sans,Arial,sans-serif;font-size:23px;font-weight:800}.dz-hero__callout--bottom{bottom:11%;left:-3%;padding:13px 17px}.dz-hero__pulse{width:11px;height:11px;background:#31c17b;border:3px solid #c9f1de;border-radius:50%;box-shadow:0 0 #31c17b59;animation:dz-hero-pulse 2s infinite}.dz-hero__spark{position:absolute;z-index:3;color:var(--dz-lime);font-size:28px;pointer-events:none;text-shadow:0 0 22px rgba(216,246,117,.72);animation:dz-hero-spark 5s ease-in-out infinite}.dz-hero__spark--one{top:10%;left:7%}.dz-hero__spark--two{right:5%;bottom:11%;font-size:17px;animation-delay:-2.2s}@keyframes dz-hero-drift{50%{transform:translate(-24px,30px) scale(1.09)}}@keyframes dz-hero-spin{to{transform:rotate(360deg)}}@keyframes dz-hero-breathe{50%{opacity:.55;transform:translate(-50%,-50%) scale(1.08)}}@keyframes dz-hero-float{50%{transform:translateY(-10px)}}@keyframes dz-hero-spark{50%{opacity:.45;transform:translateY(-14px) rotate(20deg) scale(1.15)}}@keyframes dz-hero-scroll{50%{transform:translate(-22px)}}@keyframes dz-hero-pulse{70%{box-shadow:0 0 0 8px #31c17b00}to{box-shadow:0 0 #31c17b00}}@media(max-width:1100px){.dz-hero__callout--top{right:0}.dz-hero__callout--bottom{left:0}}@media(max-width:780px){.dz-hero:before{-webkit-mask-image:none;mask-image:none;opacity:.16}.dz-hero__grid{min-height:auto;grid-template-columns:1fr;gap:24px;padding-top:66px;padding-bottom:44px}.dz-hero h1{font-size:clamp(52px,14vw,70px)}.dz-hero__text{font-size:16px}.dz-hero__actions{align-items:flex-start;flex-direction:column;gap:20px}.dz-hero__actions .dz-button{width:100%}.dz-hero__proof{margin-top:25px;gap:8px;font-size:9px}.dz-hero ul{margin-top:29px;flex-wrap:wrap;gap:12px 22px}.dz-hero__scroll{display:none}.dz-hero__visual-wrap{width:100%;margin-top:5px}.dz-hero__visual{width:100%}.dz-hero__callout{display:none}.dz-hero__spark--one{top:5%;left:2%}.dz-hero__spark--two{right:2%;bottom:5%}.dz-hero__ring--one{top:48%;right:-25%;width:360px;height:360px}.dz-hero__ring--two{display:none}}@media(prefers-reduced-motion:reduce){.dz-hero *,.dz-hero *:before,.dz-hero *:after{animation:none!important;transition:none!important}}.dz-hero{isolation:auto;background:linear-gradient(125deg,var(--hero-start),var(--hero-end))}.dz-hero:before,.dz-hero__grain,.dz-hero__ring,.dz-hero__halo,.dz-hero__spark,.dz-hero__proof,.dz-hero__scroll{display:none}.dz-hero__orb{filter:blur(2px);opacity:.2;animation:none}.dz-hero__orb--one{top:-250px;right:-80px;width:560px;height:560px;background:none;border:1px solid #8dabff}.dz-hero__orb--two{bottom:-420px;left:20%;width:700px;height:700px;background:none;border:1px solid #88a5fa}.dz-hero__grid{min-height:700px;padding-top:64px;padding-bottom:64px;grid-template-columns:.9fr 1.1fr;gap:72px}.dz-hero h1{margin-bottom:26px;font-size:clamp(54px,6vw,88px);line-height:.95}.dz-hero h1 em{color:#a9c4ff}.dz-hero__text{max-width:520px;margin-bottom:34px;font-size:18px;line-height:1.55}.dz-hero__actions .dz-button,.dz-hero__actions .dz-text-link{box-shadow:none;transform:none}.dz-hero ul{margin-top:50px}.dz-hero__visual{overflow:hidden;background:#f6f6f2;border-radius:46% 46% 28px 28px;box-shadow:0 34px 80px #0007235c;filter:none;transform:rotate(1.4deg);transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s ease}.dz-hero__visual img,.dz-hero__placeholder{object-fit:cover;animation:none}.dz-hero__visual-wrap:hover .dz-hero__visual{box-shadow:0 42px 88px #0007236b;filter:none;transform:translateY(-7px) rotate(.35deg) scale(1.012)}.dz-hero__callout{transition:none}.dz-hero__visual-wrap:hover .dz-hero__callout--top,.dz-hero__visual-wrap:hover .dz-hero__callout--bottom{transform:none}.dz-hero__callout--top{top:8%;right:-5%}.dz-hero__callout--bottom{bottom:8%;left:-7%}.dz-hero__pulse{animation:none}@media(max-width:1100px){.dz-hero__callout--top{right:-2%}.dz-hero__callout--bottom{left:-2%}}@media(max-width:780px){.dz-hero__grid{min-height:auto;gap:46px;padding-top:70px;padding-bottom:54px}.dz-hero h1{font-size:clamp(50px,14vw,68px)}.dz-hero__text{font-size:16px}.dz-hero ul{margin-top:35px}.dz-hero__visual-wrap{margin-top:0}.dz-hero__visual{border-radius:42% 42% 20px 20px}.dz-hero__visual-wrap:hover .dz-hero__visual{transform:translateY(-4px) rotate(.5deg) scale(1.006)}}.dz-hero__orb--two{background:radial-gradient(circle,#b9b5ff38,#b9b5ff00 67%)}.dz-hero__proof i{box-shadow:0 0 0 4px #b9b5ff29}.dz-hero__halo{background:radial-gradient(circle,rgba(185,181,255,.38) 0 5%,rgba(155,186,255,.22) 28%,transparent 68%)}.dz-hero__spark{text-shadow:0 0 22px rgba(185,181,255,.72)}.dz-hero-mobile{display:none}@media(max-width:780px){.dz-hero--desktop{display:none}.dz-hero-mobile{display:block;overflow:hidden;color:#fff;background:radial-gradient(circle at 80% 25%,rgba(118,151,255,.3),transparent 26%),linear-gradient(140deg,var(--hero-start),var(--hero-end))}.dz-hero-mobile__inner{padding-top:31px;padding-bottom:36px;text-align:center}.dz-hero-mobile .dz-eyebrow{margin-bottom:12px;color:#dbe4ff;font-size:9px}.dz-hero-mobile h1{max-width:340px;margin:0 auto;font-family:Manrope,DM Sans,Arial,sans-serif;font-size:clamp(40px,11.5vw,50px);font-weight:700;letter-spacing:-.07em;line-height:.95}.dz-hero-mobile h1 span,.dz-hero-mobile h1 em{display:block}.dz-hero-mobile h1 em{color:var(--dz-lime);font-family:Georgia,serif;font-weight:400}.dz-hero-mobile__visual{width:min(100%,350px);margin:25px auto 20px;padding:8px;overflow:hidden;background:#ffffff17;border:1px solid rgba(255,255,255,.16);border-radius:34px 34px 18px 18px;box-shadow:0 20px 38px #00072347}.dz-hero-mobile__visual img{width:100%;aspect-ratio:1;object-fit:contain}.dz-hero-mobile__text{max-width:320px;margin:0 auto;color:#e1e8ff;font-size:15px;line-height:1.55}.dz-hero-mobile__text p{margin:0}.dz-hero-mobile__actions{margin-top:23px;display:grid;justify-items:center;gap:14px}.dz-hero-mobile__actions .dz-button{width:100%;max-width:320px}.dz-hero-mobile__actions .dz-text-link{color:#fff;font-size:13px}}.dz-inline-arrow{display:inline-block;width:1em;height:1em;margin-left:3px;vertical-align:-.12em}.dz-experts{padding:88px 0;background:#f7f8fc}.dz-experts__frame{overflow:hidden;background:#fff;border:1px solid #dde4f0;border-radius:22px}.dz-experts__slide{display:grid;grid-template-columns:.92fr 1.08fr;min-height:470px}.dz-experts__slide[hidden]{display:none!important}.dz-experts__image{background:#e6ebf3}.dz-experts__image img{width:100%;height:100%;object-fit:cover}.dz-experts__image>div{height:100%;display:grid;place-content:center;text-align:center;color:#fff;background:linear-gradient(145deg,#092061,#3068db);font-size:42px;font-weight:850;letter-spacing:-.08em}.dz-experts__image span{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.dz-experts__copy{padding:62px;display:flex;flex-direction:column;justify-content:center}.dz-experts__copy>p{margin:0;color:var(--dz-blue);font-size:10px;font-weight:850;letter-spacing:.1em}.dz-experts__copy h2{margin:12px 0 26px;font-size:clamp(34px,4vw,54px);letter-spacing:-.065em;line-height:.98}.dz-experts__copy blockquote{margin:0;padding-left:18px;color:#364154;border-left:3px solid #9bb4ff;font-size:18px;line-height:1.55}.dz-experts__person{margin-top:28px;display:grid;gap:3px}.dz-experts__person b{font-size:14px}.dz-experts__person span{color:var(--dz-muted);font-size:12px}.dz-experts__controls{margin:15px 0 0 auto;display:flex;align-items:center;gap:10px}.dz-experts__controls button{width:36px;height:36px;background:#fff;border:1px solid #dce3ef;border-radius:50%;cursor:pointer;font-size:16px}.dz-experts__controls span{min-width:42px;text-align:center;color:var(--dz-muted);font-size:11px}@media(max-width:700px){.dz-experts{padding:60px 0}.dz-experts__slide{grid-template-columns:1fr}.dz-experts__image{height:300px}.dz-experts__copy{padding:34px 24px}.dz-experts__copy blockquote{font-size:16px}}.dz-newsletter{color:#fff;background:var(--dz-deep)}.dz-newsletter__inner{min-height:270px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.dz-newsletter .dz-eyebrow{color:#b8c8ff}.dz-newsletter__form{position:relative;display:grid;grid-template-columns:1fr auto;border-bottom:1px solid rgba(255,255,255,.65)}.dz-newsletter__form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.dz-newsletter__form input{width:100%;min-height:62px;color:#fff;background:transparent;border:0;outline:0;font-size:16px}.dz-newsletter__form input::placeholder{color:#aeb9dc}.dz-newsletter__form button{color:#fff;background:transparent;border:0;cursor:pointer;font-weight:800}.dz-newsletter__message{position:absolute;top:72px;left:0;font-size:13px}@media(max-width:780px){.dz-newsletter__inner{grid-template-columns:1fr;gap:30px;padding-top:58px;padding-bottom:58px}}.dz-product-plus{background:#fff}.dz-product-plus__head{max-width:790px;margin-bottom:56px}.dz-product-plus__head .dz-heading{margin-bottom:20px}.dz-product-plus__head>div{max-width:620px;color:var(--dz-muted);font-size:17px;line-height:1.7}.dz-product-plus__head>div p{margin:0}.dz-product-plus__modules{display:grid;gap:24px}.dz-product-plus__module{min-height:520px;display:grid;grid-template-columns:1.16fr .84fr;overflow:hidden;background:var(--dz-paper);border-radius:30px}.dz-product-plus__module--right{grid-template-columns:.84fr 1.16fr}.dz-product-plus__module--right .dz-product-plus__image{order:2}.dz-product-plus__module--right .dz-product-plus__copy{order:1}.dz-product-plus__image{min-height:520px;background:#e9edf5}.dz-product-plus__image img,.dz-product-plus__image svg{width:100%;height:100%;object-fit:cover}.dz-product-plus__copy{padding:64px;display:flex;flex-direction:column;justify-content:center}.dz-product-plus__copy>span{margin-bottom:16px;color:var(--dz-blue);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.dz-product-plus__copy h3{margin-bottom:20px;font-size:clamp(32px,4vw,49px);letter-spacing:-.05em;line-height:1.06}.dz-product-plus__copy>div{color:var(--dz-muted);font-size:16px;line-height:1.7}.dz-product-plus__copy>div p{margin:0}.dz-product-plus__copy ul{margin:28px 0 0;padding:24px 0 0;display:grid;gap:13px;border-top:1px solid var(--dz-line);list-style:none}.dz-product-plus__copy li{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}.dz-product-plus__copy li i{width:23px;height:23px;display:grid;place-items:center;color:var(--dz-blue);background:#e8edff;border-radius:50%;font-size:10px;font-style:normal}@media(max-width:900px){.dz-product-plus__module,.dz-product-plus__module--right{min-height:440px;grid-template-columns:1fr 1fr}.dz-product-plus__image{min-height:440px}.dz-product-plus__copy{padding:42px}}@media(max-width:700px){.dz-product-plus__head{margin-bottom:38px}.dz-product-plus__module,.dz-product-plus__module--right{grid-template-columns:1fr}.dz-product-plus__module--right .dz-product-plus__image,.dz-product-plus__image{min-height:360px;order:1}.dz-product-plus__module--right .dz-product-plus__copy,.dz-product-plus__copy{padding:34px 25px 40px;order:2}.dz-product-plus__copy h3{font-size:34px}}.dz-product-faq{color:#fff;background:var(--dz-deep)}.dz-product-faq__grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:start;gap:100px}.dz-product-faq .dz-eyebrow{color:#a9c4ff}.dz-product-faq__head{position:sticky;top:112px}.dz-product-faq__head>div{max-width:450px;margin-top:24px;color:#bcc7e8;font-size:15px;line-height:1.7}.dz-product-faq__head>div p{margin:0}.dz-product-faq__list{border-top:1px solid rgba(255,255,255,.22)}.dz-product-faq details{border-bottom:1px solid rgba(255,255,255,.22)}.dz-product-faq summary{padding:27px 0;display:flex;align-items:center;justify-content:space-between;gap:25px;cursor:pointer;font-family:Manrope,DM Sans,Arial,sans-serif;font-size:18px;font-weight:650;list-style:none}.dz-product-faq summary::-webkit-details-marker{display:none}.dz-product-faq summary b{font-size:24px;font-weight:400;transition:transform .18s cubic-bezier(.23,1,.32,1)}.dz-product-faq details[open] summary b{transform:rotate(45deg)}.dz-product-faq details>div{max-width:670px;padding:0 50px 27px 0;color:#cbd4ee;font-size:14px;line-height:1.75}.dz-product-faq details>div p:last-child{margin-bottom:0}.dz-product-faq__empty{color:#cbd4ee}@media(max-width:780px){.dz-product-faq__grid{grid-template-columns:1fr;gap:48px}.dz-product-faq__head{position:static}.dz-product-faq summary{font-size:16px}}.dz-product-recommendations{background:#fff}.dz-product-recommendations__head{margin-bottom:44px}.dz-product-recommendations__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dz-product-recommendations__empty{padding:32px;color:var(--dz-muted);background:var(--dz-paper);border:1px dashed var(--dz-line);border-radius:18px;text-align:center}@media(max-width:900px){.dz-product-recommendations__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.dz-product-recommendations__grid{gap:34px 12px}}.dz-product-reviews{background:var(--dz-paper)}.dz-product-reviews__head{margin-bottom:48px;display:flex;align-items:end;justify-content:space-between;gap:24px}.dz-product-reviews__head .dz-heading{max-width:760px}.dz-product-reviews__controls{display:flex;gap:8px}.dz-product-reviews__controls button{width:42px;height:42px;display:grid;place-items:center;color:var(--dz-ink);background:#fff;border:1px solid var(--dz-line);border-radius:50%;cursor:pointer;font-size:18px;transition:transform .18s ease,border-color .18s ease}.dz-product-reviews__controls button:hover:not(:disabled){border-color:var(--dz-blue);transform:translateY(-1px)}.dz-product-reviews__controls button:disabled{cursor:default;opacity:.35}.dz-product-reviews__viewport{overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.dz-product-reviews__viewport::-webkit-scrollbar{display:none}.dz-product-reviews__content{display:flex;gap:18px}.dz-product-reviews__app{flex:0 0 100%}.dz-product-review{flex:0 0 calc((100% - 36px)/3);min-height:280px;padding:30px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--dz-line);border-radius:22px;scroll-snap-align:start}.dz-product-review__stars{color:#f2b84b;letter-spacing:.08em}.dz-product-review__stars .is-empty{color:#d8dbe2}.dz-product-review blockquote{margin:27px 0 24px;font-family:Manrope,DM Sans,Arial,sans-serif;font-size:20px;font-weight:600;line-height:1.45;letter-spacing:-.025em}.dz-product-review__media{display:flex;gap:8px;margin:0 0 22px;overflow-x:auto}.dz-product-review__media img,.dz-product-review__media video{width:74px;height:74px;flex:0 0 auto;object-fit:cover;border:1px solid var(--dz-line);border-radius:12px}.dz-product-review>p{margin:auto 0 0;display:grid;gap:4px}.dz-product-review>p strong{font-size:13px}.dz-product-review>p span{color:var(--dz-muted);font-size:11px}.dz-product-review>p em{width:max-content;padding:4px 7px;color:#16784b;background:var(--dz-mint);border-radius:999px;font-size:9px;font-style:normal;font-weight:800}.dz-product-reviews__empty{flex:0 0 100%;padding:36px;color:var(--dz-muted);background:#fff;border:1px dashed var(--dz-line);border-radius:18px;text-align:center}@media(max-width:800px){.dz-product-reviews__head{align-items:start}.dz-product-review{flex-basis:calc((100% - 18px)/2)}}@media(max-width:560px){.dz-product-reviews__head{margin-bottom:30px}.dz-product-reviews__controls button{width:38px;height:38px}.dz-product-review{flex-basis:86%;min-height:260px;padding:25px}.dz-product-review blockquote{font-size:18px}}.dz-reviews--paper{background:var(--dz-paper)}.dz-reviews--white{background:#fff}.dz-reviews--blue{color:#fff;background:var(--dz-deep)}.dz-reviews__head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:48px}.dz-reviews__head .dz-heading{max-width:760px}.dz-reviews__love-note{display:inline-flex;margin:18px 0 0;padding:8px 12px;color:var(--dz-deep);background:var(--dz-lime);border-radius:999px;font-size:11px;font-weight:850;letter-spacing:.03em}.dz-reviews__summary{display:flex;align-items:center;gap:16px}.dz-reviews__summary>strong{font-family:Manrope,DM Sans,Arial,sans-serif;font-size:58px;line-height:.9;letter-spacing:-.06em}.dz-reviews__summary div{display:grid;gap:4px}.dz-reviews__summary span,.dz-review__stars{color:#f2b84b;letter-spacing:.08em}.dz-reviews__summary p{margin:0;color:var(--dz-muted);font-size:12px}.dz-reviews--blue .dz-eyebrow{color:#b8c8ff}.dz-reviews--blue .dz-reviews__summary p{color:#c3cff7}.dz-reviews__intro{max-width:600px;margin-top:22px;color:var(--dz-muted);font-size:16px;line-height:1.65}.dz-reviews__intro p{margin:0}.dz-reviews--blue .dz-reviews__intro{color:#d9e1ff}.dz-reviews__viewport{margin-top:50px;overflow:hidden}.dz-reviews__rail{display:flex;width:max-content;gap:18px;animation:dz-review-marquee 34s linear infinite}.dz-reviews__viewport:hover .dz-reviews__rail,.dz-reviews__viewport:focus-within .dz-reviews__rail{animation-play-state:paused}.dz-review{width:clamp(290px,28vw,390px);min-height:300px;padding:30px;display:flex;flex:0 0 auto;flex-direction:column;background:#fff;border:1px solid var(--dz-line);border-radius:22px}.dz-review:nth-child(3n+2){transform:translateY(14px) rotate(1deg)}.dz-review:nth-child(3n+3){transform:translateY(5px) rotate(-.7deg)}.dz-reviews--blue .dz-review{color:var(--dz-ink);border-color:#ffffff1f}.dz-review__stars{font-size:15px}.dz-review__stars .is-empty{color:#d8dbe2}.dz-review blockquote{margin:28px 0 24px;font-family:Manrope,DM Sans,Arial,sans-serif;font-size:21px;font-weight:600;line-height:1.42;letter-spacing:-.025em}.dz-review__media{display:flex;gap:8px;max-width:100%;margin:0 0 22px;overflow-x:auto}.dz-review__media img,.dz-review__media video{width:62px;height:62px;flex:0 0 auto;object-fit:cover;border:1px solid var(--dz-line);border-radius:11px}.dz-review__foot{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:18px}.dz-review__foot>div{display:grid;gap:4px}.dz-review__foot strong{font-size:14px}.dz-review__foot span{color:var(--dz-muted);font-size:11px}.dz-review__verified{padding:6px 9px;color:#16784b!important;background:var(--dz-mint);border-radius:999px;white-space:nowrap}.dz-review__product{display:block;margin-top:22px;padding-top:18px;color:var(--dz-blue);border-top:1px solid var(--dz-line);font-size:12px;font-weight:800}.dz-review__product:hover{text-decoration:underline;text-underline-offset:4px}@keyframes dz-review-marquee{to{transform:translate(calc(-50% - 9px))}}@media(prefers-reduced-motion:reduce){.dz-reviews__viewport{overflow-x:auto}.dz-reviews__rail{animation:none}.dz-review:nth-child(n+4){display:none}}@media(max-width:620px){.dz-reviews__head{grid-template-columns:1fr;align-items:start;gap:28px}.dz-reviews__summary>strong{font-size:48px}.dz-reviews__viewport{margin-right:-16px}.dz-review{width:min(82vw,340px);min-height:280px;padding:25px}.dz-review blockquote{font-size:19px}}.dz-social{padding:86px 0;overflow:hidden;background:#fff}.dz-social header{max-width:570px;margin:0 auto 30px;text-align:center}.dz-social h2{margin:8px 0;font-size:clamp(30px,4vw,48px);letter-spacing:-.065em}.dz-social header>p:last-child{margin:0;color:var(--dz-muted);font-size:14px}.dz-social__rail{overflow:hidden}.dz-social__track{display:flex;width:max-content;gap:14px;animation:dz-social-scroll 32s linear infinite}.dz-social__rail:hover .dz-social__track{animation-play-state:paused}.dz-social__card{position:relative;width:225px;height:345px;overflow:hidden;background:#eef1f6;border-radius:17px}.dz-social__card video,.dz-social__card img{width:100%;height:100%;object-fit:cover}.dz-social__card p{position:absolute;right:10px;bottom:10px;left:10px;margin:0;padding:8px 10px;color:#fff;background:#03114dbd;border-radius:8px;font-size:10px;font-weight:700}.dz-social__placeholder{height:100%;display:grid;place-content:center;text-align:center;color:#fff;background:linear-gradient(145deg,#0b206d,#3069e4);font-size:31px;font-weight:850;letter-spacing:-.07em}.dz-social__placeholder span{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}@keyframes dz-social-scroll{to{transform:translate(-50%)}}@media(min-width:701px){.dz-social__card{width:min(calc((100vw - 96px)/3),390px);height:min(calc((100vw - 96px)/2),520px)}}@media(max-width:700px){.dz-social{padding:60px 0}.dz-social__card{width:180px;height:280px}}@media(prefers-reduced-motion:reduce){.dz-social__track{animation:none;overflow-x:auto;width:auto}}.dz-trust{background:#fff;border-bottom:1px solid var(--dz-line)}.dz-trust__grid{min-height:102px;display:grid;grid-template-columns:repeat(4,1fr)}.dz-trust__grid>div{padding:22px 28px;display:flex;align-items:center;gap:14px;border-right:1px solid var(--dz-line)}.dz-trust__grid>div:first-child{border-left:1px solid var(--dz-line)}.dz-trust__grid>div>span{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;color:var(--dz-blue);background:#e8edff;border-radius:50%}.dz-trust p{margin:0;color:var(--dz-muted);font-size:12px;line-height:1.45}.dz-trust strong{color:var(--dz-ink);font-size:13px}@media(max-width:780px){.dz-trust__grid{width:100%;grid-template-columns:1fr 1fr}.dz-trust__grid>div{min-height:116px;padding:15px;align-items:flex-start;flex-direction:column;gap:8px;border-bottom:1px solid var(--dz-line)}.dz-trust__grid>div:first-child{border-left:0}}.dz-cart-page{padding:64px 0 100px;background:linear-gradient(#f6f8fc 0 340px,var(--dz-paper) 340px)}.dz-cart-page__head{margin-bottom:42px}.dz-cart-page__head h1{margin:8px 0 0;font-size:clamp(42px,5vw,66px);letter-spacing:-.07em}.dz-cart-page__head h1 span{color:#8490a6;font-weight:500}.dz-cart-page__head>p:last-child{color:var(--dz-muted)}.dz-cart-page__form{display:grid;grid-template-columns:1fr 370px;gap:56px;align-items:start}.dz-cart-page__lines{background:#fff;border:1px solid #e2e6ee;border-radius:22px}.dz-cart-page__line{padding:22px;display:grid;grid-template-columns:120px 1fr;gap:21px;border-bottom:1px solid #e3e7ee}.dz-cart-page__image{width:120px;height:120px;overflow:hidden;background:#eff2f7;border-radius:15px}.dz-cart-page__image img,.dz-cart-page__image svg{width:100%;height:100%;object-fit:cover}.dz-cart-page__product{display:flex;flex-direction:column;justify-content:space-between}.dz-cart-page__product h2{margin:0;font-size:17px}.dz-cart-page__product p,.dz-cart-page__remove{margin:5px 0;color:var(--dz-muted);font-size:12px}.dz-cart-page__remove{text-decoration:underline}.dz-cart-page__line-bottom{display:flex;justify-content:space-between;align-items:center}.dz-cart-page__quantity{height:39px;display:grid;grid-template-columns:38px 42px 38px;border:1px solid #cbd3e0;border-radius:10px}.dz-cart-page__quantity button,.dz-cart-page__quantity input{padding:0;text-align:center;color:var(--dz-blue);background:transparent;border:0;font-size:18px}.dz-cart-page__quantity button{cursor:pointer}.dz-cart-page__quantity input{font-size:13px;font-weight:800}.dz-cart-page__update{margin:18px 22px;padding:0;color:var(--dz-blue);background:transparent;border:0;text-decoration:underline;cursor:pointer}.dz-cart-page__summary{position:sticky;top:102px;padding:26px;color:#fff;background:var(--dz-deep);border-radius:22px}.dz-cart-page__summary>div{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #ffffff33}.dz-cart-page__summary strong{font-size:24px}.dz-cart-page__summary p,.dz-cart-page__summary small{display:block;color:#bdcaf5;font-size:11px}.dz-cart-page__summary .dz-button{width:100%;justify-content:space-between;color:var(--dz-ink);background:var(--dz-lime)}.dz-cart-page__summary>a{display:table;margin:14px auto;color:#fff;font-size:12px;text-decoration:underline}.dz-cart-page__summary small{text-align:center;margin-top:18px}.dz-cart-page__suggestions{margin-top:78px}.dz-cart-page__suggestions h2{margin:8px 0 22px;font-size:32px}.dz-cart-page__suggestions>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dz-cart-page__suggestions article{overflow:hidden;background:#fff;border:1px solid #e0e5ed;border-radius:18px}.dz-cart-page__suggestions article>a img{width:100%;aspect-ratio:1;display:block;object-fit:cover}.dz-cart-page__suggestions article section{padding:16px}.dz-cart-page__suggestions h3{margin:0;font-size:15px}.dz-cart-page__suggestions strong{display:block;margin:6px 0;font-size:14px}.dz-cart-page__suggestions form button{width:100%;padding:11px;display:flex;justify-content:space-between;color:var(--dz-blue);background:#eef3ff;border:0;border-radius:9px;font-weight:800;cursor:pointer}.dz-cart-page__empty{max-width:570px;margin:auto;padding:64px;text-align:center;background:#fff;border-radius:23px}.dz-cart-page__empty h2{font-size:30px}@media(max-width:820px){.dz-cart-page__form{grid-template-columns:1fr}.dz-cart-page__summary{position:static}.dz-cart-page__suggestions>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.dz-cart-page{padding:35px 0 70px}.dz-cart-page__line{padding:15px;grid-template-columns:86px 1fr;gap:13px}.dz-cart-page__image{width:86px;height:86px}.dz-cart-page__suggestions>div{grid-template-columns:1fr}}.dz-cart-page{padding-top:40px;padding-bottom:76px;background:#f8fafc}.dz-cart-page__head{margin-bottom:25px}.dz-cart-page__head .dz-eyebrow{margin:0}.dz-cart-page__head h1{margin-top:6px;font-size:clamp(34px,4vw,46px);line-height:1}.dz-cart-page__head>p:last-child{margin:8px 0 0;font-size:13px}.dz-cart-page__form{grid-template-columns:minmax(0,1fr) 310px;gap:30px}.dz-cart-page__lines{border-radius:16px}.dz-cart-page__line{padding:16px;grid-template-columns:96px 1fr;gap:16px}.dz-cart-page__image{width:96px;height:96px;border-radius:11px}.dz-cart-page__product h2{font-size:15px}.dz-cart-page__line-bottom strong{font-size:14px}.dz-cart-page__quantity{height:34px;grid-template-columns:32px 36px 32px;border-radius:8px}.dz-cart-page__quantity button{font-size:17px}.dz-cart-page__update{margin:13px 16px;font-size:11px}.dz-cart-page__summary{top:96px;padding:20px;color:var(--dz-ink);background:#fff;border:1px solid #dde3ed;border-radius:16px;box-shadow:none}.dz-cart-page__summary>div{padding-bottom:13px;border-bottom:1px solid #e1e5eb}.dz-cart-page__summary>div span{font-size:12px;font-weight:700}.dz-cart-page__summary strong{font-size:19px}.dz-cart-page__summary p{margin:8px 0 15px;color:var(--dz-muted);font-size:10px}.dz-cart-page__summary .dz-button{min-height:45px;color:#fff;background:var(--dz-blue);font-size:12px}.dz-cart-page__summary>a{margin:12px auto 0;color:var(--dz-blue);font-size:11px}.dz-cart-page__summary small{margin-top:14px;padding-top:13px;color:var(--dz-muted);border-top:1px solid #e1e5eb;font-size:9px}.dz-cart-page__suggestions{margin-top:52px}.dz-cart-page__suggestions>div{gap:13px}.dz-cart-page__suggestion>div{padding:12px}.dz-cart-page__suggestion h3{font-size:13px}.dz-cart-page__suggestion strong{font-size:12px}.dz-cart-page__suggestion form{margin-top:9px}.dz-cart-page__suggestion form button{min-height:34px;padding:8px 10px;font-size:10px}@media(max-width:820px){.dz-cart-page__form{grid-template-columns:1fr;gap:20px}.dz-cart-page__summary{position:static}}@media(max-width:520px){.dz-cart-page{padding-top:28px}.dz-cart-page__line{padding:13px;grid-template-columns:76px 1fr;gap:12px}.dz-cart-page__image{width:76px;height:76px}.dz-cart-page__head h1{font-size:34px}}.dz-cart-page__quantity.is-saving{border-color:var(--dz-blue);box-shadow:0 0 0 3px #194fd11a}.dz-cart-page__suggestions{width:310px;margin:24px 0 0 auto}.dz-cart-page__suggestions h2{margin-bottom:10px;font-size:20px}.dz-cart-page__suggestions>div{grid-template-columns:1fr;gap:8px}.dz-cart-page__suggestions article{min-height:72px;display:grid;grid-template-columns:68px 1fr}.dz-cart-page__suggestions article>a img{height:100%;aspect-ratio:auto}.dz-cart-page__suggestions article section{padding:9px 10px}.dz-cart-page__suggestions h3{font-size:12px}.dz-cart-page__suggestions strong{margin:3px 0;font-size:11px}.dz-cart-page__suggestions form{margin-top:5px}.dz-cart-page__suggestions form button{min-height:27px;padding:5px 8px;font-size:9px}@media(max-width:820px){.dz-cart-page__suggestions{width:auto;margin-top:28px}}.dz-cart-page__update{display:none}.dz-cart-page__suggestions{width:auto;margin:52px 0 0}.dz-cart-page__suggestions h2{margin:5px 0 16px;font-size:25px}.dz-cart-page__suggestions>div{grid-template-columns:repeat(3,1fr);gap:13px}.dz-cart-page__suggestions article{min-height:0;display:block}.dz-cart-page__suggestions article>a img{height:auto;aspect-ratio:1}.dz-cart-page__suggestions article section{padding:12px}.dz-cart-page__suggestions h3{font-size:13px}.dz-cart-page__suggestions form button{min-height:34px;padding:8px 10px;font-size:10px;transition:transform .2s cubic-bezier(.22,1,.36,1),background .2s ease,box-shadow .2s ease}.dz-cart-page__suggestions form button:hover{color:#fff;background:var(--dz-blue);box-shadow:0 8px 15px #194fd138;transform:translateY(-2px)}.dz-cart-page__suggestions form button span{transition:transform .2s ease}.dz-cart-page__suggestions form button:hover span{transform:rotate(90deg) scale(1.15)}@media(max-width:820px){.dz-cart-page__suggestions>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.dz-cart-page__suggestions>div{grid-template-columns:1fr}}.dz-cart-page__summary small:after{margin:10px auto 0;display:block;content:"UPI   \b7    VISA   \b7    mastercard";color:#5f6d84;font-size:9px;font-weight:850;letter-spacing:.06em}.dz-cart-page__empty-picks{margin:28px -10px -10px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:left}.dz-cart-page__empty-picks a{overflow:hidden;color:var(--dz-ink);background:#f5f7fa;border:1px solid #e2e7ef;border-radius:10px;font-size:9px;font-weight:750;transition:transform .18s ease,box-shadow .18s ease}.dz-cart-page__empty-picks a:hover{box-shadow:0 8px 15px #030b2917;transform:translateY(-2px)}.dz-cart-page__empty-picks img{width:100%;aspect-ratio:1;display:block;object-fit:cover}.dz-cart-page__empty-picks span{min-height:30px;padding:6px;display:block;line-height:1.25}@media(max-width:520px){.dz-cart-page__empty{padding:42px 20px}.dz-cart-page__empty-picks{margin-inline:0}}.dz-collection__head{max-width:720px;margin-bottom:48px}.dz-collection__head>div{margin-top:20px;color:var(--dz-muted);line-height:1.7}.dz-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px 18px}@media(max-width:1020px){.dz-collection__grid{grid-template-columns:repeat(2,1fr)}}.dz-page>.dz-shell{max-width:900px}.dz-page .dz-heading{margin-bottom:40px}.dz-page__content{font-size:17px;line-height:1.75}.dz-page__content h2,.dz-page__content h3{margin-top:40px}.dz-page__content img{border-radius:18px}.dz-pdp{padding:28px 0 112px}.dz-pdp__breadcrumb{margin-bottom:28px;display:flex;align-items:center;gap:9px;color:var(--dz-muted);font-size:11px;white-space:nowrap;overflow:hidden}.dz-pdp__breadcrumb a:hover{color:var(--dz-blue)}.dz-pdp__breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.dz-pdp__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);align-items:start;gap:72px}.dz-pdp__gallery{min-width:0}.dz-pdp__stage{position:relative;overflow:hidden;background:#f0f2f6;border-radius:28px}.dz-pdp__media{width:100%;aspect-ratio:1;place-items:center}.dz-pdp__media:not([hidden]){display:grid}.dz-pdp__media img,.dz-pdp__media svg,.dz-pdp__media video,.dz-pdp__media iframe,.dz-pdp__media model-viewer{width:100%;height:100%;object-fit:cover}.dz-pdp__sale{position:absolute;top:20px;left:20px;padding:8px 11px;color:var(--dz-deep);background:var(--dz-lime);border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dz-pdp__thumbs{margin-top:14px;padding-bottom:3px;display:flex;gap:10px;overflow-x:auto}.dz-pdp__thumbs button{position:relative;width:78px;height:78px;padding:0;flex:0 0 auto;overflow:hidden;background:#f0f2f6;border:1px solid transparent;border-radius:13px;cursor:pointer;transition:border-color .16s ease,transform .16s cubic-bezier(.23,1,.32,1)}.dz-pdp__thumbs button[aria-selected=true]{border-color:var(--dz-blue)}.dz-pdp__thumbs button:active{transform:scale(.97)}.dz-pdp__thumbs img{width:100%;height:100%;object-fit:cover}.dz-pdp__thumbs button>span{position:absolute;right:4px;bottom:4px;left:4px;padding:3px;color:#fff;background:#030b29b8;border-radius:5px;font-size:7px;text-transform:uppercase}.dz-pdp__details{position:sticky;top:102px}.dz-pdp__topline{display:flex;align-items:center;justify-content:space-between;gap:20px}.dz-pdp__topline .dz-eyebrow{margin:0}.dz-pdp__availability{display:flex;align-items:center;gap:7px;color:#16784b;font-size:11px}.dz-pdp__availability i{width:8px;height:8px;background:#31c17b;border:2px solid #c9f1de;border-radius:50%}.dz-pdp__availability[data-unavailable]{color:var(--dz-muted)}.dz-pdp__availability[data-unavailable] i{background:#9aa0ac;border-color:#e1e3e7}.dz-pdp h1{margin:14px 0 10px;font-size:clamp(32px,3.4vw,48px);font-weight:700;letter-spacing:-.045em;line-height:1.05}.dz-pdp__subtitle{margin-bottom:12px;color:#505a6d;font-size:14px}.dz-pdp__pricing{display:flex;align-items:baseline;gap:12px}.dz-pdp__pricing strong{font-family:Manrope,DM Sans,Arial,sans-serif;font-size:23px}.dz-pdp__pricing s{color:#737c8d;font-size:14px}.dz-pdp__form{margin-top:22px}.dz-pdp__field>label,.dz-pdp__quantity-wrap>span{display:block;margin-bottom:7px;color:#283247;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dz-pdp__select-wrap{position:relative}.dz-pdp__select-wrap select{width:100%;min-height:50px;padding:0 46px 0 16px;color:var(--dz-ink);background:#fff;border:1px solid #bdc4d0;border-radius:13px;-webkit-appearance:none;appearance:none;cursor:pointer}.dz-pdp__select-wrap>span{position:absolute;top:50%;right:17px;pointer-events:none;transform:translateY(-55%)}.dz-pdp__purchase-row{margin-top:16px;display:grid;grid-template-columns:122px 1fr;align-items:end;gap:12px}.dz-pdp__quantity{height:50px;display:grid;grid-template-columns:38px 1fr 38px;background:#fff;border:1px solid #bdc4d0;border-radius:13px}.dz-pdp__quantity button{padding:0;background:transparent;border:0;cursor:pointer;font-size:18px}.dz-pdp__quantity button:active{transform:scale(.9)}.dz-pdp__quantity input{width:100%;padding:0;text-align:center;background:transparent;border:0;-moz-appearance:textfield}.dz-pdp__quantity input::-webkit-inner-spin-button,.dz-pdp__quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.dz-pdp__add{min-height:50px;width:100%;gap:8px}.dz-pdp__add:disabled{cursor:not-allowed;opacity:.48}.dz-pdp__add strong{font-size:inherit}.dz-pdp__dynamic{margin-top:9px}.dz-pdp__dynamic .shopify-payment-button__button{min-height:50px;border-radius:999px}.dz-pdp__trust{margin:17px 0 0;padding:15px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 16px;border-top:1px solid #d4d8e0;list-style:none}.dz-pdp__trust li{display:flex;align-items:flex-start;gap:7px;color:#556075;font-size:11px;line-height:1.35}.dz-pdp__trust li span{display:grid;place-items:center;flex:0 0 15px;width:15px;height:15px;color:#fff;background:var(--dz-blue);border-radius:50%;font-size:9px;font-weight:900}.dz-pdp__accordions{margin-top:20px;border-top:1px solid #aeb6c4}.dz-pdp__accordions details{border-bottom:1px solid #aeb6c4}.dz-pdp__accordions summary{padding:16px 0;display:flex;align-items:center;justify-content:space-between;color:#17213a;cursor:pointer;font-size:14px;font-weight:750;list-style:none}.dz-pdp__accordions summary::-webkit-details-marker{display:none}.dz-pdp__accordions summary span{color:#17213a;font-size:20px;font-weight:500;transition:transform .18s cubic-bezier(.23,1,.32,1)}.dz-pdp__accordions details[open] summary span{transform:rotate(45deg)}.dz-pdp__accordion-content{padding:0 0 20px;color:#3e485a;font-size:14px;line-height:1.7}.dz-pdp__accordion-content p:last-child{margin-bottom:0}@media(hover:hover)and (pointer:fine){.dz-pdp__thumbs button:hover{border-color:#91a8ec}.dz-pdp__quantity button:hover{color:var(--dz-blue)}}@media(max-width:1020px){.dz-pdp__grid{gap:42px}.dz-pdp__details{top:96px}}@media(max-width:820px){.dz-pdp{padding-top:18px;padding-bottom:78px}.dz-pdp__breadcrumb{margin-bottom:18px}.dz-pdp__grid{grid-template-columns:1fr;gap:36px}.dz-pdp__details{position:static}.dz-pdp__stage{margin-inline:-16px;border-radius:0}.dz-pdp__thumbs{margin-right:-16px}.dz-pdp h1{font-size:clamp(34px,9vw,44px)}.dz-pdp__trust{grid-template-columns:1fr}}@media(max-width:520px){.dz-pdp__purchase-row{grid-template-columns:112px 1fr}.dz-pdp__add strong{display:none}.dz-pdp__sale{top:14px;left:14px}}.dz-pdp__gallery-arrows{position:absolute;right:17px;bottom:17px;left:17px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.dz-pdp__gallery-arrows button{width:42px;height:42px;display:grid;place-items:center;color:var(--dz-ink);background:#ffffffed;border:1px solid rgba(17,30,63,.13);border-radius:50%;box-shadow:0 8px 18px #030b2924;cursor:pointer;font-size:18px;pointer-events:auto;transition:transform .18s ease,background .18s ease}.dz-pdp__gallery-arrows button:hover{background:#fff;transform:scale(1.06)}.dz-pdp__dots{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:6px}.dz-pdp__dots button{width:18px;height:18px;padding:0;display:grid;place-items:center;background:transparent;border:0;cursor:pointer}.dz-pdp__dots button span{width:6px;height:6px;display:block;background:#bac0cc;border-radius:999px;transition:width .2s ease,background .2s ease}.dz-pdp__dots button[aria-current=true] span{width:21px;background:var(--dz-blue)}.dz-pdp__dots button:focus-visible{outline:2px solid var(--dz-blue);outline-offset:2px;border-radius:999px}.dz-pdp__field-label{display:block;margin-bottom:13px;color:#283247;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dz-pdp__option-group{margin:0;padding:0;border:0}.dz-pdp__option-group+.dz-pdp__option-group{margin-top:20px}.dz-pdp__option-group legend{margin-bottom:10px;color:#283247;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dz-pdp__option-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.dz-pdp__option-values input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.dz-pdp__option-values label{min-height:54px;width:100%;padding:10px 14px;display:flex;align-items:center;justify-content:center;text-align:center;color:#29344a;background:#fff;border:1px solid #bdc4d0;border-radius:12px;cursor:pointer;font-size:12px;font-weight:750;line-height:1.35;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.dz-pdp__option-values label:hover{border-color:#6c8beb;transform:translateY(-1px)}.dz-pdp__option-values input:checked+label{color:#fff;background:var(--dz-blue);border-color:var(--dz-blue);box-shadow:0 5px 13px #133dc433}.dz-pdp__option-values input:focus-visible+label{outline:3px solid var(--dz-lime);outline-offset:2px}.dz-pdp__option-values input:disabled+label{color:#8b93a1;background:#f0f1f4;border-color:#e0e3e9;cursor:not-allowed;text-decoration:line-through;opacity:.75}.dz-pdp__native-variant-select{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;opacity:0;pointer-events:none}@media(max-width:520px){.dz-pdp__gallery-arrows{right:12px;bottom:12px;left:12px}.dz-pdp__gallery-arrows button{width:38px;height:38px}.dz-pdp__option-values{grid-template-columns:1fr;gap:8px}.dz-pdp__option-values label{min-height:50px;font-size:12px}}.dz-pdp__checkout-security{margin:17px 0 0;padding:14px 0 0;display:flex;align-items:center;justify-content:center;gap:7px;color:#556075;border-top:1px solid #d4d8e0;font-size:11px;font-weight:700}.dz-pdp__checkout-security span{display:grid;place-items:center;width:15px;height:15px;color:#fff;background:var(--dz-blue);border-radius:50%;font-size:9px}.dz-pdp h1{font-size:clamp(32px,3.4vw,var(--dz-product-title-max))}@media(max-width:820px){.dz-pdp h1{font-size:clamp(30px,9vw,min(44px,var(--dz-product-title-max)))}}.dz-search-page .dz-heading{margin-bottom:35px}.dz-search-page__form{max-width:720px;display:grid;grid-template-columns:1fr auto;gap:10px}.dz-search-page__form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.dz-search-page__form input{min-height:54px;padding:0 18px;background:#fff;border:1px solid var(--dz-line);border-radius:999px}.dz-search-page__count{margin:45px 0 25px;color:var(--dz-muted)}.dz-search-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px 18px}.dz-search-page__result{padding:24px;background:#fff;border-radius:18px}.dz-search-page__result h2{font-size:20px}.dz-search-page__result>p:last-child{color:var(--dz-muted);line-height:1.6}.dz-pagination{margin-top:60px;text-align:center}.dz-pagination .page,.dz-pagination a{margin:0 7px}@media(max-width:1020px){.dz-search-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.dz-search-page__form,.dz-search-page__grid{grid-template-columns:1fr}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dz-ink);background:var(--dz-paper);font-family:DM Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.dz-locked{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3,.dz-heading,.dz-wordmark{font-family:Manrope,DM Sans,Arial,sans-serif}.dz-shell{width:min(calc(100% - 48px),var(--dz-shell));margin-inline:auto}.dz-section{padding:112px 0}.dz-eyebrow{margin-bottom:18px;color:var(--dz-blue);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.dz-heading{margin:0;font-size:clamp(39px,5vw,64px);font-weight:700;letter-spacing:-.055em;line-height:1.04}.dz-button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;cursor:pointer;font-size:14px;font-weight:800;transition:transform .16s ease,background-color .16s ease,color .16s ease}.dz-button:active{transform:scale(.97)}.dz-button--primary{color:#fff;background:var(--dz-blue)}.dz-button--primary:hover{background:var(--dz-deep)}.dz-button--light{color:var(--dz-deep);background:#fff}.dz-button--light:hover{background:var(--dz-lime)}.dz-text-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:800}.dz-text-link:hover{text-decoration:underline;text-underline-offset:4px}.dz-skip{position:fixed;top:8px;left:8px;z-index:999;padding:10px 16px;color:#fff;background:var(--dz-ink);border-radius:8px;transform:translateY(-150%)}.dz-skip:focus{transform:translateY(0)}:focus-visible{outline:3px solid #76a8ff;outline-offset:3px}@media(max-width:780px){body{overflow-x:hidden}.dz-shell{width:min(calc(100% - 32px),var(--dz-shell))}.dz-section{padding:64px 0}.dz-eyebrow{margin-bottom:12px;font-size:10px;letter-spacing:.12em}.dz-heading{font-size:clamp(31px,9vw,42px);line-height:1.06}.dz-button{min-height:50px;font-size:13px}.dz-hero__grid{min-height:auto!important;padding-top:42px!important;padding-bottom:38px!important;gap:28px!important}.dz-hero h1{margin-bottom:18px!important;font-size:clamp(42px,12.5vw,54px)!important;line-height:.98!important}.dz-hero__text{margin-bottom:23px!important;font-size:15px!important;line-height:1.55!important}.dz-hero__actions{gap:15px!important}.dz-hero__actions .dz-button{width:100%}.dz-hero ul{margin-top:25px!important;display:grid!important;gap:9px!important;font-size:11px!important}.dz-hero__visual-wrap{max-width:520px;margin-inline:auto}.dz-hero__visual{border-radius:38% 38% 18px 18px!important}.dz-categories__head{margin-bottom:30px!important;gap:14px!important}.dz-categories__head>p{font-size:14px!important;line-height:1.55!important}.dz-categories__grid{gap:14px!important}.dz-category,.dz-category--wide{min-height:350px!important}.dz-category__copy{min-height:136px!important;padding:19px 65px 17px 20px!important;border-radius:0 0 18px!important}.dz-category>img,.dz-category>svg{height:calc(100% - 136px)!important}.dz-category h3{margin:8px 0 4px!important;font-size:25px!important}.dz-category p{font-size:12px!important}.dz-category b{top:18px!important;right:19px!important;width:36px!important;height:36px!important}.dz-featured__head{margin-bottom:30px!important;align-items:flex-start!important;flex-direction:column!important;gap:16px!important}.dz-featured__grid{gap:30px 12px!important}.dz-product-card h3{min-height:auto!important;margin-bottom:11px!important;font-size:15px!important}.dz-product-card__info{padding-top:11px!important}.dz-story__grid{gap:30px!important}.dz-story__image,.dz-story--image-right .dz-story__image{order:1!important;border-radius:22px!important}.dz-story__copy,.dz-story--image-right .dz-story__copy{order:2!important}.dz-story__image>span{bottom:12px!important;left:12px!important;padding:7px 10px!important;font-size:9px!important}.dz-story__copy .dz-heading{margin-bottom:16px!important}.dz-story__text{font-size:15px!important;line-height:1.55!important}.dz-story ul{margin:22px 0!important;gap:12px!important}.dz-story li{align-items:flex-start!important;font-size:14px!important}.dz-story__purchase{padding-top:19px!important}.dz-experts{padding:64px 0!important}.dz-experts__frame{border-radius:17px!important}.dz-experts__image{height:225px!important}.dz-experts__copy{padding:27px 20px!important}.dz-experts__copy h2{margin:9px 0 18px!important;font-size:31px!important}.dz-experts__copy blockquote{padding-left:13px!important;font-size:15px!important;line-height:1.5!important}.dz-experts__person{margin-top:20px!important}.dz-experts__controls{margin-top:11px!important;margin-right:4px!important}.dz-reviews__head{gap:20px!important}.dz-reviews__summary{gap:11px!important}.dz-reviews__summary>strong{font-size:43px!important}.dz-reviews__intro{margin-top:16px!important;font-size:14px!important;line-height:1.55!important}.dz-reviews__viewport{margin-top:30px!important;margin-right:-16px!important}.dz-review{width:calc(100vw - 54px)!important;min-height:260px!important;padding:22px!important}.dz-review:nth-child(n){transform:none!important}.dz-review blockquote{margin:20px 0 25px!important;font-size:18px!important}.dz-social{padding:64px 0!important}.dz-social header{margin-bottom:24px!important;padding-inline:16px}.dz-social h2{font-size:32px!important}.dz-social__card{width:72vw!important;height:108vw!important;max-width:280px!important;max-height:420px!important}.dz-newsletter__inner{min-height:auto!important;gap:22px!important;padding-top:46px!important;padding-bottom:46px!important}.dz-newsletter__form input{min-height:54px!important;font-size:14px!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:780px){.dz-hero__grid{padding-top:34px!important;padding-bottom:32px!important;gap:24px!important}.dz-hero__copy{text-align:center}.dz-hero .dz-eyebrow{margin-bottom:10px!important}.dz-hero h1{max-width:350px;margin:0 auto 16px!important;font-size:clamp(40px,11.5vw,50px)!important;letter-spacing:-.065em!important}.dz-hero__text{max-width:330px;margin:0 auto 22px!important}.dz-hero__actions{align-items:center!important}.dz-hero__actions .dz-text-link{min-height:32px}.dz-hero ul{display:none!important}.dz-hero__visual-wrap{order:2;max-width:360px}.dz-hero__visual{padding:8px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:34px 34px 18px 18px!important;box-shadow:0 22px 42px #00072347!important;transform:none!important}.dz-hero__visual img,.dz-hero__placeholder{object-fit:contain!important}.dz-hero__visual-wrap:hover .dz-hero__visual{transform:none!important}.dz-hero__orb--one{top:-310px!important;right:-170px!important;opacity:.13!important}.dz-hero__orb--two{display:none!important}}.dz-product-card{min-width:0}.dz-product-card__image{position:relative;display:block;overflow:hidden;background:#f1f2f0;border-radius:18px}.dz-product-card__image>span{position:absolute;top:14px;left:14px;z-index:2;padding:7px 10px;color:var(--dz-deep);background:var(--dz-lime);border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.dz-product-card__image img,.dz-product-card__image svg{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .4s ease}.dz-product-card:hover .dz-product-card__image img{transform:scale(1.03)}.dz-product-card__info{padding:18px 3px 0}.dz-product-card__type{margin-bottom:7px;color:var(--dz-blue);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.dz-product-card h3{min-height:48px;margin-bottom:18px;font-size:18px;line-height:1.25;letter-spacing:-.025em}.dz-product-card h3 a:hover{text-decoration:underline;text-underline-offset:3px}.dz-product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.dz-product-card__price{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:7px}.dz-product-card__price strong{font-size:16px}.dz-product-card__price small{font-size:14px;font-weight:750}.dz-product-card__price s{color:#9298a5;font-size:12px}.dz-product-card__form button{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--dz-ink);border:0;border-radius:50%;cursor:pointer;font-size:23px}.dz-product-card__form button:hover{background:var(--dz-blue)}.dz-product-card__form button:disabled{cursor:not-allowed;opacity:.4}@media(max-width:520px){.dz-product-card__info{padding-top:13px}.dz-product-card h3{min-height:52px;font-size:15px}.dz-product-card__price{display:grid;gap:2px}.dz-product-card__form button{width:38px;height:38px}.dz-product-card__image>span{top:8px;left:8px;padding:5px 7px;font-size:8px}}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
