:root{--site-primary:#1677ff;--site-accent:#14b8a6;--site-btn-text:#ffffff;--site-success:#22c55e;--site-warning:#f59e0b;--site-danger:#ef4444;--site-info:#3b82f6;--site-text:#111111;--site-text-sub:#6b7280;--site-page-bg:#ffffff;--site-surface:#f9fafb;--site-border:#e5e7eb;--site-font-body:system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--site-font-heading:Montserrat,system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--site-base-font-size:16px;--site-line-height-base:1.6;--site-line-height-heading:1.2;--site-letter-spacing-heading:-0.01em;--site-radius:6px;--site-gap:1.5rem;--site-max:1120px;--page-container-max:1120px}*{box-sizing:border-box}html{font-size:var(--site-base-font-size,16px)}body{margin:0;font-family:var(--site-font-body,system-ui,-apple-system,"Segoe UI",sans-serif);background:var(--site-page-bg,#ffffff);color:var(--site-text,#1a1a1a);line-height:var(--site-line-height-base,1.6)}h1,h2,h3,h4,h5,h6{font-family:var(--site-font-heading,var(--site-font-body));line-height:var(--site-line-height-heading,1.2);letter-spacing:var(--site-letter-spacing-heading,-.01em)}.blk-container{max-width:var(--page-container-max,var(--site-max));margin:0 auto;padding:0 1rem;width:100%}.blk-page-width--full{--page-container-max:100%}.blk-page-width--xl{--page-container-max:1440px}.blk-page-width--lg{--page-container-max:1120px}.blk-page-width--md{--page-container-max:960px}.blk-page-width--sm{--page-container-max:720px}.blk-section-width--full.blk-container,.blk-section-width--full>.blk-container{max-width:100%}.blk-section-width--xl.blk-container,.blk-section-width--xl>.blk-container{max-width:1440px}.blk-section-width--lg.blk-container,.blk-section-width--lg>.blk-container{max-width:1120px}.blk-section-width--md.blk-container,.blk-section-width--md>.blk-container{max-width:960px}.blk-section-width--sm.blk-container,.blk-section-width--sm>.blk-container{max-width:720px}.blk-section-width--inherit.blk-container,.blk-section-width--inherit>.blk-container{max-width:var(--page-container-max,var(--site-max))}.blk-section-bg--page{background-color:var(--site-page-bg,#ffffff)}.blk-section-bg--surface{background-color:var(--site-surface,#f9fafb)}.blk-section-bg--light{background-color:#f4f4f4}.blk-section-bg--dark{background-color:#333333}.blk-section-bg--transparent{background-color:transparent}.blk-header{padding:.75rem 0;border-bottom:1px solid #eee}.blk-header--transparent{background:transparent;border:none}.blk-header--dark{background:#111;color:#fff}.blk-header__inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.blk-header__nav{display:flex;gap:1rem;flex:1 1}.blk-header__nav a{color:inherit;text-decoration:none}.blk-hero{min-height:360px;display:flex;align-items:center;background-size:cover;background-position:50%;color:#fff}.blk-hero--center .blk-hero__inner{text-align:center}.blk-hero h1{font-size:clamp(1.75rem,4vw,2.75rem);margin:0 0 .5rem}.blk-hero__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.blk-btn{display:inline-block;padding:.5rem 1.25rem;border-radius:6px;text-decoration:none;font-weight:600}.blk-btn--primary{background:var(--site-primary);color:#fff}.blk-btn--ghost{border:1px solid #fff;color:#fff}.blk-footer{background:#f5f5f5;padding:2rem 0;margin-top:2rem}.blk-footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.blk-imagetext__grid{display:grid;grid-gap:1.5rem;gap:1.5rem;align-items:center;min-width:0}.blk-imagetext__grid>*{min-width:0;max-width:100%}@media (min-width:768px){.blk-imagetext--left .blk-imagetext__grid{grid-template-columns:1fr 1fr}.blk-imagetext--right .blk-imagetext__grid{grid-template-columns:1fr 1fr;direction:rtl}.blk-imagetext--right .blk-imagetext__grid>*{direction:ltr}}.blk-list__items{list-style:none;padding:0;margin:0;display:grid;grid-gap:1rem;gap:1rem}.blk-list--grid .blk-list__items{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.blk-list__card{border:1px solid #eee;border-radius:8px;padding:1rem}.blk-list__card a{color:inherit;text-decoration:none}.blk-columns__grid{display:grid;grid-gap:var(--site-gap);gap:var(--site-gap);align-items:start}.blk-gap--sm .blk-columns__grid{gap:.75rem}.blk-gap--lg .blk-columns__grid{gap:2.5rem}.blk-columns--2col .blk-columns__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blk-columns--2col-3-2 .blk-columns__grid{grid-template-columns:3fr 2fr}.blk-columns--2col-3-1 .blk-columns__grid{grid-template-columns:3fr 1fr}.blk-columns--3col .blk-columns__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blk-columns--3col-2-1-1 .blk-columns__grid{grid-template-columns:2fr 1fr 1fr}.blk-columns--3col-1-2-1 .blk-columns__grid{grid-template-columns:1fr 2fr 1fr}.blk-columns--3col-1-1-2 .blk-columns__grid{grid-template-columns:1fr 1fr 2fr}.blk-columns--4col .blk-columns__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.blk-columns[style*="--blk-columns-template"] .blk-columns__grid{grid-template-columns:var(--blk-columns-template)}.blk-columns__grid>*{min-width:0}@media (max-width:900px){.blk-columns--4col .blk-columns__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blk-columns--2col .blk-columns__grid,.blk-columns--2col-3-1 .blk-columns__grid,.blk-columns--2col-3-2 .blk-columns__grid,.blk-columns--3col .blk-columns__grid,.blk-columns--3col-1-1-2 .blk-columns__grid,.blk-columns--3col-1-2-1 .blk-columns__grid,.blk-columns--3col-2-1-1 .blk-columns__grid,.blk-columns--4col .blk-columns__grid{grid-template-columns:1fr}}.blk-anim--fade-up{animation:fadeUp .8s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.blk-page-empty{padding:4rem 1rem;text-align:center;color:#666}.blk-preview-banner{position:-webkit-sticky;position:sticky;top:0;z-index:1000;padding:.5rem 1rem;text-align:center;font-size:.875rem;background:#fff7e6;color:#ad6800;border-bottom:1px solid #ffd591}.blk-preview-expired{padding:4rem 1rem;text-align:center;color:#666}.blk-header-pro{position:relative;width:100%;height:100px;padding:0 3.3%;display:flex;align-items:center;justify-content:space-between;gap:2%;font-family:var(
    --site-font-body,Montserrat,system-ui,-apple-system,"Segoe UI",sans-serif
  );background:transparent;color:#111;transition:background-color .25s ease,color .2s ease;z-index:1000}.blk-header-pro--sticky{position:fixed;top:0;left:0}.blk-header-pro--solid{background:#fff;color:#111}.blk-header-pro--transparent{background:transparent;color:#fff}.blk-header-pro--transparent-on-top{background:transparent}.blk-header-pro--transparent.blk-header-pro--scrolled{background:var(--blk-header-pro-scrolled-bg,#f4f4f4);color:var(--blk-header-pro-scrolled-text,#000)}.blk-header-pro__inner{width:100%;height:100%;display:flex;align-items:center;gap:20px}.blk-header-pro__logo-wrap{width:96px;height:auto;flex-shrink:0}.blk-header-pro__logo-link{display:inline-block;color:inherit}.blk-header-pro__logo{width:100%;height:auto;display:block}.blk-header-pro__brand{font-family:var(--site-font-heading,var(--site-font-body,inherit));font-weight:700;font-size:1.1rem;white-space:nowrap;color:inherit}.blk-header-pro__nav{flex:1 1;min-width:0;display:flex;align-items:center;gap:24px;align-self:stretch}.blk-header-pro--align-left .blk-header-pro__nav{justify-content:flex-start}.blk-header-pro--align-center .blk-header-pro__nav{justify-content:center}.blk-header-pro--align-right .blk-header-pro__nav{justify-content:flex-end}.blk-header-pro__link{color:inherit;text-decoration:none;font-size:clamp(12px,1.2vw,18px);line-height:1;font-weight:600;white-space:nowrap;flex-shrink:0;transition:opacity .15s ease;display:inline-flex;align-items:center;gap:4px}.blk-header-pro__link:hover{text-decoration:underline;text-underline-offset:.25rem}.blk-header-pro__menu-item{position:static;display:inline-flex;align-items:center;align-self:stretch}.blk-header-pro__caret{font-size:10px;line-height:1;display:inline-block;transition:transform .2s ease;opacity:.85}.blk-header-pro__menu-item:focus-within>.blk-header-pro__link>.blk-header-pro__caret,.blk-header-pro__menu-item:hover>.blk-header-pro__link>.blk-header-pro__caret{transform:rotate(180deg)}.blk-header-pro__submenu{position:absolute;top:100%;left:0;right:0;padding:12px 0 24px;z-index:20;visibility:hidden;opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .22s ease,visibility 0s linear .22s;pointer-events:none}.blk-header-pro__menu-item:focus-within>.blk-header-pro__submenu,.blk-header-pro__menu-item:hover>.blk-header-pro__submenu{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .22s ease,visibility 0s linear 0s;pointer-events:auto}.blk-header-pro__submenu-inner{max-width:var(--blk-header-submenu-max,1200px);margin:0 auto;padding:24px clamp(16px,3vw,40px);background:var(--blk-header-submenu-bg,var(--site-surface,#fff));color:var(--site-text,#111);border-radius:var(--blk-header-submenu-radius,var(--site-radius,8px));box-shadow:0 16px 40px rgba(0,0,0,.12);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,auto);grid-gap:clamp(20px,4vw,56px);gap:clamp(20px,4vw,56px);align-items:stretch}.blk-header-pro__submenu--align-left .blk-header-pro__submenu-inner{margin-left:clamp(8px,3.3vw,48px);margin-right:auto}.blk-header-pro__submenu--align-right .blk-header-pro__submenu-inner{margin-left:auto;margin-right:clamp(8px,3.3vw,48px)}.blk-header-pro__submenu--align-center .blk-header-pro__submenu-inner{margin-left:auto;margin-right:auto}.blk-header-pro__submenu-links{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:2px;gap:2px;align-content:start}.blk-header-pro__submenu-links[data-cols="2"]{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.blk-header-pro__submenu-links[data-cols="3"]{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:24px}.blk-header-pro__submenu-link{display:block;padding:12px 14px;font-size:14px;font-weight:600;letter-spacing:.02em;color:var(--site-text,#222);text-decoration:none;border-radius:4px;transition:background .15s ease,color .15s ease,padding-left .15s ease}.blk-header-pro__submenu-link:hover{background:#f5f5f5;color:var(--site-link,var(--site-primary,#1677ff));padding-left:22px;text-decoration:none}.blk-header-pro__submenu-group{min-width:0}.blk-header-pro__submenu-link--title{font-size:15px;color:var(--site-text,#111);cursor:pointer}.blk-header-pro__submenu-link--title:hover{background:transparent;color:var(--site-link,var(--site-primary,#1677ff));padding-left:14px}.blk-header-pro__submenu-sublinks{display:flex;flex-direction:column;gap:2px;padding:4px 0 8px;border-left:1px solid var(--site-border,#eee);margin-left:14px}.blk-header-pro__submenu-sublink{display:block;padding:6px 12px;font-size:13px;font-weight:400;color:var(--site-text-sub,#555);text-decoration:none;border-radius:4px;transition:background .15s ease,color .15s ease,padding-left .15s ease}.blk-header-pro__submenu-sublink:hover{background:#f5f5f5;color:var(--site-link,var(--site-primary,#1677ff));padding-left:18px;text-decoration:none}.blk-header-pro__submenu-banner{position:relative;align-self:stretch;width:clamp(220px,28vw,380px);border-radius:6px;overflow:hidden;background:#f3f4f6;display:flex}.blk-header-pro__submenu-banner img{width:100%;height:100%;min-height:180px;object-fit:cover;display:block}.blk-header-pro__submenu-banner:has(.blk-header-pro__submenu-banner-btn){min-height:200px}.blk-header-pro__submenu-banner-btn{position:absolute;bottom:clamp(12px,2vw,20px);z-index:1;display:inline-block;padding:8px 18px;font-size:13px;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap;border-radius:var(--site-radius,6px);background:var(--site-btn-bg,var(--site-primary,#1677ff));color:var(--site-btn-text,#fff);box-shadow:0 4px 12px rgba(0,0,0,.18);transition:opacity .15s ease,transform .15s ease}.blk-header-pro__submenu-banner-btn:hover{opacity:.92;transform:translateY(-1px)}.blk-header-pro__submenu-banner--pos-bottom-left .blk-header-pro__submenu-banner-btn{left:clamp(12px,2vw,20px)}.blk-header-pro__submenu-banner--pos-bottom-center .blk-header-pro__submenu-banner-btn{left:50%;transform:translateX(-50%)}.blk-header-pro__submenu-banner--pos-bottom-center .blk-header-pro__submenu-banner-btn:hover{transform:translateX(-50%) translateY(-1px)}.blk-header-pro__submenu-banner--pos-bottom-right .blk-header-pro__submenu-banner-btn{right:clamp(12px,2vw,20px)}.blk-header-pro__submenu--no-banner .blk-header-pro__submenu-inner{grid-template-columns:minmax(0,1fr)}.blk-header-pro__actions{flex-shrink:0;display:flex;align-items:center;gap:clamp(8px,1.2vw,14px);position:relative;z-index:2}.blk-header-pro__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:inherit;cursor:pointer;border-radius:var(--site-radius,6px);padding:0;transition:background-color .15s ease}.blk-header-pro__icon-btn:hover{background:rgba(0,0,0,.06)}.blk-header-pro--transparent:not(.blk-header-pro--scrolled) .blk-header-pro__icon-btn:hover{background:rgba(255,255,255,.12)}.blk-header-pro__lang{position:relative}.blk-header-pro__lang-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid;background:transparent;color:inherit;font-size:13px;font-weight:600;letter-spacing:.04em;border-radius:999px;cursor:pointer;opacity:.85}.blk-header-pro__lang-btn.is-open,.blk-header-pro__lang-btn:hover{opacity:1}.blk-header-pro__chev{font-size:10px;transition:transform .2s ease;display:inline-block}.blk-header-pro__chev.is-open{transform:rotate(180deg)}.blk-header-pro__lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;margin:0;padding:4px;list-style:none;background:var(--site-surface,#fff);color:var(--site-text,#111);border:1px solid rgba(0,0,0,.08);border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:10}.blk-header-pro__lang-opt{display:block;width:100%;text-align:left;border:none;background:transparent;padding:8px 12px;font-size:13px;font-weight:500;border-radius:4px;cursor:pointer;color:var(--site-text,#111)}.blk-header-pro__lang-menu .blk-header-pro__lang-opt:hover{background:#f5f5f5}.blk-header-pro__lang-menu .blk-header-pro__lang-opt.is-active{background:var(--site-primary,#1677ff);color:var(--site-btn-text,#fff)}.blk-header-pro__lang-inline{display:inline-flex;gap:4px;align-items:center}.blk-header-pro__lang-inline .blk-header-pro__lang-opt{display:inline-block;width:auto;padding:4px 10px;border:1px solid;border-radius:999px;background:transparent;color:inherit;font-size:12px;font-weight:600;opacity:.7;transition:background-color .15s ease,color .15s ease,border-color .15s ease,opacity .15s ease}.blk-header-pro__lang-inline .blk-header-pro__lang-opt:hover{background:rgba(127,127,127,.16);opacity:1}.blk-header-pro__lang-inline .blk-header-pro__lang-opt.is-active{background:var(--site-primary,#1677ff);border-color:var(--site-primary,#1677ff);color:var(--site-btn-text,#fff);opacity:1}.blk-header-pro__bars{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:4px;width:1.15rem;height:.95rem}.blk-header-pro__bars>span{display:block;height:2px;width:100%;background:currentColor;border-radius:1px;transition:transform .2s ease,opacity .2s ease;transform-origin:center}.blk-header-pro__menu-btn.is-open .blk-header-pro__bars>span:first-child{transform:translateY(6px) rotate(45deg)}.blk-header-pro__menu-btn.is-open .blk-header-pro__bars>span:nth-child(2){opacity:0}.blk-header-pro__menu-btn.is-open .blk-header-pro__bars>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.blk-header-pro-mobile{position:fixed;inset:0;z-index:2500;display:flex;flex-direction:row;align-items:stretch;visibility:hidden;pointer-events:none;transition:visibility 0s linear .3s}.blk-header-pro-mobile.is-open{visibility:visible;pointer-events:auto;transition:visibility 0s linear 0s}.blk-header-pro-mobile__sheet{position:relative;z-index:2;flex:0 0 auto;width:min(88vw,320px);max-width:380px;height:100%;background:var(--site-page-bg,#fff);color:var(--site-text,#111);box-shadow:6px 0 28px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;transform:translateX(-100%);transition:transform .3s cubic-bezier(.32,.72,.36,1);will-change:transform}.blk-header-pro-mobile.is-open .blk-header-pro-mobile__sheet{transform:translateX(0)}.blk-header-pro-mobile__top{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--site-border,#ececec)}.blk-header-pro-mobile__brand{font-family:var(--site-font-heading,var(--site-font-body,inherit));font-weight:700;font-size:1.05rem}.blk-header-pro-mobile__logo{height:32px;max-width:160px;width:auto;display:block;object-fit:contain}.blk-header-pro-mobile__close{width:2.5rem;height:2.5rem;border:none;background:transparent;font-size:1.75rem;cursor:pointer;color:var(--site-text,#111)}.blk-header-pro-mobile__nav{flex:1 1 auto;overflow-y:auto;padding:.5rem 0 1.5rem;display:flex;flex-direction:column}.blk-header-pro-mobile__sub{display:flex;flex-direction:column;padding:.25rem 0 .5rem 1.25rem;background:rgba(0,0,0,.02)}.blk-header-pro-mobile__sublink{display:block;padding:.65rem 1.25rem;font-size:.95rem;color:var(--site-text-sub,#555);text-decoration:none;border-radius:4px}.blk-header-pro-mobile__sublink:active,.blk-header-pro-mobile__sublink:hover{background:rgba(0,0,0,.04);color:var(--site-text,#111)}.blk-header-pro-mobile__link{display:block;padding:1rem 1.25rem;color:var(--site-text,#111);text-decoration:none;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--site-border,#ececec)}.blk-header-pro-mobile__backdrop{flex:1 1 auto;background:rgba(0,0,0,.45);opacity:0;transition:opacity .3s ease}.blk-header-pro-mobile.is-open .blk-header-pro-mobile__backdrop{opacity:1}.blk-header-pro-search{position:fixed;inset:0;z-index:2600;background:rgba(0,0,0,.55);display:flex;align-items:flex-start;justify-content:center;padding:clamp(40px,12vh,120px) 1rem 1rem}.blk-header-pro-search__panel{width:min(640px,100%);background:var(--site-surface,#fff);color:var(--site-text,#111);border-radius:10px;box-shadow:0 24px 60px rgba(0,0,0,.28);overflow:hidden}.blk-header-pro-search__tabs{display:flex;gap:4px;padding:12px 12px 0;flex-wrap:wrap}.blk-header-pro-search__tab{border:1px solid var(--site-border,#ddd);background:var(--site-surface,#fff);color:var(--site-text-sub,#555);font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px;cursor:pointer}.blk-header-pro-search__tab.is-active{background:var(--site-primary,#1677ff);border-color:var(--site-primary,#1677ff);color:var(--site-btn-text,#fff)}.blk-header-pro-search__form{display:flex;align-items:center;padding:12px}.blk-header-pro-search__input{flex:1 1;border:none;outline:none;font-size:1.1rem;padding:.75rem .5rem;background:transparent;color:inherit}.blk-header-pro-search__submit{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:var(--site-btn-bg,var(--site-primary,#1677ff));color:var(--site-btn-text,#fff);cursor:pointer;border-radius:var(--site-radius,6px)}.blk-header-pro-search__submit:hover{opacity:.92}.blk-search-results-shell{padding:clamp(32px,5vw,64px) 0;background:var(--site-page-bg,#fff);color:var(--site-text,#111)}.blk-search-results__title{margin:0 0 12px;font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--site-text,#111)}.blk-search-results__title--left{text-align:left}.blk-search-results__title--center{text-align:center}.blk-search-results__title--right{text-align:right}.blk-search-results--left{text-align:left}.blk-search-results--center{text-align:center}.blk-search-results--right{text-align:right}.blk-search-results__form{display:flex;gap:10px;margin:14px 0 18px;width:100%}.blk-search-results__form--left{margin-right:auto;margin-left:0}.blk-search-results__form--center{margin-left:auto;margin-right:auto}.blk-search-results__form--right{margin-left:auto;margin-right:0}.blk-search-results__input{flex:1 1;min-width:0;padding:12px 14px;border:1px solid var(--site-border,#e5e7eb);border-radius:var(--site-radius,6px);background:var(--site-surface,#fff);color:var(--site-text,#111)}.blk-search-results__input::placeholder{color:var(--site-text-sub,#666);opacity:.85}.blk-search-results__submit{padding:12px 18px;border:none;border-radius:var(--site-radius,6px);background:var(--site-btn-bg,var(--site-primary,#1677ff));color:var(--site-btn-text,#fff);font-weight:700;cursor:pointer}.blk-search-results__submit:hover{opacity:.92}.blk-search-results__meta{margin:0 0 16px;color:var(--site-text-sub,#666)}.blk-search-results__meta--left{text-align:left}.blk-search-results__meta--center{text-align:center}.blk-search-results__meta--right{text-align:right}.blk-search-results__hint{margin:8px 0 0;color:var(--site-text-sub,#666)}.blk-search-results__error{margin:10px 0 0;color:var(--site-danger,#ef4444)}.blk-search-results__empty{margin:10px 0 0;color:var(--site-text-sub,#666)}.blk-search-results__list{list-style:none;padding:0;margin:0;border-top:1px solid var(--site-border,#e5e7eb)}.blk-search-results__item{padding:14px 0;border-bottom:1px solid var(--site-border,#e5e7eb)}.blk-search-results__link{display:inline-block;color:var(--site-link,var(--site-primary,#1677ff));text-decoration:none;font-size:1.05rem;font-weight:700}.blk-search-results__link:hover{text-decoration:underline}.blk-search-results__summary{margin:6px 0 0;color:var(--site-text-sub,#666);line-height:var(--site-line-height-base,1.6)}.blk-search-results__source{margin:6px 0 0;font-size:12px;color:var(--site-text-sub,#666);opacity:.9;word-break:break-all}.blk-search-results__url{margin-left:8px;color:var(--site-text-sub,#666);opacity:.85}@media (max-width:640px){.blk-search-results__form{flex-direction:column}.blk-search-results__submit{width:100%}}.blk-news-detail-main{padding:clamp(28px,4vw,56px) 0;background:var(--site-page-bg,#fff);color:var(--site-text,#111)}.blk-news-detail-main__head{margin:0 0 18px}.blk-news-detail-main__container{display:block}.blk-news-detail-main__head--left{text-align:left}.blk-news-detail-main__head--center{text-align:center}.blk-news-detail-main__head--right{text-align:right}.blk-news-detail-main__time{display:block;width:100%;margin:0 0 10px;color:var(--site-text-sub,#666);font-size:14px}.blk-news-detail-main__time--left{text-align:left}.blk-news-detail-main__time--center{text-align:center}.blk-news-detail-main__time--right{text-align:right}.blk-news-detail-main__share{display:flex;gap:8px;margin:0 0 14px}.blk-news-detail-main__share--left{justify-content:flex-start}.blk-news-detail-main__share--center{justify-content:center}.blk-news-detail-main__share--right{justify-content:flex-end}.blk-news-detail-main__share-btn{border:1px solid var(--site-border,#e5e7eb);border-radius:999px;padding:5px 10px;background:var(--site-page-bg,#fff);color:var(--site-text,#111);font-size:12px}.blk-news-detail-main__title{margin:0;font-size:clamp(32px,4vw,46px);line-height:1.25;color:var(--site-text,#111)}.blk-news-detail-main__fields{--blk-news-fields-gap:clamp(12px,1.8vw,20px);display:flex;flex-wrap:wrap;gap:var(--blk-news-fields-gap)}.blk-news-detail-main__field{width:100%;min-width:0}.blk-news-detail-main__label{margin:0 0 10px;color:var(--site-text-sub,#666);font-size:13px;letter-spacing:.04em;text-transform:uppercase}.blk-news-detail-main__label--left,.blk-news-detail-main__value--left{text-align:left}.blk-news-detail-main__label--center,.blk-news-detail-main__value--center{text-align:center}.blk-news-detail-main__label--right,.blk-news-detail-main__value--right{text-align:right}.blk-news-detail-main__value{color:var(--site-text,#111);line-height:var(--site-line-height-base,1.7);max-width:100%;min-width:0;overflow-wrap:anywhere}.blk-news-detail-main__media{margin:0;overflow:hidden;border-radius:var(--site-radius,12px);background:var(--site-surface,#f3f4f6);max-width:100%}.blk-news-detail-main__media--pct-width{width:var(--blk-news-image-width,100%);max-width:100%}@media (max-width:768px){.blk-news-detail-main__media--pct-width{width:100%}}.blk-news-detail-main__media img{width:100%;height:100%;display:block;object-fit:cover}.blk-news-detail-main__gallery--center,.blk-news-detail-main__media--center{margin-left:auto;margin-right:auto}.blk-news-detail-main__gallery--right,.blk-news-detail-main__media--right{margin-left:auto}.blk-news-detail-main__gallery{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.blk-news-detail-main__color{display:inline-flex;align-items:center;gap:8px}.blk-news-detail-main__color i{width:16px;height:16px;border-radius:999px;border:1px solid var(--site-border,#e5e7eb)}.blk-news-detail-main__link{color:var(--site-link,var(--site-primary,#1677ff));text-decoration:none;word-break:break-all}.blk-news-detail-main__link:hover{text-decoration:underline}.blk-news-detail-main__empty{color:var(--site-text-sub,#666)}.blk-html-section--pad-none{padding:0}.blk-html-section--pad-36{padding:36px 0}.blk-html-section--pad-60{padding:60px 0}.blk-html-section--sm .blk-container{max-width:720px}.blk-html-section--md .blk-container{max-width:960px}.blk-html-section--full .blk-container{max-width:100%}.blk-html-section.blk-section-width--full>.blk-container{max-width:100%;padding-left:0;padding-right:0}.blk-news-side-form{padding:16px 0}.blk-news-side-form.is-sticky{position:-webkit-sticky;position:sticky;top:var(--blk-news-side-form-sticky-top,96px);align-self:start;z-index:10}.blk-news-side-form__card{width:390px;max-width:100%;margin-left:auto;padding:clamp(16px,2.2vw,24px);border:1px solid var(--site-border,#e5e7eb);border-radius:var(--site-radius,10px);background:var(--site-surface,#fff);color:var(--site-text,#111)}.blk-news-side-form__title{margin:0 0 8px;font-size:clamp(24px,2.8vw,34px);line-height:1.2}.blk-news-side-form__intro{margin:0 0 12px;color:var(--site-text-sub,#666);line-height:var(--site-line-height-base,1.6)}.blk-news-side-form__form{display:grid;grid-gap:12px;gap:12px}.blk-news-side-form__field label,.blk-news-side-form__label{display:block;margin:0 0 6px}.blk-news-side-form__field input,.blk-news-side-form__field textarea{width:100%;border:1px solid var(--blk-news-side-form-input-border-color,var(--site-border,#d9d9d9));border-radius:var(--site-radius,6px);padding:10px 12px;background:var(--site-page-bg,#fff);color:var(--site-text,#111)}.blk-news-side-form__captcha-head{display:flex;align-items:center;gap:12px;margin:0 0 8px;flex-wrap:wrap}.blk-news-side-form__captcha-head .blk-news-side-form__label{display:inline-block;margin:0;white-space:nowrap;flex:0 0 auto}.blk-news-side-form__captcha-row{display:flex;align-items:center;gap:10px;margin:0;flex:1 1 auto;min-width:0}.blk-news-side-form__captcha-code{display:inline-flex;min-width:84px;justify-content:center;padding:6px 10px;border:1px dashed var(--site-border,#d9d9d9);border-radius:var(--site-radius,6px);background:var(--site-page-bg,#fff);letter-spacing:3px;font-weight:700}.blk-news-side-form__captcha-refresh{border:1px solid var(--site-border,#d9d9d9);background:transparent;color:var(--site-text,#111);border-radius:var(--site-radius,6px);padding:6px 10px;cursor:pointer}.blk-news-side-form__upload input[type=file]{display:none}.blk-news-side-form__btn-row{display:flex}.blk-news-side-form__btn-row--left{justify-content:flex-start}.blk-news-side-form__btn-row--center{justify-content:center}.blk-news-side-form__btn-row--right{justify-content:flex-end}.blk-news-side-form__btn-row--stretch{justify-content:stretch}.blk-news-side-form__btn-row--stretch .blk-news-side-form__btn{width:100%}.blk-news-side-form__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:var(--site-radius,6px);font-weight:600;cursor:pointer;border:1px solid transparent;text-decoration:none}.blk-news-side-form__btn--text-left{justify-content:flex-start;text-align:left}.blk-news-side-form__btn--text-center{justify-content:center;text-align:center}.blk-news-side-form__btn--text-right{justify-content:flex-end;text-align:right}.blk-news-side-form__btn--stretch{width:100%}.blk-news-side-form__btn--primary{background:var(--site-btn-bg,var(--site-primary,#1677ff));color:var(--site-btn-text,#fff)}.blk-news-side-form__btn--outline{background:transparent;color:var(--site-link,var(--site-primary,#1677ff));border-color:var(--site-link,var(--site-primary,#1677ff))}.blk-news-side-form__btn--dark{background:#111;color:#fff}.blk-news-side-form__helper{margin:8px 0 0;color:var(--site-text-sub,#666);font-size:12px}.blk-news-side-form__tip{margin:6px 0 0;color:var(--site-text-sub,#666);font-size:13px}.blk-news-side-form__files{list-style:none;padding:0}.blk-news-side-form__file,.blk-news-side-form__files{margin:8px 0 0;font-size:12px;color:var(--site-text-sub,#666)}.blk-news-side-form__file{word-break:break-all}@media (max-width:768px){.blk-header-pro{height:64px;padding:0 16px}.blk-header-pro__nav{display:none}.blk-header-pro__logo-wrap{width:72px}.blk-header-pro__actions{margin-left:auto;gap:6px}.blk-header-pro__lang-inline .blk-header-pro__lang-opt{padding:3px 8px;font-size:11px}}@media (min-width:769px){.blk-header-pro__menu-btn{display:none}}.blk-footer-pro{--blk-footer-pro-bg:#272623;--blk-footer-pro-text:#bab7ac;--blk-footer-pro-heading:#ffffff;--blk-footer-pro-muted:#999;--blk-footer-pro-divider:#3e3c39;--blk-footer-pro-subscribe-bg:#3f3f3f;--blk-footer-pro-bottom-text:#bab9b5;--blk-footer-pro-accent:var(--site-primary,#ff0000);--blk-footer-pro-accent-text:var(--site-btn-text,#ffffff);width:100%;margin-top:auto;padding:clamp(40px,5%,80px) clamp(16px,3.3%,56px) clamp(24px,1.8%,32px);background:var(--blk-footer-pro-bg);color:var(--blk-footer-pro-text);font-family:var(--site-font-body,Montserrat,system-ui,-apple-system,"Segoe UI",sans-serif)}.blk-footer-pro--light{--blk-footer-pro-bg:var(--site-surface,#f9fafb);--blk-footer-pro-text:var(--site-text-sub,#666);--blk-footer-pro-heading:var(--site-text,#111);--blk-footer-pro-muted:var(--site-text-sub,#888);--blk-footer-pro-divider:var(--site-border,#e5e7eb);--blk-footer-pro-subscribe-bg:var(--site-page-bg,#ffffff);--blk-footer-pro-bottom-text:var(--site-text-sub,#666)}.blk-footer-pro__inner{margin:0 auto;width:100%}.blk-footer-pro__main{width:100%;display:flex;justify-content:space-between;gap:3%}.blk-footer-pro__brand{width:28%;display:flex;flex-direction:column;gap:24px}.blk-footer-pro__brand-logo{width:39%;min-width:120px;max-width:240px;height:auto;display:block}.blk-footer-pro__brand-text{font-family:var(--site-font-heading,var(--site-font-body,inherit));font-size:clamp(20px,2vw,28px);font-weight:700;color:var(--blk-footer-pro-heading);line-height:1.2}.blk-footer-pro__brand-slogan{width:100%;margin:0;font-size:clamp(22px,2.5vw,40px);line-height:1.2;color:var(--blk-footer-pro-heading)}.blk-footer-pro__columns{width:69%;display:flex;justify-content:space-between;gap:4%}.blk-footer-pro__col{display:flex;flex-direction:column}.blk-footer-pro__col--contact{width:41%}.blk-footer-pro__col--product{width:38%}.blk-footer-pro__col--menu{width:17%}.blk-footer-pro__col-title{margin:0 0 32px;font-size:14px;line-height:1;font-weight:700;color:var(--blk-footer-pro-heading);font-family:var(--site-font-heading,inherit)}.blk-footer-pro__contact-list{margin:0;padding:0;list-style:none}.blk-footer-pro__contact-list li{font-size:14px;line-height:1.85}.blk-footer-pro__contact-label,.blk-footer-pro__contact-text{color:var(--blk-footer-pro-text)}.blk-footer-pro__subscribe{margin-top:24px;display:block}.blk-footer-pro__subscribe-row{width:100%;display:flex;gap:2.4%}.blk-footer-pro__subscribe-input{width:58%;height:48px;border:none;outline:none;background:var(--blk-footer-pro-subscribe-bg);color:var(--blk-footer-pro-heading);padding:0 16px;font-size:14px;font-family:inherit;border-radius:var(--site-radius,0)}.blk-footer-pro__subscribe-input::placeholder{color:var(--blk-footer-pro-muted)}.blk-footer-pro__subscribe-btn{width:39%;height:48px;border:none;cursor:pointer;background:var(--blk-footer-pro-accent);color:var(--blk-footer-pro-accent-text);font-size:18px;font-weight:700;font-family:inherit;border-radius:var(--site-radius,0);transition:opacity .2s ease}.blk-footer-pro__subscribe-btn:hover{opacity:.9}.blk-footer-pro__subscribe-btn:disabled{opacity:.65;cursor:not-allowed}.blk-footer-pro__subscribe-tip{width:100%;margin:12px 0 0;color:var(--blk-footer-pro-muted);font-size:12px;line-height:1.5}.blk-footer-pro__subscribe-flash{width:100%;margin:10px 0 0;padding:8px 12px;border-radius:4px;font-size:13px;line-height:1.5}.blk-footer-pro__subscribe-flash--ok{color:#b8f0b0;background:rgba(72,160,72,.18);border:1px solid rgba(96,180,96,.45)}.blk-footer-pro__subscribe-flash--err{color:#ffc9c9;background:rgba(200,60,60,.18);border:1px solid rgba(220,90,90,.45)}.blk-footer-pro--light .blk-footer-pro__subscribe-flash--ok{color:#166534;background:#ecfdf3;border-color:#86efac}.blk-footer-pro--light .blk-footer-pro__subscribe-flash--err{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.blk-footer-pro__product-grid{display:flex;gap:15%}.blk-footer-pro__product-grid--cols-1{gap:0}.blk-footer-pro__product-grid ul{margin:0;padding:0;list-style:none}.blk-footer-pro__product-grid li{font-size:14px;line-height:1.85}.blk-footer-pro__product-grid a{color:var(--blk-footer-pro-text);text-decoration:none;transition:color .15s ease}.blk-footer-pro__product-grid a:hover{color:var(--blk-footer-pro-heading);text-decoration:underline}.blk-footer-pro__menu-nav{display:flex;flex-direction:column;gap:26px}.blk-footer-pro__menu-nav a{color:var(--blk-footer-pro-heading);text-decoration:none;font-size:14px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.02em;transition:opacity .15s ease}.blk-footer-pro__menu-nav a:hover{opacity:.75}.blk-footer-pro__bottom{width:100%;margin-top:40px;padding-top:24px;border-top:1px solid var(--blk-footer-pro-divider);display:flex;justify-content:space-between;align-items:center;gap:2%;flex-wrap:wrap}.blk-footer-pro__copyright{margin:0;font-size:14px;line-height:1.5;color:var(--blk-footer-pro-bottom-text)}.blk-footer-pro__copyright a{color:var(--blk-footer-pro-bottom-text);text-decoration:none;margin:0 4px}.blk-footer-pro__copyright a:hover{color:var(--blk-footer-pro-heading)}.blk-footer-pro__bottom-sep{display:inline;white-space:nowrap}.blk-footer-pro__socials{display:flex;align-items:center;gap:16px}.blk-footer-pro__social{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--blk-footer-pro-bottom-text);transition:color .15s ease}.blk-footer-pro__social:hover{color:var(--blk-footer-pro-heading)}.blk-footer-pro__social svg{width:100%;height:100%;display:block;fill:currentColor}.blk-footer-pro__social-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;font-weight:700;border-radius:999px;border:1px solid}@media (max-width:1200px){.blk-footer-pro__main{flex-direction:column;align-items:center;gap:40px}.blk-footer-pro__brand,.blk-footer-pro__col--contact,.blk-footer-pro__columns{width:100%}.blk-footer-pro__brand{align-items:center;text-align:center}.blk-footer-pro__brand-slogan{width:100%;margin-top:16px}.blk-footer-pro__brand-logo{width:20%;min-width:100px}.blk-footer-pro__columns{justify-content:center}.blk-footer-pro__col--contact{max-width:680px;text-align:center}.blk-footer-pro__col--menu,.blk-footer-pro__col--product{display:none}.blk-footer-pro__subscribe-row{justify-content:center}.blk-footer-pro__bottom{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px}.blk-footer-pro__socials{justify-content:center;gap:12px}}@media (max-width:768px){.blk-footer-pro{padding:clamp(32px,5%,56px) 16px}.blk-footer-pro__columns{flex-direction:column}.blk-footer-pro__subscribe-row{flex-wrap:wrap;gap:16px}.blk-footer-pro__subscribe-btn,.blk-footer-pro__subscribe-input{width:100%;border-radius:var(--site-radius,4px)}.blk-footer-pro__product-grid{gap:10%}}.blk-home-hero{position:relative;width:100%;overflow:hidden;display:grid;background:#333;font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif);--blk-home-hero-overlay-color:#000;--blk-home-hero-overlay-opacity:0.4}.blk-home-hero--height-full{min-height:100vh}.blk-home-hero--height-half{min-height:50vh}.blk-home-hero--height-third{min-height:33vh}.blk-home-hero__bg,.blk-home-hero__slider{position:absolute;inset:0;z-index:0}.blk-home-hero__slider{display:block}.blk-home-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;pointer-events:none}.blk-home-hero__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.blk-home-hero__bg-img{display:block;width:100%;height:100%;object-fit:cover}.blk-home-hero__overlay{position:absolute;inset:0;z-index:2;background:var(--blk-home-hero-overlay-color,#000);opacity:var(--blk-home-hero-overlay-opacity,.4);pointer-events:none}.blk-home-hero__inner{position:relative;z-index:3;padding:2rem 3.3% clamp(2.5rem,8vh,5rem);width:100%;height:100%;display:grid;place-items:end center}.blk-home-hero__inner--pos-left-top{place-items:start start}.blk-home-hero__inner--pos-center-top{place-items:start center}.blk-home-hero__inner--pos-right-top{place-items:start end}.blk-home-hero__inner--pos-left-center{place-items:center start}.blk-home-hero__inner--pos-center{place-items:center center}.blk-home-hero__inner--pos-right-center{place-items:center end}.blk-home-hero__inner--pos-left-bottom{place-items:end start}.blk-home-hero__inner--pos-center-bottom{place-items:end center}.blk-home-hero__inner--pos-right-bottom{place-items:end end}.blk-home-hero__inner--text-left .blk-home-hero__content{text-align:left}.blk-home-hero__inner--text-left .blk-home-hero__actions{justify-content:flex-start}.blk-home-hero__inner--text-center .blk-home-hero__content{text-align:center}.blk-home-hero__inner--text-center .blk-home-hero__actions{justify-content:center}.blk-home-hero__inner--text-right .blk-home-hero__content{text-align:right}.blk-home-hero__inner--text-right .blk-home-hero__actions{justify-content:flex-end}.blk-home-hero__content{display:flex;flex-direction:column;align-items:stretch;gap:clamp(1rem,2vh,1.5rem);max-width:42rem}.blk-home-hero__title{margin:0;color:#fff;text-transform:uppercase;font-size:clamp(2rem,5vw,4.25rem);font-weight:700;line-height:1.05;letter-spacing:.02em}.blk-home-hero__subtitle{margin:0;color:#fff;font-size:clamp(.875rem,1.35vw,1.125rem);font-weight:400;line-height:1.45;opacity:.95}.blk-home-hero__actions{margin-top:clamp(.75rem,1.5vh,1.25rem);display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.blk-home-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-width:12.5rem;padding:.95rem 1.5rem;border-radius:var(--site-radius,2px);font:inherit;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;line-height:1.2;cursor:pointer;transition:opacity .2s ease,transform .2s ease;border:none}.blk-home-hero__btn:hover{opacity:.92}.blk-home-hero__btn:active{transform:translateY(1px)}.blk-home-hero__btn--primary{background:var(--site-btn-bg,var(--site-primary,#ff0000));color:var(--site-btn-text,#fff)}.blk-home-hero__btn--secondary{background:#fff;color:#1a1a1a}.blk-home-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:999px;border:none;background:rgba(255,255,255,.2);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background .2s ease}.blk-home-hero__arrow:hover{background:rgba(255,255,255,.35)}.blk-home-hero__arrow--prev{left:1.5rem}.blk-home-hero__arrow--next{right:1.5rem}.blk-home-hero__dots{position:absolute;left:0;right:0;bottom:1.5rem;z-index:4;display:flex;justify-content:center;gap:8px;pointer-events:none}.blk-home-hero__dot{width:10px;height:10px;border-radius:999px;border:none;background:rgba(255,255,255,.45);cursor:pointer;pointer-events:auto;transition:background .2s ease,transform .2s ease;padding:0}.blk-home-hero__dot.is-active{background:#fff;transform:scale(1.2)}@media (max-width:768px){.blk-home-hero--height-full{min-height:max(520px,calc(100vh - 100px))}.blk-home-hero__inner{padding-left:1.25rem;padding-right:1.25rem}.blk-home-hero__btn{width:100%;max-width:20rem;min-width:0}.blk-home-hero__arrow{width:36px;height:36px;font-size:22px}.blk-home-hero__arrow--prev{left:.75rem}.blk-home-hero__arrow--next{right:.75rem}}.blk-showcase{width:100%;background:var(--site-page-bg,#fff);font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif)}.blk-showcase__inner{width:100%;display:flex;flex-direction:column;gap:clamp(1.75rem,2.5vw,2.5rem);padding:clamp(2rem,5vw,4rem) 0;box-sizing:border-box}.blk-showcase.blk-section-width--full .blk-showcase__inner{padding-left:clamp(1rem,9.375vw,9rem);padding-right:clamp(1rem,9.375vw,9rem)}.blk-showcase__head{width:100%;display:flex;flex-direction:column;gap:0}.blk-showcase__head--align-left{align-items:flex-start;text-align:left}.blk-showcase__head--align-center{align-items:center;text-align:center}.blk-showcase__head--align-right{align-items:flex-end;text-align:right}.blk-showcase__text{margin:0;color:var(--site-text,#111);font-size:var(--site-base-font-size,1rem);font-weight:400;line-height:1.4}.blk-showcase__grid{width:100%}.blk-showcase__grid--grid{display:grid;grid-template-columns:repeat(var(--blk-showcase-columns,3),1fr);grid-gap:var(--blk-showcase-gap,20px);gap:var(--blk-showcase-gap,20px)}.blk-showcase__grid--grid .blk-showcase__card{aspect-ratio:var(--blk-showcase-grid-aspect,504/560)}.blk-showcase__grid--masonry{column-count:var(--blk-showcase-columns,3);column-gap:var(--blk-showcase-gap,20px)}.blk-showcase__grid--masonry .blk-showcase__card{page-break-inside:avoid;break-inside:avoid;margin-bottom:var(--blk-showcase-gap,20px)}.blk-showcase__grid--masonry .blk-showcase__card:not([style*=aspect-ratio]) .blk-showcase__card-base{position:relative;inset:auto}.blk-showcase__grid--masonry .blk-showcase__card:not([style*=aspect-ratio]) .blk-showcase__card-img{height:auto}.blk-showcase__card{position:relative;width:100%;overflow:hidden;background:var(--site-surface,#f4f4f4);display:block;text-decoration:none;color:inherit}.blk-showcase__card--interactive{cursor:pointer}.blk-showcase__card-base,.blk-showcase__card-hover{position:absolute;inset:0;overflow:hidden;background-color:var(--site-surface,#f4f4f4)}.blk-showcase__card-base--placeholder{background:var(--site-surface,#f4f4f4)}.blk-showcase__card-img{display:block;width:100%;height:100%;object-fit:cover}.blk-showcase__card-hover{opacity:0;transition:opacity .26s ease}.blk-showcase__card-mask{inset:0;background:var(--blk-showcase-mask-color,#000);pointer-events:none}.blk-showcase__card-copy,.blk-showcase__card-mask{position:absolute;opacity:0;transition:opacity .26s ease}.blk-showcase__card-copy{left:0;right:0;bottom:0;box-sizing:border-box;padding:0 12% 7.5%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;color:#fff}.blk-showcase__card-title{margin:0;font-size:clamp(1rem,1.35vw,1.5rem);font-weight:600;line-height:1.17}.blk-showcase__card-link{font-size:clamp(.75rem,.85vw,.875rem);font-weight:600;line-height:1;text-decoration:underline;text-underline-offset:.2em}.blk-showcase__grid--hover-fade-image-mask .blk-showcase__card:focus-visible .blk-showcase__card-hover,.blk-showcase__grid--hover-fade-image-mask .blk-showcase__card:hover .blk-showcase__card-hover{opacity:1}.blk-showcase__grid--hover-fade-image-mask .blk-showcase__card:focus-visible .blk-showcase__card-mask,.blk-showcase__grid--hover-fade-image-mask .blk-showcase__card:hover .blk-showcase__card-mask{opacity:var(--blk-showcase-mask-opacity,.44)}.blk-showcase__grid--hover-fade-image-mask .blk-showcase__card:focus-visible .blk-showcase__card-copy,.blk-showcase__grid--hover-fade-image-mask .blk-showcase__card:hover .blk-showcase__card-copy{opacity:1}.blk-showcase__grid--hover-mask-only .blk-showcase__card:focus-visible .blk-showcase__card-mask,.blk-showcase__grid--hover-mask-only .blk-showcase__card:hover .blk-showcase__card-mask{opacity:var(--blk-showcase-mask-opacity,.44)}.blk-showcase__grid--hover-mask-only .blk-showcase__card:focus-visible .blk-showcase__card-copy,.blk-showcase__grid--hover-mask-only .blk-showcase__card:hover .blk-showcase__card-copy{opacity:1}.blk-showcase__grid--hover-zoom-image .blk-showcase__card-base{transition:transform .5s ease}.blk-showcase__grid--hover-zoom-image .blk-showcase__card:focus-visible .blk-showcase__card-base,.blk-showcase__grid--hover-zoom-image .blk-showcase__card:hover .blk-showcase__card-base{transform:scale(1.08)}.blk-showcase__grid--hover-zoom-image .blk-showcase__card:focus-visible .blk-showcase__card-mask,.blk-showcase__grid--hover-zoom-image .blk-showcase__card:hover .blk-showcase__card-mask{opacity:var(--blk-showcase-mask-opacity,.44)}.blk-showcase__grid--hover-zoom-image .blk-showcase__card:focus-visible .blk-showcase__card-copy,.blk-showcase__grid--hover-zoom-image .blk-showcase__card:hover .blk-showcase__card-copy{opacity:1}@media (max-width:1024px){.blk-showcase__grid--grid,.blk-showcase__grid--masonry{grid-template-columns:repeat(2,1fr);column-count:2}}@media (max-width:640px){.blk-showcase__grid--grid,.blk-showcase__grid--masonry{grid-template-columns:1fr;column-count:1}.blk-showcase__card-copy{opacity:1}.blk-showcase__card-mask{opacity:calc(var(--blk-showcase-mask-opacity, .44) * .7)}}.blk-about{width:100%;background:var(--site-page-bg,#fff);font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif)}.blk-about__inner{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(1.5rem,2.5vw,3rem);padding:clamp(2.5rem,4vw,4rem) 0 clamp(3rem,4.5vw,4.5rem)}.blk-about.blk-section-width--full .blk-about__inner{padding-left:clamp(1rem,9.375vw,9rem);padding-right:clamp(1rem,9.375vw,9rem)}.blk-about__head{width:100%;display:flex;flex-direction:column}.blk-about__head--align-left{align-items:flex-start;text-align:left}.blk-about__head--align-center{align-items:center;text-align:center}.blk-about__head--align-right{align-items:flex-end;text-align:right}.blk-about__text{margin:0;color:var(--site-text,#111);font-size:var(--site-base-font-size,1rem);font-weight:400;line-height:1.4}.blk-about__media{width:100%;display:grid;grid-gap:var(--blk-about-image-gap,16px);gap:var(--blk-about-image-gap,16px)}.blk-about__media--single{grid-template-columns:1fr}.blk-about__media--double-row{grid-template-columns:1fr 1fr}.blk-about__media--double-col{grid-template-columns:1fr}.blk-about__media--triple-row{grid-template-columns:1fr 1fr 1fr}.blk-about__media--triple-col{grid-template-columns:1fr}.blk-about__media-figure{position:relative;margin:0;width:100%;overflow:hidden;background:var(--site-surface,#f4f4f4);aspect-ratio:16/9;display:block;text-decoration:none;color:inherit}.blk-about__media-figure--interactive{cursor:pointer}.blk-about__media-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blk-about__media-mask{position:absolute;inset:0;background:var(--blk-about-mask-color,#000);opacity:0;pointer-events:none;transition:opacity .26s ease}.blk-about__media--hover-mask-only .blk-about__media-figure:focus-visible .blk-about__media-mask,.blk-about__media--hover-mask-only .blk-about__media-figure:hover .blk-about__media-mask{opacity:var(--blk-about-mask-opacity,.3)}.blk-about__media--hover-zoom-image .blk-about__media-figure:focus-visible .blk-about__media-img,.blk-about__media--hover-zoom-image .blk-about__media-figure:hover .blk-about__media-img{transform:scale(1.06)}.blk-about__media--hover-zoom-image .blk-about__media-figure:focus-visible .blk-about__media-mask,.blk-about__media--hover-zoom-image .blk-about__media-figure:hover .blk-about__media-mask{opacity:var(--blk-about-mask-opacity,.3)}.blk-about__media--hover-fade-image .blk-about__media-figure:focus-visible .blk-about__media-img,.blk-about__media--hover-fade-image .blk-about__media-figure:hover .blk-about__media-img{opacity:.85;transition:opacity .3s ease,transform .5s ease}.blk-about__media--hover-fade-image .blk-about__media-figure:focus-visible .blk-about__media-mask,.blk-about__media--hover-fade-image .blk-about__media-figure:hover .blk-about__media-mask{opacity:var(--blk-about-mask-opacity,.3)}.blk-about__content{width:100%;display:flex}.blk-about__content-item{color:var(--site-text,#111);font-size:var(--site-base-font-size,1rem);font-weight:400;line-height:1.4}@media (max-width:1024px){.blk-about__media--double-row,.blk-about__media--triple-row{grid-template-columns:1fr}.blk-about__content{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}.blk-about__content-item{flex-basis:auto!important;max-width:100%!important}}.blk-featured-projects{width:100%;box-sizing:border-box;overflow:hidden;background:var(--site-surface,#f4f4f4);padding:clamp(3rem,5vw,4.5rem) 0 clamp(4rem,6vw,6rem);font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif);--blk-fp-image-width:20.9375%;--blk-fp-image-aspect:402/602;--blk-fp-image-gap:0px;--blk-fp-mask-color:#000;--blk-fp-mask-opacity:0.43;--blk-fp-speed:650ms;--blk-fp-slides-per-view:5}.blk-featured-projects.blk-section-width--full{padding-left:clamp(0px,1.2%,1.2vw);padding-right:clamp(0px,1.2%,1.2vw)}.blk-featured-projects__intro{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1rem,1.7vw,2rem);margin:0 auto}.blk-featured-projects__intro--below-center,.blk-featured-projects__intro--center{max-width:clamp(20rem,36%,50rem)}.blk-featured-projects__intro--below-left,.blk-featured-projects__intro--left{max-width:clamp(20rem,36%,50rem);margin-left:clamp(1rem,4%,4rem);margin-right:auto;align-items:flex-start;text-align:left}.blk-featured-projects__intro--below-right,.blk-featured-projects__intro--right{max-width:clamp(20rem,36%,50rem);margin-left:auto;margin-right:clamp(1rem,4%,4rem);align-items:flex-end;text-align:right}.blk-featured-projects__intro--below-center,.blk-featured-projects__intro--below-left,.blk-featured-projects__intro--below-right{margin-top:clamp(2.5rem,4vw,3.5rem)}.blk-featured-projects__intro-texts{display:flex;flex-direction:column;gap:0;width:100%}.blk-featured-projects__text{margin:0;color:var(--site-text,#111);line-height:1.15}.blk-featured-projects__btn{display:inline-flex;align-items:center;justify-content:center;min-width:8.5rem;height:2.75rem;padding:0 1.8rem;background:var(--site-btn-bg,var(--site-primary,#ff0000));color:var(--site-btn-text,#fff);font-size:.875rem;font-weight:600;line-height:1;text-transform:uppercase;text-decoration:none;border-radius:var(--site-radius,0);transition:filter .2s ease}.blk-featured-projects__btn:hover{filter:brightness(.92)}.blk-featured-projects__stage{width:100%;margin-top:clamp(2.5rem,4vw,3.5rem);box-sizing:border-box}.blk-featured-projects__stage:first-child{margin-top:0}.blk-featured-projects--scroll-continuous .blk-featured-projects__carousel.blk-featured-projects__marquee{padding-bottom:0;perspective:none;touch-action:auto}.blk-featured-projects__marquee-viewport{width:100%;overflow:hidden}.blk-featured-projects__marquee-track{display:flex;width:max-content;align-items:center;animation:blk-fp-marquee var(--blk-fp-marquee-duration,32s) linear infinite;will-change:transform}.blk-featured-projects--scroll-backward .blk-featured-projects__marquee-track{animation-direction:reverse}.blk-featured-projects__marquee.is-marquee-paused .blk-featured-projects__marquee-track{animation-play-state:paused}.blk-featured-projects__marquee-group{display:flex;flex-shrink:0;align-items:center;gap:var(--blk-fp-marquee-gap,clamp(2rem,4.5vw,3.5rem));box-sizing:border-box;margin-right:var(--blk-fp-marquee-gap,clamp(2rem,4.5vw,3.5rem))}.blk-featured-projects--scroll-continuous .blk-featured-projects__marquee-item{position:relative;left:auto;bottom:auto;margin-left:0;width:var(--blk-fp-marquee-item-width,min(18vw,260px));aspect-ratio:var(--blk-fp-image-aspect);transform:none;transition:none}.blk-featured-projects--scroll-continuous .blk-featured-projects__marquee-item .blk-featured-projects__copy,.blk-featured-projects--scroll-continuous .blk-featured-projects__marquee-item .blk-featured-projects__mask{opacity:1;pointer-events:auto}@keyframes blk-fp-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.blk-featured-projects__marquee-track{animation:none}}.blk-featured-projects__carousel{position:relative;width:100%;padding-bottom:var(--blk-fp-carousel-pb,31.353%);perspective:1200px;touch-action:pan-y;--blk-fp-enter-opacity:0;--blk-fp-enter-translate-y:24px;--blk-fp-enter-scale:0.92}.blk-featured-projects__carousel.is-draggable{cursor:-webkit-grab;cursor:grab}.blk-featured-projects__carousel.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.blk-featured-projects__track{position:absolute;inset:0;width:100%;height:100%;display:block}.blk-featured-projects__card{position:absolute;left:50%;bottom:0;width:var(--blk-fp-image-width);aspect-ratio:var(--blk-fp-image-aspect);margin-left:0;transform-origin:bottom center;background:#333;flex-shrink:0;box-sizing:border-box;transition:transform var(--blk-fp-speed) cubic-bezier(.22,.61,.36,1),filter var(--blk-fp-speed) ease,box-shadow var(--blk-fp-speed) ease,opacity var(--blk-fp-speed) ease;outline:none}.blk-featured-projects__card.is-clickable{cursor:pointer}.blk-featured-projects__card.is-hidden{opacity:0;pointer-events:none}.blk-featured-projects__card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.blk-featured-projects__card-img--placeholder{background:linear-gradient(135deg,#999,#555)}.blk-featured-projects--grayscale-center .blk-featured-projects__card{filter:grayscale(1)}.blk-featured-projects--grayscale-center .blk-featured-projects__card.is-active{filter:grayscale(0)}.blk-featured-projects--grayscale-all .blk-featured-projects__card{filter:grayscale(1)}.blk-featured-projects--scroll-continuous.blk-featured-projects--grayscale-center .blk-featured-projects__card{filter:none}.blk-featured-projects__copy,.blk-featured-projects__mask{opacity:0;transition:opacity calc(var(--blk-fp-speed) * .55) ease;pointer-events:none}.blk-featured-projects__card.is-active .blk-featured-projects__copy,.blk-featured-projects__card.is-active .blk-featured-projects__mask{opacity:1}.blk-featured-projects__card.is-active .blk-featured-projects__copy{pointer-events:auto}.blk-featured-projects__mask{position:absolute;inset:0;z-index:1;background:var(--blk-fp-mask-color,#000)}.blk-featured-projects__card.is-active .blk-featured-projects__mask,.blk-featured-projects__mask{opacity:var(--blk-fp-mask-opacity,.43)}.blk-featured-projects__copy{position:absolute;z-index:2;left:0;right:0;padding:0 8% 5%;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;color:#fff}.blk-featured-projects--overlay-bottom .blk-featured-projects__copy{bottom:0}.blk-featured-projects--overlay-center .blk-featured-projects__copy{top:50%;transform:translateY(-50%)}.blk-featured-projects--overlay-top .blk-featured-projects__copy{top:0;padding-top:6%;padding-bottom:0}.blk-featured-projects__copy-title{margin:0;font-size:clamp(1rem,1.2vw,1.25rem);font-weight:600;line-height:1.2;text-transform:uppercase}.blk-featured-projects__copy-link{display:inline-block;color:inherit;font-size:clamp(.6875rem,.72vw,.75rem);font-weight:600;line-height:1;text-transform:uppercase;text-decoration:underline;text-underline-offset:.2em;cursor:pointer;transition:opacity .2s ease}.blk-featured-projects__copy-link:focus-visible,.blk-featured-projects__copy-link:hover{opacity:.75;outline:none}.blk-featured-projects__below{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:clamp(1rem,12%,2.5rem) 8% clamp(.5rem,5%,1rem);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.78) 0,rgba(0,0,0,.55) 45%,rgba(0,0,0,.18) 80%,transparent);pointer-events:none;transition:opacity var(--blk-fp-speed) ease}.blk-featured-projects__below>*{pointer-events:auto}.blk-featured-projects__below-title{margin:0;color:inherit;font-size:clamp(.8125rem,1vw,1rem);font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.blk-featured-projects__below-link{display:inline-block;color:inherit;font-size:clamp(.625rem,.72vw,.75rem);font-weight:600;line-height:1;text-transform:uppercase;text-decoration:underline;text-underline-offset:.2em;cursor:pointer;transition:opacity .2s ease}.blk-featured-projects__below-link:focus-visible,.blk-featured-projects__below-link:hover{opacity:.75;outline:none}.blk-featured-projects--has-overlay .blk-featured-projects__card.is-active .blk-featured-projects__below{opacity:0;pointer-events:none}.blk-featured-projects--effect-stagger .blk-featured-projects__card{transform:translate3d(calc(-50% + var(--blk-fp-drag-offset, 0px) + var(--blk-fp-delta, 0) * (80% + var(--blk-fp-image-gap, 0px))),0,0) scale(calc(1 - .07 * var(--blk-fp-distance, 0)));opacity:1;z-index:calc(10 - var(--blk-fp-distance, 0))}.blk-featured-projects--effect-stagger .blk-featured-projects__card.is-active{transform:translate3d(calc(-50% + var(--blk-fp-drag-offset, 0px)),0,0) scale(1);z-index:10;box-shadow:0 16px 36px rgba(0,0,0,.2)}.blk-featured-projects--effect-linear .blk-featured-projects__card{transform:translate3d(calc(-50% + var(--blk-fp-drag-offset, 0px) + var(--blk-fp-delta, 0) * (100% + var(--blk-fp-image-gap))),0,0);opacity:1;z-index:calc(10 - var(--blk-fp-distance, 0))}.blk-featured-projects--effect-coverflow .blk-featured-projects__carousel{perspective:1400px}.blk-featured-projects--effect-coverflow .blk-featured-projects__card{transform:translate3d(calc(-50% + var(--blk-fp-drag-offset, 0px) + var(--blk-fp-delta, 0) * 60%),0,0) rotateY(calc(var(--blk-fp-delta, 0) * -40deg)) scale(calc(1 - .06 * var(--blk-fp-distance, 0)));z-index:calc(10 - var(--blk-fp-distance, 0))}.blk-featured-projects--effect-zoom .blk-featured-projects__card{transform:translate3d(calc(-50% + var(--blk-fp-drag-offset, 0px) + var(--blk-fp-delta, 0) * (100% + var(--blk-fp-image-gap))),0,0) scale(.78);opacity:.85;z-index:calc(10 - var(--blk-fp-distance, 0))}.blk-featured-projects--effect-zoom .blk-featured-projects__card.is-active{transform:translate3d(calc(-50% + var(--blk-fp-drag-offset, 0px)),0,0) scale(1.06);opacity:1;z-index:12;box-shadow:0 20px 48px rgba(0,0,0,.25)}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel{--blk-fp-orbit-ref:1100;--blk-fp-orbit-h:540;padding-bottom:calc(var(--blk-fp-orbit-h) / var(--blk-fp-orbit-ref) * 100%);perspective:none;container-type:size;background:transparent}.blk-featured-projects--effect-orbit .blk-featured-projects__track{z-index:1}.blk-featured-projects--effect-orbit .blk-featured-projects__card{left:0;bottom:8cqh;margin-left:0;width:min(var(--blk-fp-image-width),calc(440 / var(--blk-fp-orbit-ref) * 100cqw));--blk-fp-orbit-gap-x:calc(var(--blk-fp-delta, 0) * var(--blk-fp-image-gap, 0px));transform-origin:center bottom;box-shadow:0 22px 42px rgba(69,57,42,.17);transition:transform var(--blk-fp-speed) cubic-bezier(.4,0,.2,1),opacity var(--blk-fp-speed) ease,filter var(--blk-fp-speed) ease,box-shadow var(--blk-fp-speed) ease}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-0{transform:translate3d(calc(250 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(-52 / var(--blk-fp-orbit-h) * 100cqh),0) scale(1.02) rotate(-1deg);opacity:1;z-index:10;box-shadow:0 30px 52px rgba(69,57,42,.22)}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-1.is-left{transform:translate3d(calc(-180 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(16 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.66) rotate(2deg);opacity:.86;z-index:8}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-1.is-right{transform:translate3d(calc(630 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(-18 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.82) rotate(1deg);opacity:.9;z-index:8}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-2.is-left{transform:translate3d(calc(-560 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(58 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.42) rotate(-4deg);opacity:.55;z-index:5}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-2.is-right{transform:translate3d(calc(1050 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(30 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.56) rotate(-3deg);opacity:.58;z-index:5}@media (hover:hover){.blk-featured-projects--effect-orbit .blk-featured-projects__card.is-step-0:hover{filter:saturate(1.12);z-index:12}}.blk-featured-projects__carousel.is-out .blk-featured-projects__card{opacity:0}.blk-featured-projects--enter-fade-up .blk-featured-projects__carousel.is-out .blk-featured-projects__card{transform:translate3d(calc(-50% + 0px),24px,0) scale(.94)}.blk-featured-projects--enter-scale-in .blk-featured-projects__carousel.is-out .blk-featured-projects__card{transform:translate3d(calc(-50% + 0px),0,0) scale(.85)}.blk-featured-projects--enter-none .blk-featured-projects__carousel .blk-featured-projects__card{opacity:1!important}.blk-featured-projects__carousel.is-in .blk-featured-projects__card{opacity:1}.blk-featured-projects--effect-orbit.blk-featured-projects--enter-fade .blk-featured-projects__carousel.is-out .blk-featured-projects__card,.blk-featured-projects--effect-orbit.blk-featured-projects--enter-fade-up .blk-featured-projects__carousel.is-out .blk-featured-projects__card,.blk-featured-projects--effect-orbit.blk-featured-projects--enter-scale-in .blk-featured-projects__carousel.is-out .blk-featured-projects__card,.blk-featured-projects__carousel.is-in .blk-featured-projects__card.is-hidden{opacity:0}.blk-featured-projects--effect-orbit.blk-featured-projects--enter-fade-up .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-0,.blk-featured-projects--effect-orbit.blk-featured-projects--enter-scale-in .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-0{transform:translate3d(calc(250 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px)),calc(-52 / var(--blk-fp-orbit-h) * 100cqh),0) scale(1.02) rotate(-1deg)}.blk-featured-projects--effect-orbit.blk-featured-projects--enter-fade-up .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-1.is-left,.blk-featured-projects--effect-orbit.blk-featured-projects--enter-scale-in .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-1.is-left{transform:translate3d(calc(-180 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px)),calc(16 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.66) rotate(2deg)}.blk-featured-projects--effect-orbit.blk-featured-projects--enter-fade-up .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-1.is-right,.blk-featured-projects--effect-orbit.blk-featured-projects--enter-scale-in .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-1.is-right{transform:translate3d(calc(630 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px)),calc(-18 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.82) rotate(1deg)}.blk-featured-projects--effect-orbit.blk-featured-projects--enter-fade-up .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-2.is-left,.blk-featured-projects--effect-orbit.blk-featured-projects--enter-scale-in .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-2.is-left{transform:translate3d(calc(-560 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px)),calc(58 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.42) rotate(-4deg)}.blk-featured-projects--effect-orbit.blk-featured-projects--enter-fade-up .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-2.is-right,.blk-featured-projects--effect-orbit.blk-featured-projects--enter-scale-in .blk-featured-projects__carousel.is-out .blk-featured-projects__card.is-step-2.is-right{transform:translate3d(calc(1050 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px)),calc(30 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.56) rotate(-3deg)}.blk-featured-projects__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem;padding:0 1rem}.blk-featured-projects__dot{width:8px;height:8px;border-radius:999px;border:0;background:var(--site-border,#d4d4d4);cursor:pointer;transition:background .2s ease,transform .2s ease;padding:0}.blk-featured-projects__dot.is-active{background:var(--site-primary,#ff0000);transform:scale(1.3)}@media (max-width:1200px){.blk-featured-projects__intro--below-center,.blk-featured-projects__intro--below-left,.blk-featured-projects__intro--below-right,.blk-featured-projects__intro--center,.blk-featured-projects__intro--left,.blk-featured-projects__intro--right{max-width:clamp(20rem,60%,40rem)}.blk-featured-projects{--blk-fp-image-width:28%!important;--blk-fp-carousel-pb:41.93%!important}.blk-featured-projects--scroll-continuous{--blk-fp-marquee-item-width:clamp(120px,28vw,240px)!important}}@media (max-width:768px){.blk-featured-projects{padding-left:0;padding-right:0;--blk-fp-image-width:68%!important;--blk-fp-carousel-pb:101.83%!important}.blk-featured-projects__intro{padding-left:4%;padding-right:4%;box-sizing:border-box}.blk-featured-projects__intro--below-center,.blk-featured-projects__intro--below-left,.blk-featured-projects__intro--below-right,.blk-featured-projects__intro--center,.blk-featured-projects__intro--left,.blk-featured-projects__intro--right{max-width:100%;margin-left:auto;margin-right:auto;align-items:center;text-align:center}.blk-featured-projects--effect-stagger .blk-featured-projects__card{transform:translate3d(calc(-50% + var(--blk-fp-drag-offset, 0px) + var(--blk-fp-delta, 0) * (60% + var(--blk-fp-image-gap, 0px))),0,0) scale(calc(1 - .07 * var(--blk-fp-distance, 0)))}.blk-featured-projects--effect-stagger .blk-featured-projects__card:not(.is-step-0):not(.is-step-1){opacity:0;pointer-events:none}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel{--blk-fp-orbit-ref:620;--blk-fp-orbit-h:480;padding-bottom:calc(var(--blk-fp-orbit-h) / var(--blk-fp-orbit-ref) * 100%)}.blk-featured-projects--effect-orbit .blk-featured-projects__card{width:min(var(--blk-fp-image-width),calc(300 / var(--blk-fp-orbit-ref) * 100cqw));bottom:6cqh}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-0{transform:translate3d(calc(72 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(-20 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.92) rotate(-1deg)}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-1.is-left{transform:translate3d(calc(-120 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(12 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.64) rotate(2deg)}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-1.is-right{transform:translate3d(calc(320 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(-12 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.78) rotate(1deg)}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-2.is-left{transform:translate3d(calc(-360 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(36 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.44) rotate(-3deg);opacity:.45}.blk-featured-projects--effect-orbit .blk-featured-projects__carousel .blk-featured-projects__card.is-step-2.is-right{transform:translate3d(calc(620 / var(--blk-fp-orbit-ref) * 100cqw + var(--blk-fp-orbit-gap-x, 0px) + var(--blk-fp-drag-offset, 0px)),calc(40 / var(--blk-fp-orbit-h) * 100cqh),0) scale(.4) rotate(-2deg);opacity:.4}.blk-featured-projects--scroll-continuous{--blk-fp-marquee-item-width:clamp(140px,42vw,280px)!important;--blk-fp-marquee-gap:clamp(1rem,3vw,1.75rem)!important}}.blk-home-solutions{--blk-hs-intro-cols:2;--blk-hs-card-cols:4;--blk-hs-card-gap:20px;--blk-hs-card-min-h:0px;--blk-hs-card-bg:var(--site-page-bg,#fff);--blk-hs-card-hover-bg:var(--site-text,#333);--blk-hs-badge-bg:var(--site-text,#333);--blk-hs-badge-text:var(--site-page-bg,#fff);font-family:var(--site-font-body,system-ui,sans-serif)}.blk-home-solutions__inner{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(1.75rem,2.8vw,2.75rem);padding-top:clamp(3.75rem,6.25vw,7.5rem);padding-bottom:clamp(3.5rem,5vw,5.5rem)}.blk-home-solutions.blk-section-width--full .blk-home-solutions__inner{padding-left:clamp(1rem,9.375vw,9rem);padding-right:clamp(1rem,9.375vw,9rem)}.blk-home-solutions__title{margin:0;color:var(--site-text,#333);font-size:clamp(1.75rem,2.2vw,2.25rem);font-weight:700;line-height:1.33;text-transform:uppercase;font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif)}.blk-home-solutions__title--left{text-align:left}.blk-home-solutions__title--center{text-align:center}.blk-home-solutions__title--right{text-align:right}.blk-home-solutions__intro{display:grid;grid-template-columns:repeat(var(--blk-hs-intro-cols),minmax(0,1fr));grid-column-gap:1.538462%;column-gap:1.538462%;grid-row-gap:1rem;row-gap:1rem;align-items:start}.blk-home-solutions__intro-col{margin:0;color:var(--site-text-sub,#666);font-size:clamp(.875rem,1vw,1rem);font-weight:400;line-height:1.375}.blk-home-solutions__grid{display:grid;grid-template-columns:repeat(var(--blk-hs-card-cols),minmax(0,1fr));grid-gap:var(--blk-hs-card-gap);gap:var(--blk-hs-card-gap);margin-top:clamp(.5rem,1.5vw,1.25rem)}.blk-home-solutions__card{box-sizing:border-box;background:var(--blk-hs-card-bg);border-radius:var(--site-radius,0);aspect-ratio:372/460;min-height:var(--blk-hs-card-min-h);padding:clamp(1.25rem,1.55vw,1.5rem) clamp(1rem,1.3vw,1.25rem);display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:clamp(1rem,2vw,1.5rem);transition:background-color .26s ease,color .26s ease}[data-hover-invert="1"] .blk-home-solutions__card:hover{background:var(--blk-hs-card-hover-bg)}[data-hover-invert="1"] .blk-home-solutions__card:hover .blk-home-solutions__badge,[data-hover-invert="1"] .blk-home-solutions__card:hover .blk-home-solutions__card-text,[data-hover-invert="1"] .blk-home-solutions__card:hover .blk-home-solutions__card-title,[data-hover-invert="1"] .blk-home-solutions__card:hover .blk-home-solutions__cta{color:var(--blk-hs-card-bg)}[data-hover-invert="1"] .blk-home-solutions__card:hover .blk-home-solutions__badge{background:var(--blk-hs-card-bg);color:var(--blk-hs-card-hover-bg)}.blk-home-solutions__card-top{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(1rem,1.55vw,1.5rem)}.blk-home-solutions__badge{width:min(16.5%,4rem);aspect-ratio:1;max-width:4rem;border-radius:50%;background:var(--blk-hs-badge-bg);color:var(--blk-hs-badge-text);display:flex;align-items:center;justify-content:center;font-size:clamp(1.5rem,2.1vw,2.5rem);font-weight:600;line-height:1;flex-shrink:0;transition:background-color .26s ease,color .26s ease}[data-badge-pos=top-right] .blk-home-solutions__card-top{align-items:flex-end}.blk-home-solutions__card-title{margin:0;color:var(--site-text,#333);font-size:clamp(1rem,1.15vw,1.25rem);font-weight:400;line-height:1.2;text-transform:uppercase;transition:color .26s ease;font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif)}.blk-home-solutions__media{width:100%;overflow:hidden;border-radius:var(--site-radius,0)}.blk-home-solutions__media-img{display:block;width:100%;height:100%;object-fit:cover}.blk-home-solutions__card-texts{margin-top:auto;display:flex;flex-direction:column;gap:.25rem}.blk-home-solutions__card-text{margin:0;color:var(--site-text-sub,#666);font-size:clamp(.875rem,1vw,1rem);font-weight:400;line-height:1.375;transition:color .26s ease}.blk-home-solutions__cta-wrap{width:100%;display:flex}.blk-home-solutions__cta-wrap--left{justify-content:flex-start}.blk-home-solutions__cta-wrap--center{justify-content:center}.blk-home-solutions__cta-wrap--right{justify-content:flex-end}.blk-home-solutions__cta{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:var(--site-radius,4px);background:var(--site-btn-bg,var(--site-primary,#1677ff));color:var(--site-btn-text,#fff);font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.blk-home-solutions__cta:hover{opacity:.82}@keyframes blk-hs-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes blk-hs-fade{0%{opacity:0}to{opacity:1}}[data-animate="1"][data-anim=fade-up] .blk-home-solutions__card{animation:blk-hs-fade-up .55s ease both}[data-animate="1"][data-anim=fade] .blk-home-solutions__card{animation:blk-hs-fade .55s ease both}[data-animate="1"] .blk-home-solutions__card:first-child{animation-delay:0s}[data-animate="1"] .blk-home-solutions__card:nth-child(2){animation-delay:.07s}[data-animate="1"] .blk-home-solutions__card:nth-child(3){animation-delay:.14s}[data-animate="1"] .blk-home-solutions__card:nth-child(4){animation-delay:.21s}[data-animate="1"] .blk-home-solutions__card:nth-child(5){animation-delay:.28s}[data-animate="1"] .blk-home-solutions__card:nth-child(6){animation-delay:.35s}[data-animate="1"] .blk-home-solutions__card:nth-child(7){animation-delay:.42s}[data-animate="1"] .blk-home-solutions__card:nth-child(8){animation-delay:.49s}@media (max-width:1200px){.blk-home-solutions__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){.blk-home-solutions__intro{grid-template-columns:1fr;row-gap:1rem}.blk-home-solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blk-home-solutions__grid{grid-template-columns:1fr}.blk-home-solutions__card{aspect-ratio:auto;min-height:12rem}}.blk-faq{width:100%;font-family:var(--site-font-body,system-ui,sans-serif)}.blk-faq__inner{width:81.25%;max-width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;padding:clamp(2rem,4vw,4rem) 0;display:flex;flex-direction:column;align-items:stretch}.blk-faq.blk-section-width--full .blk-faq__inner{width:100%;padding-left:clamp(1rem,9.375vw,9rem);padding-right:clamp(1rem,9.375vw,9rem)}.blk-faq__title{margin:0 0 2%;text-transform:uppercase;color:var(--site-text,#000);font-size:clamp(20px,2.2vw,36px);font-weight:500;line-height:1.33;font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif)}.blk-faq__title--left{text-align:left}.blk-faq__title--center{text-align:center}.blk-faq__title--right{text-align:right}.blk-faq__list{width:100%;overflow:hidden}.blk-faq__item{width:100%;border-bottom:1px solid var(--site-border,#d8d8d8)}.blk-faq__head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:clamp(14px,1.5vw,22px) 0;margin:0;border:none;background:transparent;cursor:pointer;text-align:left;color:inherit;font:inherit}.blk-faq__head:focus-visible{outline:2px solid var(--site-text,#111);outline-offset:2px}.blk-faq__q{flex:1 1;min-width:0;margin:0;color:var(--site-text,#000);font-size:clamp(12px,1.2vw,16px);line-height:1.6;font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif)}.blk-faq__prefix,.blk-faq__q{font-weight:600}.blk-faq__icon{position:relative;width:18px;height:18px;flex-shrink:0;transition:transform .4s cubic-bezier(.33,1,.68,1)}.blk-faq__icon--open{transform:rotate(45deg)}.blk-faq__icon-bar{position:absolute;left:50%;top:50%;background:var(--site-text,#111);border-radius:1px}.blk-faq__icon-bar--h{width:14px;height:2px;margin:-1px 0 0 -7px}.blk-faq__icon-bar--v{width:2px;height:14px;margin:-7px 0 0 -1px}.blk-faq__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.33,1,.68,1)}.blk-faq__panel--open{grid-template-rows:1fr}.blk-faq__panel-inner{min-height:0;overflow:hidden}.blk-faq__a{padding:0 0 clamp(14px,1.5vw,22px);color:var(--site-text,#000);font-size:clamp(12px,1.2vw,16px);font-weight:400;line-height:1.6;opacity:0;transform:translateY(-6px);transition:opacity .35s ease .05s,transform .35s cubic-bezier(.33,1,.68,1) .05s}.blk-faq__panel--open .blk-faq__a{opacity:1;transform:translateY(0)}.blk-faq__text{margin:0 0 .65em}.blk-faq__text:last-child{margin-bottom:0}.blk-faq__figure{margin:1em 0;max-width:100%}.blk-faq__figure--left{margin-right:auto}.blk-faq__figure--center{margin-left:auto;margin-right:auto}.blk-faq__figure--right{margin-left:auto}.blk-faq__figure img{display:block;width:100%;height:auto;object-fit:cover;border-radius:var(--site-radius,4px)}.blk-faq__rich :where(p){margin:0 0 1em}.blk-faq__rich :where(p:last-child){margin-bottom:0}.blk-faq__rich :where(img){display:block;max-width:100%;height:auto;margin:1em 0;border-radius:var(--site-radius,4px)}.blk-faq__rich :where(ul,ol){margin:0 0 1em;padding-left:1.35em}.blk-faq--animate .blk-faq__item{animation:blk-faq-fade-up .5s ease both}.blk-faq--animate .blk-faq__item:first-child{animation-delay:0s}.blk-faq--animate .blk-faq__item:nth-child(2){animation-delay:.06s}.blk-faq--animate .blk-faq__item:nth-child(3){animation-delay:.12s}.blk-faq--animate .blk-faq__item:nth-child(4){animation-delay:.18s}@keyframes blk-faq-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.blk-faq__inner{width:92%;padding-top:clamp(1.5rem,5vw,2.5rem);padding-bottom:clamp(1.5rem,5vw,2.5rem)}}.blk-product-series-grid{--blk-psg-cols:4;--blk-psg-col-gap:24px;--blk-psg-row-gap:24px;--blk-psg-summary-lines:3;--blk-psg-image-bg:#f4f4f4;font-family:var(--site-font-body,system-ui,sans-serif)}.blk-product-series-grid__inner{width:100%;box-sizing:border-box;padding-top:clamp(2.5rem,4vw,4rem);padding-bottom:clamp(2.5rem,4vw,4rem)}.blk-product-series-grid.blk-section-width--full .blk-product-series-grid__inner{padding-left:clamp(1rem,9.375vw,9rem);padding-right:clamp(1rem,9.375vw,9rem)}.blk-product-series-grid__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--blk-psg-cols),minmax(0,1fr));grid-column-gap:var(--blk-psg-col-gap);column-gap:var(--blk-psg-col-gap);grid-row-gap:var(--blk-psg-row-gap);row-gap:var(--blk-psg-row-gap)}.blk-product-series-grid__item{margin:0;min-width:0}.blk-product-series-grid__card{display:flex;flex-direction:column;align-items:stretch;gap:16px;height:100%}.blk-product-series-grid__media{position:relative;width:100%;aspect-ratio:1/1;background:var(--blk-psg-image-bg,#f4f4f4);overflow:hidden}.blk-product-series-grid__media-img{width:100%;height:100%;object-fit:contain;object-position:center;padding:7.46%;box-sizing:border-box;display:block}.blk-product-series-grid__media-placeholder{width:100%;height:100%;background:var(--blk-psg-image-bg,#f4f4f4)}.blk-product-series-grid__title{margin:0;color:var(--site-text,#111);font-size:24px;font-weight:700;line-height:32px;font-family:var(--site-font-heading,"Montserrat",system-ui,sans-serif);word-break:break-word}.blk-product-series-grid__summary{margin:0;flex:1 1 auto;color:var(--site-text-sub,#333);font-size:16px;font-weight:500;line-height:24px;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--blk-psg-summary-lines,3);overflow:hidden}.blk-product-series-grid__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 32px;box-sizing:border-box;text-decoration:none;text-align:center;background:var(--blk-psg-btn-bg,var(--site-btn-bg,var(--site-primary,#db261d)));color:var(--blk-psg-btn-text,var(--site-btn-text,#fff));border-radius:var(--site-radius,6px);font-size:16px;font-weight:700;line-height:16px;letter-spacing:.04em;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}.blk-product-series-grid__cta:hover{opacity:.92}.blk-product-series-grid__empty{margin:0;text-align:center;color:var(--site-text-sub,#666);font-size:14px}@media (max-width:1024px){.blk-product-series-grid__list{--blk-psg-cols:2!important}}@media (max-width:640px){.blk-product-series-grid__list{--blk-psg-cols:1!important}.blk-product-series-grid__title{font-size:clamp(1.125rem,4.5vw,1.5rem);line-height:1.33}}.blk-email-unsubscribe-shell{padding:clamp(2rem,5vw,3.5rem) 1rem;max-width:560px;margin:0 auto}.blk-email-unsubscribe__title{margin:0 0 1rem;font-size:1.75rem;font-weight:700;color:var(--site-text,#111)}.blk-email-unsubscribe__intro{margin:0 0 .5rem;color:var(--site-text-sub,#666);line-height:1.6}.blk-email-unsubscribe__email{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;color:var(--site-text,#111);word-break:break-all}.blk-email-unsubscribe__muted{color:var(--site-text-sub,#888)}.blk-email-unsubscribe__btn{padding:.65rem 1.5rem;border:none;border-radius:var(--site-radius,6px);background:var(--site-primary,#1677ff);color:var(--site-btn-text,#fff);font-weight:600;cursor:pointer}.blk-email-unsubscribe__btn:disabled{opacity:.65;cursor:not-allowed}.blk-email-unsubscribe__flash{margin:1rem 0 0;padding:.75rem 1rem;border-radius:6px;line-height:1.5}.blk-email-unsubscribe__flash--ok{color:#166534;background:#ecfdf3;border:1px solid #86efac}.blk-email-unsubscribe__flash--err{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}