html{scroll-behavior:smooth}body{margin:0;font-family:segoe ui,Arial,sans-serif}
:root{--bwn-surface-base:#3f474d;--bwn-bg-primary:var(--bwn-surface-base);--bwn-bg-secondary:var(--bwn-surface-base);--bwn-bg-card:#475158;--bwn-accent:#f97316;--bwn-accent-dark:#ea580c;--bwn-text-primary:#f8fafc;--bwn-text-secondary:#94a3b8;--bwn-text-muted:#64748b;--bwn-border:rgba(148, 163, 184, 0.12);--bwn-shadow-glow:0 0 40px rgba(249, 115, 22, 0.15);--bwn-btn-radius:0;--bwn-btn-height-lg:48px;--bwn-btn-height-md:42px;--bwn-btn-pad-lg:0 24px;--bwn-btn-pad-md:0 18px;--bwn-hero-gradient:radial-gradient(ellipse 80% 60% at 50% 0%, rgba(249, 115, 22, 0.15), transparent),
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(59, 130, 246, 0.08), transparent)}*,*::before,*::after{box-sizing:border-box}body{background:var(--bwn-bg-primary);color:var(--bwn-text-primary);font-family:segoe ui,pingfang sc,hiragino sans gb,microsoft yahei,noto sans,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit}.site-shell{min-height:100vh;background:linear-gradient(180deg,rgba(63,71,77,.72) 0%,rgba(55,62,67,.96) 100%),var(--bwn-bg-primary)}.section-container{width:min(1400px,calc(100% - 40px));margin:0 auto}.site-main{min-height:60vh}.site-header{position:relative;z-index:1000}.site-header.is-nav-fixed{padding-top:72px}.navbar{position:sticky;top:0;z-index:1000;width:100%;background:rgba(55,62,67,.86);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--bwn-border);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease,transform .25s ease}.navbar.is-scrolled{position:fixed;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(63,71,77,.84),rgba(55,62,67,.72)),radial-gradient(circle at top left,rgba(249,115,22,.14),transparent 34%);backdrop-filter:blur(22px)saturate(150%);-webkit-backdrop-filter:blur(22px)saturate(150%);border-bottom-color:rgba(255,255,255,.1);box-shadow:0 10px 40px rgba(0,0,0,.34),0 1px rgba(255,255,255,8%)inset}.nav-container{width:min(1400px,calc(100% - 40px));min-height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-logo{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}.nav-logo img{display:block;width:auto;max-width:min(23vw,240px);height:clamp(38px,4.2vw,52px);object-fit:contain;object-position:left center}.nav-logo-icon,.footer-brand-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--bwn-accent);color:#fff;font-size:14px;font-weight:800;letter-spacing:-.03em}.nav-logo-text,.footer-brand-text{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--bwn-text-primary)}.nav-logo-text span,.footer-brand-text span{color:var(--bwn-accent)}.nav-panel{display:flex;align-items:center;gap:20px}.nav-links{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0}.nav-item{position:relative}.nav-links a{position:relative;display:inline-flex;align-items:center;padding:8px 16px;border-radius:8px;color:var(--bwn-text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease,background-color .2s ease}.nav-links a:hover,.nav-links a:focus-visible{color:var(--bwn-text-primary);background:rgba(255,255,255,5%);outline:none}.nav-links a.active{color:var(--bwn-accent)}.nav-links a.active::after{content:"";position:absolute;left:16px;right:16px;bottom:-4px;height:2px;border-radius:999px;background:var(--bwn-accent)}.nav-links a.is-current{color:var(--bwn-accent)}.nav-links a.is-current::after{content:"";position:absolute;left:16px;right:16px;bottom:-4px;height:2px;border-radius:999px;background:var(--bwn-accent)}.nav-item--has-children>a{padding-right:28px}.nav-item--has-children>a::before{content:"";position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-65%)rotate(45deg);opacity:.82}.nav-submenu{position:absolute;top:calc(100% + 14px);left:0;min-width:210px;margin:0;padding:10px;list-style:none;border:1px solid var(--bwn-border);background:rgba(63,71,77,.98);box-shadow:0 18px 40px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-item--has-children:hover>.nav-submenu,.nav-item--has-children:focus-within>.nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-submenu>li{position:relative;list-style:none}.nav-submenu a{width:100%;padding:10px 12px;border-radius:0;font-size:13px}.nav-submenu .nav-submenu{top:-11px;left:calc(100% - 1px);min-width:260px;margin:0;padding:8px 0;transform:translateX(8px);z-index:20}.nav-submenu>li:hover>.nav-submenu,.nav-submenu>li:focus-within>.nav-submenu{opacity:1;visibility:visible;transform:translateX(0)}.nav-submenu>li:has(>.nav-submenu)>a{padding-right:34px}.nav-submenu>li:has(>.nav-submenu)>a::before{content:"";position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-50%)rotate(-45deg);opacity:.82}.nav-submenu--products{left:50%;width:min(1280px,calc(100vw - 48px));min-width:960px;max-height:calc(100vh - 120px);padding:18px 20px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 20px;align-items:start;overflow:auto;transform:translateX(-38%)translateY(8px);scrollbar-width:thin}.nav-item--has-children:hover>.nav-submenu--products,.nav-item--has-children:focus-within>.nav-submenu--products{transform:translateX(-38%)translateY(0)}.nav-submenu--products-simple{left:0;width:320px;min-width:320px;max-height:none;padding:8px 0;display:block;overflow:visible;transform:translateY(8px)}@media(min-width:821px){.nav-submenu--products-simple>.nav-submenu__column>.nav-submenu__item-link,.nav-submenu--products-simple>.nav-submenu__column>.nav-submenu__group-link{white-space:nowrap;word-break:normal}.nav-item--has-children>a[href*="/data-center-solutions/"]+.nav-submenu{width:300px;min-width:300px}.nav-item--has-children>a[href*="/data-center-solutions/"]+.nav-submenu>li>a{white-space:nowrap;word-break:normal}}.nav-item--has-children:hover>.nav-submenu--products-simple,.nav-item--has-children:focus-within>.nav-submenu--products-simple{transform:translateY(0)}.nav-submenu__column{list-style:none;min-width:0}.nav-submenu__group-link{display:block;margin-bottom:8px;font-weight:700;line-height:1.4;color:var(--bwn-text-primary)}.nav-submenu__nested{margin:6px 0 0;padding:0;list-style:none}.nav-submenu__child>a{display:block;padding:7px 10px;color:var(--bwn-text-secondary);font-size:12px;line-height:1.45;white-space:normal;word-break:break-word}.nav-submenu--products-simple .nav-submenu__column{position:relative}.nav-submenu--products-simple .nav-submenu__child{position:relative;list-style:none}.nav-submenu--products-simple .nav-submenu__item-link,.nav-submenu--products-simple .nav-submenu__child>a{display:block;width:100%;padding:10px 16px;font-size:13px;line-height:1.45}.nav-submenu--products-simple .nav-submenu__group-link{margin-bottom:0;font-weight:600}.nav-submenu--products-simple .nav-submenu__item--has-children>.nav-submenu__item-link{position:relative;padding-right:34px}.nav-submenu--products-simple .nav-submenu__item--has-children>.nav-submenu__item-link::after{content:"";position:absolute;right:16px;top:50%;width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-50%)rotate(-45deg);opacity:.82}.nav-submenu--products-simple .nav-submenu__item--has-children>.nav-submenu__item-link.active::after,.nav-submenu--products-simple .nav-submenu__item--has-children>.nav-submenu__item-link.is-current::after{left:auto;right:16px;top:50%;bottom:auto;width:7px;height:7px;border-radius:0;background:0 0;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-50%)rotate(-45deg)}.nav-submenu--products-simple .nav-submenu__nested{position:absolute;top:-8px;left:calc(100% - 1px);min-width:260px;margin:0;padding:8px 0;border:1px solid var(--bwn-border);background:rgba(63,71,77,.98);box-shadow:0 18px 40px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateX(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:20}.nav-submenu--products-simple .nav-submenu__item--has-children:hover>.nav-submenu__nested,.nav-submenu--products-simple .nav-submenu__item--has-children:focus-within>.nav-submenu__nested{opacity:1;visibility:visible;transform:translateX(0)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:var(--bwn-btn-height-md);padding:var(--bwn-btn-pad-md);border-radius:var(--bwn-btn-radius);background:var(--bwn-accent);color:#fff;text-decoration:none;font-size:14px;font-weight:600;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.nav-cta:hover,.nav-cta:focus-visible{background:var(--bwn-accent-dark);transform:translateY(-1px);box-shadow:var(--bwn-shadow-glow);outline:none}.mobile-menu-btn{display:none;width:44px;height:44px;padding:0;border:1px solid var(--bwn-border);border-radius:0;background:rgba(255,255,255,4%);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-btn__line{width:18px;height:2px;border-radius:0;background:var(--bwn-text-primary);transition:transform .2s ease,opacity .2s ease}.mobile-menu-btn[aria-expanded=true] .mobile-menu-btn__line:nth-child(1){transform:translateY(7px)rotate(45deg)}.mobile-menu-btn[aria-expanded=true] .mobile-menu-btn__line:nth-child(2){opacity:0}.mobile-menu-btn[aria-expanded=true] .mobile-menu-btn__line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.home-placeholder{position:relative;display:flex;align-items:center;min-height:calc(100vh - 72px);padding:120px 0 96px;background:var(--bwn-hero-gradient)}.home-placeholder__inner,.page-entry{border:1px solid var(--bwn-border);border-radius:24px;background:rgba(17,24,39,.72);box-shadow:0 20px 80px rgba(0,0,0,.18)}.home-placeholder__inner{max-width:760px;padding:40px}.home-placeholder__eyebrow{margin:0 0 12px;color:var(--bwn-accent);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.home-placeholder__title,.page-entry__title{margin:0;color:var(--bwn-text-primary);font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;letter-spacing:-.04em}.home-placeholder__description,.page-entry__content,.footer-desc,.footer-links a,.footer-bottom p{color:var(--bwn-text-secondary)}.home-placeholder__description{max-width:56ch;margin:18px 0 0;font-size:1.05rem}.page-shell{padding:72px 0 96px}.taxonomy-shell{padding:72px 0 96px}.taxonomy-hero,.taxonomy-children,.taxonomy-products{border:1px solid var(--bwn-border);border-radius:24px;background:rgba(17,24,39,.72);box-shadow:0 20px 80px rgba(0,0,0,.18)}.taxonomy-hero,.taxonomy-children,.taxonomy-products{padding:28px}.taxonomy-eyebrow{margin:0 0 10px;color:var(--bwn-accent);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.taxonomy-title{margin:0;color:var(--bwn-text-primary);font-size:clamp(2rem,4vw,3rem);line-height:1.05}.taxonomy-description{max-width:72ch;margin:16px 0 0;color:var(--bwn-text-secondary);line-height:1.75}.taxonomy-layout{display:grid;gap:22px;margin-top:24px}.taxonomy-section-title{margin:0 0 16px;color:var(--bwn-text-primary);font-size:1.35rem}.taxonomy-child-grid,.taxonomy-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.taxonomy-child-card,.taxonomy-product-card{border:1px solid var(--bwn-border);border-radius:20px;background:rgba(255,255,255,3%);overflow:hidden}.taxonomy-child-card{padding:18px;text-decoration:none}.taxonomy-child-card h3,.taxonomy-product-card h3{margin:0;color:var(--bwn-text-primary);font-size:1.08rem}.taxonomy-child-card p,.taxonomy-product-card p,.taxonomy-empty{margin:12px 0 0;color:var(--bwn-text-secondary);line-height:1.68}.taxonomy-product-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.taxonomy-product-card__body{padding:18px}.taxonomy-product-card__spec{display:inline-flex;margin-top:14px;padding:6px 10px;border-radius:999px;background:rgba(249,115,22,.14);color:#ffd4ac;font-size:12px;font-weight:700}.page-entry{position:relative;overflow:hidden;padding:40px}.page-entry::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 28%),linear-gradient(180deg,rgba(255,255,255,4%),transparent 26%);pointer-events:none}.page-entry__header{position:relative;z-index:1;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--bwn-border)}.page-entry__content{position:relative;z-index:1;font-size:1.02rem}.page-entry__content h2,.page-entry__content h3{color:var(--bwn-text-primary);letter-spacing:-.03em}.page-entry__content h2{margin:34px 0 14px;font-size:1.6rem}.page-entry__content h3{margin:28px 0 12px;font-size:1.25rem}.page-entry__content p{margin:16px 0 0}.page-entry__content ul,.page-entry__content ol{margin:16px 0 0;padding-left:22px}.page-entry__content li+li{margin-top:8px}.page-entry__content>:first-child{margin-top:0}.page-entry__content>:last-child{margin-bottom:0}body.archive.tag .page-entry{border-color:#d7dde2;background:#fff;color:#334155;box-shadow:0 20px 46px rgba(31,43,53,.12)}body.archive.tag .page-entry::before{content:none}body.archive.tag .page-entry__header{border-bottom-color:#e2e8f0}body.archive.tag .page-entry__title,body.archive.tag .page-entry__content :is(h1,h2,h3,h4,h5,h6){color:#172033}body.archive.tag .page-entry__content,body.archive.tag .page-entry__content :is(p,li,blockquote,figcaption,td,th){color:#475569}body.archive.tag .page-entry__content strong{color:#1f2937}body.archive.tag .page-entry__content a{color:#b45309;text-decoration-color:rgba(180,83,9,.4);text-underline-offset:.16em}body.archive.tag .page-entry__content a:hover,body.archive.tag .page-entry__content a:focus-visible{color:#8f3f06;text-decoration-color:initial}body.archive.tag .page-entry__content blockquote{margin:20px 0 0;padding:18px 20px;border-left:4px solid #d96f12;background:#fff7ed}body.archive.tag .page-entry__content :is(img,figure img){display:block;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain}body.archive.tag .page-entry__content figure,body.archive.tag .page-entry__content p:has(>img){width:100%;max-width:100%}body.archive.tag .page-entry__content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;color:#334155}body.archive.tag .page-entry__content :is(th,td){border-color:#d7dde2;background:#fff}body.archive.tag .page-entry__content th{background:#f1f5f9;color:#1f2937}body.archive.tag .page-entry__content :is(pre,code){max-width:100%;overflow-x:auto}.footer{padding:72px 0 28px;border-top:1px solid var(--bwn-border);background:rgba(44,50,54,.96)}.footer-grid{display:grid;grid-template-columns:minmax(0,1.3fr)repeat(3,minmax(0,1fr));gap:32px}.footer-brand{display:inline-flex;align-items:center;margin-bottom:18px;text-decoration:none}.footer-brand img{display:block;width:auto;max-width:min(100%,280px);height:clamp(52px,5vw,74px);object-fit:contain;object-position:left center}.footer-desc{max-width:38ch;margin:0}.footer-col-title{margin:0 0 16px;font-size:1rem;font-weight:700;color:var(--bwn-text-primary)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li+li{margin-top:10px}.footer-links a{font-size:15px;text-decoration:none;transition:color .2s ease}.footer-links a:hover,.footer-links a:focus-visible{color:var(--bwn-text-primary);outline:none}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:44px;padding-top:24px;border-top:1px solid var(--bwn-border)}.footer-bottom p{margin:0;font-size:calc(1rem - 1px)}.footer-social{display:flex;align-items:center;gap:10px}.footer-social a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--bwn-border);border-radius:0;background:rgba(255,255,255,3%);color:var(--bwn-text-primary);text-decoration:none;font-size:.85rem;font-weight:700;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.footer-social__link svg{width:18px;height:18px;fill:currentColor}.footer-social a:hover,.footer-social a:focus-visible{transform:translateY(-1px);outline:none}.footer-social__link--instagram:hover,.footer-social__link--instagram:focus-visible{color:#e1306c;border-color:rgba(225,48,108,.48);background:rgba(225,48,108,.12)}.footer-social__link--facebook:hover,.footer-social__link--facebook:focus-visible{color:#1877f2;border-color:rgba(24,119,242,.48);background:rgba(24,119,242,.12)}.footer-social__link--youtube:hover,.footer-social__link--youtube:focus-visible{color:red;border-color:rgba(255,0,0,.48);background:rgba(255,0,0,.12)}.footer-social__link--whatsapp:hover,.footer-social__link--whatsapp:focus-visible{color:#25d366;border-color:rgba(37,211,102,.48);background:rgba(37,211,102,.12)}body.has-inquiry-popup{overflow:hidden}.inquiry-popup .ff-el-group{margin-bottom:18px}.inquiry-popup .ff-el-form-control,.inquiry-popup .ff-t-cell .ff-el-form-control{width:100%;min-height:52px;border:1px solid var(--bwn-border);border-radius:14px;background:rgba(255,255,255,4%);color:var(--bwn-text-primary);padding:0 16px;font:inherit;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.inquiry-popup textarea.ff-el-form-control{min-height:160px;padding:14px 16px;resize:vertical}.inquiry-popup .ff-el-form-control::placeholder{color:var(--bwn-text-muted)}.inquiry-popup .ff-el-form-control:focus{border-color:rgba(249,115,22,.55);background:rgba(255,255,255,6%);box-shadow:0 0 0 3px rgba(249,115,22,.12);outline:none}.inquiry-popup .ff-el-input--label{margin-bottom:10px;color:var(--bwn-text-primary);font-size:.95rem;font-weight:600}.inquiry-popup .ff-btn-submit{position:relative;width:100%;min-height:var(--bwn-btn-height-lg);border:1px solid transparent;border-radius:var(--bwn-btn-radius);background:var(--bwn-accent);color:#fff;font-size:.98rem;font-weight:700;transition:transform .28s ease,box-shadow .28s ease,background-color .28s ease}.inquiry-popup .ff-btn-submit:hover,.inquiry-popup .ff-btn-submit:focus{background:var(--bwn-accent-dark);box-shadow:0 18px 34px rgba(249,115,22,.28);transform:translateY(-3px)}.inquiry-popup .ff-btn-submit:focus{outline:none}.inquiry-popup .ff-message-success,.inquiry-popup .ff-message-error{border-radius:14px}.inquiry-popup{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.inquiry-popup.is-open{opacity:1;visibility:visible}.inquiry-popup-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 20% 12%,rgba(249,115,22,.18),transparent 22%),rgba(5,10,18,.78);backdrop-filter:blur(8px)}.inquiry-popup-dialog{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,.88fr)minmax(320px,1.12fr);gap:30px;width:min(1040px,100%);max-height:min(88vh,920px);overflow:auto;padding:34px;border:1px solid rgba(148,163,184,.18);border-radius:30px;background:linear-gradient(180deg,rgba(63,71,77,.94) 0%,rgba(52,58,64,.96) 100%);box-shadow:0 30px 90px rgba(0,0,0,.34)}.inquiry-popup-copy h2{margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:1.04;letter-spacing:-.04em}.inquiry-popup-copy p{margin:18px 0 0;color:rgba(226,232,240,.82);font-size:1rem;line-height:1.7}.inquiry-popup-contact-list{display:grid;gap:14px;margin-top:28px}.inquiry-popup-contact-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px 18px;border:1px solid rgba(148,163,184,.18);border-radius:0;background:linear-gradient(180deg,rgba(255,255,255,5%) 0%,rgba(255,255,255,2%) 100%),rgba(63,71,77,.34);box-shadow:inset 0 1px rgba(255,255,255,4%);color:inherit;text-decoration:none;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}.inquiry-popup-contact-card:hover,.inquiry-popup-contact-card:focus-visible{transform:translateY(-4px);border-color:rgba(249,115,22,.32);background:linear-gradient(180deg,rgba(249,115,22,.1) 0%,rgba(255,255,255,3%) 100%),rgba(63,71,77,.44);box-shadow:0 18px 34px rgba(0,0,0,.22);outline:none}.inquiry-popup-contact-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;border:1px solid rgba(255,255,255,8%);box-shadow:inset 0 1px rgba(255,255,255,8%)}.inquiry-popup-contact-icon svg{width:24px;height:24px;fill:currentColor}.inquiry-popup-contact-icon--whatsapp{background:linear-gradient(135deg,rgba(22,163,74,.24),rgba(34,197,94,.14));color:#6ee7b7}.inquiry-popup-contact-icon--email{background:linear-gradient(135deg,rgba(249,115,22,.24),rgba(96,165,250,.16));color:#ffbf7a}.inquiry-popup-contact-content{display:grid;gap:4px;min-width:0}.inquiry-popup-contact-label{color:#f8fafc;font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.inquiry-popup-contact-value{color:rgba(226,232,240,.78);font-size:.98rem;line-height:1.5}.inquiry-popup-form{padding:24px;border:1px solid rgba(148,163,184,.14);border-radius:0;background:rgba(63,71,77,.5)}.inquiry-popup-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid rgba(148,163,184,.2);border-radius:0;background:rgba(255,255,255,6%);color:#fff;font-size:1.35rem;line-height:1;cursor:pointer;transition:transform .24s ease,background-color .24s ease,border-color .24s ease}.inquiry-popup-close:hover,.inquiry-popup-close:focus-visible{transform:rotate(90deg);border-color:rgba(249,115,22,.34);background:rgba(249,115,22,.14);outline:none}.floating-contact-tools{position:fixed;right:22px;bottom:24px;z-index:115;display:grid;gap:10px;pointer-events:none}.floating-contact-tools__link{width:52px;height:52px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:#3f474d;box-shadow:0 9px 24px rgba(15,23,42,.18);color:#f8fafc;text-decoration:none;font:inherit;font-weight:700;cursor:pointer;pointer-events:auto;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,box-shadow .24s ease,opacity .24s ease}.floating-contact-tools__link:hover,.floating-contact-tools__link:focus-visible{transform:translateY(-1px);border-color:rgba(255,255,255,.48);background:#4b555c;box-shadow:0 12px 28px rgba(15,23,42,.22);outline:none}.floating-contact-tools__link:focus-visible{box-shadow:0 0 0 3px rgba(255,255,255,.92),0 12px 28px rgba(15,23,42,.22)}.floating-contact-tools__link--inquiry{background:#d96f12;color:#fff}.floating-contact-tools__link--inquiry:hover,.floating-contact-tools__link--inquiry:focus-visible{background:#f58a22}.floating-contact-tools__link--whatsapp{position:relative;background:#168a58;color:#fff;animation:none}.floating-contact-tools__link--whatsapp:hover,.floating-contact-tools__link--whatsapp:focus-visible{background:#1fa568}.floating-contact-tools__link--top{width:40px;height:40px;margin:2px auto 0;border-radius:11px;background:#3f474d;border-color:rgba(255,255,255,.2);box-shadow:0 8px 20px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translateY(8px)}.floating-contact-tools__link--top .floating-contact-tools__icon{width:24px;height:24px;border-radius:0;background:0 0}.floating-contact-tools__link--top .floating-contact-tools__icon svg{width:16px;height:16px}.floating-contact-tools__link--top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.floating-contact-tools__link--top:hover,.floating-contact-tools__link--top:focus-visible{background:#4b555c;border-color:rgba(255,255,255,.38);box-shadow:0 10px 24px rgba(15,23,42,.2)}.floating-contact-tools__icon{width:24px;height:24px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:0;background:0 0;color:currentColor}.floating-contact-tools__icon svg{width:22px;height:22px;fill:currentColor}.floating-contact-tools__label{display:none}@keyframes bwn-whatsapp-nudge{0%,72%,100%{transform:translateX(0)rotate(0)}76%{transform:translateX(-3px)rotate(-5deg)}82%{transform:translateX(4px)rotate(5deg)}88%{transform:translateX(-2px)rotate(-4deg)}94%{transform:translateX(2px)rotate(3deg)}}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inquiry-popup-dialog{grid-template-columns:1fr}}@media(max-width:820px){.site-header.is-nav-fixed{padding-top:76px}.nav-container{min-height:76px}.mobile-menu-btn{display:inline-flex;flex-shrink:0}.nav-panel{position:absolute;top:calc(100% + 1px);left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;padding:20px;border:1px solid var(--bwn-border);border-radius:0;background:rgba(10,14,23,.98);box-shadow:0 24px 60px rgba(0,0,0,.35)}.nav-panel.is-open{display:flex}.nav-links{width:100%;flex-direction:column;align-items:stretch}.nav-links li{width:100%}.nav-item--has-children>a::before{right:16px}.nav-submenu{position:static;min-width:0;margin-top:2px;padding:4px 0 0 12px;border:0;background:0 0;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-submenu .nav-submenu{position:static;top:auto;left:auto;min-width:0;margin-top:2px;padding:4px 0 0 12px;transform:none}.nav-submenu--products{width:100%;min-width:0;grid-template-columns:1fr;gap:0}.nav-links a{width:100%;padding:12px 14px}.nav-submenu a{padding:10px 14px;color:rgba(248,250,252,.78);font-size:13px}.nav-submenu__group>a{color:var(--bwn-text-primary)}.nav-submenu__group-link{color:var(--bwn-text-primary)}.nav-submenu__child>a{padding-left:22px}.nav-submenu--products-simple .nav-submenu__nested{position:static;min-width:0;margin-top:0;padding:4px 0 0 12px;border:0;background:0 0;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-submenu--products-simple .nav-submenu__item--has-children>.nav-submenu__item-link::after{display:none}.nav-submenu>li:has(>.nav-submenu)>a::before{display:none}.nav-links a.active::after{display:none}.nav-links a.is-current::after{display:none}.nav-cta{width:100%;margin-top:8px}.nav-logo img{max-width:min(52vw,220px);height:42px}}@media(max-width:640px){.section-container,.nav-container{width:min(100% - 32px,1400px)}.home-placeholder{min-height:auto;padding:88px 0 72px}.home-placeholder__inner,.page-entry{padding:28px 24px;border-radius:20px}.page-shell{padding:48px 0 72px}.taxonomy-shell{padding:48px 0 72px}.taxonomy-child-grid,.taxonomy-product-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}.nav-logo img{max-width:min(58vw,200px);height:38px}.footer-brand img{max-width:min(72vw,240px);height:58px}.floating-contact-tools{right:14px;bottom:18px;gap:8px}.floating-contact-tools__link{width:50px;height:50px;padding:0;border-radius:13px}.floating-contact-tools__link--top{width:36px;height:36px;border-radius:10px}.floating-contact-tools__link--top .floating-contact-tools__icon{width:24px;height:24px}.floating-contact-tools__link--top .floating-contact-tools__icon svg{width:14px;height:14px}.inquiry-popup{padding:14px}.inquiry-popup-dialog{padding:24px;border-radius:0}.inquiry-popup-contact-card{padding:15px 16px;border-radius:0}.inquiry-popup-form{padding:18px}}
body.is-bwnfiber-inner-page{--bwn-inner-page-bg:#262c30;--bwn-inner-surface:#3f474d;--bwn-inner-surface-strong:#484f56;--bwn-inner-surface-soft:#343a40}@media(min-width:901px){.brand-page--certifications .why-choose-overview{grid-template-columns:minmax(0,1.24fr)minmax(320px,.76fr);align-items:stretch}.brand-page--certifications .why-choose-overview__copy{height:100%}.brand-page--certifications .why-choose-overview__visual{position:relative;min-width:0;min-height:0;padding:18px;overflow:hidden;border:1px solid #d7dde2;border-radius:24px;background:#f3f3f3;box-shadow:0 14px 34px rgba(31,43,53,8%)}.brand-page--certifications .why-choose-overview__visual img{position:absolute;inset:18px;width:calc(100% - 36px);height:calc(100% - 36px);object-fit:contain;border:0;border-radius:16px;background:#fff;box-shadow:none}}.site-main--brand-page{background:var(--bwn-inner-page-bg)}.brand-page{background:radial-gradient(circle at 80% 0%,rgba(29,161,201,8%),transparent 28%),linear-gradient(180deg,#2c3236 0%,#262c30 100%)}.brand-section{padding:64px 0}.brand-section--dense{padding-top:46px}.brand-section--panel{background:var(--bwn-inner-surface);border-top:1px solid rgba(255,255,255,6%);border-bottom:1px solid rgba(255,255,255,6%)}.brand-hero{--brand-hero-image:url("https://www.bwnfiber.com/wp-content/themes/bwnfiber/assets/css/../images/solutions/top-img.webp");position:relative;min-height:430px;padding:46px 0 58px;overflow:hidden;background:var(--bwn-inner-surface-soft)}.brand-hero::before,.brand-hero::after{content:"";position:absolute;inset:0}.brand-hero::before{background:var(--brand-hero-image)50%/cover no-repeat;filter:saturate(1.02)contrast(1.02)}.brand-hero::after{background:linear-gradient(90deg,rgba(10,14,20,.82) 0%,rgba(16,22,30,.68) 46%,rgba(16,22,30,.44) 100%),radial-gradient(circle at 70% 24%,rgba(35,180,205,.18),transparent 28%)}.brand-hero--news::before{background:var(--brand-hero-image)50%/cover no-repeat}.brand-hero__container{position:relative;z-index:1;display:grid;align-items:center;min-height:320px}.brand-hero__container--single{grid-template-columns:minmax(0,1fr)}.brand-hero__content{max-width:780px;padding:28px 30px;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:linear-gradient(180deg,rgba(31,38,47,.9),rgba(22,29,38,.82));box-shadow:0 24px 56px rgba(0,0,0,.18);backdrop-filter:blur(2px)}.brand-hero__content--narrow{max-width:920px}.brand-tag,.brand-chip,.product-spec-card__tag,.news-side-card__tag,.products-step-tag{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:2px;background:var(--bwn-accent);color:#15191f;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.brand-hero h1,.about-intro h2,.brand-center-heading h2,.section-head h2,.products-block h2,.products-commitments h2,.news-feature-card h2,.news-updates h2,.news-checklist-panel h2,.contact-direct-card h2,.contact-form-card h2,.about-nda-panel h2,.about-cert-copy h2,.solutions-cta h2,.solutions-geo h2{margin:0;color:#f7f8fb;font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.04em;line-height:1.04}.brand-hero h1{margin-top:18px;font-size:clamp(2.6rem,4vw,4.75rem);max-width:98%;text-wrap:balance}@media(min-width:1401px){.brand-hero h1{font-size:clamp(2.6rem,4vw,3.8rem)}}.brand-hero p{margin:18px 0 0;max-width:54ch;color:#d2d8e2;font-size:1.02rem;line-height:1.65}.brand-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.brand-button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--bwn-btn-height-lg);padding:var(--bwn-btn-pad-lg);border:1px solid transparent;border-radius:var(--bwn-btn-radius);text-decoration:none;font-size:.88rem;font-weight:700;letter-spacing:.02em;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.brand-button:hover,.brand-button:focus-visible{transform:translateY(-1px);outline:none}.brand-button--small{min-height:var(--bwn-btn-height-md);padding:var(--bwn-btn-pad-md)}.brand-button--primary{background:var(--bwn-accent);color:#10151c}.brand-button--ghost{border-color:rgba(255,255,255,.78);background:rgba(15,18,24,.36);color:#f5f7fb}.brand-button--light{background:var(--bwn-accent);color:#fff}.brand-center-heading{max-width:740px;margin:0 auto 36px;text-align:center}.brand-center-heading p{margin:12px 0 0;color:#c0c8d3;line-height:1.65}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-head p{margin:8px 0 0;color:#c0c8d3}.section-arrows{display:inline-flex;gap:8px}.section-arrows span{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,8%);border-radius:999px;background:var(--bwn-inner-surface);color:#f5f7fb}.about-intro{display:grid;grid-template-columns:minmax(0,1.1fr)minmax(380px,.9fr);gap:42px;align-items:start}.about-intro h2{max-width:14ch}.about-intro p{margin:18px 0 0;color:#c9d0d8;line-height:1.72}.about-value-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.about-value-card,.about-capability-card,.solutions-card,.product-spec-card,.products-text-panel,.products-visual-panel,.products-table-panel,.products-odf-panel,.news-feature-card,.news-side-card,.news-reference-card,.news-newsletter-card,.contact-form-card,.contact-direct-card,.contact-badge-card,.about-nda-panel,.solutions-compare,.solutions-world-card{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:var(--bwn-inner-surface);box-shadow:0 20px 40px rgba(0,0,0,.12)}.about-value-card{padding:20px 18px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}.about-value-card:hover,.about-value-card:focus-within{transform:translateY(-6px);border-color:rgba(249,115,22,.28);box-shadow:0 24px 44px rgba(0,0,0,.18),0 0 0 1px rgba(249,115,22,.1)inset;background:linear-gradient(180deg,rgba(255,255,255,6%),rgba(255,255,255,3%)),var(--bwn-inner-surface)}.about-icon-badge,.about-capability-card__icon,.contact-badge-card__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.34);color:#ffd4ac;border-radius:14px;transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease}.about-icon-badge svg,.about-capability-card__icon svg,.contact-badge-card__icon svg{width:20px;height:20px;fill:currentColor}.about-value-card h3,.about-capability-card h3,.solutions-card h3,.product-spec-card h3,.products-text-panel h3,.products-table-panel h3,.products-odf-panel h3,.news-side-card h3,.news-reference-card h3,.news-newsletter-card h3,.contact-badge-card h3{margin:14px 0 0;color:#fff;font-size:1.15rem;line-height:1.2}.about-value-card p,.about-capability-card p,.solutions-card p,.product-spec-card p,.products-text-panel p,.news-side-card p,.news-reference-card p,.news-newsletter-card p,.contact-badge-card p{margin:10px 0 0;color:#c4ccd7;line-height:1.62}.about-intro__visual{position:relative}.about-intro__visual img{width:100%;display:block;height:auto;border:1px solid rgba(255,255,255,8%);border-radius:24px}.about-float-chip{position:absolute;right:-16px;top:44%;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--bwn-accent);color:#11161d;border-radius:12px;font-size:1.1rem;box-shadow:0 10px 24px rgba(0,0,0,.2)}.about-stats-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;padding:26px 4px 2px}.about-stat{position:relative;padding:24px 18px 20px;text-align:center;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,5%),rgba(255,255,255,2%)),rgba(25,30,38,.9);box-shadow:0 18px 38px rgba(0,0,0,.16);overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.about-stat::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,rgba(249,115,22,.15),rgba(249,115,22,.92),rgba(249,115,22,.2))}.about-stat.is-counted{border-color:rgba(249,115,22,.34);box-shadow:0 22px 48px rgba(0,0,0,.2),0 0 28px rgba(249,115,22,.12)}.about-stat strong{display:block;color:#ffd9bd;font-size:clamp(2.1rem,4vw,3.2rem);font-weight:800;line-height:1;letter-spacing:-.04em;text-shadow:0 0 18px rgba(249,115,22,.14);transition:color .25s ease,text-shadow .25s ease,transform .25s ease}.about-stat.is-counted strong{color:#ffe9d7;text-shadow:0 0 26px rgba(249,115,22,.34),0 0 42px rgba(249,115,22,.12);transform:scale(1.04)}.about-stat span{display:block;margin-top:12px;color:#dfe5ec;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.about-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.about-capability-card{padding:24px 20px 22px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}.about-capability-card:hover,.about-capability-card:focus-within{transform:translateY(-8px);border-color:rgba(249,115,22,.28);box-shadow:0 26px 48px rgba(0,0,0,.2),0 0 0 1px rgba(249,115,22,.12)inset;background:linear-gradient(180deg,rgba(255,255,255,6%),rgba(255,255,255,3%)),#2a2f34}.about-value-card:hover .about-icon-badge,.about-value-card:focus-within .about-icon-badge,.about-capability-card:hover .about-capability-card__icon,.about-capability-card:focus-within .about-capability-card__icon{transform:translateY(-2px)scale(1.06);background:rgba(249,115,22,.2);border-color:rgba(249,115,22,.52);color:#fff1e6;box-shadow:0 14px 28px rgba(249,115,22,.18)}.about-capability-card ul,.solutions-card ul,.products-text-panel ul{list-style:none;margin:18px 0 0;padding:0}.about-capability-card li,.solutions-card li,.products-text-panel li{position:relative;padding-left:18px;color:#ffd0a9}.about-capability-card li+li,.solutions-card li+li,.products-text-panel li+li{margin-top:8px}.about-capability-card li::before,.solutions-card li::before,.products-text-panel li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:999px;background:var(--bwn-accent)}.about-cert-row{display:grid;grid-template-columns:minmax(280px,.8fr)minmax(0,1.2fr);gap:26px;align-items:center}.about-cert-copy p{margin:12px 0 0;color:#d0d6de;line-height:1.68}.about-cert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.about-cert-box{min-height:110px;padding:18px 14px;display:grid;align-content:center;text-align:center;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:#1f2329}.about-cert-box strong{color:#ffd2ad;font-size:1.15rem}.about-cert-box span{margin-top:8px;color:#c7ced8;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase}.about-nda-panel{display:grid;grid-template-columns:minmax(0,1fr)minmax(360px,.9fr);gap:26px;padding:28px}.about-nda-panel__copy p{margin:12px 0 0;color:#c8cfd8;line-height:1.7}.about-nda-panel__copy .brand-button{margin-top:20px}.about-nda-panel__table{padding:22px;border-radius:20px;background:#1d2228}.brand-section--about-cta{padding-top:18px}.brand-page--about-us .brand-tag,.brand-page--confidentiality-policy .brand-tag{color:#ffd4ac;background:rgba(249,115,22,.14);border:1px solid rgba(249,115,22,.34);box-shadow:0 8px 24px rgba(0,0,0,.18)}.brand-page--about-us .brand-button--primary,.brand-page--confidentiality-policy .brand-button--primary{background:linear-gradient(180deg,#ff8d1b 0%,#ff7614 100%);color:#fff;border-color:rgba(255,194,127,.42);box-shadow:0 16px 28px rgba(249,115,22,.22)}.brand-page--about-us .brand-button--primary:hover,.brand-page--about-us .brand-button--primary:focus-visible,.brand-page--confidentiality-policy .brand-button--primary:hover,.brand-page--confidentiality-policy .brand-button--primary:focus-visible{background:linear-gradient(180deg,#ff9c37 0%,#ff7f1f 100%);box-shadow:0 20px 34px rgba(249,115,22,.3)}.brand-page--about-us .brand-button--ghost,.brand-page--confidentiality-policy .brand-button--ghost{border-color:rgba(249,115,22,.3);background:rgba(255,255,255,6%);color:#f8fafc}.brand-page--about-us .brand-button--ghost:hover,.brand-page--about-us .brand-button--ghost:focus-visible,.brand-page--confidentiality-policy .brand-button--ghost:hover,.brand-page--confidentiality-policy .brand-button--ghost:focus-visible{border-color:rgba(249,115,22,.46);background:rgba(255,255,255,.1);box-shadow:0 14px 28px rgba(0,0,0,.16)}.brand-page--about-us .about-intro p,.brand-page--about-us .about-capability-card p,.brand-page--about-us .about-cert-copy p,.brand-page--about-us .about-nda-panel__copy p,.brand-page--about-us .about-bottom-cta__copy p,.brand-page--confidentiality-policy .why-choose-overview__copy p,.brand-page--confidentiality-policy .about-nda-panel__copy p,.brand-page--confidentiality-policy .about-bottom-cta__copy p,.brand-page--confidentiality-policy .brand-center-heading p,.brand-page--confidentiality-policy .why-choose-pillar li{color:rgba(248,250,252,.82)}.brand-page--about-us .about-value-card h3,.brand-page--about-us .about-capability-card h3,.brand-page--about-us .about-cert-copy h2,.brand-page--about-us .about-nda-panel h2,.brand-page--about-us .about-bottom-cta__copy h2,.brand-page--confidentiality-policy .why-choose-overview__copy h2,.brand-page--confidentiality-policy .about-nda-panel h2,.brand-page--confidentiality-policy .about-bottom-cta__copy h2,.brand-page--confidentiality-policy .brand-center-heading h2,.brand-page--confidentiality-policy .why-choose-pillar h3{color:#fff4e7}.brand-page--about-us .about-value-card p,.brand-page--about-us .about-cert-box span,.brand-page--about-us .about-nda-row span,.brand-page--confidentiality-policy .about-nda-row span,.brand-page--confidentiality-policy .why-choose-overview__points li{color:#d7e0ea}.brand-page--about-us .about-capability-card li{color:#ffe0c0}.brand-page--about-us .about-cert-box strong,.brand-page--about-us .about-nda-header,.brand-page--about-us .about-nda-row strong,.brand-page--confidentiality-policy .about-nda-header,.brand-page--confidentiality-policy .about-nda-row strong{color:#ffbf7a}.brand-page--factory-tour .brand-tag{background:rgba(249,115,22,.14);color:#ffbf8a;border:1px solid rgba(249,115,22,.22)}.brand-page--factory-tour .brand-center-heading p,.brand-page--factory-tour .section-head p,.brand-page--factory-tour .factory-tour-overview__copy p,.brand-page--factory-tour .factory-tour-process__item p,.brand-page--factory-tour .factory-tour-showcase__content p,.brand-page--factory-tour .factory-tour-proof__copy p,.brand-page--factory-tour .factory-tour-cta p,.brand-page--factory-tour .factory-tour-metric p{color:rgba(226,232,240,.8)}.brand-page--factory-tour .factory-tour-overview__copy h2,.brand-page--factory-tour .factory-tour-showcase__content h2,.brand-page--factory-tour .factory-tour-proof__copy h2,.brand-page--factory-tour .factory-tour-cta h2,.brand-page--factory-tour .factory-tour-metric h3,.brand-page--factory-tour .factory-tour-process__item h3{color:#fff4e7}.factory-tour-overview{display:grid;grid-template-columns:minmax(0,.95fr)minmax(360px,1.05fr);gap:28px;align-items:stretch}.factory-tour-overview__copy{display:grid;align-content:start;padding:30px 32px;border:1px solid rgba(255,255,255,8%);background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 24%),linear-gradient(180deg,#2a2f35 0%,#20252b 100%);box-shadow:0 24px 44px rgba(0,0,0,.16)}.factory-tour-overview__copy h2{margin:14px 0 0;font-size:clamp(2rem,4vw,2.8rem);line-height:1.08}.factory-tour-overview__copy p{margin:14px 0 0;line-height:1.72}.factory-tour-overview__visuals{display:grid;grid-template-columns:1fr;gap:16px}.factory-tour-overview__visuals img,.factory-tour-belt__item img,.factory-tour-showcase__primary img,.factory-tour-showcase__stack-item img,.factory-tour-proof__item img{display:block;width:100%;height:100%;object-fit:cover}.factory-tour-overview__visuals img{aspect-ratio:3/2;min-height:auto;object-fit:cover}.factory-tour-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px}.factory-tour-metric,.factory-tour-process__item{padding:22px 20px;border:1px solid rgba(255,255,255,8%);background:#2a2f34;box-shadow:0 20px 40px rgba(0,0,0,.12)}.factory-tour-metric h3{margin:0;font-size:1.08rem;line-height:1.2}.factory-tour-metric p{margin:12px 0 0;line-height:1.66}.factory-tour-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.factory-tour-process__step{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border:1px solid rgba(249,115,22,.22);color:#ffbf8a;background:rgba(249,115,22,8%);font-size:.78rem;font-weight:700;letter-spacing:.08em}.factory-tour-process__item h3{margin:18px 0 0;font-size:1.1rem;line-height:1.18}.factory-tour-process__item p{margin:12px 0 0;line-height:1.68}.factory-tour-showcase{display:grid;grid-template-columns:minmax(360px,1.02fr)minmax(0,.98fr);gap:28px;align-items:center;padding:34px 0;border-top:1px solid rgba(255,255,255,6%)}.factory-tour-showcase:first-child{padding-top:0;border-top:0}.factory-tour-showcase:last-child{padding-bottom:0}.factory-tour-showcase--reverse{grid-template-columns:minmax(0,.98fr)minmax(360px,1.02fr)}.factory-tour-showcase--reverse .factory-tour-showcase__media{order:2}.factory-tour-showcase--reverse .factory-tour-showcase__content{order:1}.factory-tour-showcase__media{display:grid;grid-template-columns:minmax(0,1.12fr)minmax(180px,.88fr);gap:16px;align-items:stretch}.factory-tour-showcase__primary,.factory-tour-showcase__stack-item,.factory-tour-belt__item,.factory-tour-proof__item{overflow:hidden;border:1px solid rgba(255,255,255,8%);background:rgba(18,22,27,.82);box-shadow:0 18px 34px rgba(0,0,0,.14)}.factory-tour-showcase__primary{min-height:420px}.factory-tour-showcase__stack{display:grid;gap:16px}.factory-tour-showcase__stack-item{min-height:202px}.factory-tour-showcase__content h2{margin:16px 0 0;font-size:clamp(1.7rem,2.6vw,2.4rem);line-height:1.08}.factory-tour-showcase__content p{margin:16px 0 0;line-height:1.74}.factory-tour-showcase__content ul{list-style:none;margin:20px 0 0;padding:0}.factory-tour-showcase__content li{position:relative;padding-left:18px;color:#ffe0c0;line-height:1.68}.factory-tour-showcase__content li+li{margin-top:8px}.factory-tour-showcase__content li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:999px;background:var(--bwn-accent)}.factory-tour-belt{display:grid;grid-template-columns:1.15fr .95fr 1.15fr .95fr;gap:16px}.factory-tour-belt__item{min-height:260px}.factory-tour-proof{display:grid;gap:26px;align-items:start}.factory-tour-proof__copy{display:grid;align-content:start;max-width:900px}.factory-tour-proof__copy h2{margin:14px 0 0;font-size:clamp(2rem,4vw,2.8rem);line-height:1.08}.factory-tour-proof__copy p{margin:14px 0 0;line-height:1.74}.factory-tour-proof__visuals{display:grid;gap:18px}.factory-tour-proof__row{display:grid;gap:16px;align-items:start}.factory-tour-proof__row--4{grid-template-columns:repeat(4,minmax(0,1fr))}.factory-tour-proof__row--3{grid-template-columns:1.05fr 1.25fr .95fr}.factory-tour-proof__item{margin:0;aspect-ratio:3/2}.factory-tour-proof__item--tall{aspect-ratio:4/3}.factory-tour-proof__item--panorama{aspect-ratio:16/10}.factory-tour-proof__item--lift{transform:translateY(18px)}.factory-tour-cta{margin-top:34px;padding:48px 24px 40px;text-align:center;background:radial-gradient(circle at top center,rgba(255,255,255,8%),transparent 34%),linear-gradient(180deg,rgba(249,115,22,.96) 0%,rgba(234,88,12,.96) 100%);box-shadow:0 24px 60px rgba(249,115,22,.2)}.factory-tour-cta p{max-width:62ch;margin:16px auto 0;color:#fff4ea}.factory-tour-cta .brand-button{margin-top:26px;background:#fff;color:#111827}.factory-tour-cta .brand-button:hover,.factory-tour-cta .brand-button:focus-visible{background:#fff7ed}.brand-page--fttx-solutions .brand-tag{color:#ffd4ac;background:rgba(249,115,22,.14);border:1px solid rgba(249,115,22,.34);box-shadow:0 8px 24px rgba(0,0,0,.18)}.brand-page--quick-odn-solution-b .brand-tag,.brand-page--quick-odn-solution-d .brand-tag,.brand-page--quick-odn-solution-x .brand-tag,.brand-page--quick-odn-solution-q .brand-tag{color:#ffd4ac;background:rgba(249,115,22,.14);border:1px solid rgba(249,115,22,.34);box-shadow:0 8px 24px rgba(0,0,0,.18)}.brand-page--fttx-solutions .brand-button--primary,.brand-page--fttx-solutions .brand-button--light{background:var(--bwn-accent);color:#fff;border-color:transparent;box-shadow:0 16px 28px rgba(249,115,22,.22)}.brand-page--quick-odn-solution-b .brand-button--primary,.brand-page--quick-odn-solution-d .brand-button--primary,.brand-page--quick-odn-solution-x .brand-button--primary,.brand-page--quick-odn-solution-q .brand-button--primary{background:var(--bwn-accent);color:#fff;border-color:transparent;box-shadow:0 16px 28px rgba(249,115,22,.22)}.brand-page--fttx-solutions .brand-button--primary:hover,.brand-page--fttx-solutions .brand-button--primary:focus-visible,.brand-page--fttx-solutions .brand-button--light:hover,.brand-page--fttx-solutions .brand-button--light:focus-visible{background:var(--bwn-accent-dark);box-shadow:0 20px 34px rgba(249,115,22,.3)}.brand-page--quick-odn-solution-b .brand-button--primary:hover,.brand-page--quick-odn-solution-b .brand-button--primary:focus-visible,.brand-page--quick-odn-solution-d .brand-button--primary:hover,.brand-page--quick-odn-solution-d .brand-button--primary:focus-visible,.brand-page--quick-odn-solution-x .brand-button--primary:hover,.brand-page--quick-odn-solution-x .brand-button--primary:focus-visible,.brand-page--quick-odn-solution-q .brand-button--primary:hover,.brand-page--quick-odn-solution-q .brand-button--primary:focus-visible{background:var(--bwn-accent-dark);box-shadow:0 20px 34px rgba(249,115,22,.3)}.brand-page--fttx-solutions .brand-button--ghost{border-color:var(--bwn-border);background:rgba(255,255,255,4%);color:#f8fafc}.brand-page--quick-odn-solution-b .brand-button--ghost,.brand-page--quick-odn-solution-d .brand-button--ghost,.brand-page--quick-odn-solution-x .brand-button--ghost,.brand-page--quick-odn-solution-q .brand-button--ghost{border-color:var(--bwn-border);background:rgba(255,255,255,4%);color:#f8fafc}.brand-page--fttx-solutions .brand-button--ghost:hover,.brand-page--fttx-solutions .brand-button--ghost:focus-visible{border-color:rgba(249,115,22,.46);background:rgba(255,255,255,8%);box-shadow:0 14px 28px rgba(0,0,0,.16)}.brand-page--quick-odn-solution-b .brand-button--ghost:hover,.brand-page--quick-odn-solution-b .brand-button--ghost:focus-visible,.brand-page--quick-odn-solution-d .brand-button--ghost:hover,.brand-page--quick-odn-solution-d .brand-button--ghost:focus-visible,.brand-page--quick-odn-solution-x .brand-button--ghost:hover,.brand-page--quick-odn-solution-x .brand-button--ghost:focus-visible,.brand-page--quick-odn-solution-q .brand-button--ghost:hover,.brand-page--quick-odn-solution-q .brand-button--ghost:focus-visible{border-color:rgba(249,115,22,.46);background:rgba(255,255,255,8%);box-shadow:0 14px 28px rgba(0,0,0,.16)}.brand-page--fttx-solutions .brand-center-heading p,.brand-page--fttx-solutions .section-head p,.brand-page--fttx-solutions .solutions-geo__copy p,.brand-page--fttx-solutions .solutions-page-intro p,.brand-page--fttx-solutions .solutions-page-feature-copy p,.brand-page--fttx-solutions .solutions-page-catalog__copy p,.brand-page--fttx-solutions .solutions-page-faq-card p{color:rgba(248,250,252,.82)}.brand-page--fttx-solutions .solutions-page-intro h2,.brand-page--fttx-solutions .solutions-page-feature-copy h2,.brand-page--fttx-solutions .solutions-page-catalog__copy h2,.brand-page--fttx-solutions .solutions-page-type-card h3,.brand-page--fttx-solutions .solutions-page-feature-card h3,.brand-page--fttx-solutions .solutions-page-catalog__card h3,.brand-page--fttx-solutions .solutions-page-faq-card h3,.brand-page--fttx-solutions .solutions-geo__copy h2,.brand-page--fttx-solutions .solutions-cta h2{color:#f8fafc}.brand-page--fttx-solutions .solutions-page-type-card p,.brand-page--fttx-solutions .solutions-page-feature-card p,.brand-page--fttx-solutions .solutions-page-catalog__card li,.brand-page--fttx-solutions .solutions-page-faq-card p,.brand-page--fttx-solutions .solutions-geo__item span,.brand-page--fttx-solutions .solutions-card__body p{color:rgba(226,232,240,.78)}.brand-page--fttx-solutions .solutions-page-type-card li,.brand-page--fttx-solutions .solutions-page-catalog__card li,.brand-page--fttx-solutions .solutions-card li{color:#e5edf7}.solutions-page-intro{max-width:860px}.solutions-page-intro h2,.solutions-overview-panel__copy h2,.solutions-page-catalog__copy h2{margin:14px 0 0;font-size:clamp(2rem,4vw,2.75rem);line-height:1.08;letter-spacing:-.04em;color:#fff4e7}.solutions-page-intro p,.solutions-overview-panel__copy p,.solutions-page-catalog__copy p{margin:14px 0 0;line-height:1.72}.solutions-overview-panel,.solutions-page-catalog{display:grid;grid-template-columns:minmax(0,1.05fr)minmax(320px,.95fr);gap:28px;align-items:center;padding:30px 32px;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 26%),linear-gradient(180deg,var(--bwn-inner-surface) 0%,var(--bwn-inner-surface-soft) 100%);box-shadow:0 24px 44px rgba(0,0,0,.16)}.solutions-overview-panel__actions,.solutions-page-catalog__actions,.solutions-architecture-card__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.solutions-overview-panel__visual{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,8%);background:linear-gradient(180deg,rgba(72,79,86,.54),rgba(63,71,77,.4));box-shadow:0 20px 40px rgba(0,0,0,.14)}.solutions-overview-panel__visual img{display:block;width:100%;height:100%;min-height:380px;object-fit:cover}.solutions-overview-panel__note{position:absolute;left:18px;right:18px;bottom:18px;display:grid;gap:6px;padding:16px 18px;border-radius:18px;background:rgba(63,71,77,.88);border:1px solid rgba(255,255,255,8%);backdrop-filter:blur(12px)}.solutions-overview-panel__note strong{color:#fff4e7;font-size:1rem}.solutions-overview-panel__note span{color:rgba(226,232,240,.82);line-height:1.6;font-size:.94rem}.solutions-page-type-grid,.solutions-page-faq-grid,.solutions-advantage-grid,.solutions-partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:28px}.solutions-page-faq-grid{grid-template-columns:1fr}.solutions-page-type-card,.solutions-page-faq-card,.solutions-page-catalog__card,.solutions-advantage-card,.solutions-partner-card{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:var(--bwn-inner-surface);box-shadow:0 20px 40px rgba(0,0,0,.12)}.solutions-page-type-card,.solutions-page-faq-card,.solutions-advantage-card,.solutions-partner-card{position:relative;padding:24px 20px 22px}.solutions-page-faq-card{padding:0;overflow:hidden}.solutions-page-type-card{padding-top:62px}.solutions-page-type-card .brand-chip{position:absolute;top:18px;left:18px}.solutions-page-type-card h3,.solutions-page-catalog__card h3,.solutions-page-faq-card h3,.solutions-advantage-card h3,.solutions-partner-card h3{margin:0;color:#fff4e7;font-size:1.2rem;line-height:1.16}.solutions-page-type-card p,.solutions-page-catalog__card li,.solutions-page-faq-card p,.solutions-advantage-card p,.solutions-partner-card p{color:#d7e0ea;line-height:1.66}.solutions-page-faq-card__summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;cursor:pointer;list-style:none}.solutions-page-faq-card__summary::-webkit-details-marker{display:none}.solutions-page-faq-card__summary h3{margin:0;color:#fff4e7;font-size:1.16rem;font-weight:600;line-height:1.3}.solutions-page-faq-card__toggle{position:relative;flex:0 0 22px;width:22px;height:22px}.solutions-page-faq-card__toggle::before,.solutions-page-faq-card__toggle::after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;border-radius:999px;background:#f97316;transform:translate(-50%,-50%);transition:transform .22s ease,opacity .22s ease}.solutions-page-faq-card__toggle::after{transform:translate(-50%,-50%)rotate(90deg)}.solutions-page-faq-card[open] .solutions-page-faq-card__toggle::after{opacity:0}.solutions-page-faq-card__answer{padding:0 24px 22px}.solutions-page-faq-card__answer p{margin:0}.solutions-page-type-card p,.solutions-advantage-card p,.solutions-partner-card p{margin:14px 0 0}.solutions-page-type-card ul,.solutions-page-catalog__card ul,.solutions-architecture-card__points{list-style:none;margin:18px 0 0;padding:0}.solutions-page-type-card li,.solutions-page-catalog__card li,.solutions-architecture-card__points li{position:relative;padding-left:18px;color:#ffe0c0}.solutions-page-type-card li+li,.solutions-page-catalog__card li+li,.solutions-architecture-card__points li+li{margin-top:8px}.solutions-page-type-card li::before,.solutions-page-catalog__card li::before,.solutions-architecture-card__points li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:999px;background:var(--bwn-accent)}.solutions-page-catalog{grid-template-columns:minmax(0,.95fr)minmax(0,1.05fr);align-items:start}.solutions-video-section{display:grid;gap:26px}.solutions-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.solutions-video-card{overflow:hidden;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:#2a2f34;box-shadow:0 20px 40px rgba(0,0,0,.12)}.solutions-video-card__frame{position:relative;aspect-ratio:16/9;background:var(--bwn-surface-base)}.solutions-video-card__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.solutions-video-card__body{padding:18px 18px 20px}.solutions-video-card__body .brand-chip{position:static;margin-bottom:14px}.solutions-video-card__body h3{margin:0;color:#f8fafc;font-size:1.18rem;line-height:1.22}.solutions-video-card__body p{margin:12px 0 0;color:rgba(226,232,240,.78);line-height:1.68}.solutions-video-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.solutions-page-catalog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.solutions-page-catalog__card{padding:22px 18px}.solutions-page-faq-card h3{margin-top:0}.solutions-page-faq-card p{margin:12px 0 0}.about-bottom-cta{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr)minmax(260px,.92fr);gap:28px;align-items:center;padding:30px 32px;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:radial-gradient(circle at top right,rgba(249,115,22,.18),transparent 26%),radial-gradient(circle at 14% 20%,rgba(92,195,255,.1),transparent 22%),linear-gradient(180deg,#2a2f35 0%,#20252b 100%);box-shadow:0 24px 44px rgba(0,0,0,.16);overflow:hidden}.about-bottom-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,3%) 1px,transparent 1px),linear-gradient(rgba(255,255,255,3%) 1px,transparent 1px);background-size:32px 32px;opacity:.12;pointer-events:none}.about-bottom-cta__copy,.about-bottom-cta__actions{position:relative;z-index:1}.about-bottom-cta__copy h2{margin:14px 0 0;font-size:clamp(2rem,4vw,2.75rem);line-height:1.08;letter-spacing:-.04em;color:#f7f8fb}.about-bottom-cta__copy p{max-width:58ch;margin:14px 0 0;color:#c9d0d8;line-height:1.72}.about-bottom-cta__actions{display:grid;justify-items:start;gap:12px}.about-nda-header{margin-bottom:12px;color:#ffbe87;font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.about-nda-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,8%)}.about-nda-row:last-child{border-bottom:0}.about-nda-row span{color:#d6dce5}.about-nda-row strong{color:#69eb9b;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.solutions-compare{margin-top:32px;overflow-x:auto;border-radius:24px}.solutions-compare__table{width:100%;min-width:780px;border-collapse:collapse}.solutions-compare__table th,.solutions-compare__table td{padding:16px 18px;text-align:left;border-bottom:1px solid rgba(255,255,255,6%)}.solutions-compare__table th{background:#34383e;color:#f2f4f7;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.solutions-compare__table th:nth-child(2),.solutions-compare__table td:nth-child(2){color:#ffd4ac}.solutions-compare__table td{color:#d3d9e2;background:#262b31}.solutions-architecture-list{display:grid;gap:22px}.solutions-architecture-card{display:grid;grid-template-columns:minmax(320px,.92fr)minmax(0,1.08fr);gap:30px;align-items:center;padding:28px;border:1px solid rgba(255,255,255,8%);border-radius:28px;background:radial-gradient(circle at top right,rgba(249,115,22,.12),transparent 24%),linear-gradient(180deg,#2a2f35 0%,#20252b 100%);box-shadow:0 24px 44px rgba(0,0,0,.16)}.solutions-architecture-card--reverse{grid-template-columns:minmax(0,1.08fr)minmax(320px,.92fr)}.solutions-architecture-card--reverse .solutions-architecture-card__media{order:2}.solutions-architecture-card--reverse .solutions-architecture-card__content{order:1}.solutions-architecture-card__media{display:flex;align-items:center;justify-content:center;min-height:320px;padding:24px;border-radius:24px;background:radial-gradient(circle at 20% 20%,rgba(249,115,22,.12),transparent 18%),linear-gradient(180deg,rgba(17,24,39,.72),rgba(30,41,59,.4));border:1px solid rgba(255,255,255,8%);overflow:hidden}.solutions-architecture-card__media img{display:block;width:100%;height:auto}.solutions-architecture-card__content{display:grid;align-content:start;row-gap:18px}.solutions-architecture-card__content .brand-chip{position:static;justify-self:start}.solutions-architecture-card__eyebrow{color:#ffbe87;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.solutions-architecture-card__content h3{margin:0;color:#fff4e7;font-size:clamp(1.65rem,2.6vw,2.15rem);line-height:1.08}.solutions-architecture-card__content p{margin:0;color:rgba(226,232,240,.82);line-height:1.74}.solutions-architecture-card__highlights{display:flex;flex-wrap:wrap;gap:10px}.solutions-architecture-card__highlights span{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,8%);background:rgba(255,255,255,4%);color:#ffe0c0;font-size:.88rem;line-height:1.2}.solutions-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.solutions-card{overflow:hidden;border-radius:24px}.solutions-card__media{position:relative;height:210px}.solutions-card__media img{width:100%;height:100%;object-fit:cover;display:block}.brand-chip{position:absolute;top:12px;left:12px;border-radius:999px;padding:0 12px}.solutions-card__body{padding:18px}.solutions-card__body a,.product-spec-card__body a,.news-side-card__body a,.news-reference-card__body a,.news-feature-card__meta a,.news-checklist-panel a{display:inline-flex;margin-top:16px;color:var(--bwn-accent);font-weight:700;text-decoration:none}.solutions-geo{display:grid;grid-template-columns:minmax(0,.95fr)minmax(440px,1.05fr);gap:34px;align-items:center}.solutions-geo__copy h2{max-width:11ch}.solutions-geo__copy p{margin:16px 0 0;color:#c6ced8;line-height:1.7}.solutions-geo__list{display:grid;gap:14px;margin-top:20px}.solutions-geo__item{padding:12px 14px;border-left:3px solid var(--bwn-accent);border-radius:18px;background:rgba(255,255,255,2%)}.solutions-geo__item strong{display:block;color:#ffe9d7}.solutions-geo__item span{display:block;margin-top:6px;color:#c8d0da;font-size:.92rem}.solutions-world-card{position:relative;padding:22px;border-radius:24px}.solutions-world-card__map{height:300px;border:1px solid rgba(255,255,255,8%);background:radial-gradient(circle at 20% 50%,rgba(87,240,237,.32),transparent 14%),radial-gradient(circle at 50% 46%,rgba(87,240,237,.3),transparent 22%),radial-gradient(circle at 76% 60%,rgba(87,240,237,.28),transparent 18%),linear-gradient(180deg,rgba(4,30,39,.9),rgba(5,17,24,.98));position:relative;overflow:hidden}.solutions-world-card__map::before{content:"";position:absolute;inset:10% 6%;background:radial-gradient(circle at 18% 43%,rgba(95,240,221,.82) 0 8%,transparent 8.5%),radial-gradient(circle at 36% 42%,rgba(95,240,221,.74) 0 12%,transparent 12.5%),radial-gradient(circle at 54% 38%,rgba(95,240,221,.8) 0 10%,transparent 10.5%),radial-gradient(circle at 76% 48%,rgba(95,240,221,.8) 0 12%,transparent 12.5%),radial-gradient(circle at 84% 74%,rgba(95,240,221,.8) 0 6%,transparent 6.5%);filter:blur(16px);opacity:.9}.solutions-world-card__label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-height:28px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;background:var(--bwn-accent);color:#fff;font-size:.72rem;font-weight:700}.solutions-cta{margin-top:42px;padding:52px 24px 42px;text-align:center;border-radius:24px;background:radial-gradient(circle at top center,rgba(255,255,255,8%),transparent 34%),linear-gradient(180deg,rgba(249,115,22,.96) 0%,rgba(234,88,12,.96) 100%);box-shadow:0 24px 60px rgba(249,115,22,.2)}.solutions-cta p,.solutions-cta span{color:#fff4ea}.solutions-cta p{max-width:58ch;margin:16px auto 0}.solutions-cta .brand-button{margin-top:26px;background:#fff;color:#111827;box-shadow:0 18px 34px rgba(0,0,0,.14)}.solutions-cta .brand-button:hover,.solutions-cta .brand-button:focus-visible{background:#fff7ed;color:#111827}.solutions-cta span{display:block;margin-top:16px;font-size:.74rem}.solution-detail-intro{display:grid;grid-template-columns:minmax(0,.96fr)minmax(360px,1.04fr);gap:28px;align-items:start}.solution-detail-intro__visual{display:flex;flex-direction:column}.solution-detail-intro__image-frame{overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,8%);background:#fff;line-height:0}.solution-detail-intro__copy,.solution-detail-pillar,.solution-detail-case-card{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:radial-gradient(circle at top right,rgba(249,115,22,.12),transparent 22%),linear-gradient(180deg,#2a2f35 0%,#20252b 100%);box-shadow:0 20px 40px rgba(0,0,0,.14)}.solution-detail-intro__copy{padding:28px}.solution-detail-intro__copy h2{margin:16px 0 0;color:#fff4e7;font-size:clamp(2rem,3.2vw,2.7rem);line-height:1.08}.solution-detail-intro__copy p{margin:16px 0 0;color:rgba(226,232,240,.82);line-height:1.74}.solution-detail-intro__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.solution-detail-intro__image{display:block;width:100%;height:auto;max-width:100%;aspect-ratio:auto!important;object-fit:contain!important;margin:0;border:0;border-radius:0;vertical-align:top}.solution-detail-intro__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.solution-detail-intro__stat{padding:18px 16px;border-radius:20px;border:1px solid rgba(255,255,255,8%);background:rgba(255,255,255,4%)}.solution-detail-intro__stat span{display:block;color:#ffbe87;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.solution-detail-intro__stat strong{display:block;margin-top:10px;color:#f8fafc;font-size:1rem;line-height:1.5}.solution-detail-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.solution-detail-pillar{padding:24px}.solution-detail-pillar h3,.solution-detail-case-card__body h3{margin:0;color:#fff4e7;font-size:1.3rem}.solution-detail-pillar ul{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.solution-detail-pillar li{position:relative;padding-left:18px;color:rgba(226,232,240,.82);line-height:1.68}.solution-detail-pillar li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:999px;background:var(--bwn-accent)}.solution-detail-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.solution-detail-case-card{overflow:hidden}.solution-detail-case-card__media img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.solution-detail-case-card__body{padding:22px}.solution-detail-case-card__body p{margin:14px 0 0;color:rgba(226,232,240,.82);line-height:1.72}.solution-detail-case-card__body strong{display:block;margin-top:16px;color:#ffdcc0;font-size:.95rem;line-height:1.6}.solution-detail-cta{margin-top:32px}.products-block h2,.products-commitments h2{margin-bottom:22px}.products-intro-panel,.products-application-panel{padding:30px 32px;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:radial-gradient(circle at top right,rgba(249,115,22,.14),transparent 28%),linear-gradient(180deg,#2a2f35 0%,#20252b 100%);box-shadow:0 24px 44px rgba(0,0,0,.16)}.products-intro-panel{display:grid;grid-template-columns:minmax(0,1.15fr)minmax(260px,.85fr);gap:24px;align-items:start;margin-bottom:24px}.products-intro-panel__copy h2{margin:14px 0 0;font-size:clamp(2rem,4vw,2.75rem);line-height:1.08;letter-spacing:-.04em;color:#fff4e7}.products-intro-panel__copy p,.products-intro-panel__note p,.products-application-card p,.products-application-cta p{margin:14px 0 0;color:rgba(248,250,252,.82);line-height:1.72}.products-intro-panel__note{padding:20px 18px;border:1px solid rgba(249,115,22,.18);border-radius:20px;background:rgba(8,12,22,.3)}.products-intro-panel__note strong,.products-application-card h3,.products-application-cta h3{color:#fff4e7}.products-overview-grid,.products-application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.products-overview-card,.products-application-card{position:relative;padding:24px 20px 22px;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:#2a2f34;box-shadow:0 20px 40px rgba(0,0,0,.12)}.products-overview-card .brand-chip{position:static;margin-bottom:14px}.products-overview-card h3{margin:0;color:#fff4e7;font-size:1.22rem;line-height:1.18}.products-overview-card p{margin:12px 0 0;color:#d7e0ea;line-height:1.66}.products-overview-card ul{list-style:none;margin:18px 0 0;padding:0}.products-overview-card li{position:relative;padding-left:18px;color:#ffe0c0}.products-overview-card li+li{margin-top:8px}.products-overview-card li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:999px;background:var(--bwn-accent)}.products-application-panel{display:grid;gap:24px}.products-application-card{padding-top:22px;border-top:2px solid rgba(249,115,22,.5)}.products-application-card h3{margin:0}.products-application-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0 0;border-top:1px solid rgba(255,255,255,8%)}.products-block h2 span,.products-table-panel h3 span,.products-odf-panel h3 span{color:#ffd4ac;margin-right:10px}.products-top-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-spec-card{overflow:hidden}.product-spec-card__media{aspect-ratio:4/3}.product-spec-card__media img{width:100%;height:100%;object-fit:cover;display:block}.product-spec-card__body{padding:16px 14px 18px}.product-spec-card__specs{display:grid;gap:8px;margin-top:12px}.product-spec-card__specs div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#d2d8e0;font-size:.84rem}.product-spec-card__specs strong{color:#fff7ef}.products-middle-grid,.products-bottom-grid{display:grid;gap:12px;margin-top:18px}.products-middle-grid{grid-template-columns:minmax(0,.95fr)minmax(280px,.95fr)minmax(0,.9fr)}.products-bottom-grid{grid-template-columns:minmax(0,1fr)minmax(0,1fr)}.products-text-panel,.products-table-panel,.products-odf-panel{padding:22px 18px}.products-text-panel h3,.products-table-panel h3,.products-odf-panel h3{font-size:2rem;max-width:10ch}.products-text-panel--dark{background:#22272c}.products-visual-panel{min-height:100%;overflow:hidden}.products-visual-panel img{width:100%;height:100%;object-fit:cover;display:block}.products-text-panel ul li{padding-left:16px}.products-text-panel ul li strong,.products-mini-stack strong{display:block;color:#fff5e8}.products-text-panel ul li span,.products-mini-stack span{display:block;margin-top:4px;color:#bfc8d3;font-size:.82rem}.products-mini-stack{display:grid;gap:10px;margin-top:16px}.products-mini-stack div,.products-odf-grid div{padding:14px;background:rgba(255,255,255,4%)}.products-table-panel table{width:100%;border-collapse:collapse;margin-top:16px}.products-table-panel th,.products-table-panel td{padding:12px 10px;border:1px solid rgba(255,255,255,6%);text-align:left}.products-table-panel th{color:#ffd4ac;background:#1d2228;font-size:.82rem}.products-table-panel td{color:#d2d8e0}.products-odf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.products-odf-grid div{min-height:124px;display:grid;align-content:center;text-align:center}.products-odf-grid strong{color:#f7f7f9}.products-odf-grid span{margin-top:6px;color:#c4ccd6;font-size:.78rem}.products-commitments{padding:24px 0}.products-commitments__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px}.products-commitments__card{padding-top:18px;border-top:2px solid var(--bwn-accent)}.products-commitments__card h3{margin:0;color:#fff}.products-commitments__card p{margin:10px 0 0;color:#c4ccd6;line-height:1.62}.brand-page--odn-products .products-block,.brand-page--odn-products .products-middle-grid,.brand-page--odn-products .products-bottom-grid,.brand-page--odn-products .products-application-panel,.brand-page--odn-products .products-commitments{display:none}.products-collection-intro,.products-factory-panel{display:grid;grid-template-columns:minmax(0,1.1fr)minmax(280px,.9fr);gap:24px;align-items:start}.products-collection-intro{margin-bottom:28px}.products-collection-intro__note,.products-factory-panel__copy,.products-factory-panel__visual,.products-certification-card,.products-category-card{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:#252a30;box-shadow:0 20px 40px rgba(0,0,0,.12)}.products-collection-intro__copy{align-self:center}.products-collection-intro__copy h2,.products-factory-panel__copy h2,.products-certification-card h3,.products-category-card__body h3 a,.products-factory-story__body h3{color:#fff4e7}.products-collection-intro__copy p,.products-collection-intro__note p,.products-category-card__body p,.products-factory-panel__copy p,.products-factory-story__body p,.products-certification-card p{color:#d7e0ea;line-height:1.7}.products-collection-intro__note{padding:24px 22px;background:rgba(8,12,22,.32)}.products-collection-intro__note strong{display:block;color:#fff4e7;font-size:1.1rem}.products-collection-intro__note p{margin:12px 0 0}.products-category-collection,.products-factory-story,.products-certification-grid{display:grid;gap:22px}.products-category-collection{grid-template-columns:repeat(3,minmax(0,1fr))}.products-category-card{overflow:hidden}.products-category-card__media,.products-factory-story__media{display:block;overflow:hidden}.products-category-card__media img,.products-factory-panel__visual img,.products-factory-story__media img{width:100%;height:auto;display:block}.products-category-card__media img,.products-factory-story__media img{aspect-ratio:4/3;object-fit:cover}.products-category-card__body,.products-factory-story__body{padding:22px 22px 24px}.products-category-card__meta span,.products-category-card__link{color:#cf8445;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.products-category-card__body h3{margin:10px 0 0}.products-category-card__body h3 a,.products-category-card__link{text-decoration:none}.products-category-card__body p{margin:14px 0 0}.products-category-card__body ul,.products-factory-panel__list{list-style:none;margin:18px 0 0;padding:0}.products-category-card__body li,.products-factory-panel__list li{position:relative;padding-left:18px;color:#ffe0c0;line-height:1.68}.products-category-card__body li+li,.products-factory-panel__list li+li{margin-top:8px}.products-category-card__body li::before,.products-factory-panel__list li::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:999px;background:var(--bwn-accent)}.products-category-card__link{display:inline-flex;margin-top:18px}.products-factory-panel__copy{padding:28px 26px}.products-factory-panel__visual{overflow:hidden}.products-factory-panel__visual img{min-height:100%;object-fit:cover}.products-factory-story{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px}.products-factory-story__card{overflow:hidden;border-radius:24px;background:#22272c;border:1px solid rgba(255,255,255,8%)}.products-certification-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px}.products-certification-card{padding:24px 20px 22px}.products-certification-card h3{margin:14px 0 0}.products-certification-card p{margin:12px 0 0}.products-cta-panel{text-align:center}.products-cta-panel__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:20px}.news-featured-layout{display:grid;grid-template-columns:minmax(0,1.05fr)minmax(320px,.95fr);gap:14px}.news-featured-grid{display:grid;gap:14px}.news-newsletter-card{display:grid;grid-template-columns:minmax(0,1fr)minmax(220px,.82fr);gap:18px;align-items:center;padding:28px 22px;background:linear-gradient(180deg,var(--bwn-accent) 0%,var(--bwn-accent-dark) 100%)}.news-newsletter-card h3,.news-newsletter-card p{color:#fff4e7}.news-newsletter-card__form{display:grid;gap:10px}.news-newsletter-card__form input,.news-newsletter-card__form button,.contact-fallback-form input,.contact-fallback-form select,.contact-form-wrap .ff-el-form-control{min-height:42px;border:1px solid rgba(255,255,255,.1);border-radius:0;background:#2e2720;color:#f5f7fb;padding:10px 12px;font:inherit}.news-newsletter-card__form button{background:#fff;color:#11161d;font-weight:700;cursor:pointer}.news-latest-section{display:grid;gap:24px}.news-story-list{display:grid;gap:14px}.news-story-list__item{display:grid;grid-template-columns:minmax(220px,.34fr)minmax(0,1fr)auto;gap:20px;align-items:center;padding:22px 24px;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:#2a2f34;box-shadow:0 20px 40px rgba(0,0,0,.12)}.news-story-list__media{aspect-ratio:16/10;border-radius:18px;overflow:hidden;background:#162033}.news-story-list__media img{width:100%;height:100%;object-fit:cover;display:block}.news-story-list__meta{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;margin-bottom:10px}.news-story-list__tag{display:inline-flex;align-items:center;justify-content:center;min-height:28px;width:fit-content;padding:0 12px;border-radius:999px;background:rgba(249,115,22,.14);border:1px solid rgba(249,115,22,.28);color:#ffd4ac;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.news-story-list__date{color:#94a3b8;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.news-story-list__body h3{margin:0;color:#f8fafc;font-size:1.25rem;line-height:1.24}.news-story-list__body p{margin:10px 0 0;color:rgba(226,232,240,.78);line-height:1.68}.news-story-list__action{justify-self:end}.news-lower-grid{display:grid;grid-template-columns:minmax(0,1fr)minmax(340px,.94fr);gap:36px}.news-update-item{margin-top:22px}.news-update-item__date{color:#ffd4ac;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.news-update-item h3{margin:10px 0 0;color:#fff;font-size:1.9rem;line-height:1.12}.news-update-item p{margin:10px 0 0;color:#c7cfd8;line-height:1.68}.news-checklist-panel{padding-left:28px;border-left:2px solid rgba(249,115,22,.5)}.news-checklist-list{display:grid;gap:10px;margin-top:18px}.news-checklist-list__item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 14px;background:#2b3036;color:#f2f4f8}.blog-archive-page .brand-hero--news,.blog-single-page .brand-hero--news{min-height:0}@media(max-width:767px){.product-single-template .product-single-hero__chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;max-width:100%}.product-single-template .product-single-hero__chips span{flex:none;margin-top:0;white-space:nowrap}}.blog-single-page .brand-hero--news::after{background:linear-gradient(90deg,rgba(10,14,20,.4) 0%,rgba(16,22,30,.32) 46%,rgba(16,22,30,.18) 100%),radial-gradient(circle at 70% 24%,rgba(35,180,205,8%),transparent 28%)}.blog-archive-hero__meta,.blog-single-hero__meta{display:flex;flex-wrap:wrap;gap:12px 14px;align-items:center;margin-top:22px}.blog-archive-hero__meta div{min-width:128px;padding:14px 16px;border:1px solid rgba(255,255,255,8%);background:rgba(20,24,31,.54)}.blog-archive-hero__meta strong{display:block;color:#fff;font-size:1.15rem}.blog-archive-hero__meta span,.blog-reading-time{color:#cbd5e1;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.blog-archive-layout{display:grid;grid-template-columns:minmax(260px,.34fr)minmax(0,1fr);gap:28px;align-items:start}.blog-single-layout{display:grid;grid-template-columns:minmax(0,1fr)320px;gap:28px;align-items:start}.blog-archive-sidebar,.blog-single-sidebar{position:sticky;top:96px;display:grid;gap:20px}.blog-archive-sidebar__panel,.blog-single-sidebar__panel,.blog-single-article,.blog-single-bottom-cta,.blog-archive-empty,.blog-archive-featured{padding:26px 24px;border:1px solid rgba(255,255,255,8%);background:#242a31;box-shadow:0 20px 40px rgba(0,0,0,.12)}.blog-category-nav{display:grid;gap:10px;margin-top:20px}.blog-category-nav__link,.blog-single-sidebar__link{display:block;padding:13px 14px;border:1px solid rgba(255,255,255,8%);color:#dbe3ec;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.blog-category-nav__link:hover,.blog-category-nav__link.is-active,.blog-single-sidebar__link:hover{border-color:rgba(249,115,22,.4);background:rgba(249,115,22,.1);color:#fff}.blog-archive-content{display:grid;gap:26px}.blog-archive-featured{display:grid;grid-template-columns:minmax(280px,.88fr)minmax(0,1fr);gap:24px;align-items:center}.blog-archive-featured__media,.blog-archive-card__media,.blog-single-featured-image{display:block;overflow:hidden;background:#162033}.blog-archive-featured__media{aspect-ratio:16/10}.blog-archive-featured__media img,.blog-archive-card__media img,.blog-single-featured-image img{width:100%;height:100%;display:block;object-fit:cover}.blog-archive-featured__media--fallback,.blog-archive-card__media--fallback{background:linear-gradient(135deg,#ffffff 0%,#f3f7fb 100%);padding:30px}.blog-archive-featured__media--fallback img,.blog-archive-card__media--fallback img{object-fit:contain}.blog-archive-featured__body h2,.blog-archive-card__body h3,.blog-single-bottom-cta h2,.blog-single-sidebar__panel h3{margin:0;color:#fff}.blog-archive-featured__body h2{margin-top:14px;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.1}.blog-archive-featured__body h2 a,.blog-archive-card__body h3 a{color:inherit;text-decoration:none}.blog-archive-featured__body p,.blog-archive-card__body p,.blog-single-bottom-cta p,.blog-single-sidebar__panel p{margin:14px 0 0;color:#c7cfd8;line-height:1.72}.blog-archive-featured__meta,.blog-archive-card__meta{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center}.blog-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.blog-archive-card{display:grid;border:1px solid rgba(255,255,255,8%);background:#242a31;box-shadow:0 20px 40px rgba(0,0,0,.12);overflow:hidden}.blog-archive-card__media{aspect-ratio:16/10}.blog-archive-card__body{display:grid;gap:12px;padding:18px 18px 20px}.blog-archive-card__body h3{font-size:1.12rem;line-height:1.24}.blog-archive-card__link{color:#ffd4ac;font-weight:700;text-decoration:none}.blog-archive-empty{text-align:center}.tags-index-page .brand-hero--news{min-height:0}.tags-index-hero__count{display:inline-flex;align-items:baseline;gap:10px;margin-top:22px;padding:13px 16px;border:1px solid rgba(255,255,255,.1);background:rgba(20,24,31,.54)}.tags-index-hero__count strong{color:#fff;font-size:1.45rem;line-height:1}.tags-index-hero__count span{color:#cbd5e1;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tags-index-shell{background:#f3f5f7}.tags-index-panel{padding:34px;border:1px solid #d7dde2;border-radius:24px;background:#fff;box-shadow:0 20px 46px rgba(31,43,53,.1)}.tags-index-heading{margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid #e2e8f0}.tags-index-heading h2{margin:14px 0 0;color:#172033;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.08}.tags-index-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 26px;margin:0;padding:0;list-style:none}.tags-index-list li{position:relative;min-width:0;border-bottom:1px solid #e2e8f0}.tags-index-list li::before{content:"";position:absolute;top:50%;left:2px;width:6px;height:6px;border-radius:50%;background:#d96f12;transform:translateY(-50%)}.tags-index-list a{display:block;padding:15px 12px 15px 20px;color:#334155;font-weight:650;line-height:1.35;text-decoration:none;overflow-wrap:anywhere;transition:color .2s ease,background-color .2s ease,padding-left .2s ease}.tags-index-list a:hover,.tags-index-list a:focus-visible{padding-left:24px;background:#fff7ed;color:#a9510b}.tags-index-empty{margin:0;color:#52606b}@media(max-width:1100px){.tags-index-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.tags-index-panel{padding:26px 22px;border-radius:20px}.tags-index-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}}@media(max-width:520px){.tags-index-list{grid-template-columns:minmax(0,1fr)}}.factory-tour-2026-heading{width:min(760px,100%)}.factory-tour-2026-overview-copy{width:min(980px,92%)}.factory-tour-2026-solutions{gap:clamp(76px,9vw,112px)}.factory-tour-2026-solution{width:min(82%,980px);margin-right:auto;margin-left:0}.factory-tour-2026-solution:nth-child(2){width:min(74%,900px);margin-right:0;margin-left:auto}.factory-tour-2026-solution:nth-child(3){width:min(78%,940px);margin-right:auto;margin-left:auto}.factory-tour-2026-solution .factory-tour-2026-media{aspect-ratio:3/2}.factory-tour-2026-solution__body{column-gap:clamp(30px,5vw,70px);padding:30px 0 0}.factory-tour-2026-solution__body h3{max-width:15ch}.factory-tour-2026-solution__details{gap:28px}.factory-tour-2026-facilities .factory-tour-2026-heading{width:min(760px,100%)}.factory-tour-2026-section,.factory-tour-2026-section.is-reversed{padding-bottom:clamp(86px,10vw,132px)}.factory-tour-2026-section__media,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media{width:min(82%,1040px);grid-template-columns:minmax(0,1.72fr)minmax(190px,.58fr);margin-right:auto;margin-left:0}.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media{margin-right:0;margin-left:auto}.factory-tour-2026-section__primary{aspect-ratio:4/3}.factory-tour-2026-section__content,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__content{width:min(74%,920px);margin:30px 0 0 7%;padding:30px 0 0;background:0 0;box-shadow:none}.factory-tour-2026-section.is-reversed .factory-tour-2026-section__content{margin-right:7%;margin-left:auto}.factory-tour-2026-section__content::before{left:0;width:56px;height:3px}.factory-tour-2026-section__content h2{max-width:24ch}.factory-tour-2026-section__content>p{max-width:820px}.factory-tour-2026-list-grid{gap:24px 42px}.factory-tour-2026-list-grid h3{border-bottom:0;color:#a9510b}.factory-tour-2026-process-links{border-top-color:rgba(39,52,63,.14)}.factory-tour-2026-lab .section-container{max-width:1160px}.factory-tour-2026-lab__intro,.factory-tour-2026-lab-story,.factory-tour-2026-lab__commitment{width:min(92%,1040px);margin-right:auto;margin-left:auto}.factory-tour-2026-lab-grid{display:block;width:min(92%,1040px);margin:0 auto;columns:3;column-gap:22px}.factory-tour-2026-lab-card,.factory-tour-2026-lab-card.is-featured{display:inline-block;width:100%;margin:0 0 28px;break-inside:avoid}.factory-tour-2026-lab-card img,.factory-tour-2026-lab-card:not(.is-featured) img{height:auto;aspect-ratio:auto;object-fit:contain}.factory-tour-2026-lab-card:nth-child(3n+2) img{width:92%;margin-left:auto}.factory-tour-2026-lab-card:nth-child(3n) img{width:94%}.factory-tour-2026-lab-card figcaption{width:94%}.factory-tour-2026-quality-copy{width:min(86%,820px)}.site-main--brand-page .brand-section .factory-tour-2026-lab__commitment,.site-main--brand-page .brand-section .factory-tour-2026-cta{color:#fff}.site-main--brand-page .brand-section .factory-tour-2026-lab__commitment strong,.site-main--brand-page .brand-section .factory-tour-2026-cta h2,.site-main--brand-page .brand-section .factory-tour-2026-cta>div>span{color:#fff!important}.site-main--brand-page .brand-section .factory-tour-2026-lab__commitment span{color:rgba(255,255,255,.86)!important}.site-main--brand-page .brand-section .factory-tour-2026-cta p,.site-main--brand-page .brand-section .factory-tour-2026-cta small{color:rgba(255,255,255,.76)!important}.site-main--brand-page .brand-section .factory-tour-2026-video-button{background:rgba(255,255,255,.96);color:#17212b!important}.site-main--brand-page .brand-section .factory-tour-2026-play{color:#fff!important}.site-main--brand-page .brand-section .factory-tour-2026-solution__body :is(h3,h4,strong),.site-main--brand-page .brand-section .factory-tour-2026-section__content :is(h2,h3,strong),.site-main--brand-page .brand-section .factory-tour-2026-lab :is(h2,h3,figcaption strong),.site-main--brand-page .brand-section .factory-tour-2026-oem__panel :is(h2,strong){color:#17212b}.site-main--brand-page .brand-section .factory-tour-2026-solution__body :is(p,li),.site-main--brand-page .brand-section .factory-tour-2026-section__content :is(p,li),.site-main--brand-page .brand-section .factory-tour-2026-lab :is(p,figcaption span),.site-main--brand-page .brand-section .factory-tour-2026-oem__panel :is(p,li){color:#52606b}@media(max-width:980px){.factory-tour-2026-solution,.factory-tour-2026-solution:nth-child(2),.factory-tour-2026-solution:nth-child(3){width:min(90%,860px);margin-right:auto;margin-left:auto}.factory-tour-2026-section__media,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media{width:90%}.factory-tour-2026-section__content,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__content{width:82%;margin-right:auto;margin-left:auto}}@media(max-width:760px){.factory-tour-2026-section__media,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media{width:94%}.factory-tour-2026-section__content,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__content{width:88%;margin-top:24px;padding-top:26px}.factory-tour-2026-lab-grid{columns:2}}@media(max-width:540px){.factory-tour-2026-solution,.factory-tour-2026-solution:nth-child(2),.factory-tour-2026-solution:nth-child(3),.factory-tour-2026-overview-copy,.factory-tour-2026-lab__intro,.factory-tour-2026-lab-story,.factory-tour-2026-lab__commitment,.factory-tour-2026-lab-grid{width:100%}.factory-tour-2026-section__media,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media,.factory-tour-2026-section__content,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__content{width:100%}.factory-tour-2026-lab-grid{columns:1}.factory-tour-2026-lab-card:nth-child(3n+2) img,.factory-tour-2026-lab-card:nth-child(3n) img{width:100%}}.blog-single-main{display:grid;gap:24px}.blog-single-featured-image{aspect-ratio:16/7;border:1px solid rgba(255,255,255,8%);box-shadow:0 20px 40px rgba(0,0,0,.12)}.blog-single-content{color:#dbe3ec;line-height:1.82;font-size:1.02rem}.blog-single-content>*:first-child{margin-top:0}.blog-single-content h2,.blog-single-content h3,.blog-single-content h4{scroll-margin-top:112px;margin:1.8em 0 .7em;color:#fff;line-height:1.2}.blog-single-content p,.blog-single-content ul,.blog-single-content ol,.blog-single-content blockquote{margin:0 0 1.1em}.blog-single-content ul,.blog-single-content ol{padding-left:1.4em}.blog-single-content a{color:#ffd4ac}.blog-single-content p{max-width:none}.blog-single-content img{display:block;max-width:100%;height:auto;margin:0 auto}.blog-single-content p>a,.blog-single-content figure,.blog-single-content .wp-caption{display:block;width:100%!important;max-width:100%!important}.blog-single-content .aligncenter,.blog-single-content .wp-caption.aligncenter{margin-left:auto;margin-right:auto}.blog-single-content .alignleft,.blog-single-content .alignright{float:none;margin:0 auto 1.2rem}.blog-single-content [class*=elementor-],.blog-single-content [style*=width],.blog-single-content [style*=max-width]{max-width:100%!important}.blog-single-content table{width:100%!important;max-width:100%;display:table;border-collapse:collapse;margin:1.4rem 0}.blog-single-content th,.blog-single-content td{padding:12px 14px;border:1px solid rgba(255,255,255,.12);vertical-align:top}.blog-single-content iframe,.blog-single-content video{width:100%;max-width:100%;border:0}.blog-single-content>p>a>img:only-child,.blog-single-content p>img:only-child{width:100%;border-radius:18px}.blog-single-article{padding:34px 34px 32px}.blog-single-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.blog-single-sidebar{gap:18px}.blog-single-sidebar__panel{padding:24px 22px}.blog-single-sidebar__panel h3{font-size:1.1rem}.blog-single-content blockquote{padding:18px 20px;border-left:3px solid rgba(249,115,22,.7);background:rgba(255,255,255,3%);color:#edf2f7}.blog-single-sidebar__meta-list{display:grid;gap:14px;margin:18px 0 0;padding:0;list-style:none}.blog-single-sidebar__meta-list li{display:grid;gap:4px}.blog-single-sidebar__meta-list strong{color:#fff;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.blog-single-sidebar__meta-list span{color:#c7cfd8}.blog-single-sidebar>.blog-single-sidebar__panel:first-of-type{border-color:#d96f12;background:#d96f12;box-shadow:0 18px 38px rgba(103,52,8,.18)}.blog-single-sidebar>.blog-single-sidebar__panel:first-of-type h3,.blog-single-sidebar>.blog-single-sidebar__panel:first-of-type .blog-single-sidebar__meta-list strong{color:#fff}.blog-single-sidebar>.blog-single-sidebar__panel:first-of-type .blog-single-sidebar__meta-list span{color:rgba(255,255,255,.88)}.blog-single-toc{position:sticky;top:116px}.blog-single-toc__nav{max-height:min(62vh,560px);margin-top:12px;padding-right:6px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,212,172,.48)rgba(255,255,255,6%)}.blog-single-toc__nav::-webkit-scrollbar{width:6px}.blog-single-toc__nav::-webkit-scrollbar-track{background:rgba(255,255,255,6%);border-radius:999px}.blog-single-toc__nav::-webkit-scrollbar-thumb{background:rgba(255,212,172,.48);border-radius:999px}.blog-single-toc__list,.blog-single-toc__children{display:grid;gap:4px;margin:0;padding:0;list-style:none}.blog-single-toc__item{min-width:0;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,8%)}.blog-single-toc__item:last-child{padding-bottom:0;border-bottom:0}.blog-single-toc__row{display:grid;grid-template-columns:minmax(0,1fr)24px;gap:6px;align-items:start}.blog-single-toc__item:not(.has-children) .blog-single-toc__row{grid-template-columns:minmax(0,1fr)}.blog-single-toc__link{display:block;padding:6px 8px;border-radius:8px;color:#dbe3ec;font-size:.88rem;line-height:1.34;text-decoration:none;transition:background .2s ease,color .2s ease}.blog-single-toc__link:hover,.blog-single-toc__link:focus-visible{background:rgba(249,115,22,.14);color:#fff;outline:none}.blog-single-toc__link--child{padding:5px 8px 5px 16px;color:#aeb9c7;font-size:.8rem}.blog-single-toc__children{margin:2px 0 0 8px;padding-left:8px;border-left:1px solid rgba(255,255,255,.1)}.blog-single-toc__children[hidden]{display:none}.blog-single-toc__toggle{position:relative;width:24px;height:24px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,4%);cursor:pointer}.blog-single-toc__toggle::before,.blog-single-toc__toggle::after{content:"";position:absolute;top:50%;left:50%;width:11px;height:2px;border-radius:999px;background:#ffd4ac;transform:translate(-50%,-50%)}.blog-single-toc__toggle::after{transform:translate(-50%,-50%)rotate(90deg);transition:transform .2s ease}.blog-single-toc__toggle[aria-expanded=true]::after{transform:translate(-50%,-50%)rotate(0)}.blog-single-toc__empty{margin:14px 0 0;color:#aeb9c7;line-height:1.6}.blog-related-posts{padding-top:0}.blog-related-posts .blog-archive-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-layout{display:grid;grid-template-columns:minmax(0,1.08fr)minmax(320px,.78fr);gap:18px;align-items:start}.contact-form-card{padding:24px 22px 22px}.contact-form-card__progress{width:100%;height:6px;margin-bottom:22px;background:rgba(255,255,255,6%);overflow:hidden}.contact-form-card__progress span{display:block;width:30%;height:100%;background:var(--bwn-accent)}.contact-form-card h2{font-size:2.25rem}.contact-form-card__intro{margin:12px 0 0;max-width:62ch;color:#d7dfea;line-height:1.72}.contact-form-wrap{margin-top:22px}.contact-sidebar{display:grid;gap:14px}.contact-direct-card{padding:24px 22px}.contact-direct-list{display:grid;gap:18px;margin-top:20px}.contact-direct-item{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;min-width:0}.contact-direct-item__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bwn-accent);color:#15191f;border-radius:14px;flex-shrink:0;align-self:start;margin-top:2px}.contact-direct-item__icon svg,.contact-badge-card__icon svg{width:20px;height:20px;display:block;fill:currentColor}.contact-direct-item>div{min-width:0}.contact-direct-item>div strong{display:block;color:#ffd3af;font-size:.8rem;letter-spacing:.09em;text-transform:uppercase}.contact-direct-item>div span{display:block;margin-top:6px;color:#f6f7fa;line-height:1.58}.contact-badge-card{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;padding:18px}.contact-badge-card h3{margin-top:0}.contact-location-card{position:relative;min-height:320px;margin-top:60px;border:1px solid rgba(255,255,255,8%);border-radius:24px;overflow:hidden;background:#20252b;box-shadow:0 24px 44px rgba(0,0,0,.16)}.contact-location-card__map{position:absolute;inset:0}.contact-location-card__map iframe{width:100%;height:100%;border:0;display:block}.contact-location-card__overlay{position:absolute;left:22px;bottom:24px;width:min(420px,calc(100% - 44px));padding:20px 20px 18px;background:rgba(19,25,34,.82);border:1px solid rgba(255,255,255,.16);border-radius:20px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 36px rgba(0,0,0,.22);z-index:1}.contact-location-card__overlay h3{margin:0;color:#fff}.contact-location-card__overlay p{margin:8px 0 0;color:#d0d7e0;line-height:1.65}.contact-location-card__overlay a{display:inline-flex;margin-top:12px;color:#ffd3af;text-decoration:none;font-weight:700}.contact-form-wrap .fluentform{color:#f5f7fb}.contact-form-wrap .ff-t-container{gap:16px}.contact-form-wrap .ff-el-group{margin-bottom:16px}.contact-form-wrap .ff-el-input--label label{color:#f5f7fb!important;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.contact-form-wrap .ff-el-form-control{border:1px solid rgba(255,255,255,.1)!important;background:#3a3f45!important;color:#f5f7fb!important;border-radius:0!important;box-shadow:none!important}.contact-form-wrap textarea.ff-el-form-control{min-height:130px}.contact-form-wrap .ff-btn-submit,.contact-fallback-form .brand-button{min-width:160px;margin-top:12px;min-height:var(--bwn-btn-height-lg);border-radius:0!important;background:#a95e11!important;color:#fff!important}.contact-fallback-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-fallback-form label{display:grid;gap:8px}.contact-fallback-form span{color:#f5f7fb;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.taxonomy-template{background:#15191f}.taxonomy-hero-v2{position:relative;overflow:hidden;padding:130px 0 82px;background:linear-gradient(115deg,rgba(16,20,26,.92) 0%,rgba(16,20,26,.82) 42%,rgba(16,20,26,.44) 100%),var(--taxonomy-hero-image)50%/cover no-repeat}.taxonomy-hero-v2__inner,.taxonomy-category-products__layout,.taxonomy-strength__lower,.taxonomy-customization__layout,.taxonomy-faq-contact__layout{display:grid;gap:34px}.taxonomy-hero-v2__inner,.taxonomy-strength__lower,.taxonomy-customization__layout,.taxonomy-faq-contact__layout{grid-template-columns:minmax(0,1.35fr)minmax(280px,.65fr);align-items:start}.taxonomy-customization__layout{grid-template-columns:repeat(2,minmax(0,1fr))}.taxonomy-hero-v2__copy h1,.taxonomy-section-heading h2{margin:18px 0 0;color:#fff4e7}.taxonomy-hero-v2__copy h1{font-size:clamp(2.6rem,4vw,4.75rem);line-height:1.04;letter-spacing:-.04em}.taxonomy-hero-v2__copy p,.taxonomy-section-heading p,.taxonomy-product-grid-v2__body p,.taxonomy-scenario-card__body p,.taxonomy-pagination a,.taxonomy-pagination span{color:#d7e0ea}.taxonomy-hero-v2__copy p{max-width:780px;margin:20px 0 0;font-size:1.05rem;line-height:1.78}.taxonomy-hero-v2__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.taxonomy-hero-v2__meta{display:grid;gap:16px}.taxonomy-hero-v2__meta div,.taxonomy-category-sidebar__panel,.taxonomy-customization__panel,.taxonomy-certification-grid__item,.taxonomy-scenario-card,.taxonomy-product-grid-v2__card,.taxonomy-strength__image{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:#20252b;box-shadow:0 20px 40px rgba(0,0,0,.14)}.taxonomy-hero-v2__meta div{padding:22px 22px 20px;background:rgba(22,27,34,.78);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.taxonomy-hero-v2__meta strong,.taxonomy-certification-grid__item strong,.taxonomy-product-grid-v2__body h3 a,.taxonomy-scenario-card__body h3,.taxonomy-category-tree__link,.taxonomy-category-tree__leaf{color:#fff4e7}.taxonomy-hero-v2__meta strong,.taxonomy-certification-grid__item strong{display:block;font-size:1.08rem}.taxonomy-hero-v2__meta span{display:block;margin-top:8px;color:#d7e0ea;line-height:1.6}.taxonomy-category-products__layout{grid-template-columns:320px minmax(0,1fr);align-items:start}.taxonomy-category-sidebar__panel{position:sticky;top:120px;padding:26px 24px}.taxonomy-section-heading--compact h2{font-size:1.9rem}.taxonomy-category-tree{margin-top:24px}.taxonomy-category-tree__level{display:grid;gap:8px}.taxonomy-category-tree__level--depth-1,.taxonomy-category-tree__level--depth-2,.taxonomy-category-tree__level--depth-3{margin-top:10px;padding-left:14px;border-left:1px solid rgba(255,255,255,8%)}.taxonomy-category-tree__summary{display:flex;align-items:center;gap:10px;padding:0;list-style:none;cursor:pointer}.taxonomy-category-tree__summary::-webkit-details-marker{display:none}.taxonomy-category-tree__toggle{position:relative;width:12px;height:12px;flex-shrink:0}.taxonomy-category-tree__toggle::before,.taxonomy-category-tree__toggle::after{content:"";position:absolute;top:50%;left:50%;width:10px;height:1.5px;background:#cf8445;transform:translate(-50%,-50%)}.taxonomy-category-tree__toggle::after{transform:translate(-50%,-50%)rotate(90deg);transition:transform .2s ease}.taxonomy-category-tree__branch[open]>.taxonomy-category-tree__summary .taxonomy-category-tree__toggle::after{transform:translate(-50%,-50%)rotate(0)}.taxonomy-category-tree__link,.taxonomy-category-tree__leaf{display:block;width:100%;padding:12px 14px;border-radius:14px;text-decoration:none;line-height:1.5;transition:background .2s ease,color .2s ease,transform .2s ease}.taxonomy-category-tree__summary .taxonomy-category-tree__link{padding-left:0}.taxonomy-category-tree__leaf:hover,.taxonomy-category-tree__link:hover,.taxonomy-category-tree__leaf.is-active,.taxonomy-category-tree__link.is-active{background:rgba(207,132,69,.12);color:#fff;transform:translateX(2px)}.taxonomy-product-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}.taxonomy-product-grid-v2__card{display:grid;grid-template-rows:auto 1fr;align-content:start;min-width:0;overflow:hidden}.taxonomy-product-grid-v2__media,.taxonomy-strength__image,.taxonomy-scenario-card__media{display:block;overflow:hidden}.taxonomy-product-grid-v2__media{position:relative;width:100%;min-width:0;aspect-ratio:1/1;padding:20px;box-sizing:border-box;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.98) 100%)}.taxonomy-product-grid-v2__media img,.taxonomy-strength__image img,.taxonomy-scenario-card__media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .32s ease,filter .32s ease}.product-single-related-grid .taxonomy-product-grid-v2__media{position:relative;overflow:hidden}.product-single-related-grid .taxonomy-product-grid-v2__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(249,115,22,.14));opacity:0;transition:opacity .32s ease;pointer-events:none}.product-single-related-grid .taxonomy-product-grid-v2__card:hover .taxonomy-product-grid-v2__media img,.product-single-related-grid .taxonomy-product-grid-v2__card:focus-within .taxonomy-product-grid-v2__media img{transform:scale(1.06);filter:saturate(1.05)}.product-single-related-grid .taxonomy-product-grid-v2__card:hover .taxonomy-product-grid-v2__media::after,.product-single-related-grid .taxonomy-product-grid-v2__card:focus-within .taxonomy-product-grid-v2__media::after{opacity:1}.taxonomy-product-grid-v2__body,.taxonomy-scenario-card__body{padding:22px 22px 24px;min-width:0}.taxonomy-product-grid-v2__category{display:inline-flex;margin-bottom:12px;color:#cf8445;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.taxonomy-product-grid-v2__body h3,.taxonomy-scenario-card__body h3{margin:0}.taxonomy-product-grid-v2__body h3 a{text-decoration:none}.taxonomy-product-grid-v2__body p{margin:14px 0 0;line-height:1.7}.product-single-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.taxonomy-pagination{margin-top:28px}.taxonomy-empty-state{margin-top:28px;padding:32px;border:1px solid rgba(255,255,255,8%);border-radius:28px;background:linear-gradient(180deg,rgba(27,33,41,.96),rgba(18,22,29,.96))}.taxonomy-empty-state h3{margin:0}.taxonomy-empty-state p{margin:14px 0 22px;max-width:720px}.taxonomy-pagination ul{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.taxonomy-pagination a,.taxonomy-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 14px;border:1px solid rgba(255,255,255,8%);border-radius:999px;background:#20252b;text-decoration:none}.taxonomy-pagination .current{background:#a95e11;color:#fff}.taxonomy-hero-v2--search{padding:96px 0 42px}.taxonomy-category-products--search{padding-top:34px}.taxonomy-product-content--search{width:100%}.product-search-hero__form{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:14px;align-items:center;margin-top:10px}.product-search-hero__field{display:block}.product-search-hero__field input{width:100%;min-height:58px;padding:0 18px;border:1px solid rgba(148,163,184,.18);border-radius:0;background:rgba(15,23,37,.52);color:#fff;font-size:1rem;transition:border-color .24s ease,box-shadow .24s ease,background-color .24s ease}.product-search-hero__field input::placeholder{color:rgba(226,232,240,.5)}.product-search-hero__field input:focus{border-color:rgba(249,115,22,.42);background:rgba(15,23,37,.68);box-shadow:0 0 0 4px rgba(249,115,22,.14);outline:none}.taxonomy-check-list{list-style:none;margin:22px 0 0;padding:0}.taxonomy-check-list li{position:relative;padding-left:22px;color:#d7e0ea;line-height:1.72}.taxonomy-check-list li+li{margin-top:10px}.taxonomy-check-list li::before{content:"";position:absolute;top:.78em;left:0;width:8px;height:8px;border-radius:999px;background:#cf8445}.taxonomy-strength__gallery,.taxonomy-certification-grid,.taxonomy-scenario-grid{display:grid;gap:20px}.taxonomy-strength__lower{margin-top:36px}.taxonomy-strength__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.taxonomy-strength__image img,.taxonomy-scenario-card__media img{aspect-ratio:3/2;object-fit:cover}.taxonomy-certification-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.taxonomy-certification-grid__item{padding:22px 20px}.taxonomy-customization__panel{padding:28px 28px 30px}.taxonomy-faq-contact__layout{align-items:stretch}.taxonomy-faq-contact__faqs .solutions-page-faq-grid{grid-template-columns:1fr}.taxonomy-faq-contact__form{align-self:start}.taxonomy-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.taxonomy-cta{text-align:center}.product-single-template{background:#15191f}.product-single-hero{padding:72px 0;background:radial-gradient(circle at top right,rgba(207,132,69,.18),transparent 28%),linear-gradient(180deg,#171c23 0%,#12161c 100%)}.product-single-hero__layout,.product-single-sections{display:grid;gap:30px}.product-single-content-layout{display:grid;grid-template-columns:minmax(0,1fr)minmax(320px,380px);gap:30px;align-items:start}.product-single-hero__layout{grid-template-columns:minmax(0,1fr)minmax(420px,.95fr);column-gap:clamp(60px,5vw,80px);row-gap:48px;align-items:center}@media(min-width:901px){.product-single-hero__layout{width:min(1320px,calc(100% - 64px))}}.product-single-content-layout>*,.product-single-sections,.product-single-panel,.product-single-sidebar{min-width:0}.product-single-hero__copy h1{margin:18px 0 0;font-size:clamp(2rem,4vw,2.4rem);line-height:1.2;color:#fff4e7}.product-single-hero__copy p{margin:20px 0 0;color:#d7e0ea;line-height:1.78}.product-single-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;color:#d7e0ea;font-size:.88rem}.product-single-breadcrumbs a{color:#f6c48f;text-decoration:none}.product-single-breadcrumbs a:hover,.product-single-breadcrumbs a:focus-visible{color:#fff4e7;text-decoration:underline}.product-single-breadcrumbs__separator{color:rgba(215,224,234,.58)}.product-single-hero__actions,.product-single-hero__meta{display:flex;flex-wrap:wrap;gap:14px}.product-single-hero__actions{margin-top:28px}.product-single-download-button{display:inline-flex;align-items:center;gap:10px}.product-single-download-button__icon{display:inline-flex;width:18px;height:18px}.product-single-download-button__icon svg{width:100%;height:100%;fill:currentColor}.product-single-hero__meta{margin-top:24px}.product-single-hero__chips{display:grid;grid-template-columns:repeat(3,max-content);gap:10px;max-width:720px;justify-content:start}.product-single-hero__chips span{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:34px;padding:8px 14px;border:1px solid rgba(249,115,22,.34);border-radius:999px;background:rgba(249,115,22,.12);color:#ffe8d2;font-size:.88rem;line-height:1.25}.product-single-hero__meta div,.product-single-panel,.product-single-gallery__lead,.product-single-gallery__thumb{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:#20252b;box-shadow:0 20px 40px rgba(0,0,0,.14)}.product-single-hero__meta div{min-width:220px;padding:18px 20px}.product-single-hero__meta strong{display:block;color:#fff4e7;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.product-single-hero__meta span{display:block;margin-top:8px;color:#d7e0ea;line-height:1.6}.product-single-gallery{display:grid;grid-template-columns:minmax(0,1fr)74px;gap:12px;align-items:stretch}.product-single-gallery__rail{display:flex;flex-direction:column;justify-content:stretch;gap:0;align-items:stretch;align-self:stretch;min-height:100%}.product-single-gallery__lead,.product-single-gallery__thumb{overflow:hidden}.product-single-gallery__lead{margin:0;aspect-ratio:1/1;position:relative;display:flex;align-items:center;justify-content:center;padding:0}.product-single-gallery__lead img,.product-single-gallery__thumb img{display:block;width:100%;height:100%}.product-single-gallery__lead img{object-fit:cover;object-position:center}.product-single-gallery__thumb{aspect-ratio:auto;padding:0;border:1px solid rgba(255,255,255,8%);border-radius:6px;cursor:pointer;background:#20252b;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-single-gallery__thumb img{object-fit:cover}.product-single-gallery__thumb.is-active,.product-single-gallery__thumb:hover,.product-single-gallery__thumb:focus-visible{border-color:rgba(249,115,22,.9);box-shadow:0 0 0 1px rgba(249,115,22,.45);outline:none}.product-single-gallery__viewport{display:flex;flex:auto;overflow:hidden;height:100%;min-height:0}.product-single-gallery__grid{display:flex;flex-direction:column;gap:8px;width:100%;height:100%;min-height:0}.product-single-gallery__thumb{flex:1;min-height:0}.product-single-gallery__dots{position:absolute;left:50%;bottom:10px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:rgba(15,23,37,.42);transform:translateX(-50%);backdrop-filter:blur(6px)}.product-single-gallery__dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:transform .2s ease,background-color .2s ease,opacity .2s ease}.product-single-gallery__dot:hover,.product-single-gallery__dot:focus-visible{background:rgba(255,255,255,.82);outline:none;transform:scale(1.08)}.product-single-gallery__dot.is-active{background:#f97316}.product-single-panel{padding:28px 26px}.product-single-content-layout--full{grid-template-columns:minmax(0,1fr)}.product-single-sidebar{position:sticky;top:108px;align-self:start;height:max-content}.product-single-inquiry{padding:26px 24px;background:linear-gradient(180deg,rgba(33,39,47,.98),rgba(23,28,35,.98)),radial-gradient(circle at top right,rgba(207,132,69,.18),transparent 42%);border-color:rgba(255,255,255,9%)}.product-single-inquiry__header{max-width:none;margin-bottom:22px}.product-single-inquiry__header h2{margin:0;color:#fff4e7;font-size:clamp(calc(1.12rem + 2px),calc(1.25vw + 2px),calc(1.32rem + 2px));line-height:1.24;white-space:normal;overflow-wrap:break-word}.product-single-inquiry__header p{margin:12px 0 0;color:#d7e0ea;line-height:1.68}.product-single-inquiry__fluent .ff-t-container,.product-single-inquiry__fluent .ff-t-cell,.product-single-inquiry__fluent .ff-columns,.product-single-inquiry__fluent .ff-column{display:block!important;width:100%!important;margin:0!important;float:none!important}.product-single-inquiry__fluent .ff-el-group{margin-bottom:12px}.product-single-inquiry__fluent [data-name=ff_cn_id_1] .ff-t-column-2{display:none!important}.product-single-inquiry__fluent [data-name=ff_cn_id_1] .ff-t-column-1{width:100%!important;flex-basis:100%!important;max-width:100%!important}.product-single-inquiry__fluent .ff-el-input--label{margin-bottom:6px;font-size:.88rem}.product-single-inquiry__fluent .ff-el-form-control,.product-single-inquiry__fluent .ff-t-cell .ff-el-form-control{min-height:44px;padding:0 14px;border-radius:12px}.product-single-inquiry__fluent textarea.ff-el-form-control{min-height:92px;padding:10px 14px}.product-single-inquiry__fluent .ff-btn-submit{min-height:48px}.product-single-richtext{margin-top:18px;min-width:0;max-width:100%;color:#d7e0ea;line-height:1.8;overflow-wrap:anywhere}.product-single-richtext>*{max-width:100%}.product-single-richtext .elementor,.product-single-richtext .elementor-section,.product-single-richtext .elementor-container,.product-single-richtext .elementor-column,.product-single-richtext .elementor-widget,.product-single-richtext .elementor-widget-container,.product-single-richtext .tableScroll{max-width:100%!important;min-width:0!important}.product-single-richtext .elementor-section,.product-single-richtext .elementor-container{width:100%!important}.product-single-richtext .elementor-container{display:flex;flex-wrap:wrap}.product-single-richtext .elementor-column{width:100%!important;flex:1 1 100%!important}.product-single-richtext .elementor-widget-wrap{min-width:0!important}.product-single-richtext .tableScroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.product-single-richtext h2,.product-single-richtext h3,.product-single-richtext h4,.product-single-richtext strong{color:#fff4e7}.product-single-richtext ul,.product-single-richtext ol{margin:16px 0 0;padding-left:22px}.product-single-richtext p{margin:0}.product-single-richtext p+p,.product-single-richtext ul+p,.product-single-richtext p+ul,.product-single-richtext h2+p,.product-single-richtext h3+p,.product-single-richtext h4+p{margin-top:14px}.product-single-richtext ul+ul,.product-single-richtext ol+ol,.product-single-richtext ul+ol,.product-single-richtext ol+ul{margin-top:0}.product-single-richtext table{width:100%!important;max-width:100%;margin-top:18px;border-collapse:collapse!important;border:1px solid rgba(255,255,255,.14);table-layout:fixed;background:rgba(255,255,255,2%)}.product-single-richtext img,.product-single-richtext iframe,.product-single-richtext video,.product-single-richtext canvas,.product-single-richtext svg{max-width:100%!important;height:auto}.product-single-template .product-single-richtext iframe[src*="youtube.com/embed/"],.product-single-template .product-single-richtext iframe[src*="youtube-nocookie.com/embed/"]{display:block;width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:16/9;margin:20px auto;border:0;border-radius:12px;background:#000}.product-single-template .product-single-richtext .wp-block-embed-youtube,.product-single-template .product-single-richtext .wp-block-embed__wrapper,.product-single-template .product-single-richtext .fluid-width-video-wrapper,.product-single-template .product-single-richtext .video-container{width:100%!important;max-width:100%}@supports not (aspect-ratio:16 / 9){.product-single-template .product-single-richtext iframe[src*="youtube.com/embed/"],.product-single-template .product-single-richtext iframe[src*="youtube-nocookie.com/embed/"]{height:clamp(180px,50vw,675px)!important}}.product-single-richtext th,.product-single-richtext td{padding:12px 14px;border:1px solid rgba(255,255,255,.12);color:#d7e0ea;vertical-align:top;word-break:break-word}.product-single-richtext th{color:#fff4e7;font-weight:700;background:rgba(255,255,255,4%)}.product-single-richtext .bwn-product-table-scroll{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-single-richtext .bwn-product-table-scroll table{min-width:680px;table-layout:auto}.product-single-richtext .bwn-product-video-embed{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#11161c}.product-single-richtext .bwn-product-video-embed iframe{position:absolute;inset:0;width:100%!important;height:100%;border:0}.product-single-richtext .bwn-product-faq-list{display:grid;gap:12px}.product-single-richtext .bwn-product-faq-list details{padding:0 18px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,3%)}.product-single-richtext .bwn-product-faq-list summary{padding:16px 28px 16px 0;color:#fff4e7;font-weight:700;line-height:1.45;cursor:pointer}.product-single-richtext .bwn-product-faq-list details>div{padding:0 0 16px}.product-single-stack{display:grid;gap:18px;margin-top:18px}.product-single-entry{display:grid;gap:18px;padding:20px;border:1px solid rgba(255,255,255,8%);border-radius:20px;background:rgba(255,255,255,2%)}.product-single-entry--with-image{grid-template-columns:minmax(220px,320px)minmax(0,1fr);align-items:start}.product-single-entry__media,.product-single-faq__media{margin:0;overflow:hidden;border-radius:16px}.product-single-entry__media img,.product-single-faq__media img{display:block;width:100%;height:auto}.product-single-entry__body h3{margin:0;color:#fff4e7}.product-single-entry__body .product-single-richtext{margin-top:12px}.product-single-faq{display:grid;gap:14px;margin-top:18px}.product-single-faq__item{border:1px solid rgba(255,255,255,8%);border-radius:18px;background:rgba(255,255,255,2%);overflow:hidden}.product-single-faq__item summary{cursor:pointer;list-style:none;padding:18px 22px;color:#fff4e7;font-size:1rem;font-weight:700}.product-single-faq__item summary::-webkit-details-marker{display:none}.product-single-faq__answer{display:grid;gap:14px;padding:0 22px 20px}.product-detail-template--vsff_uniboot .product-single-sections{gap:24px}.product-detail-template--vsff_uniboot .product-single-panel{padding:0;border:0;background:0 0;box-shadow:none}.product-detail-template--vsff_uniboot .product-single-richtext{margin-top:0}.product-detail-template--vsff_uniboot .product-single-richtext .container{width:100%;max-width:none;padding:0}.product-detail-template--vsff_uniboot .product-single-richtext .section{margin:0 0 24px;padding:32px;border:1px solid rgba(255,255,255,8%);border-radius:24px;background:rgba(255,255,255,.025);box-shadow:0 20px 40px rgba(0,0,0,.12)}.product-detail-template--vsff_uniboot .product-single-richtext .section-alt,.product-detail-template--vsff_uniboot .product-single-richtext .section.bg{background:radial-gradient(circle at top right,rgba(207,132,69,.11),transparent 34%),rgba(255,255,255,4%)}.product-detail-template--vsff_uniboot .product-single-richtext .section-title{margin:0 0 16px;color:#fff4e7;font-size:clamp(1.35rem,2.3vw,2rem);line-height:1.22}.product-detail-template--vsff_uniboot .product-single-richtext .section-lead,.product-detail-template--vsff_uniboot .product-single-richtext .section-subtitle{max-width:860px;margin:0 0 22px;color:#d7e0ea;font-size:1.02rem;line-height:1.72}.product-detail-template--vsff_uniboot .product-single-richtext .split,.product-detail-template--vsff_uniboot .product-single-richtext .hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr)minmax(260px,.94fr);gap:28px;align-items:center}.product-detail-template--vsff_uniboot .product-single-richtext .split:has(>.split-image:first-child),.product-detail-template--vsff_uniboot .product-single-richtext .hero-grid:has(>.hero-image:first-child){grid-template-columns:minmax(260px,.94fr)minmax(0,1.06fr)}.product-detail-template--vsff_uniboot .product-single-richtext .features-grid,.product-detail-template--vsff_uniboot .product-single-richtext .grid-3,.product-detail-template--vsff_uniboot .product-single-richtext .grid-4,.product-detail-template--vsff_uniboot .product-single-richtext .grid-2,.product-detail-template--vsff_uniboot .product-single-richtext .gallery{display:grid;gap:18px}.product-detail-template--vsff_uniboot .product-single-richtext .features-grid,.product-detail-template--vsff_uniboot .product-single-richtext .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-template--vsff_uniboot .product-single-richtext .features-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-detail-template--vsff_uniboot .product-single-richtext .grid-4,.product-detail-template--vsff_uniboot .product-single-richtext .gallery{grid-template-columns:repeat(4,minmax(0,1fr))}.product-detail-template--vsff_uniboot .product-single-richtext .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-template--vsff_uniboot .product-single-richtext .grid-2:has(>div>img){grid-template-columns:minmax(0,1.06fr)minmax(260px,.94fr)}.product-detail-template--vsff_uniboot .product-single-richtext .grid-2:has(>div:first-child>img){grid-template-columns:minmax(260px,.94fr)minmax(0,1.06fr)}.product-detail-template--vsff_uniboot .product-single-richtext .feature-card,.product-detail-template--vsff_uniboot .product-single-richtext .card,.product-detail-template--vsff_uniboot .product-single-richtext .gallery-item,.product-detail-template--vsff_uniboot .product-single-richtext .ordering-code{padding:20px;border:1px solid rgba(255,255,255,8%);border-radius:18px;background:rgba(255,255,255,.035)}.product-detail-template--vsff_uniboot .product-single-richtext .feature-card h3,.product-detail-template--vsff_uniboot .product-single-richtext .card h3{margin:0 0 10px;color:#fff4e7;font-size:1.02rem;line-height:1.35}.product-detail-template--vsff_uniboot .product-single-richtext .icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:10px;color:#f97316;font-weight:800}.product-detail-template--vsff_uniboot .product-single-richtext .icon::before{display:block;width:26px;height:26px;background:currentColor;content:"";-webkit-mask:var(--bwn-vsff-icon)center/contain no-repeat;mask:var(--bwn-vsff-icon)center/contain no-repeat}.product-detail-template--vsff_uniboot .product-single-richtext .icon--connector{--bwn-vsff-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2l4 4'/%3E%3Cpath d='M2 8l4 4'/%3E%3Cpath d='M14 6l4 4'/%3E%3Cpath d='M6 14l4 4'/%3E%3Cpath d='M7 7l10 10'/%3E%3Cpath d='M12 17l5-5'/%3E%3C/svg%3E")}.product-detail-template--vsff_uniboot .product-single-richtext .icon--duplex{--bwn-vsff-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10H7z'/%3E%3Cpath d='M3 9h4'/%3E%3Cpath d='M3 15h4'/%3E%3Cpath d='M17 9h4'/%3E%3Cpath d='M17 15h4'/%3E%3Cpath d='M10 11h4'/%3E%3Cpath d='M10 15h4'/%3E%3C/svg%3E")}.product-detail-template--vsff_uniboot .product-single-richtext .icon--fiber{--bwn-vsff-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12a8 8 0 1 1 8 8'/%3E%3Cpath d='M12 20a5 5 0 1 0-5-5'/%3E%3Cpath d='M7 15a3 3 0 1 1 3 3'/%3E%3Cpath d='M4 20h6'/%3E%3C/svg%3E")}.product-detail-template--vsff_uniboot .product-single-richtext .icon--cable{--bwn-vsff-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 17c4 0 4-10 8-10s4 10 8 10'/%3E%3Cpath d='M4 7c4 0 4 10 8 10s4-10 8-10'/%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M6 21v-3'/%3E%3Cpath d='M12 21v-3'/%3E%3Cpath d='M18 21v-3'/%3E%3C/svg%3E")}.product-detail-template--vsff_uniboot .product-single-richtext .icon--testing{--bwn-vsff-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6l1 3h3v15H5V6h3z'/%3E%3Cpath d='M9 13l2 2 4-5'/%3E%3Cpath d='M9 6h6'/%3E%3C/svg%3E")}.product-detail-template--vsff_uniboot .product-single-richtext .icon--packaging{--bwn-vsff-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8l-9-5-9 5 9 5z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3Cpath d='M7.5 5.5l9 5'/%3E%3C/svg%3E")}.product-detail-template--vsff_uniboot .product-single-richtext .split-image,.product-detail-template--vsff_uniboot .product-single-richtext .hero-image,.product-detail-template--vsff_uniboot .product-single-richtext .gallery-item{overflow:hidden}.product-detail-template--vsff_uniboot .product-single-richtext .split-image,.product-detail-template--vsff_uniboot .product-single-richtext .hero-image{border-radius:20px;background:rgba(255,255,255,4%)}.product-detail-template--vsff_uniboot .product-single-richtext .gallery-item{padding:0}.product-detail-template--vsff_uniboot .product-single-richtext .gallery-item img,.product-detail-template--vsff_uniboot .product-single-richtext .card img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-detail-template--vsff_uniboot .product-single-richtext .image-caption,.product-detail-template--vsff_uniboot .product-single-richtext .gallery-caption{padding:12px 14px;color:#b6c3d1;font-size:.9rem;line-height:1.5;text-align:center}.product-detail-template--vsff_uniboot .product-single-richtext .checklist{display:grid;gap:10px;padding-left:0;list-style:none}.product-detail-template--vsff_uniboot .product-single-richtext .checklist li{position:relative;padding-left:24px}.product-detail-template--vsff_uniboot .product-single-richtext .checklist li::before{position:absolute;left:0;top:.2em;color:#f97316;content:"✓"}.product-detail-template--vsff_uniboot .product-single-richtext .ordering-code{color:#ffe8d2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700}.product-detail-template--vsff_uniboot .product-single-richtext .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin:8px 10px 0 0;padding:12px 18px;border:1px solid rgba(249,115,22,.7);border-radius:999px;background:#f97316;color:#fff;font-weight:800;line-height:1.2;text-decoration:none}.product-detail-template--vsff_uniboot .product-single-richtext .btn-outline{background:0 0;color:#ffe8d2}.product-detail-template--vsff_uniboot .product-single-richtext .btn:hover,.product-detail-template--vsff_uniboot .product-single-richtext .btn:focus-visible{transform:translateY(-1px);text-decoration:none}.product-detail-template--vsff_uniboot .product-single-richtext table.specs-table,.product-detail-template--vsff_uniboot .product-single-richtext table.spec-table{table-layout:auto}.product-detail-template--vsff_uniboot .product-single-richtext .contact-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;color:#d7e0ea}@media(max-width:1200px){.about-intro,.about-cert-row,.about-nda-panel,.about-bottom-cta,.factory-tour-overview,.factory-tour-proof,.solution-detail-intro,.solutions-overview-panel,.solutions-page-catalog,.products-collection-intro,.products-factory-panel,.product-single-hero__layout,.blog-archive-layout,.blog-single-layout,.blog-archive-featured,.news-lower-grid,.contact-layout,.news-newsletter-card{grid-template-columns:1fr}.about-capability-grid,.factory-tour-metrics,.factory-tour-process,.solution-detail-pillars,.solution-detail-case-grid,.solutions-page-type-grid,.solutions-page-faq-grid,.solutions-advantage-grid,.solutions-partner-grid,.solutions-video-grid,.products-overview-grid,.products-application-grid,.products-top-grid,.products-commitments__grid,.products-category-collection,.products-factory-story,.products-certification-grid,.blog-archive-grid,.taxonomy-certification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-middle-grid,.products-bottom-grid,.news-featured-layout,.taxonomy-hero-v2__inner,.taxonomy-category-products__layout,.taxonomy-strength__lower,.taxonomy-customization__layout,.taxonomy-faq-contact__layout,.taxonomy-product-grid-v2,.taxonomy-scenario-grid{grid-template-columns:1fr}.product-single-entry--with-image{grid-template-columns:1fr}.product-detail-template--vsff_uniboot .product-single-richtext .split,.product-detail-template--vsff_uniboot .product-single-richtext .hero-grid,.product-detail-template--vsff_uniboot .product-single-richtext .features-grid,.product-detail-template--vsff_uniboot .product-single-richtext .grid-3,.product-detail-template--vsff_uniboot .product-single-richtext .grid-4,.product-detail-template--vsff_uniboot .product-single-richtext .gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.product-single-content-layout{grid-template-columns:1fr}.product-single-sidebar{display:none}.news-feature-card{grid-row:auto}.taxonomy-strength__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-archive-sidebar,.blog-single-sidebar{position:static}}@media(max-width:900px){.brand-section{padding:46px 0}.taxonomy-template .taxonomy-category-sidebar{display:none}.taxonomy-template .taxonomy-category-products__layout{grid-template-columns:minmax(0,1fr)}.brand-hero{min-height:360px;padding-bottom:44px}.brand-hero h1{max-width:none;font-size:clamp(2.6rem,4vw,4.75rem)}.product-single-richtext table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;table-layout:auto;white-space:nowrap}.product-single-gallery{grid-template-columns:1fr}.product-single-gallery__rail{gap:15px}.product-single-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;transform:none!important;will-change:auto}.product-single-gallery__viewport{overflow:visible}.product-single-gallery__nav{display:none}.blog-single-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-single-richtext th,.product-single-richtext td{min-width:140px;white-space:normal}.product-detail-template--vsff_uniboot .product-single-richtext .section{padding:24px 20px;border-radius:20px}.product-detail-template--vsff_uniboot .product-single-richtext .split,.product-detail-template--vsff_uniboot .product-single-richtext .hero-grid,.product-detail-template--vsff_uniboot .product-single-richtext .features-grid,.product-detail-template--vsff_uniboot .product-single-richtext .grid-3,.product-detail-template--vsff_uniboot .product-single-richtext .grid-4,.product-detail-template--vsff_uniboot .product-single-richtext .grid-2,.product-detail-template--vsff_uniboot .product-single-richtext .gallery{grid-template-columns:1fr}.blog-single-content th,.blog-single-content td{min-width:140px;white-space:normal}.about-value-grid,.about-capability-grid,.about-cert-grid,.factory-tour-metrics,.factory-tour-process,.solutions-page-type-grid,.solutions-page-faq-grid,.solutions-advantage-grid,.solutions-partner-grid,.solutions-page-catalog__grid,.solutions-video-grid,.products-overview-grid,.products-application-grid,.products-top-grid,.products-commitments__grid,.products-category-collection,.products-factory-story,.products-certification-grid,.contact-fallback-form__grid{grid-template-columns:1fr}.products-intro-panel,.products-application-cta{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.about-stats-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-detail-intro__stats{grid-template-columns:1fr}.factory-tour-showcase,.factory-tour-showcase--reverse,.factory-tour-overview__visuals,.factory-tour-showcase__media,.factory-tour-belt{grid-template-columns:1fr}.factory-tour-proof__row--4,.factory-tour-proof__row--3{grid-template-columns:repeat(2,minmax(0,1fr))}.factory-tour-showcase--reverse .factory-tour-showcase__media,.factory-tour-showcase--reverse .factory-tour-showcase__content{order:0}.factory-tour-showcase__primary,.factory-tour-overview__visuals img{min-height:0}.factory-tour-proof__item,.factory-tour-proof__item--panorama,.factory-tour-proof__item--tall{aspect-ratio:4/3}.solutions-architecture-card,.solutions-architecture-card--reverse{grid-template-columns:1fr}.solutions-architecture-card--reverse .solutions-architecture-card__media,.solutions-architecture-card--reverse .solutions-architecture-card__content{order:0}.solutions-overview-panel__visual img{min-height:300px}.solutions-architecture-card__media{min-height:240px}.products-odf-grid{grid-template-columns:1fr}.news-story-list__item{grid-template-columns:1fr;align-items:start}.news-story-list__action{justify-self:start}.blog-archive-grid{grid-template-columns:1fr}.contact-location-card{margin-top:36px}.taxonomy-hero-v2{padding:110px 0 64px}.taxonomy-hero-v2--search{padding:92px 0 36px}.taxonomy-category-sidebar__panel{position:static}.taxonomy-strength__gallery,.taxonomy-certification-grid,.product-single-gallery__grid{grid-template-columns:1fr}.product-single-gallery__grid{display:grid;grid-auto-rows:1fr;gap:12px}.blog-archive-sidebar__panel,.blog-single-sidebar__panel,.blog-single-article,.blog-single-bottom-cta,.blog-archive-empty,.blog-archive-featured{padding:22px 18px}.blog-archive-featured__body h2{font-size:1.7rem}.blog-archive-hero__meta div{min-width:0}.products-cta-panel__actions{flex-direction:column;align-items:stretch}}@media(max-width:640px){.section-container{width:min(1400px,calc(100% - 28px))}.news-feature-card__media{height:240px}.solutions-card__media,.solutions-architecture-card__media,.news-side-card__media{height:200px}.factory-tour-overview__copy,.factory-tour-showcase,.factory-tour-cta,.solution-detail-intro__copy,.solution-detail-pillar,.solution-detail-case-card__body{padding:22px}.factory-tour-overview__visuals img,.factory-tour-showcase__primary,.factory-tour-showcase__stack-item,.factory-tour-belt__item,.factory-tour-proof__item{min-height:0}.factory-tour-proof__row--4,.factory-tour-proof__row--3{grid-template-columns:1fr}.factory-tour-proof__item,.factory-tour-proof__item--panorama,.factory-tour-proof__item--tall{aspect-ratio:3/2}.factory-tour-proof__item--lift{transform:none}.solutions-overview-panel,.solutions-page-catalog,.solutions-architecture-card{padding:22px}.solutions-overview-panel__visual img{min-height:240px}.solutions-overview-panel__note{left:12px;right:12px;bottom:12px;padding:14px 15px}.solutions-architecture-card__media{min-height:0;height:auto;padding:16px}.about-stat{grid-column:span 1}.contact-location-card__overlay{left:16px;right:16px;width:auto}.taxonomy-hero-v2__actions,.taxonomy-pagination ul{flex-direction:column;align-items:stretch}.product-search-hero__form{grid-template-columns:1fr}.taxonomy-product-grid-v2__body,.taxonomy-scenario-card__body,.taxonomy-category-sidebar__panel,.taxonomy-customization__panel{padding-left:18px;padding-right:18px}}.why-choose-overview{display:grid;grid-template-columns:minmax(0,1.04fr)minmax(360px,.96fr);gap:28px;align-items:center}.why-choose-overview__copy,.why-choose-showcase__content,.why-choose-pillar,.why-choose-metric{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:radial-gradient(circle at top right,rgba(249,115,22,.12),transparent 22%),linear-gradient(180deg,#2a2f35 0%,#20252b 100%);box-shadow:0 20px 40px rgba(0,0,0,.14)}.why-choose-overview__copy,.why-choose-showcase__content,.why-choose-pillar{padding:28px}.why-choose-overview__copy h2,.why-choose-showcase__content h2{margin:16px 0 0;color:#fff4e7;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1}.why-choose-overview__copy p,.why-choose-showcase__content p,.why-choose-pillar li{color:rgba(226,232,240,.82);line-height:1.72}.why-choose-overview__copy p,.why-choose-showcase__content p{margin:16px 0 0}.why-choose-overview__visual img,.why-choose-showcase__media img{display:block;width:100%;height:auto;border-radius:24px;border:1px solid rgba(255,255,255,8%);box-shadow:0 20px 40px rgba(0,0,0,.14)}.why-choose-overview__points,.why-choose-showcase__points,.why-choose-pillar ul{margin:20px 0 0;padding:0;list-style:none}.why-choose-overview__points li,.why-choose-showcase__points li,.why-choose-pillar li{position:relative;padding-left:24px}.why-choose-overview__points li+li,.why-choose-showcase__points li+li,.why-choose-pillar li+li{margin-top:12px}.why-choose-overview__points li::before,.why-choose-showcase__points li::before,.why-choose-pillar li::before{content:"";position:absolute;left:0;top:.72em;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#f97316 0%,#fb923c 100%);transform:translateY(-50%)}.why-choose-showcase{display:grid;grid-template-columns:minmax(340px,.9fr)minmax(0,1.1fr);gap:28px;align-items:center}.why-choose-showcase+.why-choose-showcase{margin-top:28px}.why-choose-showcase--reverse{grid-template-columns:minmax(0,1.1fr)minmax(340px,.9fr)}.why-choose-showcase--reverse .why-choose-showcase__media{order:2}.why-choose-showcase__lead{color:#ffbe87;font-weight:600}.why-choose-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}.why-choose-metric{padding:26px 22px;text-align:center}.why-choose-metric strong{display:block;color:#f97316;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1}.why-choose-metric span{display:block;margin-top:10px;color:#f8fafc;font-weight:600}.why-choose-pillars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}.why-choose-pillar h3{margin:0;color:#fff4e7;font-size:1.35rem}.certifications-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}.certifications-card{display:flex;flex-direction:column;gap:16px}.certifications-card__frame{position:relative;padding:18px;border-radius:28px;background:linear-gradient(145deg,#7a5a2a 0%,#d5b57b 18%,#8f6b35 34%,#f2dfb4 50%,#8b6632 66%,#cfac70 82%,#715023 100%);box-shadow:0 24px 50px rgba(0,0,0,.24),inset 0 1px rgba(255,245,222,.45)}.certifications-card__frame::before{content:"";position:absolute;inset:10px;border-radius:20px;border:1px solid rgba(255,245,222,.36);pointer-events:none}.certifications-card__frame img,.certifications-poster{display:block;width:100%;min-height:430px;border-radius:16px;background:linear-gradient(180deg,#f7f1e4 0%,#ece1cc 100%);border:8px solid #f8f2e6;box-shadow:inset 0 0 0 1px rgba(97,72,34,.18),0 18px 36px rgba(0,0,0,.18)}.certifications-card__frame img{height:auto;object-fit:contain}.certifications-poster{padding:34px 30px 30px;text-align:center;color:#47331a;background:radial-gradient(circle at top,rgba(207,172,112,.24),transparent 28%),linear-gradient(180deg,#faf4e9 0%,#ebe0ca 100%)}.certifications-poster__crest{color:#8f6b35;font-size:.88rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.certifications-poster__title{margin-top:22px;color:#302111;font-size:1.5rem;font-weight:700;line-height:1.24}.certifications-poster__meta{margin-top:16px;color:#6b4d25;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase}.certifications-poster__year{display:inline-flex;align-items:center;justify-content:center;min-width:132px;margin-top:20px;padding:10px 18px;border-radius:999px;border:1px solid rgba(111,82,39,.24);color:#5d4220;background:rgba(255,255,255,.48);font-weight:700}.certifications-poster p{margin:auto 0 0;padding-top:28px;color:#4f3a1f;line-height:1.72;font-size:1rem}.certifications-card__caption{padding:0 8px;text-align:center}.certifications-card__caption h3{margin:0;color:#fff4e7;font-size:1.12rem}.certifications-card__caption p{margin:10px 0 0;color:rgba(226,232,240,.78);line-height:1.68}.videos-overview{display:grid;grid-template-columns:minmax(0,1.08fr)minmax(320px,.92fr);gap:28px;align-items:stretch}.videos-overview__copy,.videos-overview__panel,.videos-group-card,.videos-entry-card{border:1px solid rgba(255,255,255,8%);border-radius:24px;background:radial-gradient(circle at top right,rgba(249,115,22,.1),transparent 24%),linear-gradient(180deg,#2a2f35 0%,#20252b 100%);box-shadow:0 20px 40px rgba(0,0,0,.14)}.videos-overview__copy{padding:28px}.videos-overview__copy h2{margin:16px 0 0;color:#fff4e7;font-size:clamp(2rem,3vw,2.6rem);line-height:1.1}.videos-overview__copy p{margin:16px 0 0;color:rgba(226,232,240,.82);line-height:1.72}.videos-overview__copy a{color:#ffbe87}.videos-overview__panel{display:grid;grid-template-columns:1fr;gap:14px;padding:22px}.videos-overview__metric{padding:24px 22px;border-radius:18px;background:rgba(11,15,21,.28);border:1px solid rgba(255,255,255,6%)}.videos-overview__metric strong{display:block;color:#f97316;font-size:clamp(2rem,3.2vw,2.8rem);line-height:1}.videos-overview__metric span{display:block;margin-top:10px;color:#f8fafc;font-weight:600}.videos-group-list{display:grid;gap:24px}.videos-group-card{padding:28px}.videos-group-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.videos-group-card__head h3{margin:14px 0 0;color:#fff4e7;font-size:1.5rem;line-height:1.26}.videos-group-card__description{margin:16px 0 0;color:rgba(226,232,240,.8);line-height:1.72}.videos-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.videos-entry-card{display:flex;flex-direction:column;overflow:hidden;color:inherit;text-decoration:none}.videos-entry-card__frame{display:block;aspect-ratio:16/9;overflow:hidden;background:#11161c}.videos-entry-card__frame iframe{display:block;width:100%;height:100%;border:0}.videos-entry-card__poster{position:relative;display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;background:#11161c;cursor:pointer}.videos-entry-card__poster img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 180ms ease,opacity 180ms ease}.videos-entry-card__poster:hover img,.videos-entry-card__poster:focus-visible img{transform:scale(1.025);opacity:.86}.videos-entry-card__poster:focus-visible{outline:3px solid #ff7a1a;outline-offset:-3px}.videos-entry-card__play{position:absolute;top:50%;left:50%;width:64px;height:64px;border-radius:50%;background:rgba(255,122,26,.94);box-shadow:0 12px 30px rgba(0,0,0,.3);transform:translate(-50%,-50%)}.videos-entry-card__play::after{position:absolute;top:50%;left:52%;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #fff;content:'';transform:translate(-40%,-50%)}.videos-entry-card__body{display:grid;gap:8px;padding:18px 18px 20px}.videos-entry-card__body strong{color:#fff4e7;line-height:1.5}.videos-entry-card__body span{color:#ffbe87;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media(max-width:980px){.why-choose-overview,.why-choose-showcase,.why-choose-showcase--reverse,.why-choose-pillars,.why-choose-metrics,.certifications-gallery,.videos-overview,.videos-entry-grid{grid-template-columns:1fr}.why-choose-showcase--reverse .why-choose-showcase__media{order:0}.certifications-card__frame img,.certifications-poster{min-height:360px}.videos-group-card__head{flex-direction:column}}@media(min-width:768px){.product-detail-template--vsff_uniboot .product-single-richtext .features-grid,.product-detail-template--vsff_uniboot .product-single-richtext .grid-3{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.product-detail-template--vsff_uniboot .product-single-richtext .features-grid,.product-detail-template--vsff_uniboot .product-single-hero__chips{grid-template-columns:1fr}}body.tax-bwn_product_category .taxonomy-hero-v2__copy{display:flex;flex-direction:column;align-items:flex-start}body.tax-bwn_product_category .taxonomy-hero-v2__copy>.brand-chip{position:static!important;inset:auto!important;order:2;max-width:100%;margin:18px 0 10px!important;transform:none!important}body.tax-bwn_product_category .taxonomy-hero-v2__copy>h1{order:3;margin:0!important}body.tax-bwn_product_category .taxonomy-hero-v2__copy>p{order:4;margin-top:18px}body.tax-bwn_product_category .taxonomy-hero-v2__copy>.taxonomy-hero-v2__actions{order:5}@media(max-width:767px){body.tax-bwn_product_category .taxonomy-hero-v2__copy>.brand-chip{margin-top:14px!important;margin-bottom:8px!important}body.tax-bwn_product_category .taxonomy-hero-v2__copy>p{margin-top:14px}}.product-single-template{background:#f3f3f3;color:#3f4b55}.product-single-template .product-single-hero{background:#fff}.product-single-template .product-single-hero__copy h1{color:#18232d}.product-single-template .product-single-hero__copy p,.product-single-template .product-single-breadcrumbs,.product-single-template .product-single-hero__meta span{color:#53616d}.product-single-template .product-single-breadcrumbs a{color:#b85c0d}.product-single-template .product-single-breadcrumbs a:hover,.product-single-template .product-single-breadcrumbs a:focus-visible{color:#18232d}.product-single-template .product-single-breadcrumbs__separator{color:#98a2aa}.product-single-template .product-single-hero__chips span{border-color:#d8dde1;background:#f3f3f3;color:#34434f}.product-single-template .product-single-hero__meta div,.product-single-template .product-single-gallery__lead,.product-single-template .product-single-gallery__thumb{border-color:#d9dfe3;background:#fff;box-shadow:0 14px 34px rgba(31,43,53,8%)}.product-single-template .product-single-hero__meta strong{color:#18232d}.product-single-template .product-single-gallery__thumb{border-color:#d9dfe3;background:#f3f3f3}.product-single-template .product-single-panel:not(.product-single-inquiry){border-color:#d9dfe3;background:#fff;box-shadow:0 16px 38px rgba(31,43,53,8%)}.product-single-template .product-single-inquiry,.product-single-template .product-single-inquiry .ff-el-input--label{color:#d7e0ea}.product-single-template.product-detail-template--vsff_uniboot .product-single-panel:not(.product-single-inquiry){border:0;background:0 0;box-shadow:none}.product-single-template .product-single-richtext{color:#4c5964}.product-single-template .product-single-richtext :where(h1,h2,h3,h4,h5,h6,strong){color:#18232d!important}.product-single-template .product-single-richtext :where(p,li,dd,dt,figcaption){color:#4c5964!important}.product-single-template .product-single-richtext a:not(.btn){color:#a9510b}.product-single-template .product-single-richtext table{border-color:#d6dde2;background:#fff}.product-single-template .product-single-richtext th,.product-single-template .product-single-richtext td{border-color:#d6dde2;color:#3f4b55!important}.product-single-template .product-single-richtext th{background:#f3f3f3;color:#18232d!important}.product-single-template .product-single-richtext .bwn-product-faq-list details,.product-single-template .product-single-entry,.product-single-template .product-single-faq__item{border-color:#d9dfe3;background:#fff}.product-single-template .product-single-richtext .bwn-product-faq-list summary,.product-single-template .product-single-entry__body h3,.product-single-template .product-single-faq__item summary{color:#18232d}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .section{border-color:#d9dfe3;background:#fff;box-shadow:0 16px 36px rgba(31,43,53,7%)}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .section-alt,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .section.bg{background:#f3f3f3}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .section-title{color:#18232d}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .section-lead,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .section-subtitle,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .contact-row{color:#4c5964}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .feature-card,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .card,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .gallery-item,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .ordering-code{border-color:#d9dfe3;background:#f3f3f3}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .split-image,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .hero-image{background:#f3f3f3}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .image-caption,.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .gallery-caption{color:#596772}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .ordering-code{color:#26343f}.product-single-template.product-detail-template--vsff_uniboot .product-single-richtext .btn-outline{background:#fff;color:#a9510b}.product-single-template .product-single-related-grid .taxonomy-product-grid-v2__card{border-color:#d9dfe3;background:#fff;box-shadow:0 14px 32px rgba(31,43,53,7%)}.product-single-template .product-single-related-grid .taxonomy-product-grid-v2__body h3 a{color:#18232d}.product-single-template .product-single-related-grid .taxonomy-product-grid-v2__body p{color:#53616d}.product-single-template .taxonomy-section-heading h2{color:#18232d}.product-single-template .taxonomy-section-heading p{color:#53616d}.product-single-template .product-single-related-grid .taxonomy-product-grid-v2__media::after,.product-single-template .product-single-related-grid .taxonomy-product-grid-v2__card:hover .taxonomy-product-grid-v2__media::after,.product-single-template .product-single-related-grid .taxonomy-product-grid-v2__card:focus-within .taxonomy-product-grid-v2__media::after{content:none;background:0 0;opacity:0}.product-single-template .product-single-hero__actions .brand-button--ghost{border-color:#373e43;background:#373e43;color:#fff}.product-single-template .product-single-hero__actions .brand-button--ghost:hover,.product-single-template .product-single-hero__actions .brand-button--ghost:focus-visible{border-color:#2f353a;background:#2f353a;color:#fff;box-shadow:0 10px 24px rgba(31,43,53,.2)}.blog-single-page{background:#f3f3f3}.blog-single-page .blog-single-shell{background:#f3f3f3}.blog-single-page .blog-single-featured-image{border-color:#d9dfe3;background:#fff;box-shadow:0 14px 34px rgba(31,43,53,8%)}body.postid-10529 .blog-single-featured-image{aspect-ratio:auto}body.postid-10529 .blog-single-featured-image img{width:100%;height:auto;object-fit:contain}.blog-single-page .blog-single-article,.blog-single-page .blog-single-bottom-cta{border-color:#d9dfe3;background:#fff;box-shadow:0 16px 38px rgba(31,43,53,8%)}.blog-single-page .blog-single-content{color:#4c5964}.blog-single-page .blog-single-content :where(h1,h2,h3,h4,h5,h6,strong){color:#18232d!important}.blog-single-page .blog-single-content :where(p,li,dd,dt,figcaption){color:#4c5964!important}.blog-single-page .blog-single-content a{color:#a9510b}.blog-single-page .blog-single-content table{border:1px solid #d6dde2;background:#fff}.blog-single-page .blog-single-content th,.blog-single-page .blog-single-content td{border-color:#d6dde2;color:#3f4b55!important}.blog-single-page .blog-single-content th{background:#f3f3f3;color:#18232d!important}.blog-single-page .blog-single-content blockquote{border-left-color:#d96f12;background:#f3f3f3;color:#3f4b55}.blog-single-page .blog-single-bottom-cta h2{color:#18232d}.blog-single-page .blog-single-bottom-cta p{color:#53616d}.blog-single-layout>*,.blog-single-main,.blog-single-featured-image,.blog-single-article,.blog-single-content,.product-single-hero__layout>*,.product-single-content-layout>*,.product-single-sections,.product-single-panel,.product-single-entry__body,.product-single-richtext{min-width:0;max-width:100%}.blog-single-content,.product-single-richtext{overflow-wrap:anywhere}@media(max-width:768px){.blog-single-layout,.blog-single-main,.blog-single-featured-image,.blog-single-article,.blog-single-content,.product-single-hero__layout,.product-single-content-layout,.product-single-sections,.product-single-panel,.product-single-entry__body,.product-single-richtext{width:100%;min-width:0!important;max-width:100%!important}.blog-single-featured-image,.blog-single-content figure,.blog-single-content .wp-caption{overflow:hidden}.blog-single-content img,.blog-single-content svg,.blog-single-content canvas,.blog-single-content iframe,.blog-single-content video,.product-single-richtext img,.product-single-richtext svg,.product-single-richtext canvas,.product-single-richtext iframe,.product-single-richtext video{display:block;width:auto;max-width:100%!important;height:auto;object-fit:contain}.blog-single-content .page-entry__table-wrap,.blog-single-content .bwn-product-table-scroll,.product-single-richtext .tableScroll,.product-single-richtext .page-entry__table-wrap,.product-single-richtext .bwn-product-table-scroll{display:block;width:100%;min-width:0!important;max-width:100%!important;overflow-x:auto!important;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.blog-single-content table,.product-single-richtext table{display:block;width:100%!important;min-width:0;max-width:100%!important;overflow-x:auto;table-layout:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.blog-single-content pre,.blog-single-content code,.product-single-richtext pre,.product-single-richtext code{max-width:100%;overflow-wrap:anywhere}.blog-single-content pre,.product-single-richtext pre{overflow-x:auto;-webkit-overflow-scrolling:touch}}.blog-single-page .blog-related-posts{background:#fff}.blog-single-content,.product-single-richtext,.page-entry__content{min-width:0;max-width:100%}.bwn-responsive-table{display:block;width:100%;min-width:0;max-width:100%;margin-block:1.4rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#d96f12 rgba(127,142,153,.2);-webkit-overflow-scrolling:touch}.bwn-responsive-table::-webkit-scrollbar{height:8px}.bwn-responsive-table::-webkit-scrollbar-track{border-radius:999px;background:rgba(127,142,153,.2)}.bwn-responsive-table::-webkit-scrollbar-thumb{border-radius:999px;background:#d96f12}.bwn-responsive-table:focus-visible{outline:2px solid #d96f12;outline-offset:3px}.bwn-responsive-table>table{margin-block:0!important}@media(max-width:768px){.product-single-hero__layout{width:calc(100% - 32px)!important;margin-inline:auto}.blog-single-content>*,.product-single-richtext>*,.page-entry__content>*{max-width:100%}.bwn-responsive-table>table{display:table!important;width:100%!important;max-width:none!important;overflow:visible!important;table-layout:auto!important}.bwn-responsive-table:not(.is-wide-table)>table{min-width:100%!important}.bwn-responsive-table:not(.is-wide-table) :is(th,td){min-width:0!important;white-space:normal!important;overflow-wrap:anywhere}.bwn-responsive-table.is-wide-table>table{min-width:max(680px,calc(var(--bwn-table-columns) * 140px))!important}.bwn-responsive-table.is-wide-table :is(th,td){min-width:140px;white-space:normal}.blog-single-content :is(img,iframe,video,svg,canvas),.product-single-richtext :is(img,iframe,video,svg,canvas),.page-entry__content :is(img,iframe,video,svg,canvas){max-width:100%!important;height:auto}.blog-single-content :is(pre,code),.product-single-richtext :is(pre,code),.page-entry__content :is(pre,code){max-width:100%}.blog-single-content pre,.product-single-richtext pre,.page-entry__content pre{overflow-x:auto;-webkit-overflow-scrolling:touch}}.blog-single-page .blog-related-posts .taxonomy-section-heading h2{color:#18232d}.blog-single-page .blog-related-posts .taxonomy-section-heading p{color:#53616d}.blog-single-page .blog-related-posts .blog-archive-card{border-color:#d9dfe3;background:#f3f3f3;box-shadow:0 14px 32px rgba(31,43,53,7%)}.blog-single-page .blog-related-posts .blog-archive-card__body h3,.blog-single-page .blog-related-posts .blog-archive-card__body h3 a{color:#18232d}.blog-single-page .blog-related-posts .blog-archive-card__body p{color:#53616d}.blog-single-page .blog-related-posts .news-story-list__tag{border-color:rgba(217,111,18,.42);background:#fff7ed;color:#9f4b08}.blog-single-page .blog-related-posts .news-story-list__date{color:#667682}.blog-single-page .blog-related-posts .blog-archive-card__link{color:#a9510b}.blog-single-page .blog-related-posts .blog-archive-card__link:hover,.blog-single-page .blog-related-posts .blog-archive-card__link:focus-visible{color:#7f3d08;text-decoration:underline;text-underline-offset:3px}.blog-single-page .blog-single-featured-image{aspect-ratio:auto;overflow:visible}.blog-single-page .blog-single-featured-image img{width:100%;height:auto;max-height:none;object-fit:contain}.blog-archive-grid{align-items:stretch}.blog-archive-card{grid-template-rows:auto minmax(0,1fr);align-items:start}.blog-archive-card__body{width:100%;align-content:start;align-items:start}.blog-archive-card__body p{display:-webkit-box;max-width:100%;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.blog-archive-shell .blog-archive-featured__media:not(.blog-archive-featured__media--fallback) img,.blog-archive-shell .blog-archive-card__media:not(.blog-archive-card__media--fallback) img{object-fit:fill;object-position:center}.taxonomy-template{background:#fff;color:#17212b}.taxonomy-template .taxonomy-hero-v2{background:linear-gradient(112deg,rgba(40,50,59,.92) 0%,rgba(48,59,68,.82) 46%,rgba(48,59,68,.48) 100%),var(--taxonomy-hero-image)50%/cover no-repeat}.taxonomy-template .taxonomy-hero-v2__copy h1{color:#fff}.taxonomy-template .taxonomy-hero-v2__copy p{color:rgba(255,255,255,.88)}.taxonomy-template .taxonomy-hero-v2__meta div{border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.94);box-shadow:0 16px 36px rgba(21,31,40,.16)}.taxonomy-template .taxonomy-hero-v2__meta strong{color:#17212b}.taxonomy-template .taxonomy-hero-v2__meta span{color:#52606b}.taxonomy-template .brand-chip{background:#f3f3f3;color:#d96f12;box-shadow:inset 0 0 0 1px #d96f12}.taxonomy-template .taxonomy-category-products,.taxonomy-template .taxonomy-customization,.taxonomy-template .taxonomy-scenarios{background:#fff}.taxonomy-template .taxonomy-strength,.taxonomy-template .taxonomy-faq-contact{background:#f3f3f3}.taxonomy-template .taxonomy-section-heading h2,.taxonomy-template .taxonomy-empty-state h3,.taxonomy-template .taxonomy-product-grid-v2__body h3 a,.taxonomy-template .taxonomy-scenario-card__body h3,.taxonomy-template .taxonomy-certification-grid__item strong,.taxonomy-template .solutions-advantage-card h3,.taxonomy-template .solutions-page-faq-card__summary h3,.taxonomy-template .contact-form-card h2{color:#17212b}.taxonomy-template .taxonomy-section-heading p,.taxonomy-template .taxonomy-product-grid-v2__body p,.taxonomy-template .taxonomy-scenario-card__body p,.taxonomy-template .taxonomy-empty-state p,.taxonomy-template .solutions-advantage-card p,.taxonomy-template .solutions-page-faq-card p,.taxonomy-template .contact-form-card__intro{color:#52606b}.taxonomy-template .taxonomy-category-sidebar__panel,.taxonomy-template .taxonomy-product-grid-v2__card,.taxonomy-template .taxonomy-strength__image,.taxonomy-template .taxonomy-scenario-card,.taxonomy-template .solutions-advantage-card,.taxonomy-template .solutions-page-faq-card,.taxonomy-template .contact-form-card{border-color:#d7dde2;background:#fff;box-shadow:0 14px 34px rgba(31,43,53,8%)}.taxonomy-template .taxonomy-customization__panel{border-color:#d7dde2;background:#f3f3f3;box-shadow:0 14px 34px rgba(31,43,53,7%)}.taxonomy-template .taxonomy-certification-grid__item{border-color:#d7dde2;background:#fff;box-shadow:none}.taxonomy-template .taxonomy-category-tree__level--depth-1,.taxonomy-template .taxonomy-category-tree__level--depth-2,.taxonomy-template .taxonomy-category-tree__level--depth-3{border-left-color:#d7dde2}.taxonomy-template .taxonomy-category-tree__link,.taxonomy-template .taxonomy-category-tree__leaf{color:#465765}.taxonomy-template .taxonomy-category-tree__leaf:hover,.taxonomy-template .taxonomy-category-tree__link:hover,.taxonomy-template .taxonomy-category-tree__leaf.is-active,.taxonomy-template .taxonomy-category-tree__link.is-active{background:#fff7ed;color:#a9510b}.taxonomy-template .taxonomy-category-tree__toggle::before,.taxonomy-template .taxonomy-category-tree__toggle::after{background:#d96f12}.taxonomy-template .taxonomy-product-grid-v2__media{background:#f3f3f3}.taxonomy-template .taxonomy-product-grid-v2__category{color:#d96f12}.taxonomy-template .taxonomy-product-grid-v2__card:hover,.taxonomy-template .taxonomy-product-grid-v2__card:focus-within,.taxonomy-template .taxonomy-scenario-card:hover,.taxonomy-template .taxonomy-scenario-card:focus-within{border-color:#aeb9c1;background:#fff;box-shadow:0 18px 38px rgba(31,43,53,.11)}.taxonomy-template .taxonomy-empty-state{border-color:#d7dde2;background:#f3f3f3;box-shadow:none}.taxonomy-template .taxonomy-pagination a,.taxonomy-template .taxonomy-pagination span{border-color:#d7dde2;background:#fff;color:#465765}.taxonomy-template .taxonomy-pagination a:hover,.taxonomy-template .taxonomy-pagination a:focus-visible{border-color:#d96f12;color:#a9510b}.taxonomy-template .taxonomy-pagination .current{border-color:#d96f12;background:#d96f12;color:#fff}.taxonomy-template .taxonomy-check-list li{color:#52606b}.taxonomy-template .taxonomy-check-list li::before{background:#d96f12}.taxonomy-template .solutions-page-faq-card__toggle::before,.taxonomy-template .solutions-page-faq-card__toggle::after{background:#d96f12}.taxonomy-template .taxonomy-faq-contact__form .contact-form-wrap .fluentform{color:#17212b}.taxonomy-template .taxonomy-faq-contact__form .contact-form-wrap .ff-el-input--label label{color:#27343f!important}.taxonomy-template .taxonomy-faq-contact__form .contact-form-wrap .ff-el-form-control{border-color:#cfd7dd!important;background:#f3f3f3!important;color:#17212b!important}.taxonomy-template .taxonomy-faq-contact__form .contact-form-wrap .ff-el-form-control::placeholder{color:#75818b!important}.taxonomy-template .taxonomy-faq-contact__form .contact-form-wrap .ff-el-form-control:focus{border-color:#d96f12!important;background:#fff!important;box-shadow:0 0 0 3px rgba(217,111,18,.12)!important}.taxonomy-template .taxonomy-faq-contact__form .contact-fallback-form span{color:#27343f}.taxonomy-template .taxonomy-faq-contact__form .contact-fallback-form input,.taxonomy-template .taxonomy-faq-contact__form .contact-fallback-form select{border-color:#cfd7dd;background:#f3f3f3;color:#17212b}.taxonomy-template .taxonomy-faq-contact__form .contact-fallback-form input:focus,.taxonomy-template .taxonomy-faq-contact__form .contact-fallback-form select:focus{border-color:#d96f12;background:#fff;box-shadow:0 0 0 3px rgba(217,111,18,.12);outline:none}.taxonomy-template .taxonomy-cta{border:1px solid rgba(255,255,255,.16);background:radial-gradient(circle at 18% 0%,rgba(255,255,255,.13),transparent 34%),linear-gradient(135deg,#9f4b13 0%,#bd651f 54%,#d77a2f 100%);box-shadow:0 20px 48px rgba(103,52,8,.22)}.taxonomy-template .taxonomy-cta h2{color:#fff;text-shadow:0 2px 16px rgba(74,33,5,.18)}.taxonomy-template .taxonomy-cta p{color:rgba(255,248,241,.9)}.taxonomy-template .taxonomy-cta>span{color:#ffe0c2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.is-bwnfiber-brand-page{--bwn-inner-page-bg:#ffffff;--bwn-inner-surface:#ffffff;--bwn-inner-surface-strong:#f3f3f3;--bwn-inner-surface-soft:#f3f3f3}.site-main--brand-page{background:#fff;color:#17212b}.site-main--brand-page .brand-section{background:#fff;border-color:#d7dde2}.site-main--brand-page .brand-section--panel,.site-main--brand-page .brand-section--soft{background:#f3f3f3;border-color:#d7dde2}.site-main--brand-page .brand-section :is(h1,h2,h3,h4),.site-main--brand-page .brand-section :is(h1,h2,h3,h4) a,.site-main--brand-page .brand-section :is(strong,dt){color:#17212b}.site-main--brand-page .brand-section :is(p,li,dd),.site-main--brand-page .brand-section :is(p,li,dd) a{color:#52606b}.site-main--brand-page .brand-section a:not(.brand-button){color:#a9510b}.site-main--brand-page .brand-section :is(.brand-chip,.brand-tag){border-color:#d96f12;background:#f3f3f3;color:#d96f12;box-shadow:inset 0 0 0 1px #d96f12}.site-main--brand-page .brand-section :is( .about-value-card,.about-capability-card,.about-nda-panel,.factory-tour-metric,.factory-tour-process__item,.why-choose-overview__copy,.why-choose-showcase__content,.why-choose-pillar,.why-choose-metric,.videos-overview__copy,.videos-overview__panel,.videos-group-card,.videos-entry-card,.solutions-card,.solutions-page-type-card,.solutions-page-faq-card,.solutions-page-catalog__card,.solutions-advantage-card,.solutions-partner-card,.solutions-video-card,.solutions-compare,.solutions-world-card,.products-overview-card,.products-application-card,.products-text-panel,.products-visual-panel,.products-table-panel,.products-odf-panel,.products-collection-intro__note,.products-factory-panel__copy,.products-factory-panel__visual,.products-certification-card,.products-category-card,.products-factory-story__card,.news-feature-card,.news-side-card,.news-reference-card,.news-newsletter-card,.news-story-list__item,.news-checklist-list__item,.blog-archive-sidebar__panel,.blog-archive-empty,.blog-archive-featured,.blog-archive-card,.contact-form-card,.contact-direct-card,.contact-badge-card ){border-color:#d7dde2;background:#fff;background-image:none;box-shadow:0 14px 34px rgba(31,43,53,8%)}.site-main--brand-page .brand-section :is( .about-value-card,.about-capability-card,.why-choose-pillar,.videos-entry-card,.solutions-card,.solutions-page-type-card,.solutions-advantage-card,.solutions-partner-card,.products-overview-card,.products-application-card,.products-category-card,.news-side-card,.news-reference-card,.news-story-list__item,.blog-archive-card,.contact-badge-card ):hover,.site-main--brand-page .brand-section :is( .about-value-card,.about-capability-card,.why-choose-pillar,.videos-entry-card,.solutions-card,.solutions-page-type-card,.solutions-advantage-card,.solutions-partner-card,.products-overview-card,.products-application-card,.products-category-card,.news-side-card,.news-reference-card,.news-story-list__item,.blog-archive-card,.contact-badge-card ):focus-within{border-color:#aeb9c1;background:#fff;background-image:none;box-shadow:0 18px 38px rgba(31,43,53,.1)}.site-main--brand-page .brand-section :is( .about-icon-badge,.about-capability-card__icon,.contact-badge-card__icon,.contact-direct-item__icon ){border-color:rgba(217,111,18,.38);background:#fff7ed;color:#d96f12}.site-main--brand-page .brand-section :is( .about-icon-badge,.about-capability-card__icon,.contact-badge-card__icon,.contact-direct-item__icon ) svg{color:#d96f12;stroke:currentColor}.site-main--brand-page .brand-section :is(.about-stats-bar,.products-intro-panel__note){border-color:#d7dde2;background:#f3f3f3;box-shadow:none}.site-main--brand-page .brand-section .about-stat+.about-stat,.site-main--brand-page .brand-section .contact-direct-item+.contact-direct-item{border-color:#d7dde2}.site-main--brand-page .brand-section .contact-direct-item>div span{color:#52606b}.site-main--brand-page .brand-section .about-stat span,.site-main--brand-page .brand-section .why-choose-metric span,.site-main--brand-page .brand-section .videos-overview__metric span{color:#52606b}.site-main--brand-page .brand-section .why-choose-showcase__lead,.site-main--brand-page .brand-section .videos-entry-card__body span,.site-main--brand-page .brand-section .products-category-card__meta span,.site-main--brand-page .brand-section .news-story-list__tag{color:#d96f12}.site-main--brand-page .brand-section .videos-overview__metric{border-color:#d7dde2;background:#f3f3f3}.site-main--brand-page .brand-section :is( .factory-tour-overview__visuals img,.factory-tour-showcase__primary,.factory-tour-showcase__stack-item,.factory-tour-belt__item,.factory-tour-proof__item,.why-choose-overview__visual img,.why-choose-showcase__media img,.solutions-overview-panel__visual,.solutions-architecture-card__media,.products-category-card__media,.products-factory-story__media ){border-color:#d7dde2;background:#f3f3f3;box-shadow:none}.site-main--brand-page .brand-section .solutions-compare__table th{border-color:#d7dde2;background:#e8ebed;color:#27343f}.site-main--brand-page .brand-section .solutions-compare__table td,.site-main--brand-page .brand-section .products-table-panel td{border-color:#d7dde2;background:#fff;color:#52606b}.site-main--brand-page .brand-section .solutions-compare__table :is(th,td):nth-child(2){color:#a9510b}.site-main--brand-page .brand-section .products-table-panel th{border-color:#d7dde2;background:#e8ebed;color:#27343f}.site-main--brand-page .brand-section .products-factory-story__body,.site-main--brand-page .brand-section .blog-archive-card__body,.site-main--brand-page .brand-section .news-side-card__body{background:#fff}.site-main--brand-page .brand-section .news-checklist-list__item{color:#27343f}.site-main--brand-page .brand-section :is( .contact-form-wrap .fluentform,.contact-fallback-form ){color:#17212b}.site-main--brand-page .brand-section .contact-form-wrap .ff-el-input--label label,.site-main--brand-page .brand-section .contact-fallback-form span{color:#27343f!important}.site-main--brand-page .brand-section .contact-form-wrap .ff-el-form-control,.site-main--brand-page .brand-section .contact-fallback-form input,.site-main--brand-page .brand-section .contact-fallback-form select,.site-main--brand-page .brand-section .news-newsletter-card__form input{border-color:#cfd7dd!important;background:#f3f3f3!important;color:#17212b!important}.site-main--brand-page .brand-section .contact-form-wrap .ff-el-form-control::placeholder,.site-main--brand-page .brand-section .contact-fallback-form input::placeholder,.site-main--brand-page .brand-section .news-newsletter-card__form input::placeholder{color:#75818b!important}.site-main--brand-page .brand-section .contact-form-wrap .ff-el-form-control:focus,.site-main--brand-page .brand-section .contact-fallback-form input:focus,.site-main--brand-page .brand-section .contact-fallback-form select:focus,.site-main--brand-page .brand-section .news-newsletter-card__form input:focus{border-color:#d96f12!important;background:#fff!important;box-shadow:0 0 0 3px rgba(217,111,18,.12)!important;outline:none}.site-main--brand-page .brand-section :is(.about-bottom-cta,.solutions-cta,.factory-tour-cta,.products-cta-panel){border-color:rgba(255,255,255,.12);background:radial-gradient(circle at 84% 10%,rgba(217,111,18,.24),transparent 34%),linear-gradient(135deg,#2b3035 0%,#20252a 58%,#40291a 100%);box-shadow:0 20px 46px rgba(31,43,53,.18)}.site-main--brand-page .brand-section :is(.about-bottom-cta,.solutions-cta,.factory-tour-cta,.products-cta-panel)::before{content:none}.site-main--brand-page .brand-section :is(.about-bottom-cta,.solutions-cta,.factory-tour-cta,.products-cta-panel) :is(h2,h3){color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.2)}.site-main--brand-page .brand-section :is(.about-bottom-cta,.solutions-cta,.factory-tour-cta,.products-cta-panel) p{color:rgba(245,247,249,.86)}.site-main--brand-page .brand-section :is(.about-bottom-cta,.solutions-cta,.factory-tour-cta,.products-cta-panel)>span,.site-main--brand-page .brand-section :is(.about-bottom-cta,.solutions-cta,.factory-tour-cta,.products-cta-panel) :is(.brand-chip,.brand-tag){border-color:transparent;background:0 0;color:#ffd5ae;box-shadow:none}.site-main--brand-page .brand-hero,.site-main--brand-page .brand-hero .brand-hero__content{color:#fff}.site-main--brand-page .brand-hero :is(h1,h2,h3,p,span,strong),.site-main--brand-page .contact-location-card__overlay :is(h2,h3,p,span,strong,a){color:#fff}.site-main--brand-page .contact-location-card{border-color:#d7dde2;background:#e8ebed;box-shadow:0 14px 34px rgba(31,43,53,.1)}.product-single-template .product-single-gallery{grid-template-columns:minmax(0,1fr)}.product-single-template .product-single-gallery__rail{display:none}@media(max-width:640px){.product-single-template .product-single-hero{padding:48px 0}}.site-main--brand-page .brand-section :is( .about-stat,.about-cert-box,.about-nda-panel__table,.solution-detail-intro__copy,.solution-detail-pillar,.solution-detail-case-card,.solutions-architecture-card,.solutions-geo__item,.products-mini-stack div,.products-odf-grid div ){border-color:#d7dde2;background:#fff;background-image:none;box-shadow:0 12px 30px rgba(31,43,53,7%)}.site-main--brand-page .brand-section .about-stat.is-counted{border-color:rgba(217,111,18,.48);box-shadow:0 14px 32px rgba(31,43,53,9%)}.site-main--brand-page .brand-section .about-stat strong,.site-main--brand-page .brand-section .about-stat.is-counted strong{color:#d96f12;text-shadow:none;transform:none}.site-main--brand-page .brand-section .about-stat span,.site-main--brand-page .brand-section .about-cert-box span,.site-main--brand-page .brand-section .about-nda-row span,.site-main--brand-page .brand-section .solutions-geo__item span,.site-main--brand-page .brand-section .products-mini-stack span,.site-main--brand-page .brand-section .products-odf-grid span{color:#52606b}.site-main--brand-page .brand-section .about-cert-box strong,.site-main--brand-page .brand-section .about-nda-row strong,.site-main--brand-page .brand-section .solutions-geo__item strong,.site-main--brand-page .brand-section .products-mini-stack strong,.site-main--brand-page .brand-section .products-odf-grid strong{color:#17212b}.site-main--brand-page .brand-section .about-nda-panel__table,.site-main--brand-page .brand-section .solution-detail-intro__stat,.site-main--brand-page .brand-section .solutions-architecture-card__highlights span,.site-main--brand-page .brand-section .products-mini-stack div,.site-main--brand-page .brand-section .products-odf-grid div{border:1px solid #d7dde2;background:#f3f3f3}.site-main--brand-page .brand-section .about-nda-row,.site-main--brand-page .brand-section .products-application-cta{border-color:#d7dde2}.site-main--brand-page .brand-section .solution-detail-intro__stat span,.site-main--brand-page .brand-section .solutions-architecture-card__eyebrow,.site-main--brand-page .brand-section .news-update-item__date{color:#d96f12}.site-main--brand-page .brand-section .solution-detail-intro__stat strong,.site-main--brand-page .brand-section .solution-detail-case-card__body strong{color:#27343f}.site-main--brand-page .brand-section .solutions-architecture-card__highlights span{color:#465765}.site-main--brand-page .brand-section .section-arrows span{border-color:#d7dde2;background:#f3f3f3;color:#27343f}.site-main--brand-page .brand-section .brand-button--ghost{border-color:#373e43;background:#373e43;color:#fff}.site-main--brand-page .brand-section .brand-button--ghost:hover,.site-main--brand-page .brand-section .brand-button--ghost:focus-visible{border-color:#2f353a;background:#2f353a;color:#fff;box-shadow:0 10px 24px rgba(31,43,53,.18)}.site-main--brand-page .brand-section .solutions-overview-panel__note{border-color:rgba(255,255,255,.2);background:rgba(39,49,58,.9)}.site-main--brand-page .brand-section .solutions-overview-panel__note strong{color:#fff}.site-main--brand-page .brand-section .solutions-overview-panel__note span{color:rgba(255,255,255,.82)}.site-main--brand-page .brand-section :is( .factory-tour-overview__copy,.solutions-overview-panel,.solutions-page-catalog,.products-intro-panel,.products-application-panel ){border-color:#d7dde2;background:#fff;background-image:none;box-shadow:0 14px 34px rgba(31,43,53,8%)}.site-main--brand-page .brand-section :is( .factory-tour-overview__copy,.solutions-overview-panel__copy,.solutions-page-catalog__copy,.products-intro-panel__copy,.products-application-panel ) :is(h2,h3,strong){color:#17212b}.site-main--brand-page .brand-section :is( .factory-tour-overview__copy,.solutions-overview-panel__copy,.solutions-page-catalog__copy,.products-intro-panel__copy,.products-application-panel ) :is(p,li,span){color:#52606b}.site-main--brand-page .brand-section .factory-tour-showcase{border-top-color:#d7dde2}.site-main--brand-page .brand-section .factory-tour-process__step{border-color:rgba(217,111,18,.38);background:#fff7ed;color:#a9510b}.site-main--brand-page .factory-tour-overview__copy>.brand-tag,.site-main--brand-page .factory-tour-proof__copy>.brand-tag{width:fit-content;justify-self:start}.factory-tour-2026-hero .brand-hero__content{max-width:790px}.factory-tour-2026-hero__lead{margin:12px 0 10px;color:#fff!important;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:700}.factory-tour-2026-heading{max-width:820px;margin:0 auto 42px;text-align:center}.factory-tour-2026-heading--left{max-width:900px;margin-left:0;text-align:left}.factory-tour-2026-heading>span,.factory-tour-2026-index,.factory-tour-2026-oem__panel>div>span,.factory-tour-2026-cta>div>span{display:inline-flex;margin-bottom:12px;color:#d96f12;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.factory-tour-2026-heading h2,.factory-tour-2026-lab__intro h2,.factory-tour-2026-oem__panel h2,.factory-tour-2026-cta h2{margin:0 0 14px;color:#17212b;font-size:clamp(2rem,4vw,3.35rem);line-height:1.06}.factory-tour-2026-heading p,.factory-tour-2026-lab__intro p,.factory-tour-2026-oem__panel p{margin:0;color:#52606b;font-size:1.02rem;line-height:1.75}.factory-tour-2026-solutions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.factory-tour-2026-solution{overflow:hidden;border:1px solid #d7dde2;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(31,43,53,8%)}.factory-tour-2026-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#27343f}.factory-tour-2026-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(23,33,43,.48))}.factory-tour-2026-media img,.factory-tour-2026-section__media>img,.factory-tour-2026-lab-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.factory-tour-2026-media:hover img,.factory-tour-2026-media:focus-visible img{transform:scale(1.035)}.factory-tour-2026-play{position:absolute;z-index:1;left:22px;bottom:20px;display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#d96f12;color:#fff;box-shadow:0 10px 26px rgba(31,43,53,.25)}.factory-tour-2026-solution__body{padding:26px}.factory-tour-2026-solution__body h3{margin:0 0 8px;color:#17212b;font-size:1.55rem;line-height:1.15}.factory-tour-2026-solution__body>strong,.factory-tour-2026-kicker,.factory-tour-2026-lab__intro strong{display:block;color:#27343f;line-height:1.45}.factory-tour-2026-solution__body p{min-height:10.4em;margin:16px 0;color:#52606b;line-height:1.72}.factory-tour-2026-text-link{display:inline-flex;gap:8px;align-items:center;color:#a9510b!important;font-weight:800}.factory-tour-2026-section{display:grid;grid-template-columns:minmax(0,.9fr)minmax(0,1.1fr);gap:clamp(34px,6vw,78px);align-items:center;padding:70px 0;border-top:1px solid #d7dde2}.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media{order:2}.factory-tour-2026-section__media{position:relative;overflow:hidden;min-height:480px;border:1px solid #d7dde2;border-radius:20px;background:#e8ebed}.factory-tour-2026-section__media>img{position:absolute;inset:0}.factory-tour-2026-video-button{position:absolute;right:20px;bottom:20px;display:inline-flex;gap:10px;align-items:center;padding:13px 17px;border-radius:999px;background:#fff;color:#17212b!important;font-size:.88rem;font-weight:800;box-shadow:0 14px 34px rgba(31,43,53,.2)}.factory-tour-2026-video-button span,.factory-tour-2026-process-links a span{color:#d96f12}.factory-tour-2026-section__content h2{margin:0 0 12px;color:#17212b;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.08}.factory-tour-2026-section__content>p{margin:18px 0 26px;color:#52606b;line-height:1.78}.factory-tour-2026-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.factory-tour-2026-list-grid>div{padding:18px;border:1px solid #d7dde2;border-radius:14px;background:#fff}.factory-tour-2026-list-grid h3{margin:0 0 10px;color:#27343f;font-size:1rem}.factory-tour-2026-list-grid ul,.factory-tour-2026-oem__panel ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.factory-tour-2026-list-grid li,.factory-tour-2026-oem__panel li{position:relative;padding-left:18px;color:#52606b;font-size:.9rem;line-height:1.55}.factory-tour-2026-list-grid li::before,.factory-tour-2026-oem__panel li::before{content:'';position:absolute;top:.66em;left:0;width:7px;height:7px;border-radius:50%;background:#d96f12}.factory-tour-2026-process-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.factory-tour-2026-process-links a{display:inline-flex;gap:7px;align-items:center;padding:8px 11px;border:1px solid #d7dde2;border-radius:999px;background:#f3f3f3;color:#465765!important;font-size:.78rem;font-weight:700}.factory-tour-2026-lab__intro{display:grid;grid-template-columns:minmax(0,.85fr)minmax(0,1.15fr);gap:60px;align-items:end;margin-bottom:42px}.factory-tour-2026-lab__intro .brand-button{margin-top:22px}.factory-tour-2026-lab-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;gap:16px}.factory-tour-2026-lab-card{overflow:hidden;margin:0;border:1px solid #d7dde2;border-radius:16px;background:#fff}.factory-tour-2026-lab-card.is-featured{grid-column:span 2}.factory-tour-2026-lab-card img{display:block;aspect-ratio:4/3}.factory-tour-2026-lab-card:not(.is-featured) img{aspect-ratio:1/1}.factory-tour-2026-lab-card figcaption{display:grid;gap:7px;padding:16px}.factory-tour-2026-lab-card figcaption strong{color:#17212b;line-height:1.25}.factory-tour-2026-lab-card figcaption span{color:#52606b;font-size:.84rem;line-height:1.55}.factory-tour-2026-lab__commitment{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:24px;padding:20px;border-radius:14px;background:#27343f}.factory-tour-2026-lab__commitment strong{margin-right:8px;color:#fff}.factory-tour-2026-lab__commitment span{padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.82)!important;font-size:.78rem}.factory-tour-2026-oem__panel{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(320px,.8fr);gap:52px;align-items:center;margin-bottom:30px;padding:clamp(30px,5vw,58px);border:1px solid #d7dde2;border-radius:20px;background:#fff}.factory-tour-2026-oem__panel ul{padding:24px;border-radius:14px;background:#f3f3f3}.factory-tour-2026-cta{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(300px,.8fr);gap:32px;align-items:center}.factory-tour-2026-cta .brand-actions{justify-content:flex-end}.factory-tour-2026-cta small{grid-column:1/-1;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.65);line-height:1.6}.factory-tour-2026-cta h2,.factory-tour-2026-cta>div>span{color:#fff}@media(max-width:1100px){.factory-tour-2026-solutions{grid-template-columns:1fr}.factory-tour-2026-solution{display:grid;grid-template-columns:minmax(0,.9fr)minmax(0,1.1fr)}.factory-tour-2026-solution__body p{min-height:0}.factory-tour-2026-lab-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.factory-tour-2026-oem__panel,.factory-tour-2026-cta{grid-template-columns:1fr}.factory-tour-2026-cta .brand-actions{justify-content:flex-start}}@media(max-width:820px){.factory-tour-2026-section,.factory-tour-2026-section.is-reversed,.factory-tour-2026-lab__intro{grid-template-columns:1fr}.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media{order:0}.factory-tour-2026-section__media{min-height:420px}.factory-tour-2026-lab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.factory-tour-2026-heading{margin-bottom:28px;text-align:left}.factory-tour-2026-solution{display:block}.factory-tour-2026-solution__body{padding:22px}.factory-tour-2026-section{gap:28px;padding:48px 0}.factory-tour-2026-section__media{min-height:330px}.factory-tour-2026-list-grid,.factory-tour-2026-lab-grid{grid-template-columns:1fr}.factory-tour-2026-lab-card.is-featured{grid-column:auto}.factory-tour-2026-lab-card img,.factory-tour-2026-lab-card:not(.is-featured) img{aspect-ratio:4/3}.factory-tour-2026-oem__panel{grid-template-columns:1fr;min-width:0;padding:26px 20px}}.factory-tour-2026-intro{padding-bottom:clamp(82px,10vw,140px)}.factory-tour-2026-overview-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,5vw,72px);max-width:1080px;margin:-12px auto 62px}.factory-tour-2026-overview-copy p{margin:0;color:#52606b;font-size:1rem;line-height:1.82}.factory-tour-2026-solutions{display:grid;grid-template-columns:1fr;gap:clamp(72px,9vw,124px)}.factory-tour-2026-solution,.factory-tour-2026-solution:hover,.factory-tour-2026-solution:focus-within{display:block;overflow:visible;border:0;border-radius:0;background:0 0;box-shadow:none}.factory-tour-2026-solution .factory-tour-2026-media{aspect-ratio:16/9;border-radius:6px;box-shadow:0 22px 50px rgba(31,43,53,.13)}.factory-tour-2026-solution__body{display:grid;grid-template-columns:minmax(260px,.72fr)minmax(0,1.28fr);column-gap:clamp(36px,7vw,100px);row-gap:12px;padding:34px 2vw 0}.factory-tour-2026-solution__body>.factory-tour-2026-index,.factory-tour-2026-solution__body>h3,.factory-tour-2026-solution__body>strong,.factory-tour-2026-solution__body>p,.factory-tour-2026-solution__body>.factory-tour-2026-text-link{grid-column:1}.factory-tour-2026-solution__body>p{min-height:0;margin:10px 0 12px}.factory-tour-2026-solution__details{grid-column:2;grid-row:1/span 6;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,4vw,52px);align-self:start;padding-top:8px}.factory-tour-2026-solution__details h4{margin:0 0 14px;color:#17212b;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.factory-tour-2026-solution__details ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.factory-tour-2026-solution__details li{position:relative;padding-left:17px;color:#52606b;font-size:.9rem;line-height:1.5}.factory-tour-2026-solution__details li::before{content:'';position:absolute;top:.62em;left:0;width:6px;height:6px;border-radius:50%;background:#d96f12}.factory-tour-2026-facilities{padding-top:clamp(90px,11vw,150px)}.factory-tour-2026-facilities .factory-tour-2026-heading{margin-bottom:clamp(60px,8vw,110px)}.factory-tour-2026-section,.factory-tour-2026-section.is-reversed{display:block;padding:0 0 clamp(110px,13vw,180px);border:0}.factory-tour-2026-section__media,.factory-tour-2026-section.is-reversed .factory-tour-2026-section__media{display:grid;grid-template-columns:minmax(0,2fr)minmax(240px,.72fr);gap:14px;min-height:0;overflow:visible;border:0;border-radius:0;background:0 0}.factory-tour-2026-section__primary{overflow:hidden;aspect-ratio:3/2;border-radius:5px;background:#e8ebed}.factory-tour-2026-section__primary img,.factory-tour-2026-section__gallery img{display:block;width:100%;height:100%;object-fit:cover}.factory-tour-2026-section__gallery{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:14px}.factory-tour-2026-section__gallery img{min-height:0;border-radius:5px;background:#e8ebed}.factory-tour-2026-section__media>img{position:static}.factory-tour-2026-video-button{right:auto;bottom:22px;left:22px;border-radius:4px}.factory-tour-2026-section__content{position:relative;z-index:1;width:min(1080px,92%);margin:-34px auto 0;padding:clamp(34px,5vw,62px);background:#fff;box-shadow:0 22px 50px rgba(31,43,53,.1)}.factory-tour-2026-section__content::before{content:'';position:absolute;top:0;left:clamp(34px,5vw,62px);width:72px;height:4px;background:#d96f12}.factory-tour-2026-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,56px);margin-top:34px}.factory-tour-2026-list-grid>div{padding:0;border:0;border-radius:0;background:0 0}.factory-tour-2026-list-grid h3{padding-bottom:10px;border-bottom:2px solid #d96f12;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.factory-tour-2026-process-links{gap:7px 20px;padding-top:22px;border-top:1px solid #e4e8eb}.factory-tour-2026-process-links a{padding:4px 0;border:0;border-radius:0;background:0 0;color:#465765!important}.factory-tour-2026-process-links a:hover,.factory-tour-2026-process-links a:focus-visible{color:#a9510b!important}.factory-tour-2026-lab__intro{align-items:start;margin-bottom:50px}.factory-tour-2026-lab-story{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,5vw,70px);margin-bottom:54px}.factory-tour-2026-lab-story>div{padding-top:18px;border-top:3px solid #d96f12}.factory-tour-2026-lab-story span{display:block;margin-bottom:10px;color:#17212b!important;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.factory-tour-2026-lab-story p{margin:0;color:#52606b;font-size:.92rem;line-height:1.7}.factory-tour-2026-lab-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.factory-tour-2026-lab-card,.factory-tour-2026-lab-card.is-featured{grid-column:span 4;overflow:visible;border:0;border-radius:0;background:0 0}.factory-tour-2026-lab-card.is-featured{grid-column:span 6}.factory-tour-2026-lab-card img,.factory-tour-2026-lab-card:not(.is-featured) img{aspect-ratio:1/1;border-radius:5px;background:#eef1f3;box-shadow:0 16px 34px rgba(31,43,53,9%)}.factory-tour-2026-lab-card figcaption{gap:6px;padding:15px 2px 5px}.factory-tour-2026-lab__commitment{margin-top:46px;border-radius:4px}.factory-tour-2026-quality-copy{max-width:860px;margin:48px auto 0;text-align:center}.factory-tour-2026-quality-copy h3{margin:0 0 18px;color:#17212b;font-size:clamp(1.7rem,3vw,2.45rem)}.factory-tour-2026-quality-copy p{margin:12px 0 0;color:#52606b;line-height:1.78}.factory-tour-2026-oem__panel{border:0;border-radius:4px;box-shadow:0 20px 46px rgba(31,43,53,9%)}.factory-tour-2026-oem__panel ul{border-radius:3px}@media(max-width:980px){.factory-tour-2026-solution__body{grid-template-columns:1fr}.factory-tour-2026-solution__details{grid-column:1;grid-row:auto;margin:20px 0 8px}.factory-tour-2026-section__media{grid-template-columns:minmax(0,1.65fr)minmax(200px,.7fr)}.factory-tour-2026-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.factory-tour-2026-overview-copy,.factory-tour-2026-lab-story{grid-template-columns:1fr}.factory-tour-2026-section__media{display:block}.factory-tour-2026-section__gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:10px;margin-top:10px}.factory-tour-2026-section__gallery img{aspect-ratio:4/3}.factory-tour-2026-section__content{width:94%;margin-top:-12px;padding:34px 24px}.factory-tour-2026-list-grid{grid-template-columns:1fr}.factory-tour-2026-lab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.factory-tour-2026-lab-card,.factory-tour-2026-lab-card.is-featured{grid-column:auto}}@media(max-width:520px){.factory-tour-2026-solution__details,.factory-tour-2026-lab-grid{grid-template-columns:1fr}.factory-tour-2026-section__primary{aspect-ratio:4/3}.factory-tour-2026-lab-card img,.factory-tour-2026-lab-card:not(.is-featured) img{aspect-ratio:1/1}}.tax-bwn_product_category main#primary h2{font-size:clamp(30px,4vw,45px)!important}body:not(.home) main#primary h1{font-size:clamp(40px,4.5vw,64px)!important}.brand-hero--taxonomy-style{min-height:560px;padding:130px 0 82px;background:#15191f}.brand-hero--taxonomy-style::after{background:linear-gradient(115deg,rgba(16,20,26,.92) 0%,rgba(16,20,26,.82) 42%,rgba(16,20,26,.44) 100%)}.brand-hero--taxonomy-style .brand-hero__container{min-height:348px;align-items:center}.brand-hero--taxonomy-style .brand-hero__content,.brand-hero--taxonomy-style .brand-hero__content--narrow{max-width:880px;padding:0;border:0;border-radius:0;background:0 0;box-shadow:none;backdrop-filter:none}.brand-hero--taxonomy-style .brand-hero__content p{max-width:780px;margin-top:20px;font-size:1.05rem;line-height:1.78}.brand-hero--taxonomy-style .brand-actions{margin-top:28px}@media(max-width:760px){.brand-hero--taxonomy-style{min-height:auto;padding:92px 0 72px}.brand-hero--taxonomy-style .brand-hero__container{min-height:0}}@media(min-width:1200px){body.tax-bwn_product_category .taxonomy-hero-v2{display:flex;height:clamp(560px,42.1354167vw,809px);min-height:0;align-items:center;box-sizing:border-box;padding:clamp(54px,4.4vw,84px)0;background-position:50%,50%;background-size:100% 100%,contain;background-repeat:no-repeat;background-color:#28323b}body.tax-bwn_product_category.is-bwnfiber-data-center-category .taxonomy-hero-v2{background-size:100% 100%,cover}body.tax-bwn_product_category .taxonomy-hero-v2__inner{width:min(1400px,calc(100% - 40px));grid-template-columns:minmax(0,1fr);align-items:center}body.tax-bwn_product_category .taxonomy-hero-v2__copy{width:min(100%,960px);max-width:960px}body.tax-bwn_product_category .taxonomy-hero-v2__copy p{max-width:860px}body.tax-bwn_product_category .home-data-center,body.tax-bwn_product_category .home-data-center__layout{height:clamp(560px,42.1354167vw,809px);min-height:0}body.tax-bwn_product_category .home-data-center__layout{grid-template-columns:minmax(0,.5fr)minmax(0,.5fr)}body.tax-bwn_product_category .home-data-center__copy{padding:clamp(48px,4.2vw,80px)clamp(38px,4.2vw,76px)}body.tax-bwn_product_category .home-data-center__media,body.tax-bwn_product_category .home-data-center__media>img{height:100%;min-height:0}}@media(min-width:768px) and (max-width:1199px){body.tax-bwn_product_category .taxonomy-hero-v2{display:flex;min-height:560px;align-items:center;box-sizing:border-box;padding:92px 0 68px;background-position:50%;background-size:cover}body.tax-bwn_product_category .taxonomy-hero-v2__copy{width:min(100%,880px);max-width:880px}body.tax-bwn_product_category .taxonomy-hero-v2__copy p{max-width:800px}}@media(max-width:767px){body.tax-bwn_product_category .taxonomy-hero-v2{display:flex;min-height:520px;align-items:center;box-sizing:border-box;padding:86px 0 56px;background-position:58%;background-size:cover}body.tax-bwn_product_category .taxonomy-hero-v2__copy,body.tax-bwn_product_category .taxonomy-hero-v2__copy p{width:100%;max-width:none}body.tax-bwn_product_category .taxonomy-hero-v2__copy p{margin-top:16px;font-size:1rem;line-height:1.62}body.tax-bwn_product_category .taxonomy-hero-v2__actions{gap:10px;margin-top:22px}}.brand-page--about-us{background:#fff}.brand-page--about-us .about-final-hero{min-height:700px;padding:96px 0 56px;background:#17212b}.brand-page--about-us .about-final-hero::before{background-position:50%;filter:saturate(.88)contrast(1.08)}.brand-page--about-us .about-final-hero::after{background:linear-gradient(90deg,rgba(13,21,31,.96) 0%,rgba(18,31,44,.88) 44%,rgba(18,31,44,.24) 78%,rgba(18,31,44,8%) 100%),linear-gradient(180deg,rgba(11,18,27,.12) 0%,rgba(11,18,27,.2) 68%,rgba(11,18,27,.78) 100%)}.brand-page--about-us .about-final-hero .brand-hero__container{align-content:end;gap:30px;min-height:548px}.brand-page--about-us .about-final-hero__content{max-width:850px;padding:32px 34px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(22,31,41,.78);box-shadow:none;backdrop-filter:blur(5px)}.brand-page--about-us .about-final-hero__content h1{max-width:790px;font-size:clamp(3rem,5vw,4.9rem)}.brand-page--about-us .about-final-hero__content p{max-width:74ch;color:rgba(255,255,255,.86)}.brand-page--about-us .about-final-hero__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(24,33,43,.88)}.brand-page--about-us .about-final-hero__stats>div{min-height:108px;padding:22px 24px;border-right:1px solid rgba(255,255,255,.12)}.brand-page--about-us .about-final-hero__stats>div:last-child{border-right:0}.brand-page--about-us .about-final-hero__stats strong,.brand-page--about-us .about-final-hero__stats span{display:block}.brand-page--about-us .about-final-hero__stats strong{color:#f28a2f;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1}.brand-page--about-us .about-final-hero__stats span{margin-top:10px;color:rgba(255,255,255,.74);font-size:.78rem;font-weight:700;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.brand-page--about-us .brand-section{padding:76px 0}.brand-page--about-us .brand-section--dense{padding-top:64px}.brand-page--about-us .brand-section--soft{background:#f3f3f3}.brand-page--about-us .brand-section h2{margin:16px 0 0;color:#17212b;font-size:clamp(2.35rem,4vw,3.75rem);line-height:1.06;letter-spacing:-.04em;text-wrap:balance}.brand-page--about-us .brand-section h3{margin:0;color:#17212b}.brand-page--about-us .brand-section p{color:#52606b}.brand-page--about-us .about-final-lead{font-size:1.08rem;line-height:1.75}.brand-page--about-us .about-final-intro{display:grid;grid-template-columns:minmax(280px,.72fr)minmax(0,1.28fr);gap:clamp(38px,6vw,86px);align-items:start}.brand-page--about-us .about-final-statement{max-width:16ch;margin:24px 0 0;color:#17212b!important;font-size:clamp(1.8rem,3vw,2.65rem);font-weight:750;letter-spacing:-.035em;line-height:1.18}.brand-page--about-us .about-final-intro__copy>p{margin:20px 0 0}.brand-page--about-us .about-final-proof{margin-top:26px;padding:20px 22px;border-left:4px solid #d96f12;background:#f3f3f3;color:#52606b;line-height:1.65}.brand-page--about-us .about-final-proof strong{color:#17212b}.brand-page--about-us .about-final-section-head{max-width:920px;margin-bottom:34px}.brand-page--about-us .about-final-section-head>p{max-width:78ch;margin:18px 0 0;font-size:1.03rem;line-height:1.72}.brand-page--about-us .about-final-section-head--split{display:grid;grid-template-columns:minmax(0,1fr)minmax(340px,.75fr);max-width:none;gap:54px;align-items:end}.brand-page--about-us .about-final-pillar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.brand-page--about-us .about-final-pillar,.brand-page--about-us .about-final-product,.brand-page--about-us .about-final-workshop-grid article,.brand-page--about-us .about-final-test-grid article,.brand-page--about-us .about-final-persona-grid article{overflow:hidden;border:1px solid #d7dde2;border-radius:20px;background:#fff;box-shadow:none}.brand-page--about-us .about-final-pillar>img{width:100%;height:auto;aspect-ratio:3/2;display:block;object-fit:cover;background:#e8ebed}.brand-page--about-us .about-final-pillar__body{padding:28px}.brand-page--about-us .about-final-pillar__body>span,.brand-page--about-us .about-final-product>span{display:block;color:#d96f12;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.brand-page--about-us .about-final-pillar h3{margin-top:12px;font-size:1.55rem}.brand-page--about-us .about-final-pillar p{margin:14px 0 0;line-height:1.68}.brand-page--about-us .about-final-checklist{margin:20px 0;padding:0;list-style:none}.brand-page--about-us .about-final-checklist li{position:relative;padding-left:22px;color:#465765;line-height:1.55}.brand-page--about-us .about-final-checklist li+li{margin-top:9px}.brand-page--about-us .about-final-checklist li::before{position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:#d96f12;content:""}.brand-page--about-us .about-final-pillar a{color:#a9510b;font-weight:750;text-decoration:none}.brand-page--about-us .about-final-architecture,.brand-page--about-us .about-final-dc,.brand-page--about-us .about-final-quality,.brand-page--about-us .about-final-audience-process,.brand-page--about-us .about-final-faq-cta,.brand-page--about-us .about-final-security{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(34px,5vw,70px);align-items:center}.brand-page--about-us .about-final-architecture__copy>p,.brand-page--about-us .about-final-dc__copy>p,.brand-page--about-us .about-final-quality__copy>p{margin:20px 0 0}.brand-page--about-us .about-final-spec-strip{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.brand-page--about-us .about-final-spec-strip span,.brand-page--about-us .about-final-compliance span{padding:9px 12px;border:1px solid #d7dde2;border-radius:4px;background:#f3f3f3;color:#364653;font-size:.78rem;font-weight:750}.brand-page--about-us .about-final-node-flow{display:grid;gap:12px}.brand-page--about-us .about-final-node-flow>img{width:100%;height:310px;display:block;border:1px solid #d7dde2;border-radius:20px;object-fit:cover;background:#f3f3f3}.brand-page--about-us .about-final-node{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;padding:18px;border:1px solid #d7dde2;border-radius:14px;background:#fff}.brand-page--about-us .about-final-node>strong{color:#d96f12;font-size:1.1rem}.brand-page--about-us .about-final-node h3{font-size:1.06rem}.brand-page--about-us .about-final-node p{margin:7px 0 0;font-size:.92rem;line-height:1.5}.brand-page--about-us .about-final-loss-bar{margin:24px 0;padding:18px 20px;border-left:4px solid #d96f12;background:#fff;color:#364653;font-weight:700;line-height:1.55}.brand-page--about-us .about-final-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-page--about-us .about-final-product{padding-bottom:20px}.brand-page--about-us .about-final-product img{width:100%;height:auto;aspect-ratio:3/2;display:block;margin-bottom:18px;object-fit:cover;background:#e8ebed}.brand-page--about-us .about-final-product>:not(img){margin-right:20px;margin-left:20px}.brand-page--about-us .about-final-product h3{margin-top:8px;font-size:1.16rem}.brand-page--about-us .about-final-product p{margin-top:8px;font-size:.9rem;line-height:1.55}.brand-page--about-us .about-final-factory-gallery,.brand-page--about-us .about-final-lab-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.brand-page--about-us .about-final-factory-gallery figure,.brand-page--about-us .about-final-lab-gallery figure{margin:0;overflow:hidden;border:1px solid #d7dde2;border-radius:18px;background:#fff}.brand-page--about-us .about-final-factory-gallery img,.brand-page--about-us .about-final-lab-gallery img{width:100%;height:auto;aspect-ratio:4/3;display:block;object-fit:cover}.brand-page--about-us .about-final-factory-gallery figcaption,.brand-page--about-us .about-final-lab-gallery figcaption{padding:12px 14px;color:#465765;font-size:.82rem;font-weight:650}.brand-page--about-us .about-final-workshop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:26px 0}.brand-page--about-us .about-final-workshop-grid article,.brand-page--about-us .about-final-test-grid article,.brand-page--about-us .about-final-persona-grid article{padding:20px}.brand-page--about-us .about-final-workshop-grid article>strong{color:#d96f12;font-size:.78rem;letter-spacing:.1em}.brand-page--about-us .about-final-workshop-grid h3{margin-top:11px;font-size:1.08rem}.brand-page--about-us .about-final-workshop-grid p,.brand-page--about-us .about-final-test-grid p,.brand-page--about-us .about-final-persona-grid p{margin:8px 0 0;font-size:.9rem;line-height:1.55}.brand-page--about-us .about-final-quality{align-items:start}.brand-page--about-us .about-final-lab-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-page--about-us .about-final-lab-gallery img{height:210px}.brand-page--about-us .about-final-test-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}.brand-page--about-us .about-final-test-grid strong,.brand-page--about-us .about-final-persona-grid strong{color:#17212b}.brand-page--about-us .about-final-evidence-chain{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;overflow:hidden;border:1px solid #d7dde2;border-radius:16px;background:#fff}.brand-page--about-us .about-final-evidence-chain>div{padding:20px;border-right:1px solid #d7dde2}.brand-page--about-us .about-final-evidence-chain>div:last-child{border-right:0}.brand-page--about-us .about-final-evidence-chain strong,.brand-page--about-us .about-final-evidence-chain span{display:block}.brand-page--about-us .about-final-evidence-chain strong{color:#17212b;font-size:.9rem}.brand-page--about-us .about-final-evidence-chain span{margin-top:8px;color:#52606b;font-size:.86rem;line-height:1.5}.brand-page--about-us .about-final-compliance{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.brand-page--about-us .about-final-compliance span{background:#fff}.brand-page--about-us .about-final-audience-process{align-items:start}.brand-page--about-us .about-final-persona-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px}.brand-page--about-us .about-final-process{margin:26px 0 0;padding:0;list-style:none;counter-reset:about-process}.brand-page--about-us .about-final-process li{position:relative;min-height:76px;padding:0 0 22px 58px;counter-increment:about-process}.brand-page--about-us .about-final-process li::before{position:absolute;left:0;top:-3px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(217,111,18,.38);border-radius:50%;background:#fff7ed;color:#d96f12;font-size:.8rem;font-weight:800;content:counter(about-process,decimal-leading-zero)}.brand-page--about-us .about-final-process li:not(:last-child)::after{position:absolute;left:19px;top:40px;bottom:0;width:1px;background:#d7dde2;content:""}.brand-page--about-us .about-final-process strong{color:#17212b}.brand-page--about-us .about-final-process p{margin:6px 0 0;line-height:1.55}.brand-page--about-us .about-final-security{padding:clamp(30px,5vw,58px);border:1px solid #37434d;border-radius:24px;background:#27323b;box-shadow:none}.brand-page--about-us .brand-section .about-final-security h2,.brand-page--about-us .brand-section .about-final-security h3,.brand-page--about-us .brand-section .about-final-security strong{color:#fff}.brand-page--about-us .brand-section .about-final-security p{color:rgba(255,255,255,.75)}.brand-page--about-us .about-final-security__copy>p{margin:20px 0 24px;font-size:1.04rem;line-height:1.7}.brand-page--about-us .about-final-security__points{display:grid;gap:12px}.brand-page--about-us .about-final-security__points article{padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,5%)}.brand-page--about-us .about-final-security__points p{margin:7px 0 0;line-height:1.55}.brand-page--about-us .about-final-faq-cta{align-items:start}.brand-page--about-us .about-final-faq>h2{margin-bottom:26px}.brand-page--about-us .about-final-faq details{border-top:1px solid #d7dde2}.brand-page--about-us .about-final-faq details:last-child{border-bottom:1px solid #d7dde2}.brand-page--about-us .about-final-faq summary{position:relative;padding:20px 42px 20px 0;color:#17212b;font-weight:750;cursor:pointer;list-style:none}.brand-page--about-us .about-final-faq summary::-webkit-details-marker{display:none}.brand-page--about-us .about-final-faq summary::after{position:absolute;right:6px;top:18px;color:#d96f12;font-size:1.35rem;content:"+"}.brand-page--about-us .about-final-faq details[open] summary::after{content:"−"}.brand-page--about-us .about-final-faq details p{margin:0;padding:0 42px 20px 0;line-height:1.65}.brand-page--about-us .about-final-cta-card{position:sticky;top:96px;padding:clamp(28px,4vw,46px);border-radius:22px;background:#27323b}.brand-page--about-us .brand-section .about-final-cta-card h2{color:#fff}.brand-page--about-us .brand-section .about-final-cta-card>p{margin:18px 0 24px;color:rgba(255,255,255,.76);line-height:1.7}.brand-page--about-us .about-final-path-links{margin-top:28px;border-top:1px solid rgba(255,255,255,.16)}.brand-page--about-us .about-final-path-links a{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.86)!important;font-weight:650;text-decoration:none}@media(max-width:1200px){.brand-page--about-us .about-final-hero{min-height:640px}.brand-page--about-us .about-final-hero .brand-hero__container{min-height:490px}.brand-page--about-us .about-final-architecture,.brand-page--about-us .about-final-dc,.brand-page--about-us .about-final-quality,.brand-page--about-us .about-final-audience-process,.brand-page--about-us .about-final-faq-cta,.brand-page--about-us .about-final-security{grid-template-columns:1fr}.brand-page--about-us .about-final-workshop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-page--about-us .about-final-cta-card{position:static}}@media(max-width:900px){.brand-page--about-us .about-final-hero{min-height:610px;padding:78px 0 42px}.brand-page--about-us .about-final-hero::before{background-position:62%}.brand-page--about-us .about-final-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-page--about-us .about-final-hero__stats>div:nth-child(2){border-right:0}.brand-page--about-us .about-final-hero__stats>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.brand-page--about-us .brand-section{padding:58px 0}.brand-page--about-us .about-final-intro,.brand-page--about-us .about-final-pillar-grid,.brand-page--about-us .about-final-section-head--split{grid-template-columns:1fr}.brand-page--about-us .about-final-statement{max-width:24ch}.brand-page--about-us .about-final-section-head--split{gap:18px}.brand-page--about-us .about-final-test-grid,.brand-page--about-us .about-final-evidence-chain{grid-template-columns:1fr}.brand-page--about-us .about-final-evidence-chain>div{border-right:0;border-bottom:1px solid #d7dde2}.brand-page--about-us .about-final-evidence-chain>div:last-child{border-bottom:0}}@media(max-width:640px){.brand-page--about-us .about-final-hero{min-height:auto;padding-top:54px;background:#17212b}.brand-page--about-us .about-final-hero::before{background-position:68%}.brand-page--about-us .about-final-hero::after{background:linear-gradient(90deg,rgba(13,21,31,.96),rgba(13,21,31,.68))}.brand-page--about-us .about-final-hero .brand-hero__container{min-height:0}.brand-page--about-us .about-final-hero__content{padding:24px 20px;border-radius:18px}.brand-page--about-us .about-final-hero__content h1{font-size:clamp(2.45rem,12vw,3.45rem)}.brand-page--about-us .about-final-hero__stats>div{min-height:94px;padding:18px 16px}.brand-page--about-us .about-final-hero__stats span{font-size:.67rem}.brand-page--about-us .brand-section h2{font-size:clamp(2rem,10vw,2.7rem)}.brand-page--about-us .about-final-product-grid,.brand-page--about-us .about-final-factory-gallery,.brand-page--about-us .about-final-lab-gallery,.brand-page--about-us .about-final-workshop-grid,.brand-page--about-us .about-final-persona-grid{grid-template-columns:1fr}.brand-page--about-us .about-final-pillar__body{padding:22px}.brand-page--about-us .about-final-node-flow>img{height:240px}.brand-page--about-us .about-final-security{padding:26px 22px}}
.nav-search-toggle{width:44px;height:44px;flex:0 0 44px;display:inline-grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:var(--bwn-text-primary);background:rgba(255,255,255,4%);cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.nav-search-toggle svg{width:20px;height:20px;fill:currentColor}.nav-search-toggle:hover,.nav-search-toggle:focus-visible,.nav-search-toggle[aria-expanded=true]{border-color:rgba(249,115,22,.64);color:#fff;background:rgba(249,115,22,.16);outline:none;transform:translateY(-1px)}.is-product-search-open{overflow:hidden}.product-search-overlay[hidden]{display:none!important}.product-search-overlay{position:fixed;z-index:10020;inset:0;display:grid;place-items:start center;padding:clamp(86px,12vh,140px)20px 40px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.product-search-overlay.is-open{opacity:1;visibility:visible}.product-search-overlay__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(8,15,24,.84);backdrop-filter:blur(10px);cursor:default}.product-search-dialog{position:relative;width:min(820px,100%);padding:clamp(30px,5vw,58px);border:1px solid rgba(255,255,255,.14);border-radius:24px;color:#fff;background:radial-gradient(circle at 92% 5%,rgba(249,115,22,.25),transparent 30%),linear-gradient(145deg,#12334b,#081a2a 72%);box-shadow:0 34px 90px rgba(0,0,0,.42);transform:translateY(-18px)scale(.985);transition:transform .24s ease}.product-search-overlay.is-open .product-search-dialog{transform:translateY(0)scale(1)}.product-search-dialog__close{position:absolute;top:18px;right:18px;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#fff;background:rgba(255,255,255,6%);font-size:28px;line-height:1;cursor:pointer}.product-search-dialog__eyebrow,.product-search-eyebrow{color:#f6a45d;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.product-search-dialog h2{margin:14px 56px 12px 0;color:#fff;font-size:clamp(32px,5vw,52px);line-height:1.04;letter-spacing:-.045em}.product-search-dialog>p{max-width:62ch;margin:0;color:rgba(232,240,246,.76);line-height:1.7}.product-search-dialog__form{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:10px;margin-top:28px}.product-search-dialog__form input[type=search]{width:100%;min-width:0;min-height:60px;padding:0 20px;border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#17212b;background:#fff;font-size:17px}.product-search-dialog__form input[type=search]:focus{border-color:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.2);outline:none}.product-search-dialog__form button{min-height:60px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 24px;border:0;border-radius:10px;color:#fff;background:#f97316;font-weight:800;cursor:pointer}.product-search-dialog__form button svg{width:19px;height:19px;fill:currentColor}.product-search-dialog small{display:block;margin-top:14px;color:rgba(232,240,246,.58)}.product-search-page{color:#17212b;background:#f4f6f8}.product-search-hero{min-height:clamp(610px,78vh,760px);display:grid;align-items:center;padding:clamp(118px,13vw,170px)0 80px;color:#fff;background:linear-gradient(90deg,rgba(7,26,44,.95) 0%,rgba(7,26,44,.82) 52%,rgba(7,26,44,.44) 100%),var(--product-search-hero-image)50%/cover no-repeat}.product-search-hero__content{width:min(880px,100%)}.product-search-chip{display:inline-flex;padding:8px 13px;border:1px solid rgba(249,115,22,.7);border-radius:999px;color:#ffd1ad;background:rgba(249,115,22,.12);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-search-hero h1{max-width:14ch;margin:24px 0 20px;color:#fff;font-size:clamp(40px,4.5vw,64px);line-height:1.02;letter-spacing:-.05em}.product-search-hero__content>p{max-width:66ch;margin:0;color:rgba(231,239,245,.82);font-size:17px;line-height:1.75}.product-search-hero__form{width:min(760px,100%);display:grid;grid-template-columns:minmax(0,1fr)auto;gap:12px;margin-top:30px}.product-search-hero__field input{min-height:58px;border-radius:6px;background:rgba(255,255,255,.96);color:#17212b}.product-search-hero__meta{display:inline-flex;align-items:baseline;gap:8px;margin-top:24px;padding:11px 15px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(8,24,37,.44)}.product-search-hero__meta strong{color:#ff973f;font-size:22px}.product-search-hero__meta span{color:rgba(255,255,255,.75);font-size:14px}.product-search-results{min-height:720px;padding:clamp(76px,8vw,116px)0;background:#fff}.product-search-results__heading{display:grid;grid-template-columns:minmax(0,1fr)minmax(320px,.72fr);gap:32px 70px;align-items:end}.product-search-results__heading h2{margin:13px 0 0;color:#17212b;font-size:clamp(30px,4vw,45px);line-height:1.06}.product-search-results__heading>p{margin:0;color:#596672;line-height:1.72}.product-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:42px}.product-search-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dde3e7;border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(23,33,43,7%);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.product-search-card:hover,.product-search-card:focus-within{border-color:#b8c3cb;box-shadow:0 22px 50px rgba(23,33,43,.12);transform:translateY(-4px)}.product-search-card__media{width:100%;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;padding:12px;background:#f4f5f6}.product-search-card__media img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.product-search-card__body{flex:1;display:flex;flex-direction:column;padding:24px}.product-search-card__body>span{color:#d96f12;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-search-card h3{margin:12px 0 0;font-size:23px;line-height:1.18}.product-search-card h3 a{color:#17212b;text-decoration:none}.product-search-card p{display:-webkit-box;margin:14px 0 0;overflow:hidden;color:#596672;line-height:1.68;-webkit-box-orient:vertical;-webkit-line-clamp:4}.product-search-card__link{display:inline-flex;align-items:center;gap:9px;margin-top:auto;padding-top:22px;color:#c85f09;font-size:14px;font-weight:800;text-decoration:none}.product-search-card__link i{font-style:normal;transition:transform .2s ease}.product-search-card__link:hover i{transform:translateX(4px)}.product-search-pagination{margin-top:54px}.product-search-pagination ul{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0;padding:0;list-style:none}.product-search-pagination a,.product-search-pagination span{min-width:44px;min-height:44px;display:grid;place-items:center;padding:8px 13px;border:1px solid #d5dde2;border-radius:6px;color:#35424d;background:#fff;text-decoration:none}.product-search-pagination .current,.product-search-pagination a:hover{border-color:#f97316;color:#fff;background:#f97316}.product-search-empty{margin-top:42px;padding:clamp(34px,6vw,68px);border:1px solid #dce3e8;border-radius:20px;background:linear-gradient(145deg,#f7f9fa,#fff)}.product-search-empty>span{color:#d96f12;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-search-empty h2{margin:14px 0 0;color:#17212b;font-size:clamp(30px,4vw,45px)}.product-search-empty p{max-width:70ch;color:#596672;line-height:1.75}.product-search-empty__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}@media(max-width:1040px){.product-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.nav-search-toggle{width:100%;flex-basis:auto;border-radius:0}.product-search-results__heading{grid-template-columns:1fr;align-items:start}}@media(max-width:640px){.product-search-overlay{align-items:start;padding:82px 14px 24px}.product-search-dialog{padding:30px 20px 24px;border-radius:16px}.product-search-dialog h2{margin-right:42px}.product-search-dialog__form,.product-search-hero__form{grid-template-columns:1fr}.product-search-dialog__form button,.product-search-hero__form button{width:100%}.product-search-hero{min-height:auto;padding:118px 0 72px}.product-search-hero h1{max-width:none}.product-search-grid{grid-template-columns:1fr}.product-search-card__body{padding:21px 19px 23px}.product-search-empty__actions{display:grid}}@media(prefers-reduced-motion:reduce){.product-search-overlay,.product-search-dialog,.nav-search-toggle,.product-search-card{transition:none}}
.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile:not(.ff_excluded){display:block!important}.frm-fluent-form .ff-name-address-wrapper .ff-t-cell,.frm-fluent-form .ff-name-field-wrapper .ff-t-cell{justify-content:flex-end}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-left:0!important}}.ff-cropper-lity .lity-container{max-width:960px}.ff-cropper-lity .lity-content{box-shadow:none;max-width:960px}.ff-cropper-lightbox{background:#fff;border-radius:6px;max-width:960px;overflow:hidden;width:min(960px,100vw - 40px)}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:16px 20px}.ff-cropper-lightbox__header{border-bottom:1px solid #ececec}.ff-cropper-lightbox__title{font-size:18px;font-weight:600;margin:0}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close{font-family:Arial,Baskerville,monospace;font-size:28px;height:32px;line-height:32px;padding:0;position:static;right:auto;text-align:center;text-decoration:none;top:auto;width:32px;z-index:auto}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:active,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:focus,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:hover,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:visited{background:none;border:0;box-shadow:none;color:#000;text-shadow:none}.ff-cropper-lightbox__body{max-height:calc(100vh - 180px);overflow:auto;padding:20px}.ff-cropper-lightbox__canvas{align-items:center;display:flex;justify-content:center;max-height:calc(100vh - 360px);min-height:320px;overflow:hidden}.ff-cropper-lightbox__canvas img{display:block;max-height:100%;max-width:100%}.ff-cropper-lightbox__error,.ff-cropper-lightbox__hint{font-size:13px;margin-top:10px}.ff-cropper-lightbox__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.ff-cropper-lightbox__toolbar-label{color:#606266;font-size:13px;font-weight:600}.ff-cropper-lightbox__ratio-list{display:flex;flex-wrap:wrap;gap:8px}.ff-cropper-lightbox__ratio-btn{background:#fff;border:1px solid #dcdfe6;border-radius:999px;color:#606266;cursor:pointer;font-size:12px;line-height:1;padding:8px 12px}.ff-cropper-lightbox__ratio-btn.is-active{background:#ecf5ff;border-color:#1a7efb;color:#1a7efb}.ff-cropper-lightbox__error{color:#f56c6c;min-height:18px}.ff-cropper-lightbox__footer{border-top:1px solid #ececec;justify-content:flex-end}.ff-cropper-lightbox__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #dcdfe6;border-radius:4px;color:#606266;cursor:pointer;font-family:inherit;line-height:1.2;padding:10px 16px}.ff-cropper-lightbox__btn:focus,.ff-cropper-lightbox__btn:hover{background:#f5f7fa;border-color:#c0c4cc;color:#303133}.ff-cropper-lightbox__btn--primary{background:#1a7efb;border-color:#1a7efb;color:#fff}.ff-cropper-lightbox__btn--primary:focus,.ff-cropper-lightbox__btn--primary:hover{background:#0f6fe8;border-color:#0f6fe8;color:#fff}@media (max-width:767px){.ff-cropper-lightbox{width:calc(100vw - 24px)}.ff-cropper-lightbox__body{max-height:calc(100vh - 150px);padding:16px}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{padding:14px 16px}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:var(--fluentform-danger);content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-left:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--ff-rating-inactive-color:#d4d4d4;--ff-rating-active-color:#ffb100;display:inline-flex;gap:3px;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings label{align-items:center;border-radius:4px;display:inline-flex;justify-content:center;margin-right:3px;outline:none}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within{box-shadow:0 0 0 2px rgba(255,177,0,.25)}.fluentform .ff-el-ratings label .ff-rating-icon{color:var(--ff-rating-inactive-color);display:inline-flex}.fluentform .ff-el-ratings label .ff-rating-icon-svg{display:block;height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings label .ff-rating-icon-svg.scale{transition:all .15s}.fluentform .ff-el-ratings label .ff-rating-icon-svg [fill]:not([fill=none]){fill:currentColor!important}.fluentform .ff-el-ratings label .ff-rating-icon-svg [stroke]:not([stroke=none]){stroke:currentColor!important}.fluentform .ff-el-ratings label.active .ff-rating-icon{color:var(--ff-rating-active-color)}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within,.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:var(--fluentform-danger)}.fluentform .ff-el-is-error .ff-el-form-control{border-color:var(--fluentform-danger)}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:var(--fluentform-primary)}.fluentform .ff-el-help-message{color:var(--fluentform-secondary);font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:var(--fluentform-primary);color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:right}.fluentform .ff-chat-gpt-loader-svg{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{align-items:stretch;display:flex;gap:12px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{align-self:stretch;flex:0 0 30%;margin-bottom:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-body,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-body{flex:1 1 auto;min-width:0}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-header--tabs-left{display:flex;flex-direction:column;margin-bottom:0}.fluentform .ff-step-header--tabs{background:#f5f8ff;border-radius:8px;display:flex;flex-direction:column;padding:16px}.fluentform .ff-step-header--tabs-top .ff-step-titles{justify-content:center}.fluentform .ff-step-header--tabs-top .ff-step-titles.ff-step-titles--overflowing{justify-content:flex-start}.fluentform .ff-step-header--tabs-top .ff-step-titles li .ff-step-title-text{flex:0 1 auto;margin:0 auto;max-width:100%;width:auto}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs{margin-top:16px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress{background:#dce7f6;border-radius:999px;height:8px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar{border-radius:inherit}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar span{display:none}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-status{color:#5f6f89;font-size:14px;font-weight:600;margin:8px 0 0;text-align:right}.fluentform .ff-step-header--tabs .ff-step-titles{counter-reset:none;display:flex;flex-wrap:nowrap;gap:12px;margin:0;overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:thin;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles.ff-step-titles-navs{cursor:default}.fluentform .ff-step-header--tabs .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:14px;color:#4b5563;display:flex;flex:0 0 160px;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:1.3;margin:0;min-height:48px;padding:12px 14px;text-align:center}.fluentform .ff-step-header--tabs .ff-step-titles li:after,.fluentform .ff-step-header--tabs .ff-step-titles li:before{display:none}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-icon{align-items:center;color:inherit;display:inline-flex;flex:0 0 auto;font-size:16px;height:16px;justify-content:center;line-height:1;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text{align-items:center;display:flex;flex:1 1 auto;gap:8px;justify-content:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li:first-child,.fluentform .ff-step-header--tabs .ff-step-titles li:last-child{padding-left:14px;padding-right:14px}.fluentform .ff-step-header--tabs .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left{background:#f5f8ff;border-radius:12px;padding:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles{background:transparent;border:0;border-radius:0;counter-reset:step;display:block;flex:1 1 auto;margin-bottom:0;max-height:240px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-width:thin}.fluentform .ff-step-header--tabs-left .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:8px;box-sizing:border-box;color:#4b5563;display:flex;font-size:14px;font-weight:600;justify-content:flex-start;margin:0 0 16px;min-height:48px;overflow:hidden;padding:12px 14px 12px 48px;position:relative;text-align:left}.fluentform .ff-step-header--tabs-left .ff-step-titles li:before{align-items:center;background:#fff;border:1px solid #c8d1dc;border-radius:8px;color:#4b5563;content:counter(step);counter-increment:step;display:flex;font-size:13px;font-weight:700;height:28px;justify-content:center;left:12px;line-height:1;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:28px;z-index:2}.fluentform .ff-step-header--tabs-left .ff-step-titles li:after{background:#d9e0e8;content:"";height:10px;left:34px;position:absolute;top:calc(100% + 1px);width:2px}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{display:block;flex:1 1 auto;justify-content:flex-start;line-height:1.3;min-width:0;overflow:hidden;padding-left:4px;text-overflow:ellipsis;white-space:nowrap;width:auto}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs-left .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:before{background:#fff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:after{background:#9ec5fe}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active:before{background:#007bff;border-color:#007bff;color:#fff}.fluentform .ff-step-header--tabs-left .ff-step-titles li:first-child{padding-left:48px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child{margin-bottom:0;padding-left:48px;padding-right:14px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child:after{display:none}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles--clickable li,.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles--clickable li:focus-visible{outline:2px solid;outline-offset:2px}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .fluentform .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .fluentform .ff-step-titles{margin-bottom:0}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}@media (max-width:767px){.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{display:block}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{flex:unset;margin-bottom:20px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles{background:transparent;border:0;border-radius:0;display:flex;gap:10px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li{border-radius:12px;justify-content:center;margin:0;min-height:56px;padding:14px 12px;text-align:center}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before{display:none}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{justify-content:center}}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-container-small-column-image{display:flex;flex-wrap:wrap-reverse;justify-content:center;text-align:center}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:var(--fluentform-danger);cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:var(--fluentform-danger);text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff_upload_btn.ff-btn:hover{background-color:#91959b;outline:none}.fluentform .ff_upload_btn.ff-btn:focus-visible{background-color:#91959b;outline:none}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform .text-danger{color:var(--fluentform-danger)}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1);border-bottom-left-radius:6px;border-top-left-radius:6px}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{visibility:hidden}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform .iti__search-input{min-height:30px}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto;width:100%}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:transparent;border:none;position:absolute;right:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.iti-mobile .iti--container{z-index:9999}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span{background-color:#b3d4fc}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform .ff-el-group.ff-hpsf-container{display:none!important;position:absolute!important;transform:translateX(1000%)!important}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff-dropzone .ff_upload_btn.ff-btn{background:rgba(223,240,255,.13);border:1px dashed var(--fluentform-primary);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);display:block;padding:35px;text-align:center;transition:all .2s ease;width:100%}.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover{background:rgba(223,240,255,.49)}.fluentform .ff-dropzone .ff-uploaded-list{margin-top:10px}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fluentform .ff-el-group .ff-read-only:focus{outline:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .ff-other-input-wrapper input{background:inherit}.fluentform .ff-other-input-wrapper{display:none;margin-top:8px}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:none;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:transparent}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff-repeater-container{display:flex;flex-direction:column}.ff-repeater-container .repeat_btn{align-self:center;display:flex}.ff-repeater-container .ff_repeater_cont_row,.ff-repeater-container .ff_repeater_header{display:flex;flex-wrap:nowrap}.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus{visibility:hidden}.ff-repeater-container .ff_repeater_cell,.ff-repeater-container .ff_repeater_header_item{box-sizing:border-box;padding:0 15px 0 0;text-align:left}.ff-repeater-container .ff-el-repeat-buttons-list{display:flex;margin-top:34%}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (max-width:400px){.ff_repeater_table{width:100%}.ff_repeater_table thead{display:none}.ff_repeater_table tbody tr{border:1px solid #ddd;display:block;margin-bottom:15px;padding:10px}.ff_repeater_table tbody td{display:block;padding:5px 0;text-align:left;width:100%!important}.ff_repeater_table tbody td .ff-el-input--content{width:100%}.ff_repeater_table .repeat_btn{margin-top:10px;padding:10px 0;text-align:center;width:100%}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list{display:flex;justify-content:space-between}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span{background-color:#f0f0f0;border-radius:3px;cursor:pointer;padding:5px 10px}}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:transparent}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}.ff_repeater_cont_row{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:flex;flex-direction:column;margin:16px 0 10px;padding-top:12px}.ff_repeater_cont_row .ff_repeater_cell{display:block;margin-left:8px;margin-right:8px;padding:5px}.ff_repeater_cont_row .ff-t-cell{flex-basis:100%!important;max-width:100%;width:100%}.ff_repeater_cont_row .ff_repeater_body[role=rowgroup]{display:flex;flex-direction:column}.ff-repeater-container .ff-el-repeat-buttons-list{margin-top:-28px}.ff-el-repeat-buttons-list{margin-top:0}}

:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto}.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto)}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-support-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}
