.dv-continuous{position:relative;gap:0}.dv-continuous .dv-strip-window{min-width:0}.dv-continuous .dv-track{animation-duration:calc(var(--speed,35s) * var(--dv-copies,1))}.dv-continuous .dv-pause{position:absolute;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.dv-continuous .dv-pause:focus-visible{width:44px;height:44px;right:8px;top:50%;transform:translateY(-50%);clip-path:none;border:1px solid currentColor;background:var(--dv-bg);color:var(--dv-fg);z-index:2;outline:2px solid currentColor;outline-offset:2px}.dv-continuous:hover:not([data-paused=true]):not(:focus-within) .dv-track{animation-play-state:running}.dv-continuous[data-motion=false] [data-loop-clone]{display:none}@media(max-width:699px){.dv-continuous .dv-track{animation-duration:calc(var(--speed-m,28s) * var(--dv-copies,1))}}@media(prefers-reduced-motion:reduce){.dv-continuous [data-loop-clone]{display:none}}.dv .dv-videos video,.dv .dv-videos .dv-video-cover img{object-fit:var(--video-fit,cover)}@media(max-width:699px){.dv .dv-videos video,.dv .dv-videos .dv-video-cover img{object-fit:var(--video-fit-mobile,cover)}}.dv .dv-video-frame .dv-video-toggle{position:absolute;right:10px;bottom:10px;z-index:2;min-height:44px;padding:10px 14px;border:1px solid #123F3A;border-radius:6px;background:#fff8e8;color:#123f3a;font-size:12px;font-weight:700;cursor:pointer}.dv-video-frame[data-controls=true] .dv-video-toggle{display:none}.dv-video-frame.is-playing .dv-video-toggle{opacity:0;transition:opacity .2s}.dv-video-frame.is-playing:hover .dv-video-toggle,.dv-video-frame.is-playing:focus-within .dv-video-toggle{opacity:1}.dv-video-frame.is-playing .dv-video-cover{display:none}.dv-video-frame button:focus-visible{outline:3px solid #F3CD65;outline-offset:3px}.dv-footer-logo{flex-shrink:0;max-width:100%;width:var(--dv-footer-current,var(--dv-footer-logo))}@media(max-width:699px){.dv-footer-logo{--dv-footer-current:var(--dv-footer-logo-m)}}.dovren-product-icons{display:grid;grid-template-columns:repeat(var(--dv-icon-columns),minmax(0,1fr));gap:8px;padding:14px 8px;margin:18px 0;background:var(--dv-icon-bg);color:var(--dv-icon-colour);border-radius:6px}.dovren-product-icon{min-width:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 4px;font-size:var(--dv-icon-text);line-height:1.35;font-weight:600}.dovren-product-icon svg{width:var(--dv-icon-size);height:var(--dv-icon-size);flex:none}.dovren-product-icon a{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:44px;color:inherit;text-decoration:none}.dovren-product-icon a:hover span{text-decoration:underline;text-underline-offset:3px}.dovren-product-icon a:focus-visible{outline:2px solid currentColor;outline-offset:4px}.dovren-product-icons--reassurance{padding:14px 6px}@media(max-width:699px){.dovren-product-icons{grid-template-columns:repeat(var(--dv-icon-mobile),minmax(0,1fr));gap:8px 4px}.dovren-product-icon{padding:0 2px}}.dv{background:var(--dv-bg);color:var(--dv-fg);padding:var(--dv-space) var(--dv-side,clamp(20px,4vw,72px));overflow:clip;font-family:var(--dv-body-font,var(--ul-text-font-family,Arial,sans-serif));font-size:var(--dv-body,18px);text-align:var(--dv-align,left)}.dv *{box-sizing:border-box;min-width:0}.dv h1,.dv h2,.dv h3{color:var(--dv-heading,var(--dv-fg));font-family:var(--dv-heading-font,var(--ul-heading-font-family,Arial,sans-serif));font-weight:var(--ul-heading-font-weight,700);letter-spacing:-.045em;line-height:1.05;margin:0;text-wrap:balance;overflow-wrap:break-word}.dv h1,.dv h2{font-size:var(--dv-h)}.dv h3{font-size:var(--dv-card-h,26px);line-height:1.15;letter-spacing:-.025em}.dv p{color:var(--dv-body-color,var(--dv-fg));font-size:var(--dv-body,18px);line-height:1.6;margin:18px 0 0}.dv .dv-intro{max-width:650px}.dv-head{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:48px}.dv-head>h2{max-width:13em;flex:1}.dv-head>div{flex:1}.dv-head p{max-width:38em}.dv-head>.dv-link{flex:none;max-width:240px}.dv a:focus-visible,.dv button:focus-visible,.dv summary:focus-visible{outline:3px solid currentColor;outline-offset:5px}.dv-btn{display:inline-flex;justify-content:center;align-items:center;min-height:54px;max-width:100%;padding:17px 28px;background:var(--dv-button,#123F3A);color:var(--dv-button-text,#FFF8E8);border-radius:var(--dv-button-radius,4px);text-decoration:none;font-size:var(--dv-button-size,16px);font-weight:700;line-height:1.35;transition:transform .25s ease,filter .25s ease}.dv-btn:hover{transform:translateY(-3px);filter:brightness(1.12)}.dv-link{display:inline-flex;align-items:center;min-height:44px;font-size:var(--dv-button-size,16px);line-height:1.4;font-weight:700;color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px;transition:text-underline-offset .25s}.dv-link:hover{text-underline-offset:9px}.dv picture{display:block;width:100%;height:100%}.dv picture img{width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%)}.dv-photo{overflow:hidden;border-radius:var(--dv-radius,4px)}.dv-hero{padding:0;position:relative;min-height:var(--hero-height);display:grid;align-items:var(--hero-align-y,center);isolation:isolate}.dv-hero>.dv-photo{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0;z-index:-3}.dv-hero>.dv-photo picture{transform:scale(var(--dv-hero-scale,1));transition:transform .15s linear}.dv-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay);opacity:var(--opacity);pointer-events:none;z-index:-2}.dv-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--dv-bg) 0%,transparent 70%);opacity:var(--hero-scrim,.5);pointer-events:none;z-index:-1}.dv-hero-copy{position:relative;padding:var(--dv-space) var(--dv-side,64px);width:min(100%,calc(var(--hero-content-width,600px) + var(--dv-side,64px) * 2));text-align:var(--dv-align,left)}.dv-hero h1{max-width:10em}.dv-hero p{max-width:30em}.dv-hero .dv-btn{margin-top:30px}.dv-hero[data-content-x=center] .dv-hero-copy{justify-self:center}.dv-hero[data-content-x=right] .dv-hero-copy{justify-self:end}.dv-hero[data-content-x=right]:before{transform:rotate(180deg)}.dv-hero[data-layout=split]{grid-template-columns:1fr 1fr}.dv-hero[data-layout=split]>.dv-photo{position:relative;grid-column:2;grid-row:1;min-height:var(--hero-height);height:100%}.dv-hero[data-layout=split] .dv-hero-copy{grid-column:1;grid-row:1;width:100%}.dv-hero[data-layout=split]:before{display:none}.dv-hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.dv-hero-video-mobile{display:none}.dv-jobs-grid{display:grid;grid-template-columns:repeat(var(--columns,3),minmax(0,1fr));gap:36px}.dv-job{display:flex;flex-direction:column}.dv-job .dv-photo{height:var(--card-height);flex:none}.dv-job .dv-photo img{transition:transform .8s cubic-bezier(.2,.65,.2,1)}.dv-job:hover .dv-photo img{transform:scale(1.04)}.dv-job-copy{display:flex;flex-direction:column;align-items:start;padding-top:24px;flex:1}.dv-job h3{max-width:17em}.dv-job p{margin-top:12px;max-width:36em}.dv-job .dv-link{margin-top:16px}.dv-jobs-grid[data-layout=editorial]{grid-template-columns:1.15fr 1fr;gap:40px 48px}.dv-jobs-grid[data-layout=editorial] .dv-job:first-child{grid-row:span 2}.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child){display:grid;grid-template-columns:.9fr 1fr;gap:24px;align-items:center}.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child) .dv-photo{height:calc(var(--card-height) * .65);min-height:240px}.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child) .dv-job-copy{padding-top:0}.dv-jobs-grid[data-layout=editorial] .dv-job:first-child .dv-photo{height:var(--card-height)}.dv-product-grid{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));gap:40px 24px}.dv-product{display:flex;flex-direction:column}.dv-product-image{position:relative;aspect-ratio:1;display:block;overflow:hidden;background:var(--product-bg,#F2EFE5);border-radius:var(--dv-radius,4px)}.dv-product-image img{display:block;width:100%;height:100%;object-fit:var(--product-fit,contain);transition:opacity .45s ease,transform .75s cubic-bezier(.2,.65,.2,1)}.dv-product-image .dv-product-secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:var(--product-bg,#F2EFE5)}.dv-product h3{margin-top:22px}.dv-product h3 a{color:inherit}.dv-product p{margin:10px 0 0}.dv-product .dv-price{font-weight:700;margin:18px 0 10px}.dv-product .dv-link{margin-top:auto;align-self:start;padding-top:12px}.dv-product:has(.dv-product-secondary):focus-within .dv-product-image img:first-child{opacity:0}.dv-product:focus-within .dv-product-secondary{opacity:1}@media(hover:hover){.dv-product-image:hover img{transform:scale(1.045)}.dv-product-image:has(.dv-product-secondary):hover img:first-child{opacity:0}.dv-product-image:hover .dv-product-secondary{opacity:1}}.dv-videos-section .dv-head{max-width:900px}.dv-videos{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));gap:48px 28px}.dv-video{display:flex;flex-direction:column}.dv-video video{display:block;width:100%;height:var(--video-height);object-fit:var(--video-fit,cover);background:color-mix(in srgb,var(--dv-bg) 90%,black);border-radius:var(--dv-radius,4px)}.dv-video-frame{position:relative;overflow:hidden;border-radius:var(--dv-radius,4px)}.dv-video-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;cursor:pointer}.dv-video-cover img{width:100%;height:100%;object-fit:cover}.dv-video-cover span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;width:56px;height:56px;margin:auto;border-radius:50%;background:#fff8e8;color:#123f3a;font-size:19px}.dv-video-cover[hidden]{display:none}.dv-video h3{margin-top:26px}.dv-video p{margin-top:12px}.dv-video .dv-link{margin-top:auto;padding-top:18px;align-self:start}.dv-story{display:grid;grid-template-columns:1.12fr 1fr;padding:0;align-items:stretch}.dv-story>.dv-photo{height:100%;min-height:var(--story-height);border-radius:0}.dv-story-copy{align-self:center;padding:var(--dv-space) var(--dv-side,64px)}.dv-story-copy h2{max-width:11em}.dv-story-copy .dv-btn{margin-top:32px}.dv-story-copy p{max-width:32em}.dv-story[data-image-side=right]>.dv-photo{order:2}.dv-faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;overflow:visible}.dv-faq>div:first-of-type{align-self:start;position:sticky;top:130px}.dv-faq details{border-bottom:1px solid color-mix(in srgb,currentColor 25%,transparent);padding:0 0 24px;margin-bottom:24px}.dv-faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:44px;font-size:var(--dv-card-h,24px);line-height:1.35;font-weight:600}.dv-faq summary::-webkit-details-marker{display:none}.dv-faq summary:after{content:"+";font-size:28px;font-weight:400;flex:none}.dv-faq details[open] summary:after{content:"\2212"}.dv-faq details[open]>div{animation:dv-answer .35s ease}.dv-faq .dv-link{margin-top:24px}.dv-strip{padding:var(--dv-space) 0;display:flex;align-items:center;gap:12px}.dv-strip-window{overflow:hidden;flex:1}.dv-track{display:flex;width:max-content;animation:dv-scroll var(--speed,35s) linear infinite}.dv-track-group{display:flex;align-items:center;flex-shrink:0}.dv-item{display:flex;align-items:center;gap:16px;padding:0 var(--item-gap,40px);font-weight:600;font-size:var(--dv-h);white-space:nowrap;line-height:1.25}.dv-item svg{width:var(--icon,22px);height:var(--icon,22px);flex:none;fill:none;stroke:currentColor;stroke-width:1.6}.dv-pause{display:grid;place-items:center;width:44px;height:44px;flex:none;margin-right:12px;cursor:pointer;border:1px solid currentColor;border-radius:50%;font-size:14px}.dv-strip[data-paused=true] .dv-track,.dv-strip:focus-within .dv-track{animation-play-state:paused}.dv-strip[data-motion=false] .dv-track{animation:none;width:100%;justify-content:center}.dv-strip[data-motion=false] .dv-track-group[aria-hidden]{display:none}.dv-strip[data-motion=false] .dv-track-group{flex-wrap:wrap;justify-content:center;gap:16px}.dv-strip[data-motion=false] .dv-pause{display:none}.dv-reveal-item{transition:opacity .7s cubic-bezier(.2,.65,.2,1),translate .7s cubic-bezier(.2,.65,.2,1);transition-delay:var(--dv-delay,0ms)}.dv-reveal-item.dv-pending{opacity:0;translate:0 24px}.dv-reveal-item:focus-within{opacity:1;translate:0}@keyframes dv-scroll{to{transform:translate(-50%)}}@keyframes dv-answer{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(min-width:700px){.dv[style] .dv-hero-copy[style]{max-width:100%}}@media(min-width:700px)and (max-width:1100px){.dv-head{gap:28px}.dv-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dv-jobs-grid[data-layout=editorial]{gap:28px}.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child){display:flex;gap:0}.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child) .dv-job-copy{padding-top:20px}.dv-hero-copy{width:min(70%,calc(var(--hero-content-width) + var(--dv-side) * 2))}.dv-story-copy{padding-inline:32px}.dv-faq{gap:40px}}@media(max-width:699px){.dv{padding:var(--dv-space-m) var(--dv-side-m,22px);font-size:var(--dv-body-m,17px);text-align:var(--dv-align-m,left)}.dv h1,.dv h2{font-size:var(--dv-hm)}.dv h3{font-size:var(--dv-card-hm,23px)}.dv p{font-size:var(--dv-body-m,17px);line-height:1.6}.dv-head{display:block;margin-bottom:30px}.dv-head>h2{max-width:100%}.dv-head>.dv-link{margin-top:18px}.dv-head p{margin-top:18px}.dv picture img{object-position:var(--fxm,50%) var(--fym,50%)}.dv-hero,.dv-hero[data-layout=split]{padding:0;min-height:var(--hero-height-m);display:grid;grid-template-columns:1fr;align-items:var(--hero-align-ym,start)}.dv-hero>.dv-photo,.dv-hero[data-layout=split]>.dv-photo{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;height:100%}.dv-hero:before{display:block!important;background:linear-gradient(180deg,var(--dv-bg) 0%,transparent 72%);transform:none!important}.dv-hero-copy,.dv-hero[data-layout=split] .dv-hero-copy{padding:var(--dv-space-m) var(--dv-side-m,22px);width:100%;max-width:calc(var(--hero-content-width-m,400px) + var(--dv-side-m,22px) * 2);justify-self:center;text-align:var(--dv-align-m,center)}.dv-hero h1{max-width:none}.dv-hero p{max-width:34em;margin-top:18px}.dv-hero .dv-btn{margin-top:22px}.dv-hero[data-mobile-layout=stacked]{display:flex;flex-direction:column;min-height:0}.dv-hero[data-mobile-layout=stacked]>.dv-photo{position:relative;inset:auto;height:var(--hero-height-m);width:100%;order:0}.dv-hero[data-mobile-layout=stacked] .dv-hero-copy{order:1;max-width:100%}.dv-hero[data-mobile-layout=stacked]:before,.dv-hero[data-mobile-layout=stacked]:after{display:none!important}.dv-hero-video-desktop{display:none}.dv-hero-video-mobile{display:block}.dv-jobs-grid,.dv-jobs-grid[data-layout=editorial]{display:grid;grid-template-columns:1fr;gap:32px}.dv-jobs-grid[data-layout=editorial] .dv-job:first-child{grid-row:auto}.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child){display:flex;gap:0}.dv-jobs-grid .dv-job .dv-photo,.dv-jobs-grid[data-layout=editorial] .dv-job:first-child .dv-photo,.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child) .dv-photo{height:var(--card-height-m);min-height:0}.dv-jobs-grid[data-layout=editorial] .dv-job:not(:first-child) .dv-job-copy{padding-top:22px}.dv-jobs-grid[data-mobile-layout=carousel]{grid-auto-flow:column;grid-auto-columns:88%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:0;gap:18px;padding-bottom:20px}.dv-job{scroll-snap-align:start}.dv-job-copy{padding-top:22px}.dv-product-grid{grid-template-columns:repeat(var(--columns-m,2),minmax(0,1fr));gap:32px 16px}.dv-product h3{margin-top:16px;line-height:1.25}.dv-product .dv-price{margin-top:16px}.dv-product .dv-link{font-size:var(--dv-button-size,16px)}.dv-videos{display:grid;grid-auto-flow:column;grid-auto-columns:var(--video-width-m,85%);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;gap:18px}.dv-video{scroll-snap-align:start}.dv-video video{height:var(--video-height-m)}.dv-video h3{margin-top:22px}.dv-story{display:flex;flex-direction:column;padding:0}.dv-story>.dv-photo,.dv-story[data-image-side=right]>.dv-photo{height:var(--story-height-m);min-height:0;order:0}.dv-story-copy{padding:var(--dv-space-m) var(--dv-side-m,22px);order:1}.dv-story-copy h2{max-width:100%}.dv-faq{display:block}.dv-faq>div:first-of-type{position:static}.dv-faq>div+div{margin-top:36px}.dv-faq summary{font-size:var(--dv-card-hm,23px)}.dv-faq details{padding-bottom:20px;margin-bottom:20px}.dv-strip{padding:var(--dv-space-m) 0}.dv-item{font-size:var(--dv-hm);padding:0 var(--item-gap-m,24px)}.dv-track{animation-duration:var(--speed-m,28s)}.dv-reveal-item{transition-duration:.5s;transition-delay:0s}.dv-reveal-item.dv-pending{translate:0 14px}}@media(prefers-reduced-motion:reduce){.dv-track{animation:none!important}.dv-strip-window{overflow:auto}.dv-track-group[aria-hidden],.dv-pause{display:none}.dv *,.dv *:before,.dv *:after{animation:none!important;transition:none!important}.dv-reveal-item.dv-pending{opacity:1;translate:0}.dv-hero>.dv-photo picture{transform:none!important}.dv-hero-video{display:none!important}}.dv-job-copy{align-items:var(--dv-items,start)}.dv-product .dv-link,.dv-video .dv-link{align-self:var(--dv-items,start)}.dv-hero-copy h1,.dv-hero-copy p,.dv-story-copy h2,.dv-story-copy p{margin-inline:0}.dv-hero-copy,.dv-story-copy{display:flex;flex-direction:column;align-items:var(--dv-items,start)}.dv-hero-copy .dv-btn,.dv-story-copy .dv-btn{align-self:var(--dv-items,start)}@media(max-width:699px){.dv-job-copy,.dv-hero-copy,.dv-story-copy{align-items:var(--dv-items-m,start)}.dv-product .dv-link,.dv-video .dv-link,.dv-hero-copy .dv-btn,.dv-story-copy .dv-btn{align-self:var(--dv-items-m,start)}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
