dw-carousel,dw-autoplay-video{display:block}dw-autoplay-video{width:100%;height:100%}.dw-section{padding-top:var(--dw-pt, 5rem);padding-bottom:var(--dw-pb, 5rem);background:var(--dw-section-bg, transparent);color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.dw-section{padding-top:var(--dw-pt-m, 3.2rem);padding-bottom:var(--dw-pb-m, 3.2rem)}}.dw-section .dw-heading{margin:0;line-height:1.15;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-section .dw-subtext{margin:0;font-size:1.5rem;line-height:1.6}.dw-section .dw-subtext p{margin:0}.dw-section-header{display:flex;flex-direction:column;gap:.8rem;max-width:75rem;margin-bottom:3.2rem}.dw-section-header--center{margin-inline:auto;text-align:center;align-items:center}.dw-placeholder{width:100%;height:100%;background:rgba(var(--color-foreground),.06);fill:rgba(var(--color-foreground),.35)}.dw-button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:4.8rem;padding:1.2rem 2.6rem;border-radius:99rem;background:rgb(var(--color-button, var(--color-foreground)));color:rgb(var(--color-button-text, var(--color-background)));font-size:1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s}.dw-button:hover{opacity:.88}.dw-button .dw-icon{width:1.8rem;height:1.8rem}.dw-section .dw-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.dw-section .dw-checklist__item{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.8rem;align-items:start}.dw-section .dw-checklist__icon{display:inline-flex;width:2rem;height:2rem;margin-top:.1rem;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-section .dw-checklist__icon .dw-icon{width:100%;height:100%}.dw-section .dw-checklist__text{margin:0;font-size:1.3rem;line-height:1.55}.dw-ugc__track{display:grid;grid-template-columns:repeat(var(--dw-cols, 3),minmax(0,1fr));gap:1.6rem}.dw-ugc__item{position:relative;aspect-ratio:var(--dw-ratio, 9 / 16);border-radius:var(--text-boxes-radius, 1.6rem);overflow:hidden;background:rgba(var(--color-foreground),.06);display:block}.dw-ugc__item video,.dw-ugc__item img,.dw-ugc__item svg{width:100%;height:100%;object-fit:cover;display:block}.dw-ugc__item:hover video,.dw-ugc__item:hover img{transform:scale(1.03)}.dw-ugc__item video,.dw-ugc__item img{transition:transform .4s ease}@media screen and (max-width:749px){.dw-ugc__track{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:-1.5rem;padding-inline:1.5rem}.dw-ugc__track::-webkit-scrollbar{display:none}.dw-ugc__item{flex:0 0 var(--dw-mobile-width, 45%);scroll-snap-align:start}}.dw-marquee__heading{text-align:center;margin:0 0 2rem;font-size:1.5rem;font-weight:700;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent 100%)}.dw-marquee__track{display:flex;width:max-content;animation:dw-marquee var(--dw-marquee-duration, 30s) linear infinite}.dw-marquee__group{display:flex;align-items:center;gap:var(--dw-marquee-gap, 7rem);padding-inline-end:var(--dw-marquee-gap, 7rem)}.dw-marquee__logo{flex:0 0 auto;display:flex;align-items:center}.dw-marquee__logo img,.dw-marquee__logo svg{width:var(--dw-logo-w, 10rem);height:auto;display:block}.dw-marquee__logo svg{height:4rem}@media screen and (max-width:749px){.dw-marquee__group{gap:var(--dw-marquee-gap-m, 4rem);padding-inline-end:var(--dw-marquee-gap-m, 4rem)}.dw-marquee__logo img{width:var(--dw-logo-w-m, 8rem)}}@keyframes dw-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.dw-marquee__track{animation:none}}.dw-media-text__card{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--dw-card-radius, 2.4rem);overflow:hidden;background:var(--dw-card-bg, #ffffff)}.dw-media-text--media-left .dw-media-text__media{order:-1}.dw-media-text__media{position:relative;min-height:100%}.dw-media-text__media img,.dw-media-text__media video,.dw-media-text__media svg{width:100%;height:100%;object-fit:cover;display:block}.dw-media-text__content{display:flex;flex-direction:column;justify-content:center;gap:1.4rem;padding:4rem 5rem}.dw-media-text__eyebrow{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-media-text__content .dw-heading{max-width:55rem}.dw-media-text__text{max-width:55rem;font-size:1.5rem;line-height:1.6}.dw-media-text__text p{margin:0 0 1.2rem}.dw-media-text__text p:last-child{margin-bottom:0}@media screen and (max-width:749px){.dw-media-text__card{grid-template-columns:1fr}.dw-media-text__media,.dw-media-text--media-left .dw-media-text__media{order:-1;aspect-ratio:4 / 3}.dw-media-text__content{padding:2.4rem 2rem;gap:1.2rem}}.dw-stats{display:grid;grid-template-columns:repeat(var(--dw-cols, 4),minmax(0,1fr));background:var(--dw-card-bg, #ffffff);border-radius:var(--dw-card-radius, 2.4rem);padding:2.4rem 0}.dw-stats__item{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.4rem 1.6rem;text-align:center}.dw-stats--dividers .dw-stats__item+.dw-stats__item{border-inline-start:1px solid rgba(var(--color-foreground),.12)}.dw-stats__value{margin:0;font-size:clamp(2.6rem,3vw,3.4rem);font-weight:800;line-height:1.1;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-stats__label{margin:0;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}@media screen and (max-width:749px){.dw-stats{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1.6rem;padding:2rem 0}.dw-stats--dividers .dw-stats__item:nth-child(odd){border-inline-start:0}}.dw-video__frame{position:relative;width:100%;max-width:var(--dw-video-max, 72rem);margin-inline:auto;border-radius:var(--text-boxes-radius, 1.6rem);overflow:hidden;background:#000}.dw-video__frame video,.dw-video__frame img,.dw-video__frame svg{width:100%;height:auto;display:block}.dw-video__frame svg{aspect-ratio:16 / 9;height:auto;background:rgba(var(--color-foreground),.06)}.dw-reviews__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.dw-reviews__header .dw-section-header{margin-bottom:0}.dw-reviews__nav{display:flex;gap:1rem;flex-shrink:0}.dw-reviews__arrow{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.85);background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background .2s,color .2s}.dw-reviews__arrow:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.dw-reviews__arrow:disabled{opacity:.3;cursor:default;background:transparent;color:rgb(var(--color-foreground))}.dw-reviews__arrow .dw-icon{width:1.8rem;height:1.8rem}.dw-reviews__track{--dw-cols: var(--dw-cols-desktop, 4);display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 1.6rem * (var(--dw-cols, 4) - 1)) / var(--dw-cols, 4));gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.dw-reviews__track::-webkit-scrollbar{display:none}.dw-review{scroll-snap-align:start;display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem;border-radius:1.6rem;background:var(--dw-card-bg, #ffffff)}.dw-review__top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dw-stars{display:inline-flex;gap:.22rem}.dw-stars__star{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--dw-star-color, #00b67a);color:#fff}.dw-stars__star--off{background:#dcdce6}.dw-stars__star .dw-icon{width:100%;height:100%;display:block}.dw-review__verified{display:inline-flex;align-items:center;gap:.4rem;font-size:1.1rem;font-weight:600;color:var(--dw-star-color, #00b67a);white-space:nowrap}.dw-review__verified .dw-icon{width:1.4rem;height:1.4rem}.dw-review__title{margin:0;font-size:1.5rem;font-weight:700;line-height:1.35;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-review__body{font-size:1.3rem;line-height:1.55}.dw-review__body p{margin:0}.dw-review__image{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:1.6rem;display:block}.dw-review__author{display:flex;align-items:center;gap:1.2rem;margin-top:auto;padding-top:1.2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.dw-review__initial{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(var(--color-foreground),.08);font-size:1.3rem;font-weight:700}.dw-review__name{margin:0;font-size:1.3rem;font-weight:700;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-review__date{margin:0;font-size:1.1rem;color:rgba(var(--color-foreground),.6)}.dw-reviews__footer{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2.4rem 0 0;font-size:1.3rem}.dw-reviews__footer-logo{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-reviews__footer-logo .dw-stars__star{background:rgb(var(--color-heading, var(--color-foreground)))}.dw-reviews__footer-logo .dw-stars__star .dw-icon{color:#fff}.dw-section .dw-review-summary{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.dw-section .dw-review-summary__avatars{display:flex}.dw-section .dw-review-summary__avatar{width:3.2rem;height:3.2rem;border-radius:50%;object-fit:cover;border:.2rem solid rgb(var(--color-background))}.dw-section .dw-review-summary__avatar+.dw-review-summary__avatar{margin-inline-start:-1rem}.dw-section .dw-review-summary__text{margin:0;font-size:1.3rem}@media screen and (max-width:989px){.dw-reviews__track{--dw-cols: 2}}@media screen and (max-width:749px){.dw-reviews__track{grid-auto-columns:85%;gap:1.2rem}.dw-reviews__header{gap:1.2rem;margin-bottom:1.6rem}.dw-reviews__header .dw-section-header{flex:1;min-width:0}.dw-reviews__arrow{width:4.4rem;height:4.4rem}.dw-review{gap:1rem}.dw-review__title{font-size:1.4rem}.dw-review__body{font-size:1.2rem;line-height:1.6}.dw-review__verified{font-size:1rem}.dw-review__author{padding-top:1rem}.dw-reviews__footer{font-size:1.2rem;margin-top:1.6rem}}.dw-faq{display:grid;grid-template-columns:minmax(0,42rem) minmax(0,76rem);justify-content:space-between;gap:5rem;align-items:start}.dw-faq__support{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;padding:3.2rem;border:1px solid #e3e3e3;border-radius:1.6rem;background:var(--dw-card-bg, #ffffff)}.dw-faq__avatar{width:30%;max-width:12rem;height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%}.dw-faq__small{margin:0;font-size:1.2rem}.dw-faq__list{border-top:1px solid rgba(var(--color-foreground),.12)}.dw-faq__item{border-bottom:1px solid rgba(var(--color-foreground),.12)}.dw-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.2rem 0;cursor:pointer;list-style:none;font-size:1.5rem;font-weight:700;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-faq__item summary::-webkit-details-marker{display:none}.dw-faq__item summary .dw-icon{flex:0 0 auto;width:2rem;height:2rem}.dw-faq__item summary .dw-icon__v{transition:opacity .2s}.dw-faq__item[open] summary .dw-icon__v{opacity:0}.dw-faq__answer{padding:0 0 1.6rem;font-size:1.4rem;line-height:1.6}.dw-faq__answer p{margin:0 0 .8rem}.dw-faq__answer p:last-child{margin-bottom:0}@media screen and (max-width:989px){.dw-faq{grid-template-columns:1fr;gap:3.2rem}.dw-faq__support{padding:2.4rem 2rem}}.dw-guarantee{display:grid;grid-template-columns:repeat(var(--dw-cols, 4),minmax(0,1fr));gap:2.4rem}.dw-guarantee__item{display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.dw-guarantee__icon{display:inline-flex;width:2.8rem;height:2.8rem;margin-bottom:.4rem;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-guarantee__icon .dw-icon{width:100%;height:100%}.dw-guarantee__title{margin:0;font-size:1.6rem;font-weight:700;color:rgb(var(--color-heading, var(--color-foreground)))}.dw-guarantee__text{margin:0;max-width:28rem;font-size:1.3rem;line-height:1.55}@media screen and (max-width:749px){.dw-guarantee{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.2rem}.dw-guarantee__title{font-size:1.4rem}}.dw-cta{display:flex;flex-direction:column;align-items:center;gap:1.6rem;max-width:62rem;margin-inline:auto;text-align:center}.dw-stars-image{display:block;height:2rem;width:auto}.dw-reviews__footer-logo-image{display:inline-block;height:2rem;width:auto;vertical-align:middle}.dw-trust-bar__wrap--full{padding:0 1.6rem}.dw-trust-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;padding:var(--dw-pt,10px) 0 var(--dw-pb,10px);font-size:1.2rem;line-height:1.5;letter-spacing:.04em;color:rgb(var(--color-foreground));text-decoration:none}a.dw-trust-bar:hover{opacity:.75}.dw-trust-bar--upper{text-transform:uppercase}.dw-trust-bar--border-top{border-top:.1rem solid #e5e5e5}.dw-trust-bar--border-bottom{border-bottom:.1rem solid #e5e5e5}.dw-trust-bar__label{font-weight:700;color:rgb(var(--color-heading,var(--color-foreground)))}.dw-trust-bar__stars{gap:calc(var(--dw-trust-stars-height,18px)*.11)}.dw-trust-bar__stars .dw-stars__star{width:var(--dw-trust-stars-height,18px);height:var(--dw-trust-stars-height,18px)}.dw-trust-bar__image{display:block;height:var(--dw-trust-stars-height,18px);width:auto}@media screen and (max-width:749px){.dw-trust-bar{padding:var(--dw-pt-m,8px) 0 var(--dw-pb-m,8px)}.dw-trust-bar--mobile-stack{flex-direction:column;gap:.4rem}.dw-trust-bar--mobile-hide_label .dw-trust-bar__label,.dw-trust-bar--mobile-hide_text .dw-trust-bar__text{display:none}}@media screen and (min-width:750px){.dw-trust-bar__wrap--full{padding:0 5rem}}.dw-marquee__logo img{mix-blend-mode:multiply}.dw-trust-bar__text{font-weight:700}@media screen and (max-width:749px){.dw-trust-bar{flex-wrap:nowrap;white-space:nowrap;gap:.8rem}}@media screen and (max-width:374px){.dw-trust-bar{font-size:1.1rem;letter-spacing:.02em;gap:.6rem}.dw-trust-bar__stars{--dw-trust-stars-height:16px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/dw-sections.css.map */
