@import"https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@600;700;800&display=swap";.loading-spinner{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:#fff}.loading-spinner__circle{width:56px;height:56px;border:5px solid #e6e6e6;border-top-color:#febd17;border-radius:50%;animation:loading-spinner-rotate .9s linear infinite}.loading-spinner__text{color:#767676;font-size:14px;font-weight:600}@keyframes loading-spinner-rotate{to{transform:rotate(360deg)}}.brand-story{background:var(--dw-yellow);padding-bottom:36px}.brand-story__media{position:relative;width:100%}.brand-story__img{display:block;width:100%;height:570px;object-fit:cover}.brand-story__card-wrap{position:relative;z-index:2;margin-top:-108px}.brand-story__card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.95fr);gap:44px;align-items:center;padding:34px 28px 36px;background:#fff}.brand-story__eyebrow{margin:0 0 14px;color:#231e20;font-size:13px;font-weight:700;line-height:1.1;text-transform:uppercase}.brand-story__title{max-width:620px}.brand-story__aside{padding-top:10px}.brand-story__desc{margin:0 0 22px;font-size:18px;line-height:1.28;color:#3f3c40}@media(max-width:1199px){.brand-story__img{height:500px}.brand-story__card{grid-template-columns:1fr;gap:18px}.brand-story__aside{padding-top:0;max-width:760px}}@media(max-width:767px){.brand-story{padding-bottom:24px}.brand-story__img{height:320px}.brand-story__card-wrap{margin-top:-32px}.brand-story__card{padding:24px 20px 26px;gap:16px}.brand-story__desc{font-size:16px}}.categories{padding:80px 0;background:var(--dw-light-gray)}.categories__title{text-align:center}.categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.categories__card{background:var(--dw-white);border-radius:4px;padding:32px 24px;text-align:center;transition:box-shadow .3s,transform .2s;display:flex;flex-direction:column;align-items:center}.categories__card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.categories__card-img-wrap{width:180px;height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.categories__card-img{max-width:100%;max-height:100%;object-fit:contain}.categories__card-name{font-size:1rem;font-weight:800;text-transform:uppercase;margin-bottom:12px}.categories__card-cta{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--dw-black);border-bottom:2px solid var(--dw-yellow);padding-bottom:2px;transition:color .2s}.categories__card:hover .categories__card-cta{color:var(--dw-yellow)}@media(max-width:1024px){.categories__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.categories__grid{grid-template-columns:1fr}}.products{padding:80px 0;background:var(--dw-white)}.products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.products__header .section-title{margin-bottom:0}.products__nav-arrows{display:flex;gap:8px}.products__arrow{width:44px;height:44px;border:2px solid var(--dw-black);display:flex;align-items:center;justify-content:center;transition:all .2s}.products__arrow:hover{background:var(--dw-black);color:var(--dw-white)}.products__scroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;-ms-overflow-style:none;scrollbar-width:none}.products__scroll::-webkit-scrollbar{display:none}.products__card{flex:0 0 260px;scroll-snap-align:start;background:var(--dw-white);border:1px solid #e5e5e5;border-radius:4px;padding:20px;position:relative;transition:box-shadow .3s,transform .2s;display:flex;flex-direction:column}.products__card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.products__badge{position:absolute;top:12px;left:12px;background:var(--dw-yellow);color:var(--dw-black);font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:2px}.products__card-img-wrap{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.products__card-img{max-width:100%;max-height:100%;object-fit:contain}.products__card-info{flex:1;display:flex;flex-direction:column}.products__sku{font-size:.75rem;color:var(--dw-mid-gray);font-weight:600;margin-bottom:6px}.products__name{font-size:.85rem;font-weight:700;line-height:1.4;margin-bottom:12px;flex:1}.products__rating{display:flex;align-items:center;gap:8px}.products__stars{display:flex;gap:2px}.products__star--filled{fill:var(--dw-yellow);color:var(--dw-yellow)}.products__star--half{color:var(--dw-yellow)}.products__star--empty{color:#ccc}.products__rating-text{font-size:.75rem;color:var(--dw-mid-gray)}@media(max-width:1199px){.products__card{flex-basis:240px}}@media(max-width:767px){.products{padding:56px 0}.products__header{align-items:flex-end;gap:16px}.products__nav-arrows{display:none}.products__card{flex-basis:220px}}@media(max-width:479px){.products__card{flex-basis:82%}}.footer{background:#231e20;color:#f7f5f5;padding-top:40px}.footer__categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px;padding:0 40px 34px}.footer__col-title{color:var(--dw-yellow);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;margin-bottom:16px;line-height:1}.footer__col-links{display:flex;flex-direction:column;gap:11px}.footer__link{display:inline-flex;align-items:center;width:fit-content;padding-bottom:2px;border-bottom:2px solid transparent;color:#f7f5f5;font-size:14px;font-weight:600;line-height:1.0625rem;transition:border-color .2s,color .2s}.footer__link:hover{border-bottom-color:var(--dw-yellow)}.footer__meta{display:grid;grid-template-columns:minmax(220px,240px) minmax(0,1fr) auto;align-items:center;gap:32px;padding:0 40px 18px;border-top:1px solid #413d3f;border-bottom:1px solid #413d3f}.footer__brand{padding-top:24px;padding-bottom:24px}.footer__logo{width:184px;height:auto}.footer__legal{padding-top:24px;padding-bottom:24px}.footer__copyright{color:#b7b4b5;font-size:12px;font-weight:600;letter-spacing:.15px;text-transform:uppercase;margin-bottom:8px}.footer__trademark{color:#b7b4b5;font-size:12px;line-height:1.45;max-width:700px}.footer__socials{display:flex;gap:12px;align-self:start;justify-self:end;padding-top:24px}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;color:var(--dw-yellow);transition:background .2s,color .2s}.footer__social-link:hover,.footer__utility{background:#312d2e}.footer__utility-inner{padding:16px 24px;overflow-x:auto}.footer__utility-row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:0;width:max-content;min-width:100%;white-space:nowrap}.footer__utility-item-wrap{display:inline-flex;align-items:center;flex:0 0 auto}.footer__utility-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;border-bottom:2px solid transparent;color:#f7f5f5;font-size:11px;font-weight:600;line-height:1rem;padding-bottom:2px;transition:border-color .2s}.footer__utility-link:hover{border-bottom-color:var(--dw-yellow)}.footer__utility-separator{width:1px;height:14px;margin:0 16px;background:#646062}.footer__privacy-icon{display:inline-block;width:auto;max-height:14px}@media(max-width:1024px){.footer__categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px;padding-left:24px;padding-right:24px}.footer__meta,.footer__utility-inner{padding-left:24px;padding-right:24px}.footer__meta{grid-template-columns:1fr;gap:12px}.footer__utility-row{justify-content:flex-start;min-width:max-content}.footer__socials{justify-self:start;padding-top:0}}@media(max-width:768px){.footer__categories{grid-template-columns:1fr;padding-bottom:32px}.footer__meta{padding-bottom:20px}.footer__brand,.footer__legal{padding-top:20px;padding-bottom:0}.footer__logo{width:176px}.footer__utility-row{justify-content:flex-start}.footer__utility-separator{display:none}}.search-bar{position:relative;display:flex;align-items:center;width:100%}.search-bar__toggle{width:38px;height:38px;border:none;background:transparent;color:#f7f5f5;display:inline-flex;align-items:center;justify-content:center}.search-bar__panel{position:relative;width:100%}.search-bar--desktop .search-bar__panel{overflow:visible}.search-bar__field{position:relative;display:flex;align-items:center;width:100%;min-width:0;min-height:44px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#2b2729}.search-bar__field-icon{position:absolute;left:16px;color:#f7f5f5cc;pointer-events:none}.search-bar__input{width:100%;height:44px;border:none;background:transparent;color:#f7f5f5;padding:0 16px 0 46px;font-size:15px;outline:none}.search-bar__input::placeholder{color:#cbc5c7}.search-bar__dropdown{position:absolute;top:calc(100% + 10px);left:0;width:min(500px,100%);max-height:430px;overflow-y:auto;border:1px solid rgba(35,30,32,.08);border-radius:24px;background:#fffdf8;box-shadow:0 30px 54px #231e2029;z-index:1000}.search-bar__results{display:flex;flex-direction:column;padding:8px}.search-bar__result{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border:none;border-radius:16px;background:transparent;text-align:left}.search-bar__result:hover,.search-bar__result--active{background:#febd171f}.search-bar__thumb-wrap{width:56px;height:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:16px;background:#f5efe2}.search-bar__thumb{width:48px;height:48px;object-fit:contain}.search-bar__result-content{display:flex;flex-direction:column;gap:4px;min-width:0}.search-bar__result-name{color:var(--dw-ink);font-size:14px;font-weight:700}.search-bar__result-sku{color:var(--dw-ink);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.search-bar__result-category{color:var(--dw-ink-soft);font-size:12px}.search-bar__view-all{width:calc(100% - 16px);min-height:42px;margin:0 8px 8px;padding:0 14px;border:1px solid rgba(35,30,32,.08);border-radius:999px;background:#fff;color:var(--dw-ink);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:center}.search-bar__empty{padding:16px;color:var(--dw-ink-soft);font-size:13px}.search-bar--mobile{width:100%}.search-bar--mobile .search-bar__field{border-color:#231e201f;background:#fff}.search-bar--mobile .search-bar__field-icon{color:var(--dw-ink-soft)}.search-bar--mobile .search-bar__input{color:var(--dw-ink)}.search-bar--mobile .search-bar__input::placeholder{color:var(--dw-ink-soft)}.search-bar__close{width:42px;height:42px;border:none;background:transparent;color:var(--dw-ink);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.search-bar--mobile .search-bar__dropdown{width:100%;position:static;margin-top:8px;max-height:min(60vh,420px)}@media(max-width:1199px){.search-bar--desktop{display:none}}.header{position:sticky;top:0;z-index:50;width:100%;background:var(--dw-header-bg)}.hdr-icon{display:inline-block;flex-shrink:0;fill:currentColor;width:24px;height:24px}.hdr-icon--search{width:20px;height:20px}.hdr-icon--chevron{width:16px;height:16px;position:relative;top:1px;margin-left:2px}.header__announcement{background:var(--dw-yellow);color:var(--dw-black);font-size:15px;line-height:1;border-bottom:1px solid rgba(0,0,0,.18)}.header__announcement-inner{max-width:var(--dw-max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:46px;padding:12px 56px 11px;position:relative}.header__announcement-content{display:flex;align-items:center;gap:6px;max-width:100%;text-align:center}.header__announcement-text{font-weight:700;white-space:nowrap}.header__announcement-link{color:var(--dw-black);font-weight:700;text-decoration:none;margin-left:4px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;border-bottom:1px solid transparent}.header__announcement-link:hover{border-bottom-color:currentColor}.header__announcement-arrow{font-size:1.05em;line-height:1}.header__announcement-close{position:absolute;right:32px;top:50%;transform:translateY(-50%);color:var(--dw-black);display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer}.header__announcement-close:hover{color:#000000bf}.header__topbar{background:var(--dw-header-bg);position:relative}.header__topbar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--dw-header-line)}.header__topbar-inner{max-width:var(--dw-max-width);margin:0 auto;padding:13px 32px;display:flex;align-items:center;justify-content:space-between;height:82px}.header__hamburger{display:none;color:var(--dw-white);background:none;border:none;padding:8px;cursor:pointer;flex-shrink:0}.header__mid{display:flex;align-items:center;gap:0;flex:0 1 56.765%;max-width:56.765%;min-width:0}.header__logo{flex-shrink:0;display:flex;align-items:center;z-index:50}.header__logo-img{width:132px;height:48px;object-fit:contain;display:block}.header__search{flex:1;width:100%;max-width:none;position:relative;display:flex;align-items:center;margin-left:34px;min-width:0}.header__search .hdr-icon--search{position:absolute;left:13px;color:#f7f5f5;pointer-events:none}.header__search-input{width:100%;height:34px;background:#121011;border:1px solid #312d2e;border-radius:4px;padding:8px 16px 8px 42px;color:#f7f5f5;font-size:14px;font-weight:400;font-family:var(--dw-font);outline:none;transition:border-color .2s,background .2s}.header__search-input::placeholder{color:#b7b4b5;font-size:14px}.header__search-input:focus{border-color:#413d3f;background:#121011}.header__actions{display:flex;align-items:center;gap:10px;flex:1 1 auto;flex-shrink:0;justify-content:flex-end;margin-left:24px}.header__mobile-search{padding:12px 16px 16px;background:var(--dw-header-bg);border-top:1px solid var(--dw-header-line)}.header__account{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-right:4px}.header__account--logged-out{flex-direction:row;align-items:center;gap:0;margin-right:0}.header__account-company{color:#f7f5f5;font-size:12px;font-weight:700;line-height:1}.header__account-links{display:flex;align-items:center;gap:12px}.header__account-link{padding:0;background:none;border:none;color:#f7f5f5;font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;text-decoration:none;cursor:pointer}.header__search-btn-mobile{display:none;color:var(--dw-white);background:none;border:none;padding:8px;cursor:pointer}.header__action-btn{color:#f7f5f5;display:flex;align-items:center;justify-content:center;padding:4px;background:none;border:none;cursor:pointer;transition:background .2s;text-decoration:none;border-radius:50%}.header__action-btn:hover{background:#ffffff1a}.header__locale{position:relative}.header__locale-btn{border-radius:999px;gap:4px;padding:4px 6px 4px 4px;margin-right:6px}.header__locale-text{font-size:14px;font-weight:700;color:#f7f5f5;white-space:nowrap;margin-right:0}.header__locale-menu{position:absolute;top:calc(100% + 12px);right:0;min-width:168px;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 28px #0000002e;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:30}.header__locale-option{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:transparent;color:var(--dw-black);font-size:14px;font-weight:700;font-family:var(--dw-font);cursor:pointer;text-align:left}.header__locale-option:hover,.header__locale-option--active{background:#febd1733}.header__locale-option-code{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:24px;background:var(--dw-black);color:var(--dw-white);font-size:12px;letter-spacing:.06em}.header__mydewalt-btn{display:inline-flex;align-items:center;gap:7px;background:var(--dw-yellow);color:#231e20;border-radius:0;padding:0 14px;min-width:146px;height:36px;justify-content:center;text-decoration:none;transition:background .2s,transform .2s;cursor:pointer;box-shadow:inset 0 0 0 1px #00000014}.header__mydewalt-btn .hdr-icon{width:18px;height:18px}.header__mydewalt-btn:hover{background:#fecb48}.header__mydewalt-text{font-size:14px;font-weight:900;text-transform:uppercase;white-space:nowrap;letter-spacing:.06em;font-family:"Roboto",var(--dw-font);line-height:1}.header__nav{background:var(--dw-header-bg);display:block;border-top:1px solid var(--dw-header-line)}.header__nav-inner{max-width:var(--dw-max-width);margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;min-height:44px}.header__nav-left,.header__nav-right{display:flex;align-items:center;list-style:none;gap:24px;margin:0;padding:0}.header__nav-link{color:#f7f5f5;font-weight:700;font-size:14px;font-family:var(--dw-font);white-space:nowrap;display:inline-flex;align-items:center;gap:4px;min-height:44px;padding:15.5px 0 12.5px;border-bottom:4px solid transparent;transition:border-color .2s;text-decoration:none;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer;line-height:1}.header__nav-link:hover{border-bottom-color:var(--dw-yellow)}.header__mobile-menu{display:flex;flex-direction:column;background:var(--dw-white);padding:0 24px}.header__mobile-utility{display:flex;flex-direction:column}.header__mobile-account{display:flex;flex-direction:column;gap:10px;padding:18px 0;border-bottom:1px solid #ddd}.header__mobile-account-links{display:flex;flex-wrap:wrap;gap:12px}.header__mobile-account-company{color:#000;font-size:14px;font-weight:700}.header__mobile-account-link,.header__mobile-quote-count{color:#000;font-weight:700}.header__mobile-account-link{width:fit-content;font-size:14px;text-transform:uppercase}.header__mobile-quote-count{min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#febd17;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.header__mobile-link{color:var(--dw-black);font-weight:700;font-size:18px;padding:19px 0;border-bottom:1px solid #ddd;text-decoration:none;display:flex;align-items:center;justify-content:space-between}.header__mobile-link:hover{color:var(--dw-yellow)}.header__mobile-locale{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid #ddd}.header__mobile-locale-title{color:var(--dw-black);font-size:14px;font-weight:700;text-transform:uppercase}.header__mobile-locale-options{display:inline-flex;gap:8px}.header__mobile-locale-btn{min-width:48px;height:36px;padding:0 14px;border:1px solid #c7c7c7;background:#fff;color:var(--dw-black);font-size:13px;font-weight:800;cursor:pointer}.header__mobile-locale-btn--active{border-color:var(--dw-black);background:var(--dw-yellow)}@media(max-width:1199px){.header__topbar-inner,.header__nav-inner{padding-left:24px;padding-right:24px}.header__announcement-inner{min-height:42px;padding-left:24px;padding-right:48px}.header__announcement-close{right:16px}.header__search,.header__nav{display:none}.header__hamburger,.header__search-btn-mobile{display:flex}.header__action-btn--desktop{display:none}.header__topbar-inner{padding:10px 24px;height:74px}.header__mid{flex:1 1 auto;max-width:none;justify-content:center}.header__mobile-menu{padding:0 24px 20px}}@media(max-width:767px){.header__topbar-inner{padding:10px 16px}.header__logo-img{width:118px;height:auto}.header__mobile-menu{padding:0 16px}.header__mobile-search{padding:12px 16px 14px}.header__mobile-locale{align-items:flex-start;flex-direction:column}.header__announcement-inner{min-height:40px;padding:9px 44px 8px 16px}.header__announcement-close{right:8px;width:28px;height:28px}.header__announcement-text,.header__announcement-link{font-size:12px}}@media(max-width:479px){.header__topbar-inner{padding:8px 12px;height:68px}.header__announcement-content{gap:4px;flex-wrap:wrap}.header__announcement-link{margin-left:0;white-space:normal}.header__announcement-text{white-space:normal}.header__mobile-link{font-size:16px;padding:16px 0}}.heavy-lifting{padding:72px 0 48px;background:var(--dw-white)}.heavy-lifting__intro{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);gap:28px;align-items:start;margin-bottom:34px}.heavy-lifting__title{max-width:780px}.heavy-lifting__copy-wrap{padding-top:18px}.heavy-lifting__desc{margin:0 0 20px;font-size:20px;line-height:1.26;color:#3f3c40}.heavy-lifting__images{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.95fr);gap:28px;align-items:stretch}.heavy-lifting__img{width:100%;height:420px;object-fit:cover;display:block}.heavy-lifting__img--main,.heavy-lifting__img--secondary{height:420px}@media(max-width:1199px){.heavy-lifting__intro{grid-template-columns:1fr;gap:18px}.heavy-lifting__copy-wrap{max-width:760px;padding-top:0}.heavy-lifting__images{gap:20px}}@media(max-width:767px){.heavy-lifting{padding:56px 0 32px}.heavy-lifting__desc{font-size:16px}.heavy-lifting__images{grid-template-columns:1fr}.heavy-lifting__img--main,.heavy-lifting__img--secondary{height:280px}}.hero{position:relative;height:calc(100vh - 156px);min-height:520px;max-height:760px;overflow:hidden;background:var(--dw-black)}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;opacity:0;transition:opacity .8s ease-in-out}.hero__slide--active{opacity:1}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b8,#00000085,#0000002e 56%,#0000);z-index:1}.hero__accent{position:absolute;top:28px;left:62px;right:72px;height:10px;background:var(--dw-yellow);z-index:2}.hero__content{position:absolute;left:76px;bottom:48px;z-index:3;max-width:620px;color:var(--dw-white)}.hero__title{font-family:var(--dw-display-font);font-size:clamp(4.6rem,6.15vw,5.35rem);font-weight:700;line-height:.92;text-transform:uppercase;margin-bottom:14px;letter-spacing:-1.6px}.hero__desc{font-size:15px;line-height:1.32;color:#f7f5f5f5;margin-bottom:24px;max-width:420px}.hero__cta{display:inline-block;background:var(--dw-yellow);color:var(--dw-black);font-weight:700;font-size:13px;line-height:1;letter-spacing:.6px;text-transform:uppercase;padding:11px 16px 10px;text-decoration:none;transition:background .2s,color .2s;font-family:var(--dw-font)}.hero__cta:hover{background:var(--dw-white);color:var(--dw-black)}.hero__pagination{position:absolute;bottom:22px;left:34px;z-index:4;display:flex;align-items:center;gap:14px}.hero__pagination-steps,.hero__page-step{display:flex;align-items:center;gap:12px}.hero__pagination-control,.hero__pagination-pause{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:transparent;color:#ffffffeb;cursor:pointer}.hero__pagination-control{font-size:24px;line-height:1}.hero__pagination-control:hover,.hero__pagination-pause:hover{color:var(--dw-white)}.hero__page-num{min-width:12px;height:auto;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#ffffffc2;font-size:15px;font-weight:700;font-family:var(--dw-font);cursor:pointer;line-height:1;transition:color .25s ease}.hero__page-num:hover{color:var(--dw-white)}.hero__page-num--active{color:var(--dw-white);font-weight:800}.hero__timer-line{position:relative;width:82px;height:2px;background:#ffffff47;overflow:hidden}.hero__timer-fill{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:left center;background:var(--dw-white);animation:hero-timer-progress 6s linear forwards}.hero__timer-fill--paused{animation-play-state:paused}.hero__pause-icon{position:relative;width:12px;height:14px}.hero__pause-icon:before,.hero__pause-icon:after{content:"";position:absolute;top:0;width:3px;height:14px;background:currentColor}.hero__pause-icon:before{left:1px}.hero__pause-icon:after{right:1px}.hero__play-icon{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid currentColor}@keyframes hero-timer-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:1199px){.hero{height:calc(100vh - 141px);min-height:470px}.hero__accent{left:32px;right:40px}.hero__content{left:40px;bottom:42px;max-width:520px}.hero__title{font-size:clamp(3.8rem,8vw,4.6rem)}.hero__pagination{left:24px}}@media(max-width:767px){.hero{height:72vh;min-height:420px}.hero__accent{left:24px;right:24px;top:20px;height:8px}.hero__content{left:24px;right:24px;bottom:64px;max-width:100%}.hero__title{font-size:3.2rem}.hero__desc{font-size:14px;max-width:100%}.hero__pagination{left:24px;bottom:18px;gap:10px}.hero__page-num{font-size:13px}.hero__pagination-steps,.hero__page-step{gap:10px}.hero__timer-line{width:54px}}@media(max-width:479px){.hero{min-height:380px}.hero__title{font-size:2.4rem;letter-spacing:-1px}.hero__desc{font-size:13px}.hero__cta{width:100%;text-align:center}.hero__pagination{left:16px;gap:8px}.hero__pagination-control{font-size:20px}.hero__pagination-steps,.hero__page-step{gap:8px}.hero__timer-line{width:34px}}.support{padding:80px 0;background:var(--dw-light-gray)}.support__title{text-align:center}.support__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}.support__card{background:var(--dw-white);padding:40px 32px;border-radius:4px;text-align:center;display:flex;flex-direction:column;align-items:center}.support__icon{color:var(--dw-yellow);margin-bottom:20px}.support__card-title{font-size:1rem;font-weight:800;text-transform:uppercase;margin-bottom:12px}.support__card-desc{font-size:.9rem;line-height:1.7;color:var(--dw-mid-gray);margin-bottom:24px;flex:1}.support__warranty{background:var(--dw-black);border-radius:4px;padding:60px}.support__warranty-inner{text-align:center;max-width:700px;margin:0 auto}.support__warranty-title{font-size:1.5rem;font-weight:800;text-transform:uppercase;color:var(--dw-white);margin-bottom:16px}.support__warranty-desc{font-size:1rem;line-height:1.7;color:#ffffffb3;margin-bottom:24px}@media(max-width:768px){.support__grid{grid-template-columns:1fr}.support__warranty{padding:40px 24px}}.trades{padding:56px 0 44px;background:#f5f5f4}.trades__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:34px}.trades__title{margin-bottom:0}.trades__controls{display:inline-flex;gap:4px}.trades__control{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:0;padding:0}.trades__control--muted{background:#e8e6e5;color:#b7b4b5}.trades__control--active{background:var(--dw-yellow);color:#231e20}.trades__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.trades__card{position:relative;overflow:hidden;display:block;aspect-ratio:.79}.trades__card-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.trades__card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.trades__card:hover .trades__card-img{transform:scale(1.08)}.trades__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000009e,#00000014 62%)}.trades__card-content{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 18px;z-index:1}.trades__card-name{font-size:clamp(1.9rem,2.1vw,2.3rem);font-weight:800;font-family:var(--dw-display-font);line-height:.95;letter-spacing:-.03em;text-transform:uppercase;color:var(--dw-white);margin-bottom:8px}.trades__card-link{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:var(--dw-white);transition:transform .2s}.trades__card:hover .trades__card-link{transform:translate(2px)}@media(max-width:1199px){.trades__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.trades__header{align-items:flex-start;flex-direction:column}.trades__grid{grid-template-columns:1fr}}@media(max-width:479px){.trades{padding:56px 0}.trades__card-content{padding:18px}}.portal-page,.portal-page__main{background:#fff}.portal-page__tools{padding:0 0 40px;background:#fff}.portal-page__tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:4px solid var(--dw-yellow);background:#111}.portal-page__tool-card{display:grid;gap:14px;min-height:240px;padding:28px;border-right:1px solid rgba(255,255,255,.12);color:#fff}.portal-page__tool-card:last-child{border-right:0}.portal-page__tool-card--search{background:#1a1a1a}.portal-page__tool-head{display:flex;align-items:center;gap:12px}.portal-page__tool-icon{width:18px;height:18px;flex-shrink:0;color:var(--dw-yellow)}.portal-page__tool-title{margin:0;color:#fff;font-size:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.portal-page__tool-value{margin:0;color:#fff;font-family:var(--dw-display-font);font-size:clamp(2rem,3.4vw,3.2rem);line-height:.95;letter-spacing:-.03em;text-transform:uppercase}.portal-page__tool-text,.portal-page__tool-note{margin:0;color:#ffffffc2;font-size:15px;line-height:1.6}.portal-page__tool-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-top:auto;color:var(--dw-yellow);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.portal-page__search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:auto}.portal-page__search-input{width:100%;min-height:52px;padding:0 16px;border:1px solid rgba(255,255,255,.16);border-radius:0;background:#ffffff0f;color:#fff;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.portal-page__search-input::placeholder{color:#ffffff8a}.portal-page__search-input:focus,.portal-page__search-input:focus-visible{outline:none;border-color:#febd17a8;box-shadow:0 0 0 4px #febd171f;background:#ffffff1a}.portal-page__search-button{min-width:132px;min-height:52px;padding:0 18px;border:0;background:var(--dw-yellow);color:var(--dw-black);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.portal-page__search-button:disabled,.portal-page__search-input:disabled{cursor:not-allowed;opacity:.58}@media(max-width:1100px){.portal-page__tools-grid{grid-template-columns:1fr}.portal-page__tool-card{min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.portal-page__tool-card:last-child{border-bottom:0}}@media(max-width:640px){.portal-page__tool-card{padding:22px 20px}.portal-page__search-form{grid-template-columns:1fr}.portal-page__search-button{width:100%}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:min(100%,1388px);margin:0 auto;padding:0 35px}.section-title{margin:0;color:#231e20;font-family:var(--dw-display-font);font-size:clamp(2.8rem,4.6vw,4.8rem);font-weight:700;line-height:.92;text-transform:uppercase;letter-spacing:-.04em}.btn-primary,.btn-black{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:800;line-height:1;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.btn-primary{background:var(--dw-yellow);color:var(--dw-ink);box-shadow:0 14px 32px #7852002e}.btn-primary:hover{background:#f7c93d;transform:translateY(-1px)}.btn-black{background:#231e20;color:#f7f5f5;border-color:#ffffff14;box-shadow:0 18px 36px #231e2038}.btn-black:hover{background:#111;transform:translateY(-1px)}@media(max-width:767px){.container{padding:0 20px}.section-title{font-size:clamp(2.25rem,10vw,3.5rem);letter-spacing:-.03em}}:root{--dw-yellow: #febd17;--dw-black: #111111;--dw-white: #ffffff;--dw-ink: #221d1f;--dw-ink-soft: #574f52;--dw-shell: #ebe6dc;--dw-sand: #f6f2e8;--dw-panel: #fffdf8;--dw-line: rgba(34, 29, 31, .12);--dw-light-gray: #f3f3f1;--dw-mid-gray: #6b6b6b;--dw-gray: #4f4f4f;--dw-header-bg: #211f1f;--dw-header-line: #312d2e;--dw-max-width: 1680px;--dw-font: "Barlow", "Segoe UI", sans-serif;--dw-display-font: "Barlow Condensed", "Arial Narrow", sans-serif;font-family:var(--dw-font);color:var(--dw-ink);background-color:var(--dw-shell);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;min-width:320px;background:radial-gradient(circle at top left,rgba(254,189,23,.12),transparent 24%),linear-gradient(180deg,#f2eee5,#e8e2d6);color:var(--dw-ink);font-family:var(--dw-font);line-height:1.5}#root{min-height:100vh;isolation:isolate}main{display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img,picture,svg,canvas{display:block;max-width:100%}h1,h2,h3,h4,h5,h6,p,ul,ol{margin:0}ul,ol{padding:0}::selection{background:#febd1759;color:var(--dw-black)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--dw-yellow);outline-offset:2px}.skip-link{position:absolute;top:-56px;left:16px;z-index:1000;padding:12px 16px;background:var(--dw-yellow);color:var(--dw-black);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:top .2s ease}.skip-link:focus{top:16px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
